


To enable basic auth, both the user and password need to be set. We recommend to use the AUTHENTICATE_VIA_JUPYTER for securing the workspace.īasic auth user password. When set to true, either certificate (cert.crt) must be mounted to /resources/ssl or, if not, the container generates self-signed certificate.īasic auth user name. The base URL under which Jupyter and all other tools will be reachable from.Įnable or disable SSL. Configuration options (click to expand.) Variable The workspace provides a variety of configuration options that can be used by setting environment variables (via docker run option: -env). You can find additional options for docker run here and workspace configuration options in the section below. This command runs the container in background ( -d), mounts your current working directory into the /workspace folder ( -v), secures the workspace via a provided token ( -env AUTHENTICATE_VIA_JUPYTER), provides 512MB of shared memory ( -shm-size) to prevent unexpected crashes (see known issues section), and keeps the container running even on system restarts ( -restart always). env AUTHENTICATE_VIA_JUPYTER= "mytoken " \ Start single instanceĭeploying a single workspace instance is as simple as: The workspace requires Docker to be installed on your machine ( 📖 Installation Guide). 🐳 Easy to deploy on Mac, Linux, and Windows via Docker.🎛 Usable as remote kernel (Jupyter) or remote machine (VS Code) via SSH.🚪 Access from anywhere via Web, SSH, or VNC under a single port.📈 Integrated hardware & training monitoring via Tensorboard & Netdata.🔀 Seamless Git integration optimized for notebooks.
PYCHARM VS JUPYTERLAB FULL
🖥 Full Linux desktop GUI accessible via web browser.🗃 Pre-installed with many popular data science libraries & tools.
PYCHARM VS JUPYTERLAB CODE
