This project provides a Docker image for running JupyterLab with remote access enabled especially for Gitpod. It is based on the Gitpod workspace-full image, providing a comprehensive development environment. It includes Python3, pip, and JupyterLab.
-
JupyterLab: The image comes pre-installed with JupyterLab, a powerful interactive development environment for Python.
-
Remote Access: Remote access to JupyterLab is enabled, allowing you to access your Jupyter environment from any device.
- Works Perfectly Fine
- Latest Version
- Will be updated if required
- Just run the command in the terminal:
docker run -it --rm -p 8888:8888 rijj1/jupyterlab:v1.0
- Go to the 8888 port and use
rijj1
as the password.
NOTE:
- To open Jupyter Lab again, run the command
jupyter lab
in the terminal - To have any package preinstalled, just add it in
requirements.txt
file.