Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 915910 - dev-python/nbclassic-1.0.0 should not be masked or removed
Summary: dev-python/nbclassic-1.0.0 should not be masked or removed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-10-18 03:12 UTC by Harris Landgarten
Modified: 2023-10-18 11:36 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Harris Landgarten 2023-10-18 03:12:27 UTC
nbclassis is supported in jupyter-lab and jupyter-server and provides a way to run notebooks and are not yet supported by notebook-7.0. It is an active project and is available in pypi.

Readme from git

The Jupyter Notebook is evolving to bring you big new features, but it will also break backwards compatibility with many classic Jupyter Notebook extensions and customizations.

NbClassic provides a backwards compatible Jupyter Notebook interface that you can install side-by-side with the latest versions: That way, you can fearlessly upgrade without worrying about your classic extensions and customizations breaking.

How does it work?
Because NbClassic provides the classic interface on top of the new Jupyter Server backend, it can coexist with other frontends like JupyterLab and Notebook 7 in the same installation. NbClassic preserves the custom classic notebook experience under a new set of URL endpoints, under the namespace /nbclassic/.

Basic Usage
Install from PyPI:

> pip install nbclassic
This will automatically enable the NbClassic Jupyter Server extension in Jupyter Server.

Launch directly:

> jupyter nbclassic
Alternatively, you can run Jupyter Server:

> jupyter server
About
Jupyter Notebook as a Jupyter Server extension

nbclassic.readthedocs.io/en/latest
Topics
jupyter notebook nbclassic
Resources
 Readme
License
 BSD-3-Clause license
Code of conduct
 Code of conduct
Security policy
 Security policy
 Activity
Stars
 45 stars
Watchers
 17 watching
Forks
 47 forks
Report repository
Releases 34
v1.0.0
Latest
on May 4
+ 33 releases
Packages
No packages published
Contributors
239











+ 228 contributors
Languages
JavaScript
43.2%
 
Jupyter Notebook
36.7%
 
Python
14.3%
 
Less
3.1%
 
HTML
2.7%
 
CSS
0.0%
Footer
© 2023 GitHub, Inc.
Footer navigation
Terms
Privacy
Security
Status
Docs
Comment 1 Larry the Git Cow gentoo-dev 2023-10-18 11:36:34 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e12ad092993fa09f5aa6c76e29ff6bb702b2811b

commit e12ad092993fa09f5aa6c76e29ff6bb702b2811b
Author:     Andrew Ammerlaan <andrewammerlaan@gentoo.org>
AuthorDate: 2023-10-18 10:30:44 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan@gentoo.org>
CommitDate: 2023-10-18 11:36:02 +0000

    profiles: cancel nbclassic removal
    
    Closes: https://bugs.gentoo.org/915910
    Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>

 profiles/package.mask | 1 -
 1 file changed, 1 deletion(-)

Additionally, it has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc1a19beb603b9d96716d3f98454abce8581443e

commit dc1a19beb603b9d96716d3f98454abce8581443e
Author:     Andrew Ammerlaan <andrewammerlaan@gentoo.org>
AuthorDate: 2023-10-18 10:29:50 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan@gentoo.org>
CommitDate: 2023-10-18 11:36:01 +0000

    dev-python/nbclassic: drop bogus pdepend
    
    Bug: https://bugs.gentoo.org/915910
    Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>

 .../nbclassic/{nbclassic-1.0.0.ebuild => nbclassic-1.0.0-r1.ebuild}  | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)