Skip to content
| Marketplace
Sign in
Visual Studio Code>Notebooks>Pipe Run NotebookNew to Visual Studio Code? Get it now.
Pipe Run Notebook

Pipe Run Notebook

wsysuper

|
106 installs
| (0) | Free
Pipe Run allows you to perform Axios requests / Shell commands / JMESPath / JsonCreator in a notebook environment in a pipeline style.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vscode-pipe-run-notebook README

Pipe Run allows you to perform Axios requests / Shell commands / JMESPath extractor / JsonCreator (a dummy json data creator also written by myself) in a notebook environment in a pipeline style.

Your can define your daily repeatly work (ex. fetch some data by RESTful API calls, then extract and convert data formats and finally post them somewhere else) in cells and view the intermediate results step by step.

Hope this tool will make your life a little easier and happier.

Usage

Install the extension and create a notebook file ending with .piperun

Add some code cells and select the language mode by clicking the right bottom of each cell.

The current suported languages and their documents are below:

  • Axios requests
    • More information at https://www.npmjs.com/package/axios
  • Shell commands
    • More information at https://nodejs.org/api/child_process.html#child_processexeccommand-options-callback
  • JMESPath extractor
    • More information at https://jmespath.org/
  • JsonCreator
    • A dummy json data creator also written by myself
    • More information at https://www.npmjs.com/package/json-creator

Extension Settings

Currently this extension needs no settings.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft