awb99

Results 191 comments of awb99

@svozza I can do more detailed studies on this issues, if this might lead to the discovery of a performance problem in R.clone.

Not sure yet. Will setup a test for that.

Hi! I am doing some refactoring, to make sure I can properly isolate the issue. I will post in a few days, when I have an update.

@CrossEye It is definitely mongoose issue. When I clone all properties that I am using,and then call R.clone, then it is fast.

This syntax works: - different to the windows version though.. ipython notebook --KernelManager.kernel_cmd="['mono', '/usr/local/bin/myjupytertest/icsharp/Kernel/bin/Release/iCSharp.Kernel.exe', '{connection_file}']" --Session.key='' --Session.keyfile='' --ip=10.1.9.5 the above command line prints Console.WriteLine to the linux shell, but does...

I am fine with whatever works...ScriptCs is not perfect.. But I would say has a fairly active commuity.. and works.. Facts are that under current mono the old scriptcs does...

I have created a test project to see if roslyn engine in scriptcs works. In windows it does,in mono it does not.. i think it is just a simple directory...

https://github.com/awb99/jupyter-icsharp-docker Docker image. it is building evertyhing from scratch. I made all patches so it would work with most recent csscript version. Only error is when executing the script an...

@minrk this jupyter c# docker image that made should really help people use the c# icsharp kernel in jupyter. What works: Fully automatic install and config of 1. python &...

@csells My mistake. I forgot to add the CMD to start jupyter when you run the docker image. I will add that in the next couple of days.