-
Hello,
Gomacro is awesome! Inspired by SLIME I wrote an Emacs package for interacting with the REPL. It comes with some useful functions dealing with the REPL and a minor-mode providing key bindin…
-
### Description
I have found a few critical bugs while testing the CSI volumes feature. The first bug results in an infinite loop that causes dockerd logs to fill up the local disk:
```
Jun 13 02:1…
-
From what I know, Jupyter notebook + IPython support debugging python code.
Since the underlying interpreter gomacro already contains a text-mode debugger, and an API to interact with its debugging…
-
Have to commend this work.
This is really amazing stuff.
The notebook integration is fab.
Now I am thinking about a 100% golang / web notebook like thing when you can write experiments and get be…
ghost updated
6 years ago
-
I am trying to run github.com/kortschak/graphprac on my local machine. I always run with module mode on, Go version 1.13.
When I try to run the first cell of the notebook at that repo I get a failu…
-
Hi, After not using gophernotes for a month or so, something has changed so that example code for gonum.org/v1/plot no longer runs properly in gophernotes, but continues to run fine in the latest goma…
-
The readme doesn't seem to show me how the macro stuff works and I don't understand the codebase enough to just UTSL, but would like to know what to read to figure it out. Not expecting a trivial answ…
-
I reliably get the following kernel panic when running the attached notebook. This is starting the jupyter program new and running the cells in order.
Jupyter program:
```
{
"cells": [
{
…
-
@snowzach reported the following in https://github.com/cosmos72/gomacro/issues/109
I am not expert with docker, so I moved the issue here as it's about gophernotes + docker
(I tested on a plain L…
-
hi,
I am converting a few neugram.io-based notebooks to gopherdata+gomacro.
In these neugram notebooks, a `defer` would only be executed at the end of the notebook, not at the end of the cell/bl…