Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

luabida/opensciencelabs.github.io-archive

 
 

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 36.6%
  • Jupyter Notebook 34.4%
  • Python 16.6%
  • JavaScript 8.2%
  • HTML 2.8%
  • R 1.4%