
Security News
rv Is a New Rust-Powered Ruby Version Manager Inspired by Python's uv
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
jupyter-display-area
Advanced tools
Prototype Web Component for Jupyter Display areas
npm install jupyter-display-area
<script>
// Include a polyfill if the browser isn't fully supported
if ('registerElement' in document
&& 'createShadowRoot' in HTMLElement.prototype
&& 'import' in document.createElement('link')
&& 'content' in document.createElement('template')) {
console.log("Native web components supported!");
} else {
document.write('<script src="https:\/\/cdnjs.cloudflare.com/ajax/libs/polymer/0.3.4/platform.js"><\/script>')
}
</script>
<link rel="import" href="dist/jupyter-display-area.html">
<jupyter-display-area id="play-display"></jupyter-display-area>
<script>
area = document.querySelector("#play-display");
area.handle(iopub_message); // Accepts Jupyter Protocol messages
</script>
npm run build
dist/jupyter-display-area.html
- Web Component with fully inlined scriptsdist/jupyter-display-area.local.html
- Web Component with separate scriptdist/jupyter-display-area.js
- Script to pair with jupyter-display-area.local.htmlsrc
The transpiled ES5 javascript ends up in lib/
while the original ES6 sources
are in src/
. These are intended for use in Electron/Atom, though you may want
to just use the browserified/bundled web component. Your choice!
Run npm run dev
to do automated watch, build, serve, and live-reload.
npm run dev
FAQs
Web component for Jupyter kernel rich output/display
The npm package jupyter-display-area receives a total of 0 weekly downloads. As such, jupyter-display-area popularity was classified as not popular.
We found that jupyter-display-area demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.
Security News
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.