# \[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](https://docs.desci.com/create-and-publish/interact-and-reuse/compute/tbd-data-to-compute) 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="https://3561840309-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMYxRLCpbB6u9NiTwuU16%2Fuploads%2FEqZkK3JplWULLsBsq6Nl%2FScreenshot%202023-02-11%20at%2014.44.23.png?alt=media&#x26;token=59967f5d-4199-402a-827f-732b65bbe58d" alt=""><figcaption><p>Click on the code component in the right menu to access the Node IDE. </p></figcaption></figure>


---

# Agent Instructions: 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:

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

The question should be specific, self-contained, and written in natural language.
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.
