kotlin-jupyter icon indicating copy to clipboard operation
kotlin-jupyter copied to clipboard

Kotlin kernel for Jupyter/IPython

Results 82 kotlin-jupyter issues
Sort by recently updated
recently updated
newest added

I would like to use [Centralizing repositories declaration](https://docs.gradle.org/8.1/userguide/declaring_repositories.html#sub:centralized-repository-declaration) in my Gradle project. To protect against rogue plugins adding random repos, I enable `RepositoriesMode.FAIL_ON_PROJECT_REPOS`. However, this causes an error because the...

How do I make it so that the Kotlin notebook gets all the dependencies that are defined in my build.gradle.kts file? I have a simple Kotlin project with a build.gradle.kts...

Is it possible to debug code cells from within VSCode or IntelliJ for this Kotlin kernel? Seems that the usual debugging buttons disappear after I switch to use this kernel...

Most likely there is a problem with our JS extension https://user-images.githubusercontent.com/20319593/229126726-5d2d595b-554c-44d5-b9d6-56c2683822b2.mov

bug

Im a rather newbie in Kotlin but I was wondering if there is a mechanism to import classes, functions I have in an external text file (not in the same...

question

I'd like to output vega lite graphics ideally for Jupyter (as HTML) but am OK with doing it for JupyterLab (as a Mime type). Is there an example for how...

question

One of the strengths of Kotlin as a typed language is the discoverability of the API shape, which is more accessible than for dynamic languages. However, that seems a bit...

feature

When writing a Kotlin comment, using a dot (.) in the text will trigger the autocomplete box, which seems like the wrong thing to do. I would expect it to...

bug

Fails because the unsupported feature is used in install script: ``` Installing kernel to /Users/pavel.gorgulov/Library/Jupyter/kernels/kotlin_JDK_11_kernel Traceback (most recent call last): File "/opt/anaconda3/lib/python3.7/runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) File "/opt/anaconda3/lib/python3.7/runpy.py",...

bug
help wanted
documentation
good first issue