Merge pull request #310 from minrk/rm-profile-examples

remove old IPython examples
This commit is contained in:
Matthias Bussonnier 2015-08-18 10:24:10 +02:00
commit b37b7277c9

View File

@ -91,9 +91,8 @@ from .utils import url_path_join, check_pid
#-----------------------------------------------------------------------------
_examples = """
ipython notebook # start the notebook
ipython notebook --profile=sympy # use the sympy profile
ipython notebook --certfile=mycert.pem # use SSL/TLS certificate
jupyter notebook # start the notebook
jupyter notebook --certfile=mycert.pem # use SSL/TLS certificate
"""
#-----------------------------------------------------------------------------