Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document how to start the Jupyter server #3

Open
1 of 3 tasks
cuducos opened this issue Oct 3, 2018 · 7 comments
Open
1 of 3 tasks

Document how to start the Jupyter server #3

cuducos opened this issue Oct 3, 2018 · 7 comments
Assignees

Comments

@cuducos
Copy link
Collaborator

cuducos commented Oct 3, 2018

Roadmap:

  • running the jupyter server without docker
  • running everything with docker

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
Copy link
Collaborator

jtemporal commented Oct 10, 2018

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
Copy link
Collaborator

@rodolfo-viana what do you think?

@rodolfo-viana
Copy link

@jtemporal, that is great! <3

@willianpaixao
Copy link

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

@jtemporal
Copy link
Collaborator

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

@willianpaixao
Copy link

@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
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants