dotnet / interactive

.NET Interactive combines the power of .NET with many other languages to create notebooks, REPLs, and embedded coding experiences. Share code, explore data, write, and learn across your apps in ways you couldn't before.
MIT License
2.8k stars 374 forks source link

d3js.ipynb is still broken on mybinder #1434

Open RandomFractals opened 3 years ago

RandomFractals commented 3 years ago

Tried your polyglot d3js.ipynb sample notebook on mybinder.

I still get this error. In fact, I've never seen that sample notebook work there:

image

brettfo commented 1 year ago

In a web-based environment we can't open an HTTP port for JS communication. This scenario currently works on desktop Jupyter and in the future we'll re-work the JS communication to be over a native Jupyter channel.