Spaces:
Sleeping
Sleeping
Chirag
commited on
Commit
·
e12099f
1
Parent(s):
4da79dc
app..sh
CHANGED
|
@@ -2,4 +2,7 @@
|
|
| 2 |
|
| 3 |
pip install -q nbconvert nbformat jupyter ipykernel lxml_html_clean
|
| 4 |
|
|
|
|
|
|
|
|
|
|
| 5 |
python app.py
|
|
|
|
| 2 |
|
| 3 |
pip install -q nbconvert nbformat jupyter ipykernel lxml_html_clean
|
| 4 |
|
| 5 |
+
# Register the python3 kernel
|
| 6 |
+
python -m ipykernel install --user
|
| 7 |
+
|
| 8 |
python app.py
|