Skip to content

Commit 01cf740

Browse files
authored
Merge pull request #8 from sequgen/6-refactor-test_mvp.ipynb
6 refactor test mvp.ipynb
2 parents 58bfb06 + fa9876b commit 01cf740

File tree

2 files changed

+228
-45
lines changed

2 files changed

+228
-45
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ pip install --upgrade pip wheel
3535
# (from the repository root directory)
3636
# install sequgen + jupyter
3737
pip install --requirement requirements.txt
38+
39+
# add the new local environment to jupyter
40+
ipython kernel install --name sequgen-demo --user
3841
```
3942

4043
Start the notebook server:
@@ -43,4 +46,4 @@ Start the notebook server:
4346
jupyter lab
4447
```
4548

46-
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.
49+
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.

0 commit comments

Comments
 (0)