Zohaib Rauf
Zohaib Rauf
@awb99 Thanks a lot for creating the docker image. I am taking a look into the docker repo you created to understand it better. I will get back to you...
@KevinYeti Yep you can. You can get the DLLs using nuget and then refer to them in Jupyter using ``` #r 'path/to/module.dll' using moduleNS.module; ```
@awb99 Thats a great suggestion. Do you have the Grid encoder in an open repo so that I can take a look at it to get a better idea of...
@awb99 Wow, this is very useful. I think we should create a wiki and add this information there so that anybody can easily look up from there.
@awb99 I've added build.sh for building mono in commit d09ff5f58eec430fbef1a7b48aac27edca9c85b7 . I've tested it only in mac, let me know if it doesn't work in linux
@denfromufa for packaging in *nix? I will create another issue for packaging for *nix.
@lpoulain Meanwhile you can use docker to pull the image and run. That is pretty reliable and less hassle to setup. ``` > docker pull zabirauf/icsharp > docker run -i...
Currently icsharp is using scriptcs backend, we might have to create the instances related to scriptcs with the correct parameters. But if mono has to be explicitly installed for it...
@thomasjm You can use the Dockerfile created by @3Dcube. You can find it here https://github.com/3Dcube/docker-jupyter-icsharp I just tried it and it works and I see that is using the same...
Hey @tom-van-acker Currently the project is being passively maintained by some of the users. There is no active development going on the project as I currently cant put time onto...