Skip to content

cordada/ext-neptyne-kernel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Neptyne Kernel

This package contains everything shipped in a Neptyne kernel container.

Python Version

Neptyne kernels use Python 3.11, so this is the only version currently tested/supported.

Local Kernels + Google Sheets

You can use the Neptyne kernel to run in a Jupyter notebook, and connect it to a Google sheet. To do so, first get an API key from your Neptyne Google sheets extension. In the extension menu, open 'Manage Advanced Features', and enable the API. Copy your API key, and put in your notebook cell:

import neptyne_kernel

neptyne_kernel.init_notebook("<your api key>")

You can now use Neptyne A1-notation in your notebook cells (e.g. A1 = 1)

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.9%
  • Other 0.1%