We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4a03c0 commit 15a2814Copy full SHA for 15a2814
README.md
@@ -263,6 +263,13 @@ sudo ln -s $HOME/go/bin/gophernotes /go/bin/gophernotes
263
264
Restart jupyter, and you should now be up and running.
265
266
+### error "could not import C (no metadata for C)" when importing a package
267
+
268
+At a first analysis, it seems to be a limitation of the new import mechanism that supports Go 1.11 modules.
269
+You can switch the old (non module-aware) mechanism with the command `%go111module off`
270
271
+To re-enable modules support, execute `%go111module on`
272
273
### Look at Jupyter notebook's logs for debugging
274
275
In order to see the logs for your Jupyter notebook, use the --log-level option
0 commit comments