Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JupyterParser: should scan .ipynb files #9

Open
nokome opened this issue Oct 15, 2018 · 0 comments
Open

JupyterParser: should scan .ipynb files #9

nokome opened this issue Oct 15, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@nokome
Copy link
Member

nokome commented Oct 15, 2018

Implement a JupyterParser class which scans the folder for any ipynb files, scan the code cells in those files for any Python import or R library statements, extract a list of package dependencies, and create a SoftwarePackage instance for it.

Should also extract relevant meta-data from the .ipynb files and add it to the SoftwarePackage. There currently isn't any CodeMeta crosswalk for ipynb meta data, https://codemeta.github.io/crosswalk/, maybe we could contribute one.

@nokome nokome added the enhancement New feature or request label Oct 15, 2018
@nokome nokome added this to the 1.1.0 milestone Oct 15, 2018
@nokome nokome removed this from the 1.1 milestone Jun 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant