jupyter
Run
# win create shortcut
d:\_soft\Anaconda3\python.exe d:\_soft\Anaconda3\cwp.py d:\_soft\Anaconda3 d:\_soft\Anaconda3\python.exe d:\_soft\Anaconda3\Scripts\jupyter-notebook-script.py "d:/"
# linux
jupyter notebook --generate-config # ~/.jupyter | jupyter_notebook_config.py
c.NotebookApp.notebook_dir = ''
c.NotebookApp.ip = '*'
c.NotebookApp.open_browser = False
c.NotebookApp.password = u'type:salt:hashed-password' # from notebook.auth import passwd; passwd()
%reload_ext autoreload
%autoreload 2Docker Images
Community Stacks
selenium
Last updated