-
Notifications
You must be signed in to change notification settings - Fork 13
Jupyter Notebook VENV
WesIngwersen edited this page May 28, 2020
·
8 revisions
Jupyter Notebook is an open-source web application that allows users to create and share documents that contain live code, equations, visualizations and narrative text. Download Jupyter Notebook
Data cleaning and transformation, numerical simulation, statistical modeling, data visualization, machine learning, and much more.
Installation of Jupyter Notebook and creating a python virtual environment instructions in VS Code.
- Click 'Source Control,'
- Click 'Clone Repository,'
- Enter 'https://github.com/USEPA/ElectricityLCI.git.'
- Create a virtual environment
- [ mkvirtualenv electricity ] or if the environment already exists [ workon electricity ]
- Install pip dependencies
- [ pip install jupyter ]
- [ pip install -e electricitylci ]
- On the left side of the bottom info bar, click on the current Python environment to change it.
- In the resulting dropdown at the top of VS Code, select your pre-existing virtual environment. The bottom-left Python environment should now show your selected virtual environment.
- On the top right side of the screen (Next to Jupyter Server) click on the Python Kernel to change it.
- Repeat step 6.