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