Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
simbilod authored Mar 6, 2020
1 parent dab1886 commit 55e239f
Showing 1 changed file with 2 additions and 24 deletions.
26 changes: 2 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,29 +11,7 @@ https://myadroit.princeton.edu/
git clone https://github.com/simbilod/ELE559-simulations
```

## Create and enable isolated conda environment
## Using the Notebooks

Change directory (cd) into the course folder, then type:

```
# cd ELE559-simulations
conda env create -f environment.yml
conda activate mp
```

## Install JupyterLab Ipykernel

```
conda activate mp
conda install ipykernel
ipython kernel install --user --name=PyMeep
conda deactivate
```

## (For 3D plotting : optional) Make sure extension is enabled in JupyterLab

conda install -c conda-forge nodejs
jupyter labextension install @jupyter-widgets/jupyterlab-manager
jupyter labextension install ipyvolume
jupyter labextension install jupyter-threejs
You should see multiple Python environments when you log in (mp, pmp, layout, etc.). Make sure you select the "mp" environments when you boot the Notebooks. You can change what environment you are running on by clicking the text besides the dot on the top right.

0 comments on commit 55e239f

Please sign in to comment.