vickumar1981 / jupyter-dart-kernel

Dart Kernel for Jupyter Notebooks
MIT License
42 stars 5 forks source link

Import packages from pub.dev #16

Open Wdestroier opened 2 months ago

Wdestroier commented 2 months ago

Can packages from pub.dev be imported?

vickumar1981 commented 2 months ago

in the notebook, you can try running ! or % and hopefully, import those packages. Basically, try runing a shell command to install the packages.

If not let me know.

https://stackoverflow.com/questions/38694081/executing-terminal-commands-in-jupyter-notebook