Skip to content

Commit

Permalink
fix highlighting, clarify reasoning
Browse files Browse the repository at this point in the history
  • Loading branch information
terriko committed Feb 9, 2021
1 parent b36ec1c commit 8594aaf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,15 @@ jupyter-lab

From there, jupyter lab will open in a browser, and you can create a new notebook to play around. When you're done, you can shut down the notebook server using `^C` in the console and typing `y` when it asks if you want to shut down. You can deactivate the virtualenv by typing `deactivate` and pressing enter.

If you want to run it again later, you do the following:
If you want to run it again later, you can do the following:

```
```console
source ~/venv-3.8-jupyter/bin/activate
jupyter-lab
```

(The virtualenv only needs to be created once, and you don't need to reinstall.)

If you don't want to use Jupyter, it will also work as any standard python library.

`pip install pyknit`
Expand Down

0 comments on commit 8594aaf

Please sign in to comment.