We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d60de1d commit 2ec79fcCopy full SHA for 2ec79fc
.vscode/launch.json
@@ -24,7 +24,7 @@
24
"name": "Attach to JS Kernel",
25
"address": "localhost",
26
"protocol": "inspector",
27
- "port": 63859,
+ "port": 40653,
28
"sourceMaps": true,
29
"skipFiles": [
30
"<node_internals>/**"
README.md
@@ -39,7 +39,6 @@ Use the command `Open a sample node.js notebook` to open a sample notebook to ge
39
* Better renderers for tabular data (arquero, danfo.js, etc)
40
* [Vega](https://vega.github.io/vega/) plots without having to install vega
41
* Custom node arguments
42
-* Support for [observable inspector](https://github.com/observablehq/inspector)
43
44
45
### Known issues, workarounds and technical details
0 commit comments