Skip to content

Commit

Permalink
Fix link in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
timkpaine committed Feb 3, 2024
1 parent 74d258e commit e8310c9
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 84 deletions.
15 changes: 0 additions & 15 deletions .bettercodehub.yml

This file was deleted.

File renamed without changes.
66 changes: 0 additions & 66 deletions Jenkinsfile

This file was deleted.

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ An orchestration layer for plots and tables, dummy datasets, widgets, research,
## Note: `Export` code has has moved to [jupyterlab_commands](https://github.com/timkpaine/jupyterlab_commands/) and [jupyterlab_nbconvert_nocode](https://github.com/timkpaine/jupyterlab_nbconvert_nocode)

## About
This library is designed to fill gaps between other libraries with the JupyterLab ecosystem. The motivation was initially to allow for plots generated with a javascript library (like `plotly` or `bokeh`) to trivially swap out for `matplotlib` in non-browser contexts such as NBConvert generation of PDFs.
This library is designed to fill gaps between other libraries with the JupyterLab ecosystem. The motivation was initially to allow for plots generated with a javascript library (like `plotly` or `bokeh`) to trivially swap out for `matplotlib` in non-browser contexts such as NBConvert generation of PDFs.

It has expanded to include a variety of functions, including grids, emailing notebooks, publishing notebooks, custom nbconvert exporters for JupyterLab, variable inpection, custom streaming operations, and other helpful functions and widgets. As these functionalities mature, or as competeting libraries emerge, they are cut out into their own standalone libraries or removed from `Lantern`, respectively.
It has expanded to include a variety of functions, including grids, emailing notebooks, publishing notebooks, custom nbconvert exporters for JupyterLab, variable inpection, custom streaming operations, and other helpful functions and widgets. As these functionalities mature, or as competeting libraries emerge, they are cut out into their own standalone libraries or removed from `Lantern`, respectively.

This library has produced or ceded functionality to:
- [jupyterlab_email](https://github.com/timkpaine/https://github.com/timkpaine/jupyterlab_email)
- [jupyterlab_email](https://github.com/timkpaine/jupyterlab_email)
- [tributary](https://github.com/timkpaine/tributary)
- [jupyterlab_commands](https://github.com/timkpaine/jupyterlab_commands/)
- [jupyterlab_nbconvert_nocode](https://github.com/timkpaine/jupyterlab_nbconvert_nocode)
Expand Down

0 comments on commit e8310c9

Please sign in to comment.