https://github.com/murat-polat/docker-jupyterlab
This repository designed to run Jupyter Notebook, JupyterHub and JupyterLab inside a Docker container. That's come with Pandas, Numpy, Bokeh, Plotly, Dash and other popular libraries. JupyterHub has admin interface, JupyterLab has Jupyter Notebook, console, terminal, text editor and Jitsi video-meeting.
https://github.com/murat-polat/docker-jupyterlab
docker jitsi-meet jupyter-notebook jupyterhub jupyterlab
Last synced: 3 months ago
JSON representation
This repository designed to run Jupyter Notebook, JupyterHub and JupyterLab inside a Docker container. That's come with Pandas, Numpy, Bokeh, Plotly, Dash and other popular libraries. JupyterHub has admin interface, JupyterLab has Jupyter Notebook, console, terminal, text editor and Jitsi video-meeting.
- Host: GitHub
- URL: https://github.com/murat-polat/docker-jupyterlab
- Owner: murat-polat
- Created: 2021-07-21T14:55:13.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-22T05:08:26.000Z (almost 4 years ago)
- Last Synced: 2025-01-07T09:43:31.465Z (5 months ago)
- Topics: docker, jitsi-meet, jupyter-notebook, jupyterhub, jupyterlab
- Language: Dockerfile
- Homepage:
- Size: 425 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repository designed to run Jupyter Notebook, JupyterHub and JupyterLab inside a Docker container.
That's come with Pandas, Numpy, Bokeh, Plotly, Dash and other popular libraries.JupyterHub has admin interface, JupyterLab has Jupyter Notebook, console, terminal, text editor and Jitsi video-meeting.
### Build your docker image
` git clone https://github.com/murat-polat/docker-jupyterlab `
` cd docker-jupyterlab `
` docker build -t /jupyterlab .`
Make your own docker image and push to docker registry(DockerHub)
`docker login``docker push /jupyterlab `
### Run JupyterLab/JupyterHub
` docker run --rm -p 8000:8000 -d /jupyterlab:latest `
Or just pull and run:
` docker pull muratp/jupyterlab `
` docker run --rm -p 8000:8000 -d muratp/jupyterlab `
Then go to the:
http://localhost:8000 or http://YourServerIP:8000
Default JupyterHUb/Lab has to users, which is admin_user and common_user, password is same as user_name. For example:
User : admin_userPassword : admin_user
### How to use ?
JupyterHub admin Control Panel for add/remove JupyterLab users, start/stopp servers and access to others common_users server and notebooks.
##### JupyterHub Control Panel
JupyterLab URL is:
http://YourServerIP:8000/user/admin_user/lab
or
http://YourServerIP:8000/user/common_user/lab
##### JupyterLab
JupyterLab is next-generations, great advanced tools for everyone. Not just a Jupyter Notebook,that comes with text editor, console, terminal, Jitsi-Meet and much more. For more information please visit https://jupyterlab.readthedocs.io/en/stable/getting_started/overview.html
