Jupyter-contrib-nbextensions

Latest version: v0.7.0

Safety actively analyzes 642295 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 4

0.3.3

-----

- [1128](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1128)
bugfix for notebook < 5.2.0, bugs introduced by [jcb91](https://github.com/jcb91) in
[1123](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1123)

0.3.2

-----

Repo-level stuff:

- [1097](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1097)
[juhasch](https://github.com/juhasch)
Increase lint's allowed line length to 120
- [1100](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1100)
[juhasch](https://github.com/juhasch)
Add note about --skip-running-check flag to docs
- [1117](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1117)
[jcb91](https://github.com/jcb91)
test yaml files using jupyter_nbextensions_configurator to avoid any yaml
typos which may prevent nbextensions from getting installed.
- [1103](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1103)
[Sukneet](https://github.com/Sukneet)
update add_buttons_group to use action instead of button

New features and bugfixes:

- `code_prettify`, `autopep8` & `2to3`
[1118](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1118)
[jcb91](https://github.com/jcb91)
Merge upstream changes, using textareas for json parameter editing
- `collapsible_headings`
[1109](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1109)
[jcb91](https://github.com/jcb91)
bugfix: update *all* headings on markdown rendering
- `embedhtml`
[1052](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1052)
[gabyx](https://github.com/gabyx)
Changed regex parsing in embedhtml.py to XML parsing with lxml, regex
- `python-markdown`
* [1081](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1081)
[yarikoptic](https://github.com/yarikoptic)
fix minor readme typo: currently -> current
* [1122](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1122)
[jcb91](https://github.com/jcb91)
avoid js error when marked doesn't wrap things in `<p>` tags
- `ruler`
[1116](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1116)
[jcb91](https://github.com/jcb91)
css patch for notebook > 4.2.3 - see
[jupyter/notebook2869](https://github.com/jupyter/notebook/issues/2869)
for details
- `runtools`
[946](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/946)
[juhasch](https://github.com/juhasch)
Use a scheduling list for running marked cells
- `scratchpad`
[1089](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1089)
[jcb91](https://github.com/jcb91)
fix typo in yaml
- `toc2`
* [1068](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1068)
[jfbercher](https://github.com/jfbercher)
Scrolling: add a mark to currently displayed section in TOC window
* [1084](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1084)
[jfbercher](https://github.com/jfbercher)
fix for
[1083](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/issues/1083):
Revert full url in links to relative to the current page.
* [1091](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1091)
[fkoessel](https://github.com/fkoessel)
Ensure notebook is not widened if sidebar is displayed and
`cfg.widenNotebook` is unchecked.
* [1095](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1095)
[fkjogu](https://github.com/fkjogu)
Beautify toc2.js using js-beautify
* [1110](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1110)
[jcb91](https://github.com/jcb91)
constrain draggable toc to the body
* [1111](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1111)
[jcb91](https://github.com/jcb91)
remove unused variables & commented code
* [1112](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1112)
[jcb91](https://github.com/jcb91)
use requirejs to get events
* [1120](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1120)
[jcb91](https://github.com/jcb91)
simplify ToC cell processing
* [1121](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1121)
[jcb91](https://github.com/jcb91)
correct toc tree construction

- `zenmode`
[1062](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1062)
[soamaven](https://github.com/soamaven)
Make hiding of the Header and Menubar optional

Removed/deprecated nbextensions:

- [539](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/539)
[janschulz](https://github.com/janschulz)
Remove deprecated extension `search-replace`
- [1108](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1108)
[juhasch](https://github.com/juhasch)
Remove deprecated extensions `chrome-clipboard`, `dragdrop`, `search-replace`

0.3.1

-----

Repo-level stuff:

- [1073](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1073)
[jcb91](https://github.com/jcb91)
Use newer conda version for recipe build test
- [1069](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1069)
[jcb91](https://github.com/jcb91)
Bugfix in installer, require newer versions of
[`jupyter_contrib_core`](https://github.com/jupyter-contrib/jupyter_contrib_core)
and
[`jupyter_nbextensions_configurator`](https://github.com/jupyter-contrib/jupyter_nbextensions_configurator)
- [1059](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1059)
[jcb91](https://github.com/jcb91)
fix linting errors, disallow linting failure on Travis

New features and bugfixes:

- `codefolding`
* [1054](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1054)
[gabyx](https://github.com/gabyx)
[codefolding] preprocessor improvements
* [1072](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1072)
[jcb91](https://github.com/jcb91)
fix linting in preprocessor
- `dragdrop`
[1063](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1063)
[juhasch](https://github.com/juhasch)
Add note to docs about native drag&drop support
- `toc2`
[1066](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1066)
[jfbercher](https://github.com/jfbercher)
tentative fix for
[1065](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/issues/1065)
by updating jqueryui cdn and version
- for various nbextensions
[1061](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1061)
[jcb91](https://github.com/jcb91)
use `Jupyter.notebook.config` instance, where appropriate

0.3.0

-----

Alterations to the installation machinery
(these are what made the bump to `0.3`):

- [992](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/992)
require `nbconvert >=4.2`
- [1045](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1045)
improved running-server checks for installation

Repo-level stuff:

- notebook 5.x: Update various nbextensions to list themselves as compatible
[1000](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1000),
[1002](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1002),
[1003](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1003),
[1055](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1055)
- CI updates:
[995](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/995)
updates for Travis

New features and bugfixes:

- `codefolding`,
* [1028](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1028)
[juhasch](https://github.com/juhasch)
Add configurable delay for initialization
* [1055](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1055)
[jcb91](https://github.com/jcb91)
fix restoration of nested folds
* [1058](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1058)
[juhasch](https://github.com/juhasch)
Fix preprocessor configuration
- `code_prettify`,
[1019](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1019)
[jfbercher](https://github.com/jfbercher)
added support for IPython magics, cf
[1018](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/issues/1018)
- `collapsible_headings`,
* [1025](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1025)
add new (un)collapse-all actions, shortcuts, button
* [1031](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1031)
[jcb91](https://github.com/jcb91)
integration with `toc2`
* [1060](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1060)
bugfix for exporter
- `ExecuteTime`,
[1022](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1022)
[jcb91](https://github.com/jcb91)
add menu items & options for clearing timing data
- `export_embedded`
[1039](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1039)
[gabyx](https://github.com/gabyx)
**New nbextension** providing a menu item to allow downloading the notebook
through the `html_embed` exporter.
- `freeze`
* [1006](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1006)
[aminought](https://github.com/aminought)
Fix cell removing after copying of freezed cell
* [1033](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1033)
[jcb91](https://github.com/jcb91)
fix typo/inconsitent state naming
- `html_embed` exporter:
[1044](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1044)
[juhasch](https://github.com/juhasch)
bugfix for issue
[1041](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1041):
to ensure correct treatment of images already embedded as
[attachments](https://github.com/jupyter/nbformat/pull/21).
- `nbTranslate`
[998](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/998)
[jfbercher](https://github.com/jfbercher)
update to google API modifications
- `notify`
* [1036](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1036)
[baldwint](https://github.com/baldwint)
Update notify extension for Jupyter 5.x
* [1053](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1053)
[brenns10](https://github.com/brenns10)
Add sound, & sticky options
- `scratchpad`,
[1026](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1026)
[jcb91](https://github.com/jcb91)
merge upstream fix to stop the scratchpad interfering with the scrollbar in firefox.
- `toc2`
* [994](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/994)
[jfbercher](https://github.com/jfbercher)
update for cells width and sidebar height
* [1030](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1030)
[jfbercher](https://github.com/jfbercher)
Full url in links | skip tag to skip headers from being inserted
* [1031](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1031)
[jcb91](https://github.com/jcb91)
Make toc entries collapsible, integrate with `collapsible_headings`
* [1032](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1032)
Use amd structure to avoid polluting the global namespace
* [1035](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1035)
[jcb91](https://github.com/jcb91)
alter ToC cell source to work better with `collapsible_headings`
- `varInspector`
* [1001](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1001)
[jcb91](https://github.com/jcb91)
merge upstream fixes, ensuring each library object has its own config object
* [1016](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1016)
[jfbercher](https://github.com/jfbercher)
Fix [1014](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/issues/1014)
and [1015](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/issues/1015) -
reload on `%reset` magic and fix print on python2

0.2.8

-----

Alterations to the installation machinery:

- [981](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/981)
fix potential bug in config uninstall

Repo-level stuff:
[986](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/986),
[972](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/972),
update more nbextensions to list themselves as 5.x-compatible.

New features and bugfixes:

- `cellstate`
[978](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/978)
[juhasch](https://github.com/juhasch)
Stale nbextensions removed
- `codefolding`
[977](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/977)
[juhasch](https://github.com/juhasch)
Fix codefolding gutter load issue
- `ExecuteTime`
[967](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/967)
[NII](https://github.com/NII)
Fix highlight.color option
- `freeze`
* [966](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/966)
[NII](https://github.com/NII)
make cell colors configurable
* [968](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/968)
[tnarik](https://github.com/tnarik)
use `cell.metadata.editable` as introduced by notebook 5.x.
* [976](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/976)
[yacchin1205](https://github.com/yacchin1205)
Fix property checking
* [974](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/974)
[yacchin1205](https://github.com/yacchin1205)
Export set/get_state functions
- `init_cell`
[987](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/987)
[jcb91](https://github.com/jcb91)
fix typo in options-loading code
- `ruler`
[980](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/980)
[jcb91](https://github.com/jcb91)
fix typo in `cm_config` defaults
- `select_keymap`
[971](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/971)
[jcb91](https://github.com/jcb91)
honour default params as declared in yaml
- `skip-traceback`
[957](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/957)
[jcb91](https://github.com/jcb91)
make traceback collapsed, rather than just omitted entirely.
Apply to pre-existing traceback at notebook load, and add a button to copy
the traceback
- `toc2`
[969](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/969)
[hiiwave](https://github.com/hiiwave)
Support custom colors for navigation text and window
- `tree-filter`
[948](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/948)
[wikiped](https://github.com/wikiped)
Make search optionally case-insensitve and accept RegExp syntax

Updates to readme/docs:
[973](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/973)
fix link typos and redirects

0.2.7

-----

New nbextensions, new features and bugfixes:

- `codefolding`
* [927](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/927)
[juhasch](https://github.com/juhasch)
bugfix, restore default codefolding hotkey
* [954](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/954)
[juhasch](https://github.com/juhasch)
Make codefolding available in edit view
- `collapsible_headings`
[950](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/950)
[jcb91](https://github.com/jcb91)
fix tooltip placement bug for notebook 5.x, add 5.x compatibility
- `comment-uncomment`
[953](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/953)
[juhasch](https://github.com/juhasch)
Add option to indent comments to current indent level
- `dragdrop`
[929](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/929)
[xNok](https://github.com/xNok)
use markdown syntax instead of html
- `ExecuteTime`
[934](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/934)
[jcb91](https://github.com/jcb91)
honour `default_kernel_to_utc` for both start and end times
- `init_cell`
[928](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/928)
[ZelphirKaltstahl](https://github.com/ZelphirKaltstahl)
bugfix error introduced as part of fixes to
[885](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/issues/885)
- `nbTranslate`
[951](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/951)
[jfbercher](https://github.com/jfbercher)
improved code formatting in nbTranslate.py
- `runtools`
[930](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/930)
[tsankuanglee](https://github.com/tsankuanglee)
add tooltips to runtools' many buttons
- `varInspector`
[922](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/922)
[jfbercher](https://github.com/jfbercher)
**new nbextension** a variable inspector!

CI stuff:
[955](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/955)

Page 2 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.