man-group / notebooker

Productionise & schedule your Jupyter Notebooks as easily as you wrote them.
GNU Affero General Public License v3.0
848 stars 80 forks source link

Fix whitespace-in-folder bug. Fixes #173 #178

Closed jonbannister closed 2 months ago

jonbannister commented 2 months ago

Fix bug where folders with whitespace were unable to have their results listed. Fixes #173.

Create unit tests for index.js using Jest. Small refactor of index.js to use JS standards & apply Prettier.