@@ -10,10 +10,10 @@ You can use the notebook to experiment with using Python and Javascript in the b
10
10
11
11
The main use case is for scientific communication where you can have:
12
12
13
- - text or thesis in markdown,
14
- - math with Tex,
15
- - a model or analysis written in python,
16
- - a user interface and interactive visualization with JS.
13
+ - text or thesis in markdown,
14
+ - math with Tex,
15
+ - a model or analysis written in python,
16
+ - a user interface and interactive visualization with JS.
17
17
18
18
The Notebook loads python in your browser (so you don't have to install it) then let yous play with those languages.
19
19
@@ -25,14 +25,14 @@ To read more about the reasoning behind certain features, check the blog on [htt
25
25
26
26
Sample notebooks are under ` snippets `
27
27
28
- - ` snippets/python-markdown-math.txt ` : python, markdown and math
29
- - ` snippets/python-js.txt ` , adds javascript
30
- - ` snippets/python-js-css-md/ ` adds styling with css in separate, more organized files.
28
+ - ` snippets/python-markdown-math.txt ` : python, markdown and math
29
+ - ` snippets/python-js.txt ` , adds javascript
30
+ - ` snippets/python-js-css-md/ ` adds styling with css in separate, more organized files.
31
31
32
32
## How to use
33
33
34
- - Run locally with ` npm run dev `
35
- - Build with ` npm run dist `
34
+ - Run locally with ` npm run dev `
35
+ - Build with ` npm run dist `
36
36
37
37
## JS API
38
38
@@ -96,6 +96,6 @@ assert adder(5) == 9
96
96
97
97
## Wish list / TO DO
98
98
99
- - Collaborative peer-to-peer editing with WebRTC. Think Google Doc or Etherpad editing but for code in the browser
100
- - ` %%load ` command for dynamically adding javascript libraries or css framework
101
- - Clean up and organize the code. Seriously rethink if we want to make it more than a toy.
99
+ - Collaborative peer-to-peer editing with WebRTC. Think Google Doc or Etherpad editing but for code in the browser
100
+ - ` %%load ` command for dynamically adding javascript libraries or css framework
101
+ - Clean up and organize the code. Seriously rethink if we want to make it more than a toy.
0 commit comments