David Dobrinskiy

Results 31 comments of David Dobrinskiy

Same here. ``` ❯ jupyter labextension list JupyterLab v2.2.8 Known labextensions: app dir: /home/david/miniconda3/share/jupyter/lab jupyterlab-flake8 v0.6.1 enabled OK ``` See log output below ![image](https://user-images.githubusercontent.com/29500178/93614538-f497d780-f9da-11ea-9a4b-7461b65024a0.png)

@cosmos72 Terribly sorry for the inconvenience. Unfortunately, the repo contains proprietary code, so I can't make it public. Please find the requested output below. Note that there is no repo...

@cosmos72 thanks for trying! I will try to use a public repo with grouping soon to make it more reproducible. Meanwhile: `IN: import "gitlab.ozon.ru/sre/scout/flowgraph-api"` ```OUT: error loading package "gitlab.ozon.ru/sre/scout/flowgraph-api" metadata:...

@cosmos72 Hi, so I created a public repo with similar subgroup structure, by forking gonum. See it here: https://gitlab.com/testgroup212/subgroup/gonum However I'm having trouble figuring out how go handles module installation...

Sorry for spamming with multiple comments, but on an older note. Could you help me figure out where the following error message is generated: `error loading package "gitlab.private-repo.com/sre/scout/flowgraph-api.git/api/client" metadata: packages.Load()...

Grabbing at straws here. Is there a way for gophernotes imports to be `go.mod` aware? I need to use this `go.mod` for my code to work outside of jupyter ```...

Yes, it seems that for my case some modification on `go.mod` is required. I'm new to go, so not sure how often a custom `go.mod` may be required. On the...

Also broken for me: - Jupyterlab 1.1.3 - Ubuntu 19.04 - Firefox 69.0.3 (64-bit) Snap for Ubuntu

@jph00 @hamelsmu hi guys, I'm just starting to go down the pyproject.toml rabbit hole, would you have any comments to the plan and questions outlined above? Would be interested to...

Also, I feel that this would be better as multiple PRs. But since this would be a breaking change, we would have to roll it out all at once with...