Windows environment, under the premise of successful configuration and installation of Python+pycharm.
The steps to install Jupyter using PIP are as follows:
1.Windows Mount Pip (small pip for quick install of Jupyter module)
Reference article: https://jingyan.baidu.com/article/ff42efa9d630e5c19e220207.html Attention In Windows terminal, to open a folder For example: The current directory is C disk, if you want to enter into the G:\Downloads folder First change the letter, enter G:, carriage return.
Then CD/CD \downloads into the specific folder, CD. is to return to the previous step Change the letter, reference |
2. Install Jupyter with PIP
Open the Windows terminal and directly enter PIP install Jupyter, carriage return. The corresponding version of the Jupyter installation can be automatically implemented.
3. Use of Jupyter in Pycharm
Reference https://www.zhihu.com/question/31600197 3.1 New Jupyter file in Pycharm, run-Select default url--
3.2 In the cmd direct input jupyter notebook, will automatically open the browser page
3.3 Modify the Jupyter file directory