Andrew Saydjari
Andrew Saydjari
I attached a simple Julia script that demonstrates. (I had to name it .txt for some reason to upload here.) ` display(1) print("hello world") using Plots plot([1,2,1]) ` [inline_test.txt](https://github.com/nteract/hydrogen/files/5613426/inline_test.txt) Julia...
I will try the other Julia versions shortly. To answer @willingc, I cannot toggle the output area on/off. Nothing happens when I try. I think the expectation is that the...
After downloading Julia1.4 and Pkg.add("IJulia") Hydrogen Update Kernels does not actually import the new Julia environment. ` (RWST) saydjari$ ipython kernelspec list Available kernels: julia-1.4 /Users/aksaydjari/Library/Jupyter/kernels/julia-1.4 julia-1.5 /Users/aksaydjari/Library/Jupyter/kernels/julia-1.5 python3 /Users/aksaydjari/Library/Jupyter/kernels/python3...
I had been doing everything in the GUI/by double clicking. I just tried start from command line. No change. However, maybe it is because I installed the packages from the...
I just uninstalled and reinstalled atom (deleting the .atom file in my user directory as well). I then added all packages from command line using apm install hydrogen, uber-juno. Still...
Oh. There must be something I am not understanding, because I thought you needed to install one of the juno packages in atom to run Julia there. I have IJulia...
Benchmarking on M2's makes things complicated. I would benchmark on Intel/AMD. My 2 cents would be that the metric you might actually want would require normalizing by the number of...
Just because I saw this today, at Harvard's Cannon cluster, an hour on an NVIDIA A100 is 209.4x an hour on an Intel Cascade Lake core. https://docs.rc.fas.harvard.edu/kb/fairshare/
Sorry, I guess my main complaint was having to put pyexec() on every line. Is there a way of doing this with a simple begin ... end?
Ok, if you would be amenable, I might PR some documentation showing this (and #290) to close them?