man-group / notebooker

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

Improve Windows Installation Instructions #21

Closed rbonallo closed 2 years ago

rbonallo commented 3 years ago

Installation instructions don't run successfully/consecutively on a clean Windows machine. https://notebooker.readthedocs.io/en/latest/setup.html E.g "pushd ./notebooker/web/static/" fails, dir does not exist in cwd.

jonbannister commented 3 years ago

Hi @rbonallo - please have a look at the updated instructions. Let me know if you have any more issues!

rbonallo commented 3 years ago

still some issues, "MONGO_HOST=localhost:27017 MONGO_USER= etc" is not a native shell cmd, I guess should be "mongo MONGO_HOST..."?

rbonallo commented 3 years ago

I'd love to get to work but still cant get to run unfort.

jonbannister commented 3 years ago

Those commands are adding environment variables. I think the equivalent in Windows would be set MONGO_HOST localhost:27017. This could definitely be added to the docs

jonbannister commented 2 years ago

Environment variables are no longer used by Notebooker - do let us know if you have any more issues.