Skip to content

bigdatacesga/jupyter-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jupyter REST API

Introduction

Allows to launch Jupyter servers on-demand.

Installation

virtualenv venv
. venv/bin/activate
pip install -r requirements.txt
python wsgi.py

Copy keyczar keys to:

/etc/keyczar/keys

Test with:

curl -X POST http://127.0.0.1:6004/jupyter/api/v1/servers
----
http POST http://127.0.0.1:6004/jupyter/api/v1/servers

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors