SyntaxError: invalid syntax for import "fmt" in Jupyter
Opened this issue · 0 comments
ominidx commented
Issue 1: While running in jupyter notebook
import "fmt"
File "<ipython-input-15-c778ddbffe65>", line 1
import "fmt"
^
SyntaxError: invalid syntax
go version go1.15.1 linux/amd64
issue 2 : While clicking the format go
button in jupyter we can see warning in console
[IPKernelApp]` WARNING | Unknown message type: 'gofmt_request
What can be done to fix this?