IPython
IPython
IPython is an interactive shell for the Python programming language. It also includes a powerful parallel computing package and supports interacting with and writing notebook files for the Jupyter program, among other advantages.
Using IPython on RCC Resources
IPython does not require a module to be loaded before using.
To start IPython on the HPC, simply type ipython
into the command line. Once this command is entered, an interactive command line prompt will appear. To exit IPython, use the command exit()
.
For detailed usage information, please refer to the official documentation.