lorenzoh

Results 124 comments of lorenzoh

Cool! Here's what I think needs to be done. - Conversion of regular Julia .ipynb notebooks to Colab notebooks This consists of - Adding cells with instructions and shell script...

Sure! Let me know if you need any other pointers aside from the above

One though I've had is using [PackageCompiler.jl](https://github.com/JuliaLang/PackageCompiler.jl) to create a sysimage once that is then saved somewhere and loaded into the Colab session which would allow reducing installation time significantly...

First part is writing a program that converts a regular Julia notebook to one that can be run on Colab, i.e. has the setup cells and metadata to select the...

Sorry for letting this fall through the cracks! > Hey, I made a repo that contains the code for converting a normal ipynb notebook to the one that can run...

Hey, sorry for letting this sit again, integrating it into the docs is bottlenecked on my time making an integration with Pollen.jl right now. In any case, thanks for getting...

Great progress in my absence and cool to see the training working! Are the outstanding comments being addressed in #256 or could this be merged individually beforehand?

Thanks for the comments! Re the code highlighting: I plan to mirror the syntax highlighting used in Documenter.jl 👍

Updated with ideas from https://github.com/FluxML/FluxML-Community-Call-Minutes/issues/35

> Do you think we can pull some or all of this into MLDatasets.jl? Obviously some parts like the block API won't be applicable, but it would be nice to...