Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add yaml files for jupyter_nbextensions_configurator #40

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions nb_conda/static/main.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# This file declares this nbextension to the jupyter_nbextensions_configurator.
# See
# https://github.com/Jupyter-contrib/jupyter_nbextensions_configurator
# for further details.
Type: Jupyter Notebook Extension
Name: Conda Notebook menu item
Description: |
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.
Main: main.js
Compatibility: 4.x
Link: https://github.com/Anaconda-Platform/nb_conda
14 changes: 14 additions & 0 deletions nb_conda/static/tree.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# This file declares this nbextension to the jupyter_nbextensions_configurator.
# See
# https://github.com/Jupyter-contrib/jupyter_nbextensions_configurator
# for further details.
Type: Jupyter Notebook Extension
Name: Conda tab
Description: |
Adds a Conda tab to the Jupyter file browser which can list the currently
existing Conda environments, and packages installed in the selected
environment. In addition, you can install new packages and update installed
packages form the tab.
Main: tree.js
Compatibility: 4.x
Link: https://github.com/Anaconda-Platform/nb_conda