-
Notifications
You must be signed in to change notification settings - Fork 105
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
Add .ipynb support #120
Comments
ah ig i havent adde ipynb support, will work on it. |
Great job!!, now it works. |
this support for ipynb still needs tons of planning and work, we are planning to support ipynb variables too, so this gonna make a while. |
It showed {filename} of .ipynb when I opened VScode. But after I reload the required extension It doesn't work again and just shows the idle state as before. I will wait. Thank you! |
beware that ipynb is not high priority right now, because v5 just came out, right now trying to find all bug and fix it is high priority, also ipynb support would require tons of codebase change too |
I noticed that ipynb is listed within the languages file https://github.com/leonardssh/vscord/blob/main/src/data/languages.json but it still isn't working. At least, when you're running a cell. |
VSCode has intergration with jupyter notebook and requires other api to check the jupyter notebook status which might explain why it doesnt show status when running one |
Is this being worked on or does the above mentioned issue prevent this feature from ever working? |
I find it hard to believe that this doesn't work. I just checked @Infinitay 's mentioned link and made a wild guess without checking the actual code that this might be the problem of the catching of regex patterns sequentially and it works fine on other extensions but doesn't work fine on .ipynb files. Someone please confirm if that is the issue. |
I am on Ubuntu using VSCode via .deb file installation method, and I can confirm on a new installation of the extension, without the Microsoft's Jupyter Extension for Visual Studio Code, the Jupyter Notebook .ipynb files show the line number and project of the Jupyter Notebook .ipynb files, which in other words works. |
Jupyter notebook use different api than nornal document thats why we need to add support for it |
I dont have the time nor the motivation to do it right now, i have to prepare to enter a college |
Best of luck with the tedious process |
Any updates on this? Would love to have this feature, this is the best looking rich presence plugin for vscode. |
Still doesn't working with Jupyter Notebook .ipynb files?
Now, It only shows Idle status.
The text was updated successfully, but these errors were encountered: