Python Introduction - IPT

(1) On anaconda command line type in the following: jupyter notebook --generate-config This will generate a file jupyter/jupyter_notebook_config.py on the folder indicated during the execution of the command. Open that file and search for: c.NotebookApp.notebook_dir Specify your new working directory (e.g., ‘H:\\JupyterNotebooks’) and ... ................
................