You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installed minicondo3, installed jupyter-notebook using conda install -c conda-forge jupyterlab, installed this kernel using conda install -c jetbrains kotlin-jupyter-kernel.
Trying to %uselets-plot and krangl:
This just throws error.
Trying to %uselets-plot, but import krangl with @file:DependsOn:
This throws error when actually referencing krangl.
I've also tried to install krangl using conda: conda install krangl
but it threw:
PackagesNotFoundError: The following packages are not available from current channels:
- krangl
Current channels:
- https://repo.anaconda.com/pkgs/main/linux-64
- https://repo.anaconda.com/pkgs/main/noarch
- https://repo.anaconda.com/pkgs/r/linux-64
- https://repo.anaconda.com/pkgs/r/noarch
Searching for krangl on anaconda.com didn't turn up any results.
Either it's just broken, or there is some specific strange way to install/import/use krangl which I'm not aware of and which isn't described anywhere in krangl or korlin-jupyter docs.
The text was updated successfully, but these errors were encountered:
Installed
minicondo3
, installedjupyter-notebook
usingconda install -c conda-forge jupyterlab
, installed this kernel usingconda install -c jetbrains kotlin-jupyter-kernel
.Trying to

%use
lets-plot
andkrangl
:This just throws error.
Trying to

%use
lets-plot
, but importkrangl
with@file:DependsOn
:This throws error when actually referencing
krangl
.I've also tried to install
krangl
usingconda
:conda install krangl
but it threw:
Searching for
krangl
on anaconda.com didn't turn up any results.Either it's just broken, or there is some specific strange way to install/import/use
krangl
which I'm not aware of and which isn't described anywhere inkrangl
orkorlin-jupyter
docs.The text was updated successfully, but these errors were encountered: