Skip to content

SteSad/PyCharmJupterInstallGuide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

PyCharm Jupter Install Guide

Installation guide to run jupyter notebooks on PyCharm
this guide works on Windows, the descriptions for Linux should work, but without guarantee

Ananconda

install Anaconda

add jupyter

  • open anaconda navigator

  • open the Environments tab

  • if is none environmental variable given, create one and name it you like (e.g. "base")

  • open a terminal with this environmental variable

    • Windows 10 open CMD.exe Promt in Anaconda Navigator
    • Linux should use $ conda activate ./<name_of_env>
  • in the terminal

    • $ conda install jupyter
    • $ conda install pytorch torchvision -c pytorch
    • $ conda update conda

PyCharm

install PyCharm with Anaconda Navigator or from here:
https://www.jetbrains.com/de-de/pycharm/

and open it

  • Click on File->New Project
  • create a Pure Python Project at a Location you like
  • set the Base interpreter to the Anacondo path
    • Windows: C:\ProgramData\Anaconda3\python.exe should be the standard path
    • Linux: the path where you installed Anaconda

after successfull indexing you can use the QuickFix on top of the Editor in PyCharm with the pale yellow background
Jupyter is not installed   Install Jupyter

After these steps you should able to work on Jupyter Notebooks in PyCharm

About

Installation guide to run jupyter notebooks on PyCharm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published