- view the path to the configuration file
jupyter notebook --generate-config --allow-root
- modify the configuration file (enter I to edit normally)
vim 上一步看到的路径/.jupyter/jupyter_notebook_config.py
open jupyter_notebook_config.py and find the following text:
-
## The default URL to redirect to from `/`
-
#c.NotebookApp.default_url = '/tree'
p>
change it to:
-
## The default URL to redirect to from `/`
-
c.NotebookApp.default_url = '/tree/Coding'
p>
at this time, Jupyter’s default directory path becomes /home/Coding, namely Users/lab/Coding
then, open the terminal and type the following command directly:
jupyter notebook
Read More:
- Change Jupyter Notebook Default Directory
- Modify the screen resolution after installing Ubuntu 16.04 (xrandr: Failed to get size of gamma for output default)
- Modify the default file location of the Jupiter notebook
- NPM modify download dependency (modify global download and cache path)
- Modify the VDI path of VirtualBox on MacOSX, and transfer the virtual machine
- Change the path in the user directory in Chinese Ubuntu to English
- Configure Nvidia graphics card on ubuntu18.04 xrandr Failed to get size of gamma for output default
- Nginx manager jupyter notebook v1.0.0 http websocket
- [Fixed]Error executing Jupyter command ‘notebook’: [Errno ‘jupyter-notebook’ not found] 2
- Exception: jupyter command Jupiter notebook not found
- Error importing keras in jupyter Notebook: modulenotfounderror: no module named ‘keras’ solution
- On the kernel error of jupyter notebook
- Ubuntu 18.04/ubuntu 16.04 (Ubuntu kylin 18 / 16), the last grub installation failed
- Jupyter cannot use pytorch’s solution
- sys.path.append(), os.path.exists(), os.path.join() and os.makedirs() meaning
- jupyter Fatal error in launcher: Unable to create process using
- Setting up a virtual environment for jupyter notebook
- Relative path and absolute path${ pageContext.request.contextPath }
- Jupyter notebook couldn’t find CONDA’s virtual environment
- MySQL modify character set