🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

raidocs

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

raidocs

Tools for authoring in the RAI documentation system

latest
Source
npmnpm
Version
0.1.15
Version published
Maintainers
1
Created
Source

raidocs README

This extension provides tools for authors of the RelationalAI documentation.

Setup

The extension assumes you have a virtual environment in your project directory (the folder you have open in VS Code) and that it's called .venv. It also assumes you have Jupyter and pandas installed in that environment.

Features

Run Python Code. Put your cursor in a fenced code block and invoke the command "RelationalAI Docs: Run Python Code". The code block will be executed in a Python environment and the output will be displayed as a DataTable below the code block.

You can also select an interval of text in your editor and invoke the Run Python Code command. The selected text will be executed as a Python code block, with no output handling.

Open Jupyter in Browser. Your code exection is running against a Jupyter kernel. You can launch a Jupyter notebook that connects to this kernel by invoking the command "RelationalAI Docs: Open Jupyter in Browser". There are also commands to restart and to stop this kernel.

Insert Image. Invoke the command "RelationalAI Docs: Insert Image" to insert an image in your markdown file. The image will be copied to the public/img folder in your project directory and the path to the image will be inserted in the markdown file.

Insert Reference. Invoke the command "RelationalAI Docs: Insert Reference" to docs reference in your Markdown file. You will get a searchable list of every heading and document in the project.

FAQs

Package last updated on 15 Jan 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts