awb99
awb99
I am suggesting that iCSharp.Kernel.exe.config gets added the runtime flags; this way one can put custom dlls into customDir1 and customDir2, and they will be able to get loaded in...
@zabirauf Not yet. I have it already, but need to factor this part out to a dedicated project. I promise to do so!
@zabirauf https://github.com/awb99/ObjectPrinter.git I factored out some basic functionality into this github project. I added a feature to print a list of objects of a specific type to a html table....
I see that Travis supports building docker images. At least that is what I understand having looked briefly at the site. I will start making a docker image. Then we...
@zabirauf I installed everything on a new Debian machine which does nothing else then test icsharp. My plan is to make as detailes notes as possible what worked and what...
@zabirauf II. Happy to change my article.and put it to a wiki. Let me know where. Perhaps it can all be done with the markdown syntax in a new Readme.Unix...
Quick comment on new build.sh file: thousands of errors like this: (dont yet know why) p: omitting directory `./Kernel/bin/Release/build/jsonschema/jsonschema/tests' cp: will not overwrite just-created`./build/Release/bin/**init**.py' with `./Kernel/bin/Release/build/jsonschema/jsonschema/tests/__init__.py' cp: will not overwrite...
The find command is the problem. 1. It lists duplicates of the dlls: /usr/local/bin/myjupytertest/icsharp# find ./_/bin/Release/_.dll ./Common/bin/Release/Common.dll ./Kernel/bin/Release/Common.dll I would only copy the dlls from the Kernel folder. All referred...
@denfromufa how do you managed to run icsharp at all. I am still getting kernel errrors. [C 12:00:49.682 NotebookApp] Malformed message: ['C71260293D3747E3960A9701A7838A04', '', '', '{"msg_id":"2ea90403-114f-4aba-9943-a8eab7d06585","username":"icsharp_kernel","session":"C71260293D3747E3960A9701A7838A04","msg_type":"pyout","version":"4.0"}', '{"msg_id":"05C294B7EDA8485B8F09029F0378EC67","username":"username","session":"C71260293D3747E3960A9701A7838A04","msg_type":"execute_request","version":"5.0"}', '{}', '{"execution_count":1,"data":{"text/plain":"","text/html":""},"metadata":{}}'] Traceback (most...
It agree. However I tried conda and it fails on ARM processors as it wants to install a binary image that is compiled for x86_64. The best processors in terms...