https://github.com/nickmancol/python_data_pipeline
A Simple Pure Python Data Pipeline to process a Data Stream
https://github.com/nickmancol/python_data_pipeline
Last synced: 4 months ago
JSON representation
A Simple Pure Python Data Pipeline to process a Data Stream
- Host: GitHub
- URL: https://github.com/nickmancol/python_data_pipeline
- Owner: nickmancol
- License: mit
- Created: 2020-02-25T02:08:09.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-25T02:09:07.000Z (about 5 years ago)
- Last Synced: 2024-08-14T07:09:19.550Z (8 months ago)
- Language: Python
- Size: 78.1 KB
- Stars: 9
- Watchers: 0
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - nickmancol/python_data_pipeline - A Simple Pure Python Data Pipeline to process a Data Stream (Python)
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