CDN Resources for %40jupyterlab
Various ways to access %40jupyterlab via Content Delivery Networks
Package Installation
npm
npm install %40jupyterlab
yarn
yarn add %40jupyterlab
pnpm
pnpm add %40jupyterlab
CDN Links
jsDelivr
<script src="https://fastly.jsdelivr.net/npm/%40jupyterlab"></script>
Unpkg
<script src="https://unpkg.com/%40jupyterlab"></script>
jsDelivr ESM
<script type="module">
import %40jupyterlab from 'https://cdn.jsdelivr.net/npm/%40jupyterlab/+esm';
</script>
Skypack
<script type="module">
import %40jupyterlab from 'https://cdn.skypack.dev/%40jupyterlab';
</script>
CDN Provider Resources
Learn more about the CDN services used to deliver these packages