RedBean
RedBean
DDeno
Created by RedBean on 10/1/2024 in #help
Can Jupyter deno create a new cell and/or modify a cell from another cell in the same notebook ?
Can Jupyter deno create a new cell and/or modify a cell from another cell in the same notebook ?
5 replies
DDeno
Created by RedBean on 9/30/2024 in #help
Can deno restart the Jupyter kernel from within a notebook cell ?
I would like to force deno to restart the Jupyter kernel so it can refresh the cache - is this possible from within a notebook cell ? Maybe this help is missing a "jupyter" tag
2 replies
DDeno
Created by RedBean on 9/30/2024 in #help
Is deno's cache philosophy coherent for local files ?
I'm new to deno and surprised that it will cache local files that are imported and not update the cache when those files change. This is particularly painful when tying to use deno in Jupyter. I assume that a good cache should be transparent to the user (developer in this case). If I want the cache to be further optimized so it no longer behaves like a normal cache but require manually tracking dependencies then I should have to enable an option or do something explicit. But maybe I am not understanding the design philosophy of deno ? It would be nice if there were an easy way to stop deno caching local files during development of jupyter notebooks. It would be even better if deno could check the date of the files and maintain a coherent cache for local files.
12 replies
DDeno
Created by RedBean on 9/30/2024 in #help
Deno VS Code extension with deno jupyter cannot find names declared in other cells
The deno notebook might decalre a variable in a previuos cell but the extension does not notice this and highlights the variable as undefined. Is this a bug?
2 replies
DDeno
Created by RedBean on 9/27/2024 in #help
Deno with Jupyter AI
I have Deno running with Jupyter in VS Code and I would like to add the Jupyter AI features. The use a "special command" syntax %ai so I guess this needs custom support from Deno ? Does Jupyter + Deno work with Jupyter AI ? Thanks
3 replies