icsharp
icsharp copied to clipboard
C# kernel for Jupyter
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 6.0.4 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 6.0.4 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 6.0.4 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
When I ran build.sh, the script crashed out because it couldn't find a given version of xunit.runners (see below). I'm running on Ubuntu 16.04, and ran the following commands: Input:...
Hello. I think this is a very interesting project! Jupyter notebooks are really great! I would love to be able to use a C# kernel with a notebook. If I...
Hi, I am not a C# compilation dude, as my point is to use this C# notebook to train into this language, unfortunately after some efforts I cannot compile the...
hi guys, Im new to icsharp. Is that possible using a nuget command to add references ?
I am getting below error while compiling the solution Error CS0246 The type or namespace name 'LibLog' could not be found (are you missing a using directive or an assembly...
There seems to be a problem with building ICSharp from scratch in a Docker container, using Ubuntu 16.04. I've been doing it like this: ``` RUN apt-get install -y mono-complete...
Running on Ubuntu 16.04 I get the following kernel error when I open a C# notebook. Kernel was installed to user: `jupyter-kernelspec install kernel-spec --user` with the following kernel.json: ```...