Vic Kumar

Results 18 comments of Vic Kumar
trafficstars

@onoe-serika , not sure. are there instructions on how to setup a jupyter kernel w/ vs code? i can try testing it out. thanks.

@onoe-serika : https://devinschumacher.com/how-to-setup-jupyter-notebook-virtual-environment-vs-code-kernels/ it looks like vscode mainly supports the `ipykernel` (i.e., Python), but there is an option to connect vscode to your local jupyter server. Not sure, but this...

I'm open to ideas/suggestions on how best to approach this.

@vigilancer 👍 i'm going to change this issue to "Document VS Code Setup".

@tomas291184 thanks for reporting the issue. My understanding is this has to do w/ function scope. So, basically, the way the program runs is that it wraps everything in a...

@tomas291184 going to keep this issue open, just in case, anyone wants to investigate using the `interactive` package for Dart and see if that makes things easier.

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....

@vreuter , i think that would be a great feature/functionality to add. So basically, to the `Either` subclasses, we can add `toOption()`. And to the `Option` subclasses, we can add...