microsoft / forecasting

Time Series Forecasting Best Practices & Examples

Home Page:https://microsoft.github.io/forecasting/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[FEATURE] Put jupyter startup instructions in setup

roalexan opened this issue · comments

Description

I would recommend that the jupyter startup instructions, currently found in the first cell of examples/README.md, either be moved or copied into docs/SETUP.md. This seems to make sense, so that you can have jupyter running before you are instructed to start running the example notebooks. I guess this will require a new section under the "automated" and "manual" steps, one that instructs the user to start jupyter.

Expected behavior with the suggested feature

Setup instructions tells users to start jupyter before jumping into the example notebooks.

Other Comments

FYI, I'm running from a DSVM which has a running Jupyterlab on port 8888, so port 8889 was used for jupyter.

Addressed in PR #111