awb99
awb99
I think what needs to be done is make a docker container that installs all the stuff. This is long overdue for clojure I think.
Hi @jonathanj Has your pull request been merged to the fork of @benfb ?
I think the magic command would really make sense; then one can add the "npm install xxx" in the top cell of a worksheet. Otherwise one has to run this...
@n-riesko I understand your point. Let me give my point: I am using Jupyter/python to do data mining, experiments and prototyping in python. I now have integrated your Javascript kernel...
@n-riesco Very cool! BTW this is a working docker image that I created that uses ijavascript (it also has python 2 and python 3) : https://github.com/awb99/myjupyter/blob/master/node/Dockerfile
Very interesting! I am curious to see this approach. Could be useful so the user of an app could customize the site theme dynamically. Just regenerate the css based in...
I understand that. I still want to generate a default list for now. On Wed, Nov 24, 2021, 2:28 AM Vincent Cantin ***@***.***> wrote: > There are many ways to...
Is it possible to display events now? The pull request is there, but is it merged?
I did add to my statistics a count for transactions, just to see if the growth is because of new transactions added. But there are no transactions in the db....
I have made a dirty hack which works: I use [datahike.migrate :refer [export-db import-db]] So I do export-db, then delete the folder, and then import-db. This shrinks my db from...