Sunday, 15 January 2017

Cheet Sheat for Jupyter Command Line



jupyter notebook                                           


run the jupyter notebook with pwd as default location for Notebook different parameters that can be passed.


--notebook-dir=”PATH                                
pass this with default command to change the default location of Notebooks

--ip=”IP_ADDRESS                                        
pass this with default command to change the IP address, as some time, the default loopback address  
is busy.

--no-mathjax                                                   
 Disable MathJax

--port <<PORT_NUMBER>>                          
Specify the port number as default is 8888

--config <<PATH_OF_CONF_FILE>>             
Specify the config file, the default is /home/<<username>>/.jupyter/jupyter_notebook_config.py

--pylab                                                               
by default it is disabled, this same as using %matplotlib and %pylab

https://github.com/shivam-kotwalia/jupyter-settings/blob/master/Jupyter%20Settings%20Notebook.ipynb

Cheet Sheet Jupyter Notebook




In Edit Mode (press Enter to enable)

Tab

code completion or indent
Shift-Tab
tooltip
Ctrl-]
indent
Ctrl-[
dedent