JupyterLab implementio
- Docker (started) and docker-compose (just install Docker for Desktop if you are on laptop)
- Clone repo
git clone https://github.com/datafuel/jupyterlab_docker.git
- Run
cd DataPlatform_docker
- Run
docker-compose up
then access the services
Make sure to wait at least 30 seconds before launching any service !
- Jupyterlab : http://localhost:8888
- After making your changes, run
docker-compose build -f dev-docker-compose.yml
(N.B. : the build process may be long, due to the build of jupyterlab after installing extensions)