Skip to content
alexvakimov edited this page Feb 28, 2025 · 1 revision

Welcome to the libra-code wiki!

Some useful notes for CCR:

Hi, The autopep branch is compiled on CCR and you can use it via module load libra/autopep. For its use in Jupyter notebook, please remember to add the following to your ~/.bashrc and comment other lines to avoid conflict with other compiled versions:

module use /projects/academic/cyberwksp21/MODULES
module load libra/autopep
export LD_LIBRARY_PATH=/projects/academic/cyberwksp21/SOFTWARE_NEW_ENV/libra/autopep/_build/src:$LD_LIBRARY_PATH
export PYTHONPATH=/projects/academic/cyberwksp21/SOFTWARE_NEW_ENV/libra/autopep/_build/src:$PYTHONPATH
Clone this wiki locally