Skip to content
This repository was archived by the owner on Dec 31, 2019. It is now read-only.

cyclone-project/federated-proxy-jupyter-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

federated-proxy-jupyter-data

Federation filtering proxy with Edugain behind a Jupyter instance and give access on a directory at URL : /data

Configuration Jupyter: requiered value.

c.NotebookApp.base_project_url = '/ipython'
c.NotebookApp.open_browser = False 
c.NotebookApp.port = 8080
c.NotebookApp.ip = "0.0.0.0"
c.NotebookApp.token =  ''
c.NotebookApp.password = '' 
export DEAMON_OR_ITERACTIVE=it
export ALLOWED_EMAIL_SPACE_SEPARATED_VALUES="[email protected] [email protected]"

#don't forget to adujst TARGET_FQDN, TARGET_PORT, and TARGET_PATH
export TARGET_PATH=/

export DATA_DIR=/tmp

./startFilteringProxy.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published