Skip to content

aarimond/logseq-jupyter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logseq-jupyter

Run code from logseq in Jupyter Kernels

This is experimental.

Installation

# clone repo
git clone https://github.com/aarimond/logseq-jupyter.git

# or
git clone git@github.com:aarimond/logseq-jupyter.git

cd logseq-jupyter

# requires Node and npm to be installed
npm install
npm run build

Then in logseq

  • open Plugins
  • open Load unpacked plugin
  • select logseq-jupyter folder

Usage

  • Annotate the block with a jupyter property which contains the URL, including the token
  • The jupyter command will starting a python kernel, execute the code within the code snippet, retrieve the output, and shut down the kernel again.

GIF

About

Run code from logseq in Jupyter Kernels

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published