##// END OF EJS Templates
Latextools: Make latex_to_png_mpl not fail on errors...
Latextools: Make latex_to_png_mpl not fail on errors - Also make make both latex_to_foo functions to return None on failure. - This will help to solve the errors qtconsole is having to handle Latex.

File last commit:

r21369:e184ea10
r22050:607cdcdd
Show More
Dockerfile
7 lines | 200 B | text/x-dockerfile-config | DockerLexer
# DEPRECATED: You probably want jupyter/notebook
FROM jupyter/notebook
MAINTAINER IPython Project <ipython-dev@scipy.org>
ONBUILD RUN echo "ipython/ipython is deprecated, use jupyter/notebook" >&2