thehyve/nb_conda

Name: nb_conda

Owner: The Hyve

Description: Conda environment and package access extension from within Jupyter

Forked from: Anaconda-Platform/nb_conda

Created: 2018-01-05 15:46:35.0

Updated: 2018-01-05 15:46:37.0

Pushed: 2018-01-05 15:51:22.0

Homepage: null

Size: 119

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

nb_conda

Install with conda Build Status Build status Coverage Status

Provides Conda environment and package access extension from within Jupyter.

Conda tab in the Jupyter file browser

This extensions adds a Conda tab to the Jupyter file browser. Selecting the Conda tab will display:

You can click on the name of an environment to select it. That will allow you to:

Creating New Environments

There are two ways to create an environment:

Conda in the Notebook view

This extension adds a Conda Packages item to the Kernel menu. Selecting this item displays the list of Conda packages in the environment associated with the running kernel, and the list of available packages. You can perform the same actions as in the Conda tab, but only against the current environment.

Development
a create -y -n nb_conda python
a install -y -n nb_conda --file requirements.txt -c conda-forge
ce activate nb_conda
on setup.py develop
ter nbextension install nb_conda --py --sys-prefix --symlink
ter nbextension enable nb_conda --py --sys-prefix
ter serverextension enable nb_conda --py --sys-prefix
Changelog
2.2.1
2.2.0
2.1.0
2.0.0
1.1.0
1.0.1
1.0.0

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.