Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codingforentrepreneurs/jupyter-container
Unlock interactive sessions on Railway with Jupyter Container. Python shell, terminal shell, and more.
https://github.com/codingforentrepreneurs/jupyter-container
deployment jupyter python railway terminal
Last synced: 15 days ago
JSON representation
Unlock interactive sessions on Railway with Jupyter Container. Python shell, terminal shell, and more.
- Host: GitHub
- URL: https://github.com/codingforentrepreneurs/jupyter-container
- Owner: codingforentrepreneurs
- Created: 2024-12-15T21:54:15.000Z (18 days ago)
- Default Branch: main
- Last Pushed: 2024-12-15T23:07:42.000Z (18 days ago)
- Last Synced: 2024-12-15T23:17:21.364Z (18 days ago)
- Topics: deployment, jupyter, python, railway, terminal
- Language: Dockerfile
- Homepage: https://jupytercontainer.com
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Jupyter Container](https://jupytercontainer.com)
Deploy Jupyter Notebooks in this simple Docker container directly to Railway.
[![Deploy on Railway](https://railway.com/button.svg)](https://jupytercontainer.com)
Environment variables:
- `JUPYTER_PASSWORD`: The password for to login to the Jupyter notebook server.
- `JUPYTER_IP`: The IP address for the Jupyter notebook (defaults to 0.0.0.0).
- `PORT`: The port for the Jupyter notebook (defaults to 8888).## Jupyter Notebook Server for Railway
The goal of this [Railway template](https://jupytercontainer.com) is two fold:- Customizable Jupyter environment
- Shell-like interactivity with Railway resources (private and public)The official JupyterLab Railway template is great but... it's overly complex for simple Jupyter tasks. That's what this template is for.
The code is open source so feel free to fork and customize as you see fit. In our case, we can use it to:
- Verify private Railway resource connections -- such as calling non-internet connected APIs
- Run various analytics with private databases
- Use numpy, pandas, scikit-learn, and many other Data Science tools
- Build and deploy as needed. Tear down at will.Do you have ideas? Please share them with me https://x.com/justinmitchel or on the GitHub Repo attached to this template.
All code is available at: https://github.com/codingforentrepreneurs/jupyter-container
Enjoy!