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

https://github.com/robertlacok/datasciencenotebooks


https://github.com/robertlacok/datasciencenotebooks

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

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.