Cite This Page
Bibliographic details for Using a Conda environment in Jupyter
- Page name: Using a Conda environment in Jupyter
- Author: Research Computing Center Wiki contributors
- Publisher: Research Computing Center Wiki, .
- Date of last revision: 12 March 2025 20:23 UTC
- Date retrieved: 13 March 2026 04:51 UTC
- Permanent URL: https://wiki.gacrc.uga.edu/index.php?title=Using_a_Conda_environment_in_Jupyter&oldid=22325
- Page Version ID: 22325
Citation styles for Using a Conda environment in Jupyter
APA style
Using a Conda environment in Jupyter. (2025, March 12). Research Computing Center Wiki, . Retrieved 04:51, March 13, 2026 from https://wiki.gacrc.uga.edu/index.php?title=Using_a_Conda_environment_in_Jupyter&oldid=22325.
MLA style
"Using a Conda environment in Jupyter." Research Computing Center Wiki, . 12 Mar 2025, 20:23 UTC. 13 Mar 2026, 04:51 <https://wiki.gacrc.uga.edu/index.php?title=Using_a_Conda_environment_in_Jupyter&oldid=22325>.
MHRA style
Research Computing Center Wiki contributors, 'Using a Conda environment in Jupyter', Research Computing Center Wiki, , 12 March 2025, 20:23 UTC, <https://wiki.gacrc.uga.edu/index.php?title=Using_a_Conda_environment_in_Jupyter&oldid=22325> [accessed 13 March 2026]
Chicago style
Research Computing Center Wiki contributors, "Using a Conda environment in Jupyter," Research Computing Center Wiki, , https://wiki.gacrc.uga.edu/index.php?title=Using_a_Conda_environment_in_Jupyter&oldid=22325 (accessed March 13, 2026).
CBE/CSE style
Research Computing Center Wiki contributors. Using a Conda environment in Jupyter [Internet]. Research Computing Center Wiki, ; 2025 Mar 12, 20:23 UTC [cited 2026 Mar 13]. Available from: https://wiki.gacrc.uga.edu/index.php?title=Using_a_Conda_environment_in_Jupyter&oldid=22325.
Bluebook style
Using a Conda environment in Jupyter, https://wiki.gacrc.uga.edu/index.php?title=Using_a_Conda_environment_in_Jupyter&oldid=22325 (last visited March 13, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "Research Computing Center Wiki",
title = "Using a Conda environment in Jupyter --- Research Computing Center Wiki{,} ",
year = "2025",
url = "https://wiki.gacrc.uga.edu/index.php?title=Using_a_Conda_environment_in_Jupyter&oldid=22325",
note = "[Online; accessed 13-March-2026]"
}
When using the LaTeX package url (\usepackage{url} somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx,
author = "Research Computing Center Wiki",
title = "Using a Conda environment in Jupyter --- Research Computing Center Wiki{,} ",
year = "2025",
url = "\url{https://wiki.gacrc.uga.edu/index.php?title=Using_a_Conda_environment_in_Jupyter&oldid=22325}",
note = "[Online; accessed 13-March-2026]"
}