Skip to content

jas181994/opensciencelabs.github.io

 
 

Repository files navigation

OpenScienceLabs Web Page

Setup

Create a new conda environment:

$ mamba env create --file conda/dev.yaml --force

You can use mamba or conda when creating a new environment.

Activate your environment:

$ conda activate osl

Install dependencies with poetry:

$ poetry install

Build and start a simple web server locally:

$ make watch

Releases

No releases published

Packages

No packages published

Languages

  • CSS 37.0%
  • Jupyter Notebook 34.8%
  • Python 16.8%
  • JavaScript 8.3%
  • HTML 1.7%
  • R 1.4%