Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 320 Bytes

README.md

File metadata and controls

11 lines (11 loc) · 320 Bytes

environment

python 3.8

https://www.python.org/downloads/release/python-3811/

requirements

  • conda create env -n mlisuct
  • conda activate mlisuct
  • conda env update -n mlisuct --file ENV.yaml

jupyter run

jupyter lab --port <your port> path_to_folder

fix completer

%config Completer.use_jedi=False