Open jeanflorentine opened 6 years ago
Yes I too face this same issue, but it would be a great asset if C# works in jupyter notebook
1) Clone the git repo recursively to include the CSScript runtime
git clone --recursive https://github.com/zabirauf/icsharp
2) Navigate to the engine folder, and open ScriptCS.sln in VS2017
3) Change to Release from debug, Clean and rebuild solution (right click solution in solution explorer and rebuild twice works too)
4) Close VS2017 and go back to root and open iCSharp.sln, rebuild solution in Release
you will have the dll built
@kirinnee, should promote your answer to the installation page.
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 C# engine from sources on my Windows x86-64 laptop. Would be nice if there would be a precompiled installable of this C# Jupyter engine.