# Configuration file for ipython.
c = get_config()
c.IPKernelApp.pylab = 'inline'
c.IPKernelApp.matplotlib = 'inline'
c.NotebookApp.ip = '*'
c.NotebookApp.open_browser = False
c.NotebookApp.port = 8080
c.PDFExporter.latex_command = ['xelatex', '{filename}']
c.NbConvertApp.output_base='export'
jupyter-notebook --config=/etc/ces/ipython/profile_myserver/ipython_config.py --notebook-dir=/home/XXXXipykernel 4.1.0 py27_0
ipython 4.0.0 py27_0
ipython-genutils 0.1.0 <pip>
ipython-notebook 4.0.4 py27_0
ipython_genutils 0.1.0 py27_0
ipywidgets 4.0.3 py27_0
isl 0.12.2 0
jinja2 2.8 py27_0
jsonschema 2.4.0 py27_0
jupyter 1.0.0 py27_0
jupyter-client 4.1.1 <pip>
jupyter-console 4.0.3 <pip>
jupyter-core 4.0.6 <pip>
jupyter_client 4.1.1 py27_0
jupyter_console 4.0.3 py27_0
jupyter_core 4.0.6 py27_0
nbconvert 4.0.0 py27_0
nbformat 4.0.1 py27_0
notebook 4.0.6 py27_0
numexpr 2.4.4 np19py27_p0 [mkl]
numpy 1.9.3 py27_p0 [mkl]
--
You received this message because you are subscribed to the Google Groups "Project Jupyter" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jupyter+u...@googlegroups.com.
To post to this group, send email to jup...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/cbe8f1b9-f1b7-4aea-bcb9-4ef7b6004c7f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
jupyter nbconvert --to pdf 2D_FEM.ipynb --config=/etc/ces/ipython/profile_myserver/ipython_config.py