Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/statisticsnorway/jupyterhub-project
Assembly project for jupyterhub related components
https://github.com/statisticsnorway/jupyterhub-project
dapla
Last synced: 15 days ago
JSON representation
Assembly project for jupyterhub related components
- Host: GitHub
- URL: https://github.com/statisticsnorway/jupyterhub-project
- Owner: statisticsnorway
- License: apache-2.0
- Created: 2021-06-14T07:26:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-17T07:08:25.000Z (4 months ago)
- Last Synced: 2024-09-17T09:44:17.384Z (4 months ago)
- Topics: dapla
- Language: Shell
- Homepage:
- Size: 24.9 MB
- Stars: 0
- Watchers: 12
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Jupyterhub-project
Build and release container images for:
- jupyterhub
- jupyterlab
- spark-py
- spark-r## Checkout sources
```bash
make update-all
```# Run standalone Jupyterlab
First build the standalone Jupyterlab server:
```bash
cp build/jupyter/*.jar docker/jupyterlab/.
docker build ./docker/jupyterlab -t jupyterlab-user
rm docker/jupyterlab/*.jar
```Then run the server with mounted volume for gcloud credentials:
```bash
docker run -p 8888:8888 -eGOOGLE_CLOUD_PROJECT=$(gcloud config get project) -v ~/.config/gcloud:/home/jovyan/.config/gcloud jupyterlab-user
```## Sub projects
* [Jupyterhub extensions](https://github.com/statisticsnorway/jupyterhub-extensions)
* [Jupyterhub GCP](https://github.com/statisticsnorway/jupyterhub-gcp)
* [Dapla Toolbelt](https://github.com/statisticsnorway/dapla-toolbelt)