> For the complete documentation index, see [llms.txt](https://docs.desci.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.desci.com/create-and-publish/interact-and-reuse/compute/tbd-node-ide.md).

# \[TBD] Node IDE

{% hint style="warning" %}
**Node IDE Compute is currently disabled.**&#x20;

Compute is in testing phase with trusted users.&#x20;
{% endhint %}

To use in-browser compute, simply click on the code component in your Node. This will activate the Node IDE, which is being built from the popular [open-source VScode platform](https://code.visualstudio.com/).&#x20;

In-browser IDE is ideal for running [Jupyter notebooks](https://docs.jupyter.org/en/latest/). You can learn more about running Jupyter notebooks in the IDE extension of our node [here](https://code.visualstudio.com/docs/datascience/jupyter-notebooks).&#x20;

{% hint style="info" %}
**In-browser Node IDE.**

To run code in the Node IDE, you must ensure that the **source data** is in your Github repo.&#x20;

Alternatively, you can update your Github repo to use your Node's [dPIDs](/create-and-publish/interact-and-reuse/compute/tbd-data-to-compute.md) as data sources (highly experimental, limited support for data types).&#x20;

IDE compute comes from our cloud servers, and is presently offered for free for testing purposes. Please use respectfully as this feature is under active development.&#x20;
{% endhint %}

<figure><img src="/files/2D8qewmNFk1lJj8BOtpE" alt=""><figcaption><p>Click on the code component in the right menu to access the Node IDE. </p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.desci.com/create-and-publish/interact-and-reuse/compute/tbd-node-ide.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
