Skip to content

InvestigatingScience/research_recipies_workbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

research_recipes

This repo contains jupyter notebooks to effectively investigate science

Setup

Follow these steps to set up your environment and run the Jupyter Notebook with the necessary packages installed:

Clone the Repository

First, clone the repository to your local machine:

git clone https://github.com/InvestigatingScience/research_recipes 
cd research_recipies

Create a Virtual Environment

Create a virtual environment to keep your dependencies isolated:

On macOS and Linux:

python3 -m venv env
source env/bin/activate

Install Required Packages

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

Launch Jupyter Notebook:

jupyter notebook

Access the 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!

Recipies

  • How to get all preprints which have not been published yet?

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published