Douglas Blank
Douglas Blank
I finally got IOCaml started with Jupyter, but then it fails with a variety of issues, as if it doesn't really work with the latest Jupyter. Is this correct?
How can one get a LuaTable into a C# list? I have tried variations of: public static System.Collections.Generic.List ToList(LuaSharp.LuaTable table) { System.Collections.Generic.List list = new System.Collections.Generic.List(); System.Collections.Generic.KeyValuePair pair in table)...
Trying to write a function in C# (to redirect print's output to stdio to a GUI window). Works fine on Linux, but crashing on a Windows7 64-bit computer. (This is...
It appears that if I change something in nbgrader_config.py, the formgrader is not aware of the changes until I stop and restart my server. For example, validating an assignment told...
! LaTeX Error: File `unicode-math.sty' not found. https://travis-ci.com/github/jupyter4edu/jupyter-edu-book/builds/216648669 Anyone know what changed; how to fix?
I have a grid based on `DataGrid`, and I am trying to make it so that certain columns are not editable. `DataGrid` already has a method for selecting cells based...
Broken link to "Dropout: A Simple Way to Prevent Neural Networks from Overfitting" Replaced with: https://www.cs.toronto.edu/~hinton/absps/JMLRdropout.pdf
Hello, I have successfully built clrzmq/src/ZeroMQ on Windows for Mono, but I can't figure out what libzmq.dll nor where to put it. Any suggestions?
Consider this: https://nbviewer.jupyter.org/github/comet-ml/comet-examples/blob/master/notebooks/Comet-R-nnet.ipynb If you click on the "View as Code" button:  Then it gives this URL: https://nbviewer.jupyter.org/github/comet-ml/comet-examples/blob/master/notebooks/script/github/comet-ml/comet-examples/blob/master/notebooks/Comet-R-nnet.ipynb which is a 404 error. All of the...