Command line terminal

Hi
is there a provision for command line terminal?

There is no such a feature at the moment, but there is an initial support for ipython magics in ipykernel mode.

It is very raw, but you can try it, for example:

%%bash
pwd

Any command that works at the command-line can be used in IPython by prefixing it with the ! character.

!pwd

Then, following this thread, what would be the command to install a conda package that can be access across sessions. I notice that with some packages such as openmm or ambertools is not possible to install from the package manager.

Just going to point out that while this %%bash magic works, the syntax highlighting for the cell content is completely broken for it compared with the ! highlighting which isn’t.

1 Like