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
- Host: GitHub
- URL: https://github.com/rreece/statistics-notebooks
- Owner: rreece
- License: other
- Created: 2023-02-18T21:43:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-23T19:29:21.000Z (about 1 year ago)
- Last Synced: 2025-09-07T16:29:32.737Z (10 months ago)
- Topics: hypothesis-testing, statistics
- Language: Jupyter Notebook
- Homepage:
- Size: 3.74 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
statistics-notebooks
===============================================================================
[](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