LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Jupyter - LabVIEW Kernel

Jupyter (formerly known as IPython) is a language-agnostic architecture for Interactive Computing with a nice interactive notebook frontend. It is a very powerful project and it is increasingly widely used. It is becoming the go-to tool for many Scientific Computing and Data Science workflows.

 

It is glaringly missing a LabVIEW kernel, however. See here for a list of available kernels - https://github.com/i...other-languages.

 

I know that I would use a LabVIEW kernel regularly in Jupyter (inline with some Python, Julia and Bash scripts) for hardware control and data acquisition. Unfortunately, I lack the skills to develop it. There is a guide here - https://ipython.org/...nt/kernels.html. I don't know where to start. I can understand 0MQ to a certain extent but then I get confused about what would be passed to the LV kernel - text, graphics? Maybe VI snippets could come into their own here. It actually looks like a really neat challenge.

 

TL;DR If someone helped to create a LabVIEW Kernel (iLabVIEW?) for Jupyter I (and many many people) would be eternally grateful. As an added bonus, if you are an academic, you could request that users cite your contribution on any research they subsequently output.

 

P.S.: Here is an example Jupyter Notebook interacting with the MATLAB kernel, iMATLAB.

0 Kudos
Message 1 of 2
(4,933 Views)

A much better place to post this would be the Idea Exchange. I think you'd need to present a much more detailed vision of how you imagine it working as well. While I'm often amazed at what people do in LabVIEW, I cannot imagine that this could be done in any reasonable way without assistance from NI. The biggest problem that I see is you would need some way to write LabVIEW code within a web browser. Also, LabVIEW already has many of the advantages of Jupyter, such as the ability to generate graphs quickly from data, and to execute a single function or small section of code outside the context of a larger application.

Message 2 of 2
(4,874 Views)