IJulia.jl icon indicating copy to clipboard operation
IJulia.jl copied to clipboard

Feature "request": Jupyter debug output

Open joachimneu opened this issue 5 years ago • 1 comments

Looking at the bug tracker, many issues seem to involve the interaction with Jupyter. Depending on installation, the relevant Jupyter might be system-wide, or burried in some Python virtualenv/Conda. It seems not always easy to locate it and invoke it such that it respects its environment. This could be overcome with an optional binary parameter debug to notebook() which, if set, invokes Jupyter with --debug and forwards all its stdout and stderr to Julia's stdout (currently, the output is lost due to wait=false).

Did I miss anything? Any objections?

joachimneu avatar Sep 28 '18 09:09 joachimneu

That's reasonable.

stevengj avatar Oct 11 '18 13:10 stevengj