You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,9 @@ pip install --upgrade pip wheel
35
35
# (from the repository root directory)
36
36
# install sequgen + jupyter
37
37
pip install --requirement requirements.txt
38
+
39
+
# add the new local environment to jupyter
40
+
ipython kernel install --name sequgen-demo --user
38
41
```
39
42
40
43
Start the notebook server:
@@ -43,4 +46,4 @@ Start the notebook server:
43
46
jupyter lab
44
47
```
45
48
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