mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 22:48:07 -07:00
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
This commit is contained in:
committed by
David Seifert
parent
f0c00aa0a0
commit
3ba2d44c99
17
dev-python/ipynb/metadata.xml
Normal file
17
dev-python/ipynb/metadata.xml
Normal file
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>marbre@linux.sungazer.de</email>
|
||||
<name>Marius Brehler</name>
|
||||
</maintainer>
|
||||
<maintainer type="project">
|
||||
<email>sci@gentoo.org</email>
|
||||
<name>Gentoo Science Project</name>
|
||||
</maintainer>
|
||||
<longdescription>A python package providing an easy way to explicitly import Jupyter Notebooks files (.ipynb) the same way you would import regular .py files.</longdescription>
|
||||
<upstream>
|
||||
<remote-id type="pypi">ipynb</remote-id>
|
||||
<remote-id type="github">ipython/ipynb</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user