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

populate the _data/allChanges.json file with standardized file names #3

Open
albertkun opened this issue Jun 15, 2022 · 4 comments
Open
Labels
enhancement New feature or request

Comments

@albertkun
Copy link
Contributor

Problem Summary

Currently the file paths for the pdf are generated from the Jupyter Notebook that reads the file names, this needs to be done after the rename script is run.

@albertkun albertkun added the enhancement New feature or request label Jun 15, 2022
@matikin9
Copy link
Contributor

A script was added to package.json to run the rename.js file. It can be called using npm run rename and it should be run before running the Jupyter notebook.

I think we can try to figure out a way to translate this into Python and incorporate it directly into the notebook itself.

@albertkun
Copy link
Contributor Author

that sounds good @matikin9! although i'm not sure what rename.js does 🤔

@matikin9
Copy link
Contributor

Looks like it tries to normalize the filenames into something consistent for the notebook to process

@albertkun
Copy link
Contributor Author

@matikin9 oh ok, that shouldnt be too hard!

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

2 participants