Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/matthewfeickert/jax-exploration

Explorations in self learning of JAX
https://github.com/matthewfeickert/jax-exploration

jax jupyter-book

Last synced: 11 days ago
JSON representation

Explorations in self learning of JAX

Awesome Lists containing this project

README

        

# Explorations in JAX

Explorations in self learning of JAX

[![Deploy Jupyter Book](https://github.com/matthewfeickert/jax-exploration/workflows/Deploy%20Jupyter%20Book/badge.svg?branch=main)](https://matthewfeickert.github.io/jax-exploration/)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/matthewfeickert/jax-exploration/main)

## Setup

In a Python virtual environment run the following

```
python -m pip install -r binder/requirements.txt
python -m pip install -r book/requirements.txt
```

## Build

To build the book after setup simply run

```
make build
```