Skip to content

Commit

Permalink
Remove leftover bundler refs
Browse files Browse the repository at this point in the history
  • Loading branch information
parente committed Feb 19, 2017
1 parent de928a7 commit e1e76fe
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 13 deletions.
2 changes: 0 additions & 2 deletions README.md
Expand Up @@ -34,7 +34,6 @@ jupyter cms quick-setup --sys-prefix
# jupyter serverextension enable --py jupyter_cms --sys-prefix
# jupyter nbextension install --py jupyter_cms --sys-prefix
# jupyter nbextension enable --py jupyter_cms --sys-prefix
# jupyter bundler enable --py jupyter_cms --sys-prefix
```

In Jupyter Notebook 4.1 and 4.0, you install and activate the extension like so:
Expand All @@ -60,7 +59,6 @@ In Jupyter Notebook >=4.2:
# See jupyter cms quick-remove --help for other options (e.g., --user)
jupyter cms quick-remove --sys-prefix
# The above command is equivalent to this sequence of commands:
# jupyter bundler disable --py jupyter_cms --sys-prefix
# jupyter nbextension disable --py jupyter_cms --sys-prefix
# jupyter nbextension uninstall --py jupyter_cms --sys-prefix
# jupyter serverextension disable --py jupyter_cms --sys-prefix
Expand Down
7 changes: 0 additions & 7 deletions scripts/jupyter-bundler

This file was deleted.

4 changes: 0 additions & 4 deletions setup.py
Expand Up @@ -39,8 +39,6 @@
* IPython kernel extension to make notebooks importable, and notebook cells injectable via # <api> and # <help> annotations
* Full-page drag-and-drop upload target
* Pop-over table of contents navigation for notebooks
* Plugin system for deploying and downloading notebook bundles
* Example *IPython Notebook bundle (.zip)* download bundler
See `the project README <https://github.com/jupyter-incubator/contentmanagement>`_
for more information.
Expand All @@ -55,7 +53,6 @@
include_package_data=True,
scripts=[
'scripts/jupyter-cms',
'scripts/jupyter-bundler'
],
install_requires=install_requires,
classifiers=[
Expand All @@ -76,7 +73,6 @@
setup_args['entry_points'] = {
'console_scripts': [
'jupyter-cms = jupyter_cms.extensionapp:main',
'jupyter-bundler = jupyter_cms.bundlerapp:main'
]
}
# Don't bother installing the .py scripts if if we're using entrypoints
Expand Down

0 comments on commit e1e76fe

Please sign in to comment.