Max Rydahl Andersen

Results 749 comments of Max Rydahl Andersen
trafficstars

i missed this one - does the example actually work for you now ? I'm wondering if something broke on jbang side or the script itself? index.html just says "Loading...."...

just leaving it here to share - not sure if can become something provided. like a `--jbang` option to the installer.

like, doing this on google colab: ``` !pip3 install jbang import jbang jbang.exec("--java", "21", "io.github.padreati:rapaio-jupyter-kernel:RELEASE", "-i", "-auto").stdout ``` rapaio jupyter actually becomes available as a possible runtime to select. now...

I did try this on collab: ``` %%bash echo '{ "argv": [ "/root/.jbang/bin/jbang", "--verbose", "--enable-preview", "--java", "21", "-R--add-modules", "-Rjava.base,jdk.incubator.vector", "io.github.padreati:rapaio-jupyter-kernel:RELEASE", "{connection_file}" ], "display_name": "Java (JBang Rapaio Jupyter)", "language": "java", "interrupt_mode":...

so I managed to get this working. not only with rapaio but with other java kernels. ``` !pip install jbang import jbang jbang.exec("trust add https://github.com/jupyter-java") jbang.exec("install-kernel@jupyter-java rapaio") ``` On google...

@dsyer damn - somehow i missed those! let me check!

> @cmoulliard would it be possible to integrate the code.quarkus.io frontend in the `create` link instead of introducing a new UI? Maybe with @ia3andy's help? adding code.quarkus.io to backstage would...

> @maxandersen I mean the UI only, not the code.quarkus.io external website BTW Yes I get that. Code.quarkus ui is not what make sense to put into backstage. It's not...

They currently need to be in a sources directory. You can mark the folder they are in as one and it should work. I agree it's not optimal and we...

@fbricon his point is that is the only place its present. not in the jbang view on the right nor on the file in the file explorer part. I had...