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 3 of 4

0.2.6

-----

Fix requirements, which got altered incorrectly as part of the 0.2.5 release.

0.2.5

-----

New nbextensions, new features and bugfixes:

- `autoscroll`
[864](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/864)
[simplygood](https://github.com/simplygood)
fixed a typo in AutoScroll's `main.js`
- `chrome-clipboard`
[921](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/921)
[sdsawtelle](https://github.com/sdsawtelle)
use utils function to add authentication to upload, fixing
[918](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/issues/918)
- `codefolding`
[908](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/908)
[juhasch](https://github.com/juhasch)
Fixes for languages other than IPython that use non-indent-based blocks.
- `codemirror_mode_extensions`
[905](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/905)
[jcb91](https://github.com/jcb91)
**New nbextension**
- `collapsible_headings`
[892](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/892)
[jcb91](https://github.com/jcb91)
new features including support for embedding into html
- `dragdrop`
[915](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/915)
[juhasch](https://github.com/juhasch)
Bugfix for Firefox
- `ExecuteTime`
[907](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/907)
[jcb91](https://github.com/jcb91)
new features including configurable utc assumption, relative
time display, message templates, right-alignment.
- `hide_header`
[863](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/863)
[bluss](https://github.com/bluss)
**New nbextension** to toggle (header + toolbar + menubar) visibility
- [899](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/899)
[jfbercher](https://github.com/jfbercher)
`highlighter` Minor typo update + cleaning
- `init_cell`
[912](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/912)
[jcb91](https://github.com/jcb91)
allow celltoolbar preset to load from metadata setting
- `move_selected_cells`
[860](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/860)
[jfbercher](https://github.com/jfbercher)
updated to Jupyter 4.2+
- `nbconvert_support.embed_html`
[902](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/902)
[jozjan](https://github.com/jozjan)
Updated regex pattern for better match
- `scratchpad`
[919](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/919)
[jcb91](https://github.com/jcb91)
adopt [minrk/scratchpad12](https://github.com/minrk/scratchpad/pull/12)
to bugfix z-index for issue
[916](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/916)
- `snippets_menu`
[917](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/917)
[moble](https://github.com/moble)
Fix documentation links
- `toc2`
* [846](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/846)
[jfbercher](https://github.com/jfbercher)
always read threshold parameter from system config - address
[646](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/issues/646)
* [872](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/872)
[jfbercher](https://github.com/jfbercher)
update template and resize sidebar on resize-header event
* [887](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/887)
[jfbercher](https://github.com/jfbercher)
Add a parameter to enable/disable cell widening
* [911](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/911)
[piti118](https://github.com/piti118)
Use https instead of http for jquery in nbconvert template
- Various fixes to ensure nbextensions load correctly, related to
[885](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/issues/885):
PRs
[895](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/895),
[897](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/897),
[898](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/898),
[900](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/900),
[906](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/906)
- **stale nbextensions removed**:
* `history` [889](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/889)
* `read-only` [890](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/890)
* `search`, `slidemode/slidemode2`, `swc` [891](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/891)
* `no_exec_dunder`, `nbviewer_theme` [906](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/906)

Alterations to the installation machinery:

- [874](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/874)
add traitlets 4.1 to requirements, needed by nbTranslate
- [923](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/923)
[jcb91](https://github.com/jcb91)
update required versions of `jupyter_nbextensions_configurator`,
`jupyter_latex_envs`, and `jupyter_highlight_selected_word` to latest
releases

Updates to readme/docs:

- [896](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/896)
[juhasch](https://github.com/juhasch)
Add some more documentation for `freeze`
- [881](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/881)
[juhasch](https://github.com/juhasch)
Fix graphics in doc
- [875](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/875)
[jcb91](https://github.com/jcb91)
Docs updates - sort list
- [876](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/876)
[juhasch](https://github.com/juhasch)
Document LaTex templates

CI updates:
[862](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/862),
[894](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/894),
[920](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/920)

0.2.4

-----

New nbextensions, new features and bugfixes:

- [839](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/839)
[jcb91](https://github.com/jcb91)
`snippets_menu` merge upstream changes
- [844](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/844)
[jfbercher](https://github.com/jfbercher)
`nbTranslate` add help message for keyboard shortcuts
- [843](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/843)
[jfbercher](https://github.com/jfbercher)
`code_prettify` bugfix: reinstate JSON-conversion of results from the R kernel
- [837](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/837)
[jcb91](https://github.com/jcb91)
`code_prettify` Merge upstream code-prettify updates
- [838](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/838)
[jfbercher](https://github.com/jfbercher)
`nbTranslate` **New nbextension**
- [827](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/827)
[moble](https://github.com/moble)
`snippets_menu` **New nbextension**
- [836](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/836)
[juhasch](https://github.com/juhasch)
Remove `strip_output_prompt` from `nbconvert_support`
- [831](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/831)
[juhasch](https://github.com/juhasch)
`dragdrop` use utils function to add authentication to upload, fixing
[830](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/issues/830)
- [834](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/834)
[lspvic](https://github.com/lspvic)
`init_cell` fix bug with trust warning
- [826](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/826)
[adrn](https://github.com/adrn)
`code_snippets` **New nbextension**
- [820](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/820)
[jcb91](https://github.com/jcb91)
`hinterland` disable hints in comments (configurable), fixing
[819](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/issues/819)
- [815](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/815)
[jcb91](https://github.com/jcb91)
`hinterland` make all regexes configurable, addressing
[651](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/issues/651)

Updates to readme/docs:

- [845](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/845)
[aiguofer](https://github.com/aiguofer)
Add note about helpful firefox extension to `select_keymap` docs
- [850](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/850)
[juhasch](https://github.com/juhasch)
Describe nbextensions custom template
- [833](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/833)
[jcb91](https://github.com/jcb91)
updates to readme and docs, addressing
[740](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/issues/740)
- [825](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/825)
[jcb91](https://github.com/jcb91)
readme updates to specllchecker, codefolding, gist_it, readonly
- [816](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/816)
[jcb91](https://github.com/jcb91)
update docs build to include nbextensions provided by dependencies

Some CI updates:
[824](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/824)

0.2.3

-----

Alterations to the installation machinery:

- [801](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/801)
[jcb91](https://github.com/jcb91)
updates to migrate script addressing renames
- [807](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/807)
[jcb91](https://github.com/jcb91)
setup.py fixes

New nbextensions, new features and bugfixes:

- [796](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/796)
[oxinabox](https://github.com/oxinabox)
`AddBefore` Add new nbextension
- [746](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/746),
[802](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/802)
[jfbercher](https://github.com/jfbercher),
[jcb91](https://github.com/jcb91)
`latex_envs` replace vendored `latex_envs` with its pypi package
- [794](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/794)
[juhasch](https://github.com/juhasch)
`codefolding` Only execute codefolding preprocessor when requested
- [804](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/804)
[jcb91](https://github.com/jcb91)
`jupyter_highlight_selected_word` add jupyter_highlight_selected_word nbextension
- [795](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/795)
[jfbercher](https://github.com/jfbercher)
`toc2` Highlight toc headings for sections with selected/edited/running cells;
fix save issue [762](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/issues/762)
- [803](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/803)
[jfbercher](https://github.com/jfbercher)
`toc2` make higlight colours configurable; configurably allow shifting
title, menus & icons to the left, ratehr than centring
- [810](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/810)
[jfbercher](https://github.com/jfbercher)
`toc2` take account of nb metadata in html export
- [813](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/813)
[jcb91](https://github.com/jcb91)
`limit_output` allow per-cell override of limit length, make output-limited
notes persist through notebook save & reload, limit outputs even over
several distinct output events
- [814](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/814)
[jcb91](https://github.com/jcb91)
`init_cell` make automatic running of initialization cells configurable
(fixes [812](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/issues/812)),
prevent automatic run of initialization cells in untrusted notebooks

Some CI updates:
[797](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/797)
[806](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/806)

0.2.2

-----

Alterations to the installation machinery:

- [774](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/774)
[jcb91](https://github.com/jcb91)
Add flags to install only files/only config modifications.
- [769](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/769)
[jcb91](https://github.com/jcb91)
Use jupyter_nbextensions_configurator's actual install app

Stale nbextensions removed:

- history, readonly, swc, slidemode
[890](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/890),
[889](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/889)
[juhasch](https://github.com/juhasch),
[891](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/891)
[jcb91](https://github.com/jcb91),
none of which have yet even been updated to notebook 4.x

New nbextensions, new features and bugfixes:

- [882](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/882)
[juhasch](https://github.com/juhasch)
`limit_output` enable independent limiting of different kernel message types
- [877](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/877)
[jfbercher](https://github.com/jfbercher)
`toc2` Remove MathJax preview in headers and links
- Fixes for timings issues related to the `notebook_loaded.Notebook` event, as
raised in issue
[885](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/issues/885).
Fixes for `hide_input`, `hide_input_all`, `ruler`, `splitcell` in
[886](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/886)
[jcb91](https://github.com/jcb91),
for `codefolding` in
[888](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/888)
[juhasch](https://github.com/juhasch)
for `freeze` in
[884](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/884)
[kukanya](https://github.com/kukanya)
for `execute_time` in
[883](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/883)
[jcb91](https://github.com/jcb91)
- [787](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/787)
[jcb91](https://github.com/jcb91)
`scratchpad` Updates from master repo
- [784](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/784)
[azjps](https://github.com/azjps)
`limit_output` fix missing braces
- [768](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/768)
[lll9p](https://github.com/lll9p)
`collapsible_headings` Make level test code robust to undefined cell
- [770](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/770)
[jfbercher](https://github.com/jfbercher)
`code_prettify` Update to address [767](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/issues/767)
- [765](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/765)
[kukanya](https://github.com/kukanya)
`Freeze` Extend functionality to markdown cells
- [781](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/781)
[kukanya](https://github.com/kukanya)
`ScrollDown` Add new nbextension

Updates to readme/docs:

- [790](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/790)
[juhasch](https://github.com/juhasch)
mention PyPi install source in readme
- [789](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/789)
[jcb91](https://github.com/jcb91)
A few minor readme updates
- [788](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/788)
[jcb91](https://github.com/jcb91)
update installation instructions
- [773](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/773)
[jcb91](https://github.com/jcb91)
generate docs without conversion

Some CI updates:
[778](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/778),
[779](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/779),
[772](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/772),
[771](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/771),
[766](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/766)

0.2.1

-----

New nbextensions, new features and bugfixes:

- New `html_embed` nbconvert exporter
- Added `select_keymap` nbextension
- added tests for `toc2` and `html_embed` exporters
- tooltips on `highlighter`
- `toc2` issue with zero-length navigation menu
- switch `table_beautifier` from bootstrap-table to tablesorter plugin
- `code_prettify`: corrected insufficient re replacement
- `dragdrop` fix url generation when using non-default base_url

Updates to readme/docs:

- get docs readable at
[jupyter-contrib-nbextensions.readthedocs.io](https://jupyter-contrib-nbextensions.readthedocs.io/)
- add an auto-enabled nbextension `contrib_nbextensions_help_item`, which
adds a help menu item to point at RTD
- Add missing readmes & yaml links to readmes

Page 3 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.