You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

ilegend-cell-ui

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ilegend-cell-ui

Adds a kernel dropdown to every code cell

0.1
pipPyPI
Maintainers
1

ILegend Kernel for Jupyter

The ILegend Kernel is a custom Jupyter kernel designed to support interactive development with both Python and Legend code in a seamless environment.

Features

  • Dual Kernel Selection: Each code cell in a notebook using the ILegend Kernel has a dropdown at the top-left corner.
    • This dropdown allows users to choose between Python and Legend for that specific cell.
    • By default, cells use the ILegend Kernel, but this dropdown enables switching the execution context conveniently.

How It Works

  • When a notebook is using the ILegend Kernel:
    • A small dropdown appears in the top-left corner of each code cell.
    • You can switch between:
      • Python – for executing Python code
      • Legend – for running code in the Legend language (custom DSL)

This allows you to write notebooks that seamlessly mix both languages in the same document.

FAQs

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