-
Notifications
You must be signed in to change notification settings - Fork 61
Conversation
The build is failing, but I didn't modify any code, so I don't think I'm responsible for this... |
@gwenzek @zabirauf looks like nuget is not found during build process:
so most likely something has changed with c#/mono setup in travis ci |
but generally +1 on this effort for installing kernelspec |
@gwenzek where will this kernelspec be used in the installation phase? |
As described in the wiki (linked in my original post) this kernelspec is copied by Jupyter in its directory with the command Before that the kernelspec should be modified to point to the installation path of icsharp. Maybe I could add a script that does it based on the cuurent path. |
Gents! My docker image does install the kernelspec file by COPYING the kernel.json file across. For some reason the jupyter kernelspec install command did not work on my dockers image |
@zabirauf done :-) |
@gwenzek Thanks 👍 |
Hi there, I have cloned the repository, but the folder 'Engine' is empty. This means that files such as ScriptCs.csproj are missing (and a whole list of others). It's the same issue when I download the Zip. Any ideas? i.e., The Visual Studio solution is trying the find the following path... (everything up to 'Engine' is there) Jupyter_d\icsharp-master\icsharp-master\Engine\src\ScriptCs\ScriptCs.csproj |
ScriptCs should be downloaded during build process as nuget package, isn't BTW, I made a pip installable clrmagic project to have C# magic cells in https://pypi.python.org/pypi/clrmagic/ On Thu, Nov 10, 2016 at 10:56 AM, kiln1452 notifications@github.com wrote:
|
@kiln1452 The ScriptCs is a git submodule. You can use the following command to clone which will also pull in the Engine
|
I added a 'kernel.json' file in order to facilitate the installation with Jupyter.
I described the installation in the wiki.