Giter Club home page Giter Club logo

jupyterhub-udata-launcher's Introduction

jupyterhub-udata-launcher

โš ๏ธ Alpha stage.

This service is based on JupyterHub and lets you spawn a Jupyter notebook for a given uData resource.

At the moment, only CSV resources are supported. They're loaded into a Pandas dataframe for convenience.

Users are logged in to the JupyterHub instance via GitHub Oauth. A home directory is then created for them and theirs notebooks stored there.

Install

Cf JupyterHub install instructions

python3 -m venv pyenv && . pyenv/bin/activate
pip3 install -r requirements.txt
npm install -g configurable-http-proxy

Create a file named jupyterhub_config_secret.py and customize the GitHub settings:

c.GitHubOAuthenticator.oauth_callback_url = 'http://localhost:8000/hub/oauth_callback'
c.GitHubOAuthenticator.client_id = 'xxx'
c.GitHubOAuthenticator.client_secret = 'xxx'
c.Authenticator.admin_users = {'xxx'}

Profit

jupyterhub

Redirect users to http://<server>/services/launcher/<dataset>/<resource> with <dataset> and <resource> being the ids of the dataset and resource you want to play with.

jupyterhub-udata-launcher's People

Contributors

abulte avatar

Stargazers

Geoffrey Aldebert avatar

Watchers

 avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.