Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rameshvarun committed Aug 13, 2023
1 parent 28b4b37 commit 059cf39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Add interactive code cells to any webpage, similar to [Jupyter](https://jupyter.

Just drop JS / CSS import tags onto your page start creating code cells using `<script type="text/notebook-cell">` elements. blog-cells will transform these script tags into interactive, runnable code snippets.

Try it on [CodePen](https://codepen.io/varunramesh/pen/WNYVNQQ) or [JSFiddle](https://jsfiddle.net/varunramesh/o217xpc5/8/).

```html
<script type="text/notebook-cell">
console.log("Hello World!");
Expand All @@ -20,8 +22,6 @@ console.log("Hello World!");
<script type="module" src="https://cdn.jsdelivr.net/gh/rameshvarun/[email protected]/dist/blog-cells.js"></script>
```

<a href="https://glitch.com/edit/#!/remix/blog-cells-example"><img src="https://cdn.glitch.com/2703baf2-b643-4da7-ab91-7ee2a2d00b5b%2Fremix-button-v2.svg" alt="Remix on Glitch" /></a>

## Alternatives
- https://starboard.gg/
- https://observablehq.com/
Expand Down

0 comments on commit 059cf39

Please sign in to comment.