Spaces:
Paused
Paused
| export HOME=/workspace | |
| cd /workspace | |
| /workspace/miniconda3/bin/conda init | |
| source ~/.bashrc # or ~/.bash_profile | |
| NOTEBOOK_DIR="/workspace" | |
| jupyter labextension disable "@jupyterlab/apputils-extension:announcements" | |
| jupyter-lab \ | |
| --ip 0.0.0.0 \ | |
| --port 7860 \ | |
| --no-browser \ | |
| --allow-root \ | |
| --ServerApp.token="" \ | |
| --ServerApp.password=""\ | |
| --ServerApp.tornado_settings="{'headers': {'Content-Security-Policy': 'frame-ancestors *'}}" \ | |
| --ServerApp.cookie_options="{'SameSite': 'None', 'Secure': True}" \ | |
| --ServerApp.disable_check_xsrf=True \ | |
| --LabApp.news_url=None \ | |
| --LabApp.check_for_updates_class="jupyterlab.NeverCheckForUpdate" \ | |
| --notebook-dir=$NOTEBOOK_DIR |