
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
keplergl-jupyter
Advanced tools
This is a simple jupyter widget for kepler.gl, an advanced geo-spatial visualization tool, to render large-scale interactive maps.
This is a simple jupyter widget for kepler.gl, an advanced geospatial visualization tool, to render large-scale interactive maps.
Prerequisites
More links
To develop this package against the classic notebook, run:
pip install -e .
(installs python package for development, runs npm install
and npm run build
)jupyter nbextension install --py --symlink --sys-prefix <python_package_name>
static/
directory into <jupyter path>/nbextensions/<extension_name>/
). Now the notebook has access to the frontend code.jupyter nbextension enable --py --sys-prefix <python_package_name>
<npm_package_name>.json
into <environment path>/etc/jupyter/nbconfig/notebook.d/
directory). Now the notebook will load your frontend code on page load.Now make some changes to your source code. Then:
cd js
npm run build
To develop this package against JupyterLab, run:
pip install -e .
(installs python package for development, runs npm install
and npm run build
)jupyter labextension install @jupyter-widgets/jupyterlab-manager
: this install lab widgets manager.jupyter labextension install js
: this installs the current labextension into JupyterLab and enables it.jupyter lab --watch
starts JupyterLab, but in --watch
mode: it will rebuild itself incrementally if it detects changes.Now make some changes to your source code. Then:
After making Python code changes, restarting the notebook kernel will be enough to reflect changes
After making JavaScript code changes:
cd js
npm run build:lab
By default, the application will load from the JupyterLab staging directory (default is /share/jupyter/lab/staging. Check the correct version of @jupyter-widgets/jupyterlab-manager
and @jupyter-widgets/base
is install in yarn.lock
Install correct version of jupyterlab-manager based on your Jupyter Lab version. Make sure @jupyter-widgets/base
version in the widget does not conflict with requirements in jupyterlab-manager
.
FAQs
This is a simple jupyter widget for kepler.gl, an advanced geo-spatial visualization tool, to render large-scale interactive maps.
The npm package keplergl-jupyter receives a total of 13,665 weekly downloads. As such, keplergl-jupyter popularity was classified as popular.
We found that keplergl-jupyter demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.