Dan Girshovich
Dan Girshovich
Maybe there's already a way to do this, but I'm not sure how: I'd like to be able to cancel the async request for a given block. I'm unsure how...
Julia allows unicode characters in variables names, like `u₀`. If I enter or paste these into a Jupyter REPL, my Emacs hangs at 100% CPU and I have to kill...
Excited to find this project today! I wanted to bring awareness to the excellent [emacs-jupyter](https://github.com/nnicandro/emacs-jupyter) package, which I use for interactive/literate programming in Julia and Python (usually on remote HPC...
I’ve been solving a `DAEProblem` with `IDA`, and use a `ComponentArray` (from [ComponentArrays.jl](https://github.com/jonniedie/ComponentArrays.jl)) to represent the solution. This works, until I add a `DiscreteCallback`. Then, the `ComponentArray` is degraded to...
It seems like we often have code like: result_neuralode = DiffEqFlux.sciml_train(loss_neuralode, prob_neuralode.p, ADAM(0.05), cb = callback, maxiters = 300) result_neuralode2 = DiffEqFlux.sciml_train(loss_neuralode, result_neuralode.minimizer, LBFGS(), cb = callback, allow_f_increases = false)...
[FluxOptTools](https://github.com/baggepinnen/FluxOptTools.jl) allows visualizing loss when using Optim.jl. There's also some integration between Optim and [TensorBoardLogger](https://github.com/PhilipVinc/TensorBoardLogger.jl). Neither of these integrations can be directly used when using GalacticOptim in place of Optim....
I learned about [emacs-jupyter](https://github.com/dzop/emacs-jupyter) yesterday. My main goal of this issue is to ensure the Scimax maintainers are aware of the emacs-jupyter effort and it's potential to level-up the Scimax...
See #77 .
Thanks for the great package! I can only use the ob-ipython-kernel buffer after manually activating `comint-mode`. Does anyone else have this issue? I'm afraid my setup is to blame... ####...
[Org mode](https://orgmode.org/) has lots to offer over Jupyer notebooks / JupyterLab / EIN. Off the top of my head: - [good markup](http://karl-voit.at/2017/09/23/orgmode-as-markup-only/) ([markdown has issues](http://www.wilfred.me.uk/blog/2012/07/30/why-markdown-is-not-my-favourite-language/)) - support for passing data...