Skip to content

Commit

Permalink
Compatibility with google colab
Browse files Browse the repository at this point in the history
  • Loading branch information
gbayarri committed May 7, 2024
1 parent 21d2f02 commit 8060cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion biobb_wf_md_setup/notebooks/biobb_MDsetup_tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
" print(\"⏬ Repository properly cloned.\")\n",
" # Install environment\n",
" print(\"⏳ Creating environment...\")\n",
" env_file_path = f\"{repo_name}/conda_env/environment.yaml\"\n",
" env_file_path = f\"{repo_name}/conda_env/environment.yml\"\n",
" subprocess.run([\"mamba\", \"env\", \"update\", \"-n\", \"base\", \"-f\", env_file_path], check=True)\n",
" print(\"🎨 Install NGLView dependencies...\")\n",
" subprocess.run([\"mamba\", \"install\", \"-y\", \"-c\", \"conda-forge\", \"nglview==3.0.8\", \"ipywidgets=7.7.2\"], check=True)\n",
Expand Down

0 comments on commit 8060cbe

Please sign in to comment.