/girder_jupyter

A Girder content manager for Jupyter

Primary LanguagePython

girder_jupyter

girder_jupyter is a python package that implements a content manager to allow Girder to become a backend for a Jupyter notebook server.

Configuration

Add the following options to your jupyter_notebook_config.py

c.NotebookApp.contents_manager_class = 'girder_jupyter.contents.girderfilemanager.GirderFileManager'
c.GirderFileManager.api_key = '<api key>'