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

https://github.com/rreece/statistics-notebooks

Ryan's statistics notebooks
https://github.com/rreece/statistics-notebooks

hypothesis-testing statistics

Last synced: 9 months ago
JSON representation

Ryan's statistics notebooks

Awesome Lists containing this project

README

          

statistics-notebooks
===============================================================================

[![CI badge](https://github.com/rreece/statistics-notebooks/actions/workflows/ci.yml/badge.svg)](https://github.com/rreece/statistics-notebooks/actions)

Introduction
-------------------------------------------------------------------------------

This repo is for my statistics notes.

Launching a jupyter notebook server
-------------------------------------------------------------------------------

First, setup the virtualenv, then launch jupyter:

source setup.sh
cd notebooks/
jupyter notebook --no-browser --port=8000

If you launched jupyter remotely, then on your local machine
you should port-forward:

ssh -NfL 8000:localhost:8000 ryan@192.168.11.22

Docs
-------------------------------------------------------------------------------

See [docs/](docs/) for

- [TODOs](docs/todos.md)
- [Notes](docs/)
- [Results](docs/)

Author
-------------------------------------------------------------------------------

Ryan Reece ([@rreece](https://github.com/rreece))
Created: October 26, 2018