
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
gitbook-plugin-python-visualizer
Advanced tools
This is a python visualizer ported from pythontutor.ru (it also has international version). Sources can be found on git.
This plugin is running now using backend server (for python executing) hosted by me.
I don't guarantee that it will be working all time. If you want, you can start your server using //TODO sources.
This is not complicated, all you need is python3 and bottle package.
I have in plans to port this to pure JS (like Brython) to run it with browser only, please contribute if you like.

Usage is quite simple, just let your book.json have
{
"plugins": ["python-visualizer"]
}
and insert to your .md
{% visualizer %}
{% endvisualizer %}
Or
{% visualizer %}
# Put your code here!
# And watch visualisation line by line!
x = 1
for i in range(1, 10):
x *= i
print("10! =", x)
{% endvisualizer %}
FAQs
Python real-time visualizer
We found that gitbook-plugin-python-visualizer demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.