Home > Software design >  Jupyter Notebook to set environment variable from bash subprocess
Jupyter Notebook to set environment variable from bash subprocess

Time:10-24

In Jupyter Notebook, we can use

% bash to run cell with bash in a subprocess.

For example:

%           
  • Related