kotfic / girder_jupyter

A Girder content manager for Jupyter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>'

About

A Girder content manager for Jupyter


Languages

Language:Python 100.0%