https://github.com/thinknimble/tn-models-workbook
https://github.com/thinknimble/tn-models-workbook
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thinknimble/tn-models-workbook
- Owner: thinknimble
- Created: 2024-03-16T20:16:03.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-04T18:36:55.000Z (11 months ago)
- Last Synced: 2025-02-11T12:37:18.449Z (4 months ago)
- Language: Jupyter Notebook
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## What is this
This is a jupyter notebook that can run js in a minimalist scriptting style using deno.
## Set up
use venv to install the requirements
**Install Deno Version Manager**
[more info](https://deno.land/x/[email protected])`curl -fsSL https://dvm.deno.dev | sh`
or
`irm https://dvm.deno.dev | iex`
and
`deno install`
**Install Deno Jupyter Server**
Check if you already have it
`deno jupyter --unstable`
if not:
`deno jupyter --unstable --install`
**Configure the notebook to use deno server**
***For VSCODE/PyCharm***
If this is your first time using a notebook it just hit the run button for the notebook it will ask you to select a server select the deno option
## Table of Contents
- [GettingStarted](GettingStarted/README.md)