devops

Vagrant

Vagrant Local Setup

These instructions assumes:

-Virtualbox installed

-Vagrant installed (if not see https://www.vagrantup.com/docs/)

 

A. Basics: Setting up project directory, network and ports.

  1. Create project directory and then navigate to directory via terminal.

Jupyter

Getting Started

  1. Install jupyter notebook with Anaconda or PIP. https://jupyter.org/

  2. In terminal got to an empty directory and enter: $ jupyter notebook.

  3. A “localhost:8888/tree” page will be created in the browser (Whatever is open). 

  4. Create new notebook by clicking “New” button on top left of the newly opened page.