We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96a1e25 commit b1bf34aCopy full SHA for b1bf34a
README.md
@@ -53,7 +53,9 @@ A step-by-step guide to download all the codes from here and test yourself in yo
53
cd Code-Sleep-python
54
cd Code-Sleep-Python # all the codes are present Here
55
56
- ipython notebook
+ pip install jupyterlab
57
+
58
+ jupyter notebook
59
60
```
61
This will open a new jupyter notebook in your localhost where you can run all the codes and test it for yourself.
0 commit comments