Skip to content

Latest commit

 

History

25 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git Command

git config --global user.name "your_username"
git config --global user.email "your_useremail"

Jupyter Notebook Path Change

1.Goto anaconda Command Powershell Prompt
jupyter notebook --generate-config
2.Goto Jupyter Notebook and check Current Path
  import os
  print(os.getcwd())
3.Goto this Path from 2 number Step
 1.Open .jupyter Folder
 2.Open jupyter_notebook_config.py with Visual Studio
 3.Search(Ctrl + F) notebook_dir
 4.="Enter Path" and Remove Comment
 5.Save and Exit
4.Resart Jupyter Notebook and Check

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages