Spaces:
Paused
Paused
gghfds
commited on
Update start.sh
Browse files
start.sh
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
#!/bin/bash
|
| 2 |
-
|
|
|
|
|
|
|
| 3 |
NOTEBOOK_DIR="/workspace"
|
| 4 |
|
| 5 |
jupyter labextension disable "@jupyterlab/apputils-extension:announcements"
|
|
|
|
| 1 |
#!/bin/bash
|
| 2 |
+
#!/bin/bash
|
| 3 |
+
source /root/miniconda3/etc/profile.d/conda.sh
|
| 4 |
+
conda activate base
|
| 5 |
NOTEBOOK_DIR="/workspace"
|
| 6 |
|
| 7 |
jupyter labextension disable "@jupyterlab/apputils-extension:announcements"
|