Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mungell/datascienceworkbench

Jupyter on Ubuntu
https://github.com/mungell/datascienceworkbench

ansible jupyter machine-learning vagrant virtual-machine

Last synced: about 1 month ago
JSON representation

Jupyter on Ubuntu

Awesome Lists containing this project

README

        

# Data Science Workbench

This repository contains a simple Vagrant box based on Ubuntu 14.04.4 LTS.
It's Ansible provision playbook installs Jupyter, Python 3 kernel and all basic scientific libraries.

## Getting Started

0. Make sure following software is installed on your host machine: [VirtualBox](https://www.virtualbox.org), [Vagrant](http://vagrantup.com), [Ansible](https://www.ansible.com/).
1. Clone/Download the repository
2. Rename file `settings.yml.example` to `settings.yml`
3. Edit any settings that you wish in `settings.yml`
4. Boot up the machine with `vagrant up`
5. Access your notebook using [http://localhost:8888](http://localhost:8888) or hostname:port of your choice

## Jupyter

Latest Jupyter (IPython) is installed through `pip` using Python 3.

## Python kernel

Uses Python 3.
Following `pip` packages are installed:

- numpy
- scipy
- pandas
- matplotlib
- scikit-learn
- networkx

## R kernel

Uses RStudio version of R, which is 3.3 at the moment.