Spaces:
Sleeping
Sleeping
Chirag
commited on
Commit
·
d0dfa7f
1
Parent(s):
eba31ce
app.sh
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
#!/bin/bash
|
| 2 |
|
| 3 |
-
pip install -q nbconvert nbformat jupyter ipykernel lxml_html_clean
|
| 4 |
|
| 5 |
# Register the python3 kernel
|
| 6 |
python -m ipykernel install --user
|
|
|
|
| 1 |
#!/bin/bash
|
| 2 |
|
| 3 |
+
!pip install -q nbconvert nbformat jupyter ipykernel lxml_html_clean
|
| 4 |
|
| 5 |
# Register the python3 kernel
|
| 6 |
python -m ipykernel install --user
|