Travis DePrato

Results 76 comments of Travis DePrato

I'd like to elaborate on the security implications. @StefanKarpinski wrote (in #820) > This seems sensible since starting a notebook in a directory already implicitly works in that directory. The...

See #929 and https://github.com/codemirror/CodeMirror/issues/6288. This comes up a lot and is actually an upstream issue (with the CodeMirror project, **not** with IJulia). The short description of the issue is that...

They know. https://github.com/jupyter/notebook/issues/5469

Perhaps even more confusingly, this is NOT an issue if you don't run all the `using`s at once (eg separating Flux into a separate cell, even if run immediately after...

Note: I also special-cased returning nothing so that things other than literal `nothing` can also avoid outputting an `Out[123]` in the notebook (this is what ipywidgets does). That part isn't...

@stevengj Are you still interested in all of this stuff? There are a few (minor) changes to be made to IJulia, including using MIMEBundles.jl, to make ipywidgets + PyCall work...

To be clear, I'm not really advocating for this PR in particular, it's just that this PR is where all the discussion of MIMEBundles got started. > It seems like...

@stevengj Any thoughts on any of this? We started [PyInteract.jl](https://github.com/JuliaPy/PyInteract.jl) many moons ago, and this is the last piece of that puzzle.

@stevengj It has been >= 1 week.

Sure. :) Is there any way I could get commit permissions for the repo? I'm happy to go through the PR process and whatnot, but there have been a number...