Skip to content

manzt/scipy-2024-anywidget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation Guide

Welcome! This repository contains the source material for the anywidget tutorial to be presented at SciPy 2024. We will be using JupyterLab for all tutorial materials.

An overview of the content can be found at notebooks/index.ipynb.

Quick Start

Warning

You should reinstall this just before the conference as we might have made some changes by then.

  1. Clone the Repository:
git clone https://github.com/manzt/scipy-2024-anywidget.git
cd scipy-2024-anywidget
  1. Set Up Environment:

Using Conda:

conda env create -f environment.yml
conda activate anywidget-tutorial

Using Python Virtual Environment:

python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
  1. Launch JupyterLab:
jupyter lab

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •