ape-notebook icon indicating copy to clipboard operation
ape-notebook copied to clipboard

Override Ape Console with current Virtual Environment

Open johnson2427 opened this issue 3 years ago • 1 comments

Overview

Give the user the ability to install all 3rd party packages and Ape plugins, then run ape notebook and it takes them directly to a Jupyter Notebook with an Ape Kernel instead of a Python3 Kernel

Specification

The person installs all 3rd party packages, and installs all plugins they want to use. Then runs the command ape notebook --network:to:use to create a kernel from the individual's virtual environment and with the network they want to use

Dependencies

None

johnson2427 avatar May 13 '22 21:05 johnson2427

Charles got this working for vyper: https://github.com/vyperlang/try.vyperlang.org

fubuloubu avatar Jul 07 '23 17:07 fubuloubu