Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
.. image:: https://raw.github.com/Brunel-Visualization/Brunel/master/brunel.png
Brunel defines a highly succinct and novel language that produces interactive data visualizations using pandas DataFrame
objects. The language is well suited for both data scientists and more aggressive business users. The system interprets the language syntax and produces live visualizations directly within Jupyter notebooks.
brunelvis.org <http://www.brunelvis.org>
_ blog. Videos are available on YouTube <https://www.youtube.com/channel/UClXE1IhLQs6NpdMd0X8jALA>
_.Brunel Language Tutorial <http://brunel.mybluemix.net/docs>
_Brunel Visualization Gallery <https://github.com/Brunel-Visualization/Brunel/wiki>
_ and the Brunel Visualization Cookbook <https://github.com/Brunel-Visualization/Brunel/wiki/Brunel-Visualization-Cookbook>
_.Release Change Log <https://github.com/Brunel-Visualization/Brunel/blob/master/CHANGELOG.md>
_ for new features and changes.Please report any issues on our Github <https://github.com/Brunel-Visualization/Brunel>
_
site. Q&A available on Gitter <https://gitter.im/Brunel-Visualization/Brunel>
_
Java 1.7+
must be installedJAVA_HOME
also needs to be properly set to the location of the Java installation.pip install brunel
Note, if after installing the visualizations are not visible try installing using:
pip install brunel --user
Sample code that reads data from a CSV
file and creates a simple bar chart of averages using the Brunel magic function::
import pandas as pd
import brunel
cars = pd.read_csv("data/Cars.csv")
%brunel data('cars') x(origin) y(horsepower) mean(horsepower) bar tooltip(#all) :: width=300, height=300
FAQs
Brunel Visualization For Jupyter/IPython Notebooks
We found that brunel demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers 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.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.