Dependency Analytics conflict with jupyter
See original GitHub issue- VS Code Version: 1.61.0
- OS Version: mac 11.6
- python: v2021.10.1317843341
- pylance: v2021.10.0
- jupyter: v2021.9.1001312534
Dependency Analytics: v0.3.4
when i install Dependency Analytics
open jupyter file a.ipynb
, code python in Cell
cant auto complete and cant use some hotkey(cmd + / ) in cell. code python in b.py
it work well.
when i disable Dependency Analytics
jupyter work well.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:11
- Comments:10 (3 by maintainers)
Top Results From Across the Web
jupyter conflict with Dependency Analytics #7914 - GitHub
My guess is that Dependency Analytics doesn't work with ipynb python cells. Yeah it's changing the cell language to not be python. This...
Read more >Dependency Analytics - Visual Studio Marketplace
Suggests a project level license, check for conflicts between dependency licences; AI based guidance for additional, alternative dependencies.
Read more >VSCode Jupyter Extension: Rich syntax highlighting not ...
It can happen because there is conflict with Dependency Analytics extension with jupyter. Try to disable Dependency Analytics extension.
Read more >Restoring Execution Environments of Jupyter Notebooks - arXiv
In consequence, users who want to execute published and complete Jupyter notebooks will very likely face errors of missing packages or incompatible versions....
Read more >Jupyter Notebooks for Data Analytics: A Beginner's Guide
This way, the Pipenv method offers an isolated JupyterLab environment to work without conflicting with: Any other Python project; Settings ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
it’s cant changing the cell language to be python. so intellisense doesn’t work.
i think it is a bug.
Maybe you might close this issue, now that it’s fixed too. 😃