Giter Site home page Giter Site logo

raonyguimaraes / jupyterhub-django Goto Github PK

View Code? Open in Web Editor NEW

This project forked from smkjaindmc/jupyterhub-django

0.0 2.0 0.0 54.34 MB

Makes use of Django allauth to launch jupyterhub from django authentication system. Here django is service provider and Jupyterhub is client application. OAuth or open authentication is used. Two servers are used. One is the python server to launch django and another one for JupyterHub. To launch jupyterhub, shell script is executed on windows using wsl. Both the servers run simultaneously.y

Python 82.17% Shell 0.01% Mako 0.02% C++ 0.19% C 0.24% CSS 0.21% JavaScript 14.95% HTML 0.66% Jupyter Notebook 1.41% Smarty 0.08% VBScript 0.01% XSLT 0.01% ASP 0.01% Tcl 0.06% PowerShell 0.01% Batchfile 0.01%

jupyterhub-django's Introduction

jupyterhub-django

Makes use of Django allauth to launch jupyterhub from django authentication system. Here django is service provider and Jupyterhub is client application. OAuth or open authentication is used. Two servers are used. One is the python server to launch django and another one for JupyterHub. To launch jupyterhub, shell script is executed on windows using wsl. Both the servers run simultaneously.y

Install

Move on to command prompt and type: -

pip install django (for django)

pip install django-oauth-toolkit==1.2.0 (for oauth)

pip install django-cors-middleware==1.4.0 (for cors - cross origin resource shairing)

pip install jupyter==1.0.0 jupyterhub==1.0.0 oauthenticator==0.9.0 (for jupyter, jupyterhub, oauthenticator)

Running servers

Move to django project folder and launch cmd:-

python manage.py runserver

Move to folder containing script file:-

For windows type:- bash filename.sh

For ubuntu:- chmod u+x filename.sh ./filename.sh

jupyterhub-django's People

Contributors

smkjaindmc avatar

Watchers

 avatar  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.