This message was deleted.
# help
s
This message was deleted.
c
Hey @Mukesh Pal, could you elaborate a little more what you are trying to achieve? • If you’d like to embed a cell in your application, you can follow this tutorial: https://observablehq.com/@observablehq/embeds • if you’d like to host a notebook entirely on your server, you can follow this guide: https://observablehq.com/@observablehq/advanced-embeds • If you’d like to use Observables Plot visualization library in your application, you can find some example in the readme https://github.com/observablehq/plot
m
Actually I'm creating an application in reactJS, in which I have to show reports in different charts like bar, line, pie etc.
I have to use D3
I'm ready to use paid library but is should be easy customizable
f
You can create notebooks on Observable and then integrate them into your application, following the guides shared by Christoph. However, only the Observable Runtime is open source, and notebooks embedded this way won't show Data tables.
c
To add to @Fabian Iwand’s answer, you can adapt almost all examples that you find in an Observable notebook to “standard” JS that you can use in your react app. Here’s a neat demo of how this can look like: https://observablehq.com/@bumbeishvili/convert-observable-code-to-normal-javascript
m
but the way I want to show reports it won't be integrated in that way
f
Please understand that Observable is a platform, not a library.
m
that's was only my query. I want develop on my platform by using library
f
Well, you can't. 🙂 Our compiler and UI aren't open source.
However, there are a lot of great open source solutions that follow the notebook model. I encourage you to explore those.
m
Thank you for your time