-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dependency tracking requires save / inconsistent version display between header output and nbproject.__version__ #128
Comments
Hi, thanks, this should be fixed on master. |
I think the issue was because vscode doesn't immediately autosave the notebook. If I run |
@Koncopd I'm already using the latest version 0.1.6, but somehow the header still says 0.0.3... Is this a bug? |
The auto-inference of dependencies only works if the current notebook buffer is saved on disk. Jupyter Lab automatically saves, hence there is no quirks. VS Code requires to hit save before re-running. I think we have to spell this out in the tutorial or print a logging warning or something like this. 🤔 Otherwise, users will probably get confused. |
@sunnyosun , I think that also Jupyter Lab doesn't auto-save. I needed to hit save before pandas is detected as a dependency also on Jupyter Lab. I think that's OK to expect people to hit save. Let's just document it. |
@sunnyosun and what do you have in |
Hmm, I have |
Hm, interesting, i need to check with bionty. |
See here:
The text was updated successfully, but these errors were encountered: