Jon Sequeira
Jon Sequeira
@james-world, what's the CPU usage like on those processes?
What version of Polyglot Notebooks are you using? Do you have any updates pending?
@chriss2401, an NDA is no longer required to try out the preview. You can find the instructions here: https://github.com/dotnet/interactive/blob/main/docs/jupyter-in-polyglot-notebooks.md
This appears to be fixed as of extension version 1.0.360602.
I agree it would be very useful. I've added the `help wanted` tag because the team won't have time for it any time soon but we'd be happy to help...
I'm not able to repro this on my M1 MacBook Pro. If you have a repro, could you also let use know: * What other extensions are you running? Of...
Thanks for the details, @acesnik! This repros for me with Python Jupyter `.ipynb` files, not with Polyglot Notebooks `.ipynb` files. One guess is that the runaway process is the notebook...
This happens with only a single, new notebook document (targeting Python), so it's obvious which notebook it is. Two processes are created. One of them ramps up to 100% CPU...
> It shouldn't be the notebook parser; I think it's only invoked for .dib files. Then why are two processes created for only one file?
In case it's useful, notebook automation such as directly running and testing notebooks is supported by [`dotnet-repl`](https://github.com/jonsequitur/dotnet-repl#-run-a-notebook-script-or-code-file-and-then-exit). This doesn't address the need to copy and paste code between the notebook...