Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 611962 - dev-python/ipynb - Package/Module importer for importing code from Jupyter Notebook files
Summary: dev-python/ipynb - Package/Module importer for importing code from Jupyter No...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-07 15:23 UTC by Marius Brehler
Modified: 2017-03-10 07:32 UTC (History)
1 user (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 Marius Brehler 2017-03-07 15:23:45 UTC
ipynb is a python package providing an easy way to explicitly import Jupyter Notebooks files (.ipynb) the same way you would import regular .py files.

The most recent version is only fetchable from github, whereas the predecessor is available on pypi. Sources will hopefully made available via pypi with fixing https://github.com/ipython/ipynb/issues/26.

Current release is 0.5.

Website: https://github.com/jupyter/ipynb
Comment 1 Marius Brehler 2017-03-07 15:29:48 UTC
https://github.com/gentoo/gentoo/pull/4148
Comment 2 Marius Brehler 2017-03-10 07:32:17 UTC
commit 3ba2d44c994f563f8ea038337528ca31b55e3e5b
Author:     Marius Brehler <marbre@linux.sungazer.de>
AuthorDate: Tue Mar 7 16:27:37 2017 +0100
Commit:     David Seifert <soap@gentoo.org>
CommitDate: Thu Mar 9 21:43:32 2017 +0100

    dev-python/ipynb: New package

    ipynb is a python package providing an easy way to explicitly
    import Jupyter Notebooks files (.ipynb) the same way you
    would import regular .py files.

    Bug: https://bugs.gentoo.org/611962

    Package-Manager: Portage-2.3.3, Repoman-2.3.1
    Closes: https://github.com/gentoo/gentoo/pull/4148