research-initiative

Founders' Spring 2021 Research Initiative. Dedicated to answering big questions in the entrepreneurship community and influencing future R&D projects.

0
0
0
Jupyter Notebook
public

Founders Research Initiative

Founders’ Spring 2021 Research Initiative. Dedicated to answering big questions in the entrepreneurship community and influencing future R&D projects.

Getting Started

First, make sure that you have all necessary packages installed.

Navigate to the root directory of this project in a terminal, and (assuming you have python3 installed), enter the following:

python3 -m pip install -r requirements.txt

This will install all necessary packages, including Jupyter, which will be where we do most of our data analysis.

To start a new Jupyter window, simply type the following into a terminal:

jupyter notebook

This will start a new Jupyter session.

v0.3.3[beta]