Skip to content
This repository has been archived by the owner on Sep 30, 2022. It is now read-only.

how to update the notebook #6

Closed
Fil opened this issue Sep 7, 2019 · 4 comments
Closed

how to update the notebook #6

Fil opened this issue Sep 7, 2019 · 4 comments

Comments

@Fil
Copy link
Collaborator

Fil commented Sep 7, 2019

Ideally yarn notebook && yarn serve would update the notebook's code and serve the new version; but it seems that it's not enough currently: I have to do all of

rm -rf node_modules/ src/notebook/ yarn.lock
yarn notebook && yarn

@Fil
Copy link
Collaborator Author

Fil commented Sep 9, 2019

a bit faster:

rm -rf node_modules/_notebook/ src/notebook/ yarn.lock

@Fil
Copy link
Collaborator Author

Fil commented Sep 9, 2019

we also want to update the notebook without downloading the data each time

@severo
Copy link
Owner

severo commented Sep 9, 2019

@severo
Copy link
Owner

severo commented Sep 10, 2019

Done with #9

@severo severo closed this as completed Sep 10, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants