jupyter / dashboards_server

[RETIRED] Server that runs and renders Jupyter notebooks as interactive dashboards
Other
181 stars 48 forks source link

can I setup dashboarder_server without docker on AWS EC2? #257

Closed alexoor closed 8 years ago

alexoor commented 8 years ago

This is not an issue, but a question. As I have challenges to setup docker itself, which seems like a prerequisite for dashboard_server. I think Docker has its value, but I wonder if there is an easy way to setup the dashboard server directly on AWS EC2.

It will great if there is an example to deploy it on EC2 besides of CF and docker.

jhpedemonte commented 8 years ago

Running Dashboards Server doesn't require Docker -- we just make use of it in order to aid in development & testing. If you wish to run on AWS, you should be able to install the Dashboards Server and Kernel Gateway directly (along with any prereqs).

Dashboards Server can now be installed using npm: npm install -g jupyter-dashboards-server

Kernel Gateway can be installed using pip: pip install jupyter_kernel_gateway

alexoor commented 8 years ago

Hi, Javier, I really appreciate your quick response. I did not notice jupyter_kernel_gateway is a package required installation. Thanks a lot!

parente commented 8 years ago

@alexoor I think you found the https://github.com/jupyter-incubator/dashboards_setup repository already. Still, I wanted to note it here in case others have the same question.