okfn-brasil / serenata-notebooks

Notebooks from Operação Serenata de Amor | ** Este repositório não recebe atualizações frequentes **
MIT License
53 stars 12 forks source link

Document how to start the Jupyter server #3

Open cuducos opened 5 years ago

cuducos commented 5 years ago

Roadmap:

Nice to have:

Today to run with docker you can either:

$ docker-compose up

or something like:

docker run -p 8888:8888 -v $PWD:/notebooks -v $PWD/data:/notebooks/data okbr/serenata-notebooks jupyter notebook --ip=0.0.0.0 --port=8888 --no-browser --allow-root

would be nice to have this documented

jtemporal commented 5 years ago

I think we should have instructions on

  1. running the jupyter server without docker
  2. running everything with docker (maybe even use a image for that)

I believe the 1 is done in #8 and I can look at the 2.

jtemporal commented 5 years ago

@rodolfo-viana what do you think?

rodolfo-viana commented 5 years ago

@jtemporal, that is great! <3

willianpaixao commented 5 years ago

How about adding a section on "running with conda"?

jtemporal commented 5 years ago

@willianpaixao you mean how to do it when you only have anaconda installed?

willianpaixao commented 5 years ago

@jtemporal yes. Sounds silly, but you need one line to install the dependencies (basically the libs listed in requirements.txt) and one line to run Jupyter that comes with Anaconda.

jtemporal commented 5 years ago

It could be nice @willianpaixao I'd totally merge a PR with that instructions ^.^