https://github.com/robertlacok/datasciencenotebooks
https://github.com/robertlacok/datasciencenotebooks
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/robertlacok/datasciencenotebooks
- Owner: robertlacok
- License: mit
- Created: 2021-04-10T15:07:34.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-23T07:00:29.000Z (12 months ago)
- Last Synced: 2024-08-13T07:18:08.385Z (8 months ago)
- Language: TypeScript
- Homepage: datasciencenotebooks.vercel.app
- Size: 15.1 MB
- Stars: 19
- Watchers: 1
- Forks: 15
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - robertlacok/datasciencenotebooks - (TypeScript)
README
# Data Science Notebooks
Live at [datasciencenotebook.org](https://datasciencenotebook.org)
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app) and deployed with [Vercel](https://vercel.com)
## Getting Started
First, install dependencies:
```bash
yarn
```Then, run the development server:
```bash
yarn dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## Contributing
Feel free to submit a PR with any improvements, I'll have a look.
`src/notebookTools.ts` contains most of the relevant information, the rest is rendered from there.