https://github.com/frankzickert/jupyterlab-configuration
Containerized and Script-controlled JupyterLab Project Environment
https://github.com/frankzickert/jupyterlab-configuration
docker jupyterlab jupyterlab-configuration jupyterlab-extension script
Last synced: 1 day ago
JSON representation
Containerized and Script-controlled JupyterLab Project Environment
- Host: GitHub
- URL: https://github.com/frankzickert/jupyterlab-configuration
- Owner: frankzickert
- License: other
- Created: 2018-10-18T13:19:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-23T07:07:13.000Z (almost 7 years ago)
- Last Synced: 2024-05-01T20:16:21.895Z (about 2 years ago)
- Topics: docker, jupyterlab, jupyterlab-configuration, jupyterlab-extension, script
- Language: Python
- Size: 78.1 KB
- Stars: 105
- Watchers: 6
- Forks: 31
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JupyterLab-Configuration
The [JupyterLab-Configurator](https://www.lean-data-science.com) lets you easily create your **JupyterLab configuration** that runs JupyterLab in a **container** and automates the whole setup using **scripts**. A container is a separated environment that encapsulates the libraries you install in it without affecting your host computer. Scripts automate executing all the commands you would normally need to run manually. For you can review and edit scripts, you get full control of your configuration at any time.
**Create** your JupyterLab configuration:
1. Create your configuration with a few clicks with the [**JupyterLab-Configurator**](https://www.lean-data-science.com/)
1. Download and unzip your configuration
1. Customize it to your needs (optional)
The following picture shows the JupyterLab configuration in action. **Use** it with two simple steps:
1. Execute `sh {path_to_your_project}/run.sh`
1. Open `localhost:8888` from a browser
Using the JupyterLab configuration