This repo contains jupyter notebooks to effectively investigate science
Follow these steps to set up your environment and run the Jupyter Notebook with the necessary packages installed:
First, clone the repository to your local machine:
git clone https://github.com/InvestigatingScience/research_recipes
cd research_recipies
Create a virtual environment to keep your dependencies isolated:
On macOS and Linux:
python3 -m venv env
source env/bin/activate
Install the required packages listed in requirements.txt:
pip install -r requirements.txt
If Jupyter Notebook is not already listed in your requirements.txt, you can install it manually:
pip install notebook
jupyter notebook
After running the above command, a new tab should open in your default web browser. If it doesn't, copy the URL provided in the terminal and paste it into your browser.
Now you are all set up to run and edit the Jupyter Notebooks in this repository!
- How to get all preprints which have not been published yet?