This repository provides a customized JupyterLab environment built with Docker. It includes several popular extensions to enhance the JupyterLab experience.
jupyterlab-git: Git integration for JupyterLab.jupyterlab-code-formatter: Code formatting support.jupyterlab-search-replace: Advanced search and replace functionality.jupyterlab-dayandjupyterlab-night: Light and dark themes.jupyterlab-lsp: Language Server Protocol support for features like code completion and navigation.jedi-language-server: A language server for Python.
-
Build and run the container:
docker-compose up -d --build
-
Access JupyterLab:
Open your browser and navigate to
http://localhost:8888.