Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ pip install --upgrade pip wheel
# (from the repository root directory)
# install sequgen + jupyter
pip install --requirement requirements.txt

# add the new local environment to jupyter
ipython kernel install --name sequgen-demo --user
```

Start the notebook server:
Expand All @@ -43,4 +46,4 @@ Start the notebook server:
jupyter lab
```

It will open a web browser with the Jupyter Lab environment, in file-browser on left side bar open the notebook (*.ipynb files) of interest.
It will open a web browser with the Jupyter Lab environment, in file-browser on left side bar open the notebook (\*.ipynb files) of interest. Select the kernel `sequgen-demo` to run the notebook.
Loading