Bryan Gin-ge Chen

Results 105 comments of Bryan Gin-ge Chen

If you put your local notebook modules in `notebooks/`, you could try something like this (not tested, but hopefully you see the idea)? ```js // copied from src/utils.js const extractPath...

Apologies if I'm misunderstanding what you want, but the current version of the compiler doesn't actually output JS code when given the source code of a cell or notebook. It's...

@tangert source-to-source compiler functions have been added as of v0.5.0. See the `compile.moduleToESModule` and `compile.notebookToESModule` methods.

@asg017 I can look into this later too if you need a hand!

Awesome, I'll try to take a look this weekend!

> I was wondering about the behavior of `viewof x = Range(...)`, in Observable it does not show the value again underneath the slider. The editor on observablehq.com hides the...

> It's not documented yet, but I added a parameter to the compiler/interpreter to toggle whether or not it will "observe" the value cell for viewof (haven't done it for...

Thanks for adding docs! I was getting a bit bogged down without them. I might not be able to come back to this until the coming weekend though, sorry!

I haven't tried to use this project in anything serious yet so I can't say too much on the API design. Are there any other projects / repos that are...