vscode-python
jupyter
vscode-python | jupyter | |
---|---|---|
82 | 14 | |
4,409 | 15,104 | |
0.6% | 0.6% | |
9.6 | 8.3 | |
2 days ago | 25 days ago | |
TypeScript | Python | |
MIT License | BSD 3-clause "New" or "Revised" License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
vscode-python
-
Self-contained Python scripts with uv
help get this supported in vscode by liking the issue here: https://github.com/microsoft/vscode-python/issues/24916
-
Trying to do Larger contributions to Open Source
The issue involved preventing test coverage from running a second time if it had already failed. I located the GitHub Actions workflow file and found the step responsible for running test coverage. By using the needs argument, I made the step depend on the earlier test steps to be completed. After updating the workflow and creating a pull request, I was happy to see it accepted and merged.
-
A brief recap of what I did this Month
VS Code Python
-
Contributing to Other Open Source Projects - Week 2
The main contribution I worked on was for the vscode-python extension. The issue involved removing redundant JSDoc comments that TypeScript can already infer. Some of the comments were a repeat of what was can be understood from the typescript code, which meant they would need to be updated every time the code changed. The idea was to get rid of those types of comments but keep parts that added useful context.
- VS Code Python extension broken by default
-
The Weirdest Bug I've Seen Yet
Ah, Chrome and slow spinners.
Python tests were taking ages on VSCode due to an SVG spinner:
https://bugs.chromium.org/p/chromium/issues/detail?id=103626...
https://github.com/microsoft/vscode-python/issues/9216
-
Integrated terminal doesn't work when running a single line of Python code
It seems to be a problem caused by the new version of the Python extension. Here is a GitHub link for you to follow up.
-
How to Setup VSCode for C/C++ Programming (From a Microsoft Software Engineer)
For the python extension, please file your issue here: https://github.com/microsoft/vscode-python/issues
-
Should I be switching to VsCode from PyCharm?
There seems to be a focus on feature velocity, and as the big parts start to stabilize (language server stuff, refactoring, extension framework, general UI/UX expectations), I hope we'll see some more attention paid to the default experience. But changing defaults in an ecosystem where users embrace configurability is tough, see the pythonPath fiasco, so I don't know the way forward. Core dev Brett Cannon seems to support the opinionated path for the VSCode Python experience going forward, so we'll see where that takes us.
-
Python extension to break long strings
I filed a GitHub report, you can always follow up.
jupyter
- Surely you must be joking, Jupyter notebooks with Ruby [video]
-
Mastering Data Science: Top 10 GitHub Repos You Need to Know
6. Jupyter Jupyter is a collection of tools and applications designed for interactive computing and data visualization. At the heart of the Jupyter ecosystem is the Jupyter Notebook, an interactive web-based platform that allows you to create and share documents containing live code, equations, visualizations, and narrative text. Itβs an excellent tool for exploratory data analysis, model prototyping, and creating reproducible data science workflows.
-
You can run Rust code in a Jupyter notebook
How cool. This motivated a quick search - this could be fun:
How to write your own kernel
https://jupyter-client.readthedocs.io/en/stable/kernels.html
All the language kernels (a lot of abandoned ones - the mariaDB one ('binder') will take a while to load but SQL in Jupyter!)
https://github.com/jupyter/jupyter/wiki/Jupyter-kernels
- Resource for interesting data science project notebooks
-
Mathics: A free, open-source alternative to Mathematica
There are Jupyter kernels for Python, Mathics, Wolfram, R, Octave, Matlab, xeus-cling, allthekernels (the polyglot kernel). https://github.com/jupyter/jupyter/wiki/Jupyter-kernels
-
How does 3[a] gives the element at index 3 in an array?
Not only there is. But it is only a simple Google search away... But to make it simpler... There are 3 π https://github.com/jupyter/jupyter/wiki/Jupyter-kernels
-
How to use Jupyter notebooks in a conda environment?
As it seems, this is not quite straight forward and manyusers have similar troubles.
-
Semi-Weekly Discussion Thread - February 21, 2022
Community maintained kernels : https://github.com/jupyter/jupyter/wiki/Jupyter-kernels
- Node.js Notebooks
-
Python Tutorials using Jupyter Notebook
Derek Banas on YouTube is doing a "Python for Finance" course at ghe moment using Jupyter, and is making the files available. I believe he's done others too.Failing that, there's this Git repo: A gallery of interesting jupyter notebooks
What are some alternatives?
quokka - Repository for Quokka.js questions and issues
pyodide - Pyodide is a Python distribution for the browser and Node.js based on WebAssembly
Bracket-Pair-Colorizer-2 - Bracket Colorizer Extension for VSCode
nteract - π The interactive computing suite for you! β¨
openvscode-server - Run upstream VS Code on a remote machine with access through a modern web browser from any device, anywhere.