diff --git a/_sources/alternativeto/jupyterhub.rst.txt b/_sources/alternativeto/jupyterhub.rst.txt
new file mode 100644
index 00000000..425a3b77
--- /dev/null
+++ b/_sources/alternativeto/jupyterhub.rst.txt
@@ -0,0 +1,54 @@
+:orphan:
+
+Alternative to JupyterHub
+=========================
+
+If your primary goal is to have a centralized solution for working with Jupyter Notebooks, CoCalc may be a great alternative to hosting your own instance of JupyterHub!
+
+Let's take a closer look at how these services compare to each other and what will you gain (and lose) by going with CoCalc.
+
+
+Key Features of JupyterHub
+--------------------------
+These are copied from https://jupyter.org/hub
+
+- **Customizable** - JupyterHub can be used to serve a variety of environments. It supports dozens of kernels with the Jupyter server, and can be used to serve a variety of user interfaces including the Jupyter Notebook, Jupyter Lab, RStudio, nteract, and more.
+
+- **Flexible** - JupyterHub can be configured with authentication in order to provide access to a subset of users. Authentication is pluggable, supporting a number of authentication protocols (such as OAuth and GitHub).
+
+- **Scalable** - JupyterHub is container-friendly, and can be deployed with modern-day container technology. It also runs on Kubernetes, and can run with up to tens of thousands of users.
+
+- **Portable** - JupyterHub is entirely open-source and designed to be run on a variety of infrastructure. This includes commercial cloud providers, virtual machines, or even your own laptop hardware.
+
+
+Portability
+-----------
+
+Note that JupyterHub is "just a software project", i.e. in order to make use of it and benefit from the above features, you do need to own appropriate hardware or setup a suitable environment with some cloud provider. You also need to have sufficient technical expertise and time to do this or hire someone else to do it for you. Exact time and money requirements depend a lot on the situation, but tend to be quite noticeable. There are companies that are happy to sell you their JupyterHub support services.
+
+CoCalc also can be deployed in a variety of ways as a standalone instance just for you or your organization. The main difference with JupyterHub is that CoCalc is NOT a fully open-source project, we use Microsoft Reference Source License. You can look at the source code, but you cannot run an instance yourself without getting a permission from us. Third party companies also cannot provide support without having a suitable arrangement with us. We are, however, happy to discuss your needs if an OnPrem installation works well your case, we do have a number of such customers!
+
+In many cases, however, it makes sense to directly use our hosted option - we already have a configured and actively managed cluster which you can use, easily increasing or decreasing the computational power available to you, including vast CPU and GPU resources.
+
+Flexibility
+-----------
+
+Just as JupyterHub, CoCalc supports dozens of Jupyter kernels. Many of them are preconfigured and you can add more, both in the hosted and OnPrem installations. CoCalc allows you to easily run JupyterLab, VS Code, or R IDE on any of the servers in your project, so you can use the same familiar interfaces, if you choose so. However, CoCalc also gives you its own interface to work with Jupyter notebooks, and it does have a number of advantages:
+
+- server-side notebook state - the output is preserved if you close your browser or switch to a different machine
+- full real-time collaboration - simultaneous editing of the same file and chat
+- the best and most complete support of IPyWidgets that we are aware off, including sharing widget state between collaborators
+- AI Assistant to generate and fix code, transalate between programming languages, and more
+- TimeTravel automatic version control and backup system to complement ``git``
+
+Of course, apart from Jupyter notebooks CoCalc supports many other document types, including LaTeX documents, Linux terminals, Markdown, chats, courses, etc.
+
+CoCalc does not have plugins that extend its functionality, rather everything available is included right away. In this sense you may consider JupyterHub to be more flexible/tunable, but it conveniently brings us to the next point.
+
+
+Reliability
+-----------
+
+CoCalc functionality is continuously tested as a single unit in our production environment. Occasionally, there are bugs and regressions which we try to address as soon as possible. You may not even become aware of the problem because of our continuous monitoring of the service and other users reporting problems as well.
+
+With JupyterHub, on the other hand, our experience has shown that a user may attempt to install an innocuously looking plugin to discover that non only it does not work, but the whole environment becomes unusable and requires admin intervention to be fixed.
\ No newline at end of file
diff --git a/alternativeto/jupyterhub.html b/alternativeto/jupyterhub.html
new file mode 100644
index 00000000..c3fe0feb
--- /dev/null
+++ b/alternativeto/jupyterhub.html
@@ -0,0 +1,219 @@
+
+
+
+
+
+
+
+ Alternative to JupyterHub — CoCalc Manual documentation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ CoCalc Manual
+
+
+
+
+
+
+
+
+
+
+
+Alternative to JupyterHub
+If your primary goal is to have a centralized solution for working with Jupyter Notebooks, CoCalc may be a great alternative to hosting your own instance of JupyterHub!
+Let’s take a closer look at how these services compare to each other and what will you gain (and lose) by going with CoCalc.
+
+Key Features of JupyterHub
+These are copied from https://jupyter.org/hub
+
+Customizable - JupyterHub can be used to serve a variety of environments. It supports dozens of kernels with the Jupyter server, and can be used to serve a variety of user interfaces including the Jupyter Notebook, Jupyter Lab, RStudio, nteract, and more.
+Flexible - JupyterHub can be configured with authentication in order to provide access to a subset of users. Authentication is pluggable, supporting a number of authentication protocols (such as OAuth and GitHub).
+Scalable - JupyterHub is container-friendly, and can be deployed with modern-day container technology. It also runs on Kubernetes, and can run with up to tens of thousands of users.
+Portable - JupyterHub is entirely open-source and designed to be run on a variety of infrastructure. This includes commercial cloud providers, virtual machines, or even your own laptop hardware.
+
+
+
+Portability
+Note that JupyterHub is “just a software project”, i.e. in order to make use of it and benefit from the above features, you do need to own appropriate hardware or setup a suitable environment with some cloud provider. You also need to have sufficient technical expertise and time to do this or hire someone else to do it for you. Exact time and money requirements depend a lot on the situation, but tend to be quite noticeable. There are companies that are happy to sell you their JupyterHub support services.
+CoCalc also can be deployed in a variety of ways as a standalone instance just for you or your organization. The main difference with JupyterHub is that CoCalc is NOT a fully open-source project, we use Microsoft Reference Source License. You can look at the source code, but you cannot run an instance yourself without getting a permission from us. Third party companies also cannot provide support without having a suitable arrangement with us. We are, however, happy to discuss your needs if an OnPrem installation works well your case, we do have a number of such customers!
+In many cases, however, it makes sense to directly use our hosted option - we already have a configured and actively managed cluster which you can use, easily increasing or decreasing the computational power available to you, including vast CPU and GPU resources.
+
+
+Flexibility
+Just as JupyterHub, CoCalc supports dozens of Jupyter kernels. Many of them are preconfigured and you can add more, both in the hosted and OnPrem installations. CoCalc allows you to easily run JupyterLab, VS Code, or R IDE on any of the servers in your project, so you can use the same familiar interfaces, if you choose so. However, CoCalc also gives you its own interface to work with Jupyter notebooks, and it does have a number of advantages:
+
+server-side notebook state - the output is preserved if you close your browser or switch to a different machine
+full real-time collaboration - simultaneous editing of the same file and chat
+the best and most complete support of IPyWidgets that we are aware off, including sharing widget state between collaborators
+AI Assistant to generate and fix code, transalate between programming languages, and more
+TimeTravel automatic version control and backup system to complement git
+
+Of course, apart from Jupyter notebooks CoCalc supports many other document types, including LaTeX documents, Linux terminals, Markdown, chats, courses, etc.
+CoCalc does not have plugins that extend its functionality, rather everything available is included right away. In this sense you may consider JupyterHub to be more flexible/tunable, but it conveniently brings us to the next point.
+
+
+Reliability
+CoCalc functionality is continuously tested as a single unit in our production environment. Occasionally, there are bugs and regressions which we try to address as soon as possible. You may not even become aware of the problem because of our continuous monitoring of the service and other users reporting problems as well.
+With JupyterHub, on the other hand, our experience has shown that a user may attempt to install an innocuously looking plugin to discover that non only it does not work, but the whole environment becomes unusable and requires admin intervention to be fixed.
+
+
+
+
+
+
+
+
+
+
+
+
© Copyright 2024, Sagemath, Inc., CC BY-4.0 licensed.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/objects.inv b/objects.inv
index 56c44992..cf506b73 100644
Binary files a/objects.inv and b/objects.inv differ
diff --git a/searchindex.js b/searchindex.js
index 8bb55b5b..a95c95b7 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles": {"(+) New": [[157, "new"]], "1. Configure the payment option": [[197, "configure-the-payment-option"]], "1. Instructor configures the payment option": [[197, "instructor-configures-the-payment-option"]], "1. Processes": [[108, "processes"]], "1. Try to eliminate Jupyter if possible": [[104, "try-to-eliminate-jupyter-if-possible"]], "100 numpy exercises": [[179, "id1"], [180, "id1"]], "2. Apply a license to the course": [[197, "apply-a-license-to-the-course"]], "2. Project settings": [[108, "project-settings"]], "2. Students see a payment banner": [[197, "students-see-a-payment-banner"]], "2. Try to eliminate the CoCalc user interface": [[104, "try-to-eliminate-the-cocalc-user-interface"]], "2018-09-01": [[181, "update-2018-09-01"]], "2018-09-08": [[181, "update-2018-09-08"]], "2018-09-11": [[181, "update-2018-09-11"]], "2018-09-15": [[181, "update-2018-09-15"]], "2018-09-23": [[181, "update-2018-09-23"]], "2018-09-29": [[181, "update-2018-09-29"]], "2018-10-06": [[181, "update-2018-10-06"]], "2018-10-18": [[181, "update-2018-10-18"]], "2018-10-27": [[181, "update-2018-10-27"]], "2018-11-03": [[181, "update-2018-11-03"]], "2018-11-10": [[181, "update-2018-11-10"]], "2018-11-13": [[181, "update-2018-11-13"]], "2018-11-28": [[181, "update-2018-11-28"]], "2018-12-01": [[181, "update-2018-12-01"]], "2018-12-03": [[181, "update-2018-12-03"]], "2018-12-08": [[181, "update-2018-12-08"]], "2018-12-16": [[181, "update-2018-12-16"]], "2018-12-22": [[181, "update-2018-12-22"]], "2018-12-30": [[181, "update-2018-12-30"]], "2019-01-06": [[182, "update-2019-01-06"]], "2019-01-12": [[182, "update-2019-01-12"]], "2019-01-20": [[182, "update-2019-01-20"]], "2019-01-26": [[182, "update-2019-01-26"]], "2019-02-09": [[182, "update-2019-02-09"]], "2019-02-16": [[182, "update-2019-02-16"]], "2019-02-23": [[182, "update-2019-02-23"]], "2019-03-02": [[182, "update-2019-03-02"]], "2019-03-11": [[182, "update-2019-03-11"]], "2019-03-23": [[182, "update-2019-03-23"]], "2019-03-31": [[182, "update-2019-03-31"]], "2019-04-07": [[182, "update-2019-04-07"]], "2019-04-14": [[182, "update-2019-04-14"]], "2019-04-21": [[182, "update-2019-04-21"]], "2019-04-27": [[182, "update-2019-04-27"]], "2019-05-04": [[182, "update-2019-05-04"]], "2019-05-11": [[182, "update-2019-05-11"]], "2019-05-18": [[182, "update-2019-05-18"]], "2019-05-26": [[182, "update-2019-05-26"]], "2019-06-02": [[182, "update-2019-06-02"]], "2019-06-08": [[182, "update-2019-06-08"]], "2019-06-17": [[182, "update-2019-06-17"]], "2019-06-24": [[182, "update-2019-06-24"]], "2019-06-30": [[182, "update-2019-06-30"]], "2019-07-08": [[182, "update-2019-07-08"]], "2019-07-15": [[182, "update-2019-07-15"]], "2019-07-28": [[182, "update-2019-07-28"]], "2019-08-10": [[182, "update-2019-08-10"]], "2019-08-25": [[182, "update-2019-08-25"]], "2019-08-28": [[182, "update-2019-08-28"]], "2019-09-09": [[182, "update-2019-09-09"]], "2019-09-21": [[182, "update-2019-09-21"]], "2019-09-28": [[182, "update-2019-09-28"]], "2019-09-30": [[182, "update-2019-09-30"]], "2019-10-05": [[182, "update-2019-10-05"]], "2019-10-11": [[182, "update-2019-10-11"]], "2019-10-19": [[182, "update-2019-10-19"]], "2019-10-25": [[182, "update-2019-10-25"]], "2019-11-09": [[182, "update-2019-11-09"]], "2019-11-16": [[182, "update-2019-11-16"]], "2019-11-19: improved support for Rust": [[182, "improved-support-for-rust"]], "2019-11-23: various Python 3 package updates": [[182, "various-python-3-package-updates"]], "2019-11-29: Julia 1.3": [[182, "julia-1-3"]], "2019-12-07: Design of Experiment Generator": [[182, "design-of-experiment-generator"]], "2019-12-15: SymPy 1.5": [[182, "sympy-1-5"]], "2019-12-16: Anonymous accounts": [[156, "anonymous-accounts"]], "2020-01-05: SageMath 9.0 based on Python 3": [[183, "sagemath-9-0-based-on-python-3"]], "2020-01-13: Site licenses": [[156, "site-licenses"]], "2020-01-14: Export student file use": [[156, "export-student-file-use"]], "2020-01-16: dark mode": [[156, "dark-mode"]], "2020-01-16: nbgrader autograder for Jupyter notebooks": [[156, "nbgrader-autograder-for-jupyter-notebooks"]], "2020-01-19: SentimentAnalysis R package": [[183, "sentimentanalysis-r-package"]], "2020-01-29 Rust 1.40": [[183, "rust-1-40"]], "2020-02-03: AstroPy 4.0": [[183, "astropy-4-0"]], "2020-02-16: Pandas 1.0 and Octave 5.2.0": [[183, "pandas-1-0-and-octave-5-2-0"]], "2020-02-21: LEAN 3.5.1 and JavaScript Kernel": [[183, "lean-3-5-1-and-javascript-kernel"]], "2020-02-29: Async I/O in Jupyter Notebooks": [[183, "async-i-o-in-jupyter-notebooks"]], "2020-03-15: Convert Batch of Jupyter Notebooks and Sage Worksheets to PDF": [[156, "convert-batch-of-jupyter-notebooks-and-sage-worksheets-to-pdf"]], "2020-03-20:": [[183, "update-2020-03-20"]], "2020-03-30: Julia 1.4": [[183, "julia-1-4"]], "2020-04-08: healpy 1.13": [[183, "healpy-1-13"]], "2020-04-16 COBOL (GnuCOBOL)": [[183, "cobol-gnucobol"]], "2020-04-25: R 3.6.3 and Julia 1.4.1": [[183, "r-3-6-3-and-julia-1-4-1"]], "2020-05-04: Stellargraph": [[183, "stellargraph"]], "2020-05-08: Fixing Keras": [[183, "fixing-keras"]], "2020-05-10: QuSpin and RmdFormats": [[183, "quspin-and-rmdformats"]], "2020-05-12: Octave 5.2.0": [[183, "octave-5-2-0"]], "2020-05-20": [[183, "update-2020-05-20"]], "2020-05-27: Sage 9.1 and Node.js 12": [[183, "sage-9-1-and-node-js-12"]], "2020-06-06: Prophet and pmdarima": [[183, "prophet-and-pmdarima"]], "2020-06-20: Updating SnapPy in SageMath": [[183, "updating-snappy-in-sagemath"]], "2020-07-16: Minor/Bugfixes": [[183, "minor-bugfixes"]], "2020-07-31: Cumulative Updates": [[183, "cumulative-updates"]], "2020-08-14/18.04: Regular update of Ubuntu 18.04": [[183, "regular-update-of-ubuntu-18-04"]], "2020-08-18: Ubuntu 20.04": [[183, "ubuntu-20-04"]], "2020-08-18: Ubuntu 20.04 Upgrade": [[152, "ubuntu-20-04-upgrade"], [156, "ubuntu-2004-upgrade"]], "2020-09-01: Julia 1.5.1": [[183, "julia-1-5-1"]], "2020-09-12: Regular update": [[183, "regular-update"]], "2020-09-28: aTSA, BERT and pyGIMLi": [[183, "atsa-bert-and-pygimli"]], "2020-10-09: Project Information": [[156, "project-information"]], "2020-10-12: RPC info, PyCaret, R 4.0.3, \u2026": [[183, "rpc-info-pycaret-r-4-0-3"]], "2020-10-28: Pandoc 2.11": [[183, "pandoc-2-11"]], "2020-11-01: Sage 9.2": [[183, "sage-9-2"]], "2020-11-09 : RDkit, Matplotlib Venn and data8 datascience": [[183, "rdkit-matplotlib-venn-and-data8-datascience"]], "2020-11-19 : Mathics, gprMax, and pybedtools": [[183, "mathics-gprmax-and-pybedtools"]], "2020-12-09: materialize, hardlink, and updates": [[183, "materialize-hardlink-and-updates"]], "2021-01-07: More Python libs!": [[184, "more-python-libs"]], "2021-01-28: Julia 1.5.3, MACS2, \u2026": [[184, "julia-1-5-3-macs2"]], "2021-02-17: Rust 1.5": [[184, "rust-1-5"]], "2021-03-05: ASE, Papermill, etc.": [[184, "ase-papermill-etc"]], "2021-03-08: Bioconductor": [[184, "bioconductor"]], "2021-03-21: Julia 1.6": [[184, "julia-1-6"]], "2021-04-03: R 4.0.5 (\u201cShake and Throw\u201d)": [[184, "r-4-0-5-shake-and-throw"]], "2021-04-26: Julia 1.6.1": [[184, "julia-1-6-1"]], "2021-05-17: HAXE": [[184, "haxe"]], "2021-06-07: Octave 6.2.0 & Bugfixes": [[184, "octave-6-2-0-bugfixes"]], "2021-07-05: Package updates": [[184, "package-updates"]], "2021-07-12: MODIS and PreTeXt": [[184, "modis-and-pretext"]], "2021-07-13: flipper in Sage": [[184, "flipper-in-sage"]], "2021-07-26 Julia 1.6.2": [[184, "julia-1-6-2"]], "2021-08-02: Octave 6.3.0": [[184, "octave-6-3-0"]], "2021-08-03: VSCode": [[184, "vscode"]], "2021-08-13: R 4.1.1": [[184, "r-4-1-1"]], "2021-09-02: Sage 9.4, NASM, \u2026": [[184, "sage-9-4-nasm"]], "2021-09-07: PyPy (Python 3)": [[184, "pypy-python-3"]], "2021-09-27: Mathics 4, Scikit-Learn 1.0, Julia 1.6.3": [[184, "mathics-4-scikit-learn-1-0-julia-1-6-3"]], "2021-10-10: Routine updates": [[184, "update-2021-10-10"]], "2021-11-01: taichi, tikzplotlib, Scikit Optimize": [[184, "taichi-tikzplotlib-scikit-optimize"]], "2021-12-13: Julia 1.7 & various updates": [[185, "julia-1-7-various-updates"]], "2021-12-13: Routine updates\u2026": [[184, "routine-updates"]], "2022-02-12: Sage 9.5": [[185, "sage-9-5"]], "2022-02-27: Removing PyPy Notebooks": [[185, "removing-pypy-notebooks"]], "2022-03-08: Regular update": [[185, "regular-update"]], "2022-03-19: Bioconductor Maintenance": [[185, "bioconductor-maintenance"]], "2022-03-24: New Anaconda Environment": [[185, "new-anaconda-environment"]], "2022-04-19: Various updates \u2026": [[185, "update-2022-04-19"]], "2022-05-07: R 4.2": [[185, "r-4-2"]], "2022-05-30: Octave 7.1.0 and Sage 9.6": [[185, "octave-7-1-0-and-sage-9-6"]], "2022-06-24: More Updates \u2026": [[185, "more-updates"]], "2022-07-18: Node 14": [[185, "node-14"]], "2022-07-19: VSCode reverted": [[185, "vscode-reverted"]], "2022-08-15: Updates": [[185, "updates"]], "2022-08-17: Python packages": [[185, "python-packages"]], "2022-08-18 Quarto": [[156, "quarto"]], "2022-09-12: Various updates": [[185, "update-2022-09-12"]], "2022-09-13: Fixing HoloViews": [[185, "fixing-holoviews"]], "2022-09-14: Fixing ipywidgets": [[185, "fixing-ipywidgets"]], "2022-10-03: Sage 9.7 and Julia 1.8": [[185, "sage-9-7-and-julia-1-8"]], "2022-10-13: More packages \u2026": [[185, "more-packages"]], "2022-10-17: Fixing Julia/Pluto": [[185, "fixing-julia-pluto"]], "2022-10-29: Sage 9.7": [[185, "sage-9-7"]], "2022-11-25: Various updates": [[185, "various-updates"]], "2023-01-08: First release of Ubuntu 22.04": [[186, "first-release-of-ubuntu-22-04"]], "2023-02-27: Sage 9.8": [[186, "sage-9-8"]], "2023-03-30: DUNE, OpenAI, etc.": [[186, "dune-openai-etc"]], "2023-06-07: Ubuntu 22.04 and Sage 10.0": [[186, "ubuntu-22-04-and-sage-10-0"]], "2023-06-28: Macaulay2, new Python pkgs, etc.": [[186, "macaulay2-new-python-pkgs-etc"]], "2023-07-12: Sage 10.0 on Ubuntu 20.04": [[186, "sage-10-0-on-ubuntu-20-04"]], "2023-09-11: Sage 10.1": [[186, "sage-10-1"]], "2023-10-23: Miniforge 2023": [[186, "miniforge-2023"]], "2023-12-11: Sage 10.2 and Python 3 (Colab)": [[186, "sage-10-2-and-python-3-colab"]], "2024-01-02: Sage 10.2 and Julia 1.10": [[187, "sage-10-2-and-julia-1-10"]], "2024-02-07: Octave fixes": [[187, "octave-fixes"]], "3. Apply the course license to the instructor project (optional)": [[197, "apply-the-course-license-to-the-instructor-project-optional"]], "3. Students make payments": [[197, "students-make-payments"]], "3. Use \u201ctop\u201d/\u201dhtop\u201d in a terminal": [[108, "use-top-htop-in-a-terminal"]], "4. Use \u201csmem -ntk\u201d in a terminal": [[108, "use-smem-ntk-in-a-terminal"]], "4. What do students see": [[197, "what-do-students-see"]], "5. License strategy (multiple licenses only)": [[197, "license-strategy-multiple-licenses-only"]], "5. Peak memory usage": [[108, "peak-memory-usage"]], "@-Mention collaborators in chat": [[193, "mention-collaborators-in-chat"]], "@-mentions": [[59, "mentions"], [150, "mentions"]], "AI Assistant": [[9, "ai-assistant"]], "API Endpoints": [[28, null]], "API Examples & Howto": [[10, "api-examples-howto"], [28, "api-examples-howto"]], "API Keys": [[56, "api-keys"]], "API Message Reference": [[28, "api-message-reference"], [29, "api-message-reference"]], "API v1": [[28, "api-v1"]], "API v2": [[51, "api-v2"]], "API v2 Examples": [[51, "api-v2-examples"]], "API v2 General-Purpose Endpoints": [[51, null]], "API v2 Partner Endpoints": [[51, null]], "API v2 endpoint": [[5, "api-v2-endpoint"]], "AWS S3": [[167, "aws-s3"]], "About collaborators": [[167, "about-collaborators"]], "About exported TimeTravel data": [[87, "about-exported-timetravel-data"]], "About the CoCalc Implementation of Markdown": [[150, "about-the-cocalc-implementation-of-markdown"]], "Academic discount (if applicable)": [[2, "academic-discount-if-applicable"]], "Access": [[61, "access"]], "Access your course content": [[195, "access-your-course-content"]], "Account": [[168, "account"]], "Account API Keys": [[56, "account-api-keys"]], "Account Balance": [[5, "account-balance"]], "Account Dropdown Menu": [[0, "account-dropdown-menu"]], "Account Toolbar": [[1, "account-toolbar"]], "Account management, restrictions, and Single-Sign-On": [[196, "account-management-restrictions-and-single-sign-on"]], "Account settings": [[3, "account-settings"]], "Activity Bar": [[8, "activity-bar"]], "Add Capacity For a Short Time": [[154, "add-capacity-for-a-short-time"]], "Add SSH public keys for your account": [[6, "add-ssh-public-keys-for-your-account"]], "Add Students to the Course": [[191, "add-students-to-the-course"]], "Add Teaching Assistants to the Course Project": [[191, "add-teaching-assistants-to-the-course-project"]], "Add a License to a Project": [[167, "add-a-license-to-a-project"]], "Add an upgrade to a project": [[37, "add-an-upgrade-to-a-project"]], "Add new collaborators": [[167, "add-new-collaborators"]], "Adding Capacity": [[197, "adding-capacity"]], "Adding a Kernel to CoCalc Jupyter": [[84, "adding-a-kernel-to-cocalc-jupyter"]], "Adding files": [[195, "adding-files"]], "Adding more student upgrades": [[198, "adding-more-student-upgrades"]], "Additional References": [[28, "additional-references"], [29, "additional-references"]], "Additional Resources": [[73, "additional-resources"]], "Adjust the output cut-offs": [[130, "adjust-the-output-cut-offs"]], "Advanced options": [[2, "advanced-options"]], "After a Session is Done": [[199, "after-a-session-is-done"]], "After the Course Ends": [[189, "after-the-course-ends"]], "Alternate Jupyter Servers in CoCalc": [[167, "alternate-jupyter-servers-in-cocalc"]], "Alternatives: Plain Jupyter Server and JupyterLab Server": [[141, "alternatives-plain-jupyter-server-and-jupyterlab-server"]], "Always running": [[2, "always-running"]], "An Easy Fix when Things Get Weird": [[111, "an-easy-fix-when-things-get-weird"]], "Anaconda Environment": [[100, "anaconda-environment"], [200, "anaconda-environment"]], "Appendix": [[65, null]], "Are my files backed up?": [[160, "are-my-files-backed-up"]], "Assembly Language Programming": [[75, "assembly-language-programming"]], "Attach Sage files to Sage Worksheets": [[172, "attach-sage-files-to-sage-worksheets"]], "Authentication": [[28, "authentication"], [29, "authentication"]], "Automatic Grading": [[190, "automatic-grading"]], "Auxiliary Files": [[175, "auxiliary-files"]], "Availability": [[64, "availability"]], "Available Custom Environments": [[178, null]], "Available features": [[167, "available-features"]], "Available formatter": [[167, "available-formatter"]], "Azure": [[74, "azure"]], "Backups": [[57, "backups"], [61, "backups"]], "Backups (snapshots)": [[172, "backups-snapshots"]], "Bash Fortunes": [[77, "bash-fortunes"]], "Basic Features": [[143, "basic-features"]], "Batch Operations on Projects": [[165, "batch-operations-on-projects"]], "Becoming root and Port Forwarding": [[64, "becoming-root-and-port-forwarding"]], "Billing": [[61, "billing"]], "Billing Estimate": [[61, "billing-estimate"]], "Billing FAQ": [[58, "billing-faq"]], "Billing for a Compute Server": [[64, "billing-for-a-compute-server"]], "Bokeh / DASK / Holoview": [[78, "bokeh-dask-holoview"]], "Bokeh / DASK server": [[78, "bokeh-dask-server"]], "Broken VIM key bindings": [[200, "broken-vim-key-bindings"]], "Build command": [[147, "build-command"]], "Build the extensions": [[106, "build-the-extensions"]], "Built-in Support for Multi-File Documents (preferred)": [[146, "built-in-support-for-multi-file-documents-preferred"]], "But Why Isn\u2019t CoCalc Just Free?": [[204, "but-why-isn-t-cocalc-just-free"]], "Buy a license\u2026": [[2, "buy-a-license"]], "Buy and Apply a License": [[149, "buy-and-apply-a-license"]], "C++ Programming": [[83, "c-programming"]], "CPU": [[206, "cpu"]], "CSV File": [[89, "csv-file"]], "CSV Viewer": [[66, "csv-viewer"]], "Can I Continue Using Trial Projects Only?": [[204, "can-i-continue-using-trial-projects-only"]], "Can I close my web-browser at any time?": [[160, "can-i-close-my-web-browser-at-any-time"]], "Can I pay via wire transfer?": [[58, "can-i-pay-via-wire-transfer"]], "Can I work with Git \u2013 including GitHub, Bitbucket, GitLab, etc.?": [[160, "can-i-work-with-git-including-github-bitbucket-gitlab-etc"]], "Can\u2019t Save File": [[79, "can-t-save-file"]], "Categories": [[215, "id1"]], "Change the due date of an assignment": [[196, "change-the-due-date-of-an-assignment"]], "Charges for Paid LLMs": [[197, "charges-for-paid-llms"]], "Chat": [[176, "chat"], [211, "chat"]], "ChatGPT": [[60, "chatgpt"]], "ChatGPT help understanding errors": [[172, "chatgpt-help-understanding-errors"]], "Chatrooms": [[59, "chatrooms"]], "Check Memory Use": [[129, "check-memory-use"]], "Check \u201cStudent View\u201d": [[190, "check-student-view"]], "Checkboxes": [[150, "checkboxes"]], "Checking your clock skew": [[80, "checking-your-clock-skew"]], "Choosing a Cloud": [[64, "choosing-a-cloud"]], "Classical Versus CoCalc Jupyter Notebooks": [[141, "classical-versus-cocalc-jupyter-notebooks"]], "Classical versus CoCalc": [[141, "classical-versus-cocalc"]], "Clear TimeTravel History for a File": [[201, "clear-timetravel-history-for-a-file"]], "Clone a Repository Using New": [[95, "clone-a-repository-using-new"]], "Cloud File System": [[61, "cloud-file-system"]], "Cloud storage & remote file systems": [[167, "cloud-storage-remote-file-systems"]], "CoCalc Administrators": [[209, "cocalc-administrators"]], "CoCalc Cloud": [[62, "cocalc-cloud"]], "CoCalc Credit Balance Does Not Expire": [[154, "cocalc-credit-balance-does-not-expire"]], "CoCalc Credit Vouchers": [[209, "cocalc-credit-vouchers"]], "CoCalc Desktop": [[63, "cocalc-desktop"]], "CoCalc Docker Image": [[93, "cocalc-docker-image"]], "CoCalc Enhancements to Jupyter Notebooks": [[142, "cocalc-enhancements-to-jupyter-notebooks"]], "CoCalc License Vouchers": [[209, "cocalc-license-vouchers"]], "CoCalc Logo": [[168, "cocalc-logo"]], "CoCalc Native iPad Application": [[139, "cocalc-native-ipad-application"]], "CoCalc News": [[151, "cocalc-news"]], "CoCalc OnPrem": [[153, "cocalc-onprem"]], "CoCalc Platform": [[98, "cocalc-platform"]], "CoCalc Resellers and Bookstores": [[209, "cocalc-resellers-and-bookstores"]], "CoCalc Share Server": [[175, "share-server"]], "CoCalc Terminal Commands": [[200, "cocalc-terminal-commands"]], "CoCalc for Short Training Sessions": [[199, "cocalc-for-short-training-sessions"]], "CoCalc in iPad Web Browser": [[139, "cocalc-in-ipad-web-browser"]], "CoCalc nbgrader": [[194, "cocalc-nbgrader"]], "CoCalc says your clock is off": [[80, "cocalc-says-your-clock-is-off"]], "CoCalc.com": [[93, "cocalc-com"]], "CoCalc\u2019s Jupyter Notebook": [[103, "cocalc-s-jupyter-notebook"]], "CoCalc\u2019s Most Unique Offering": [[64, "cocalc-s-most-unique-offering"]], "Collaborate. Share! Publish!!!": [[175, "collaborate-share-publish"]], "Collaborating": [[175, "collaborating"]], "Collaboration": [[193, "collaboration"]], "Collaboration and Side Chat": [[200, "collaboration-and-side-chat"]], "Collaboration with Classical Jupyter": [[141, "collaboration-with-classical-jupyter"]], "Collaborative Editing": [[176, "collaborative-editing"], [211, "collaborative-editing"]], "Collaborative editing": [[150, "collaborative-editing"]], "Collaborator actions": [[166, "collaborator-actions"]], "Collect the assignment": [[194, "collect-the-assignment"]], "Collecting assignments from students": [[190, "collecting-assignments-from-students"]], "Collections of Documents": [[175, "collections-of-documents"]], "Command Line / Custom Depot Path": [[99, "command-line-custom-depot-path"]], "Command Line / Custom Environment": [[99, "command-line-custom-environment"]], "Command line (recommended)": [[101, "command-line-recommended"]], "Command-line": [[92, "command-line"]], "Completing a task": [[188, "completing-a-task"]], "Computational Mechanics & Discrete Information Theory": [[179, "id2"], [180, "id2"]], "Compute Server Filesystem": [[64, "compute-server-filesystem"]], "Compute Server VPN": [[64, "compute-server-vpn"]], "Compute Servers": [[64, "compute-servers"], [108, "compute-servers"]], "Concise Documentation": [[172, "concise-documentation"]], "Configuration: baseUrlPath": [[131, "configuration-baseurlpath"]], "Configure Firewall": [[90, "configure-firewall"]], "Configure a Jupyter kernel for my custom Anaconda environment": [[100, "configure-a-jupyter-kernel-for-my-custom-anaconda-environment"], [130, "configure-a-jupyter-kernel-for-my-custom-anaconda-environment"]], "Configuring SSH Keys for a Single Project": [[167, "configuring-ssh-keys-for-a-single-project"]], "Configuring the .bashrc File": [[77, "configuring-the-bashrc-file"]], "Configuring the Voucher": [[209, "configuring-the-voucher"]], "Connect an HTML form with Python code": [[172, "connect-an-html-form-with-python-code"]], "Connect with a client": [[85, "connect-with-a-client"]], "Connecting to a database": [[93, "connecting-to-a-database"]], "Connection Status": [[168, "connection-status"]], "Contacting your lecturer or TA": [[195, "contacting-your-lecturer-or-ta"]], "Contents of the Account toolbar": [[1, "contents-of-the-account-toolbar"]], "Continue using Ubuntu 18.04": [[152, "continue-using-ubuntu-18-04"]], "Conversion utilities": [[172, "conversion-utilities"]], "Convert HTML to PDF": [[82, "convert-html-to-pdf"]], "Convert student notebooks to pdf for export": [[196, "convert-student-notebooks-to-pdf-for-export"]], "Copy a file between projects": [[10, "copy-a-file-between-projects"], [28, "copy-a-file-between-projects"]], "Copy missing files to a student project": [[196, "copy-missing-files-to-a-student-project"]], "Cost": [[64, "cost"]], "Course Management": [[190, "course-management"]], "Create a new Handout": [[190, "create-a-new-handout"]], "Create a new assignment": [[190, "create-a-new-assignment"]], "Create an API Key With Web Client": [[56, "create-an-api-key-with-web-client"]], "Create an assignment folder": [[194, "create-an-assignment-folder"]], "Create and run a Ruby program": [[130, "create-and-run-a-ruby-program"]], "Create documents in Hebrew": [[146, "create-documents-in-hebrew"]], "Create questions": [[194, "create-questions"]], "Create the Course File": [[191, "create-the-course-file"]], "Create the Course Project": [[191, "create-the-course-project"]], "Create, compile and run a C program": [[130, "create-compile-and-run-a-c-program"]], "Create, compile and run a Fortran F90 program": [[130, "create-compile-and-run-a-fortran-f90-program"]], "Create, compile and run a Java program": [[130, "create-compile-and-run-a-java-program"]], "Creating Project Invitation Token or Link": [[121, "creating-project-invitation-token-or-link"]], "Creating a Chatroom": [[59, "creating-a-chatroom"]], "Creating a Compute Server": [[64, "creating-a-compute-server"]], "Creating a File": [[73, "creating-a-file"]], "Creating a New Course": [[191, "creating-a-new-course"]], "Creating a Stopwatch or Timer": [[202, "creating-a-stopwatch-or-timer"]], "Creating a Task List": [[188, "creating-a-task-list"]], "Creating a new kernel for a Custom Python Version": [[84, "creating-a-new-kernel-for-a-custom-python-version"]], "Creating an Account": [[73, "creating-an-account"]], "Creating the Voucher": [[209, "creating-the-voucher"]], "Current collaborators": [[167, "current-collaborators"]], "Current limitations": [[178, "current-limitations"]], "Custom Jupyter Kernel": [[84, "custom-jupyter-kernel"]], "Custom Modules": [[130, "custom-modules"]], "Custom Python3": [[130, "custom-python3"]], "Custom Sage binaries": [[130, "custom-sage-binaries"]], "Custom Snippets": [[177, "custom-snippets"]], "Custom Software": [[179, "custom-software"]], "Custom built-from-source Sage": [[130, "custom-built-from-source-sage"]], "Custom environment variables": [[167, "custom-environment-variables"]], "Custom environments": [[178, "custom-environments"]], "Customize Jupyter notebook LaTeX export settings": [[144, "customize-jupyter-notebook-latex-export-settings"], [146, "customize-jupyter-notebook-latex-export-settings"]], "Customize font": [[200, "customize-font"]], "Customized version of FriCAS": [[88, "customized-version-of-fricas"]], "Cut or Copy and Paste": [[176, "cut-or-copy-and-paste"], [211, "cut-or-copy-and-paste"]], "Dark mode": [[3, "dark-mode"]], "Dash": [[118, "dash"]], "Dashboard": [[85, "dashboard"]], "Dask Example Notebooks": [[179, "id3"], [180, "id3"]], "Dask cluster": [[85, "dask-cluster"]], "Data Sets": [[175, "data-sets"]], "Data Storage": [[74, "data-storage"]], "Dataset Access, Modification and Deletion": [[74, "dataset-access-modification-and-deletion"]], "Deal with large documents across multiple source files": [[146, "deal-with-large-documents-across-multiple-source-files"]], "Debug the connection": [[129, "debug-the-connection"]], "Debugging": [[163, "debugging"]], "Debugging connectivity issues": [[81, "debugging-connectivity-issues"]], "Dedicated CPU cores": [[2, "dedicated-cpu-cores"]], "Dedicated RAM": [[2, "dedicated-ram"]], "Deep Learning Workshop": [[179, "id4"], [180, "id4"]], "Default contents for new files": [[157, "default-contents-for-new-files"]], "Default environment": [[178, "default-environment"]], "Delete and undelete assignments": [[196, "delete-and-undelete-assignments"]], "Delete and undelete handouts": [[196, "delete-and-undelete-handouts"]], "Delete and undelete students": [[196, "delete-and-undelete-students"]], "Deleting a project": [[167, "deleting-a-project"]], "Desktop Application": [[67, "desktop-application"]], "Details element": [[150, "details-element"]], "Detect Sage Worksheet Environment": [[130, "detect-sage-worksheet-environment"]], "Develop Software": [[130, "develop-software"]], "Development": [[163, "development"]], "Directory listing for a given path": [[48, "directory-listing-for-a-given-path"]], "Directory listings for all known paths at once": [[48, "directory-listings-for-all-known-paths-at-once"]], "Disconnect and Resume": [[200, "disconnect-and-resume"]], "Disk Space Warning": [[86, "disk-space-warning"]], "Disk space": [[206, "disk-space"]], "Display Options": [[67, "display-options"]], "Display local public key fingerprints": [[6, "display-local-public-key-fingerprints"]], "Distribute the assignment to students": [[194, "distribute-the-assignment-to-students"]], "Distributing Codes to Users": [[209, "distributing-codes-to-users"]], "Distributing an assignment to students": [[190, "distributing-an-assignment-to-students"]], "Do I Still Need a License?": [[64, "do-i-still-need-a-license"]], "Do manual grading and add instructor comments": [[194, "do-manual-grading-and-add-instructor-comments"]], "Don\u2019t mix CoCalc and Classical!": [[141, "don-t-mix-cocalc-and-classical"]], "Downloading Voucher Codes": [[209, "downloading-voucher-codes"]], "Drag and drop": [[135, "drag-and-drop"]], "Draw using Asymptote": [[146, "draw-using-asymptote"]], "Due date": [[188, "due-date"]], "Duration of Software Support": [[175, "duration-of-software-support"]], "Edges": [[176, "edges"], [211, "edges"]], "Edit code and run a terminal side-by-side": [[130, "edit-code-and-run-a-terminal-side-by-side"]], "Editing Python, R, and Other Files": [[9, "editing-python-r-and-other-files"]], "Editing the Description (Markdown)": [[188, "editing-the-description-markdown"]], "Editor settings": [[3, "editor-settings"]], "Efficient Automated Data Analysis, using snakemake": [[179, "id5"], [180, "id5"]], "Email address of a user": [[49, "email-address-of-a-user"]], "Embed a CoCalc project in your website": [[144, "embed-a-cocalc-project-in-your-website"]], "Embedded LaTeX": [[150, "embedded-latex"]], "Embedding in an IFrame": [[10, "embedding-in-an-iframe"], [28, "embedding-in-an-iframe"]], "Emojis": [[150, "emojis"]], "Empty trash: remove deleted objects from course file": [[196, "empty-trash-remove-deleted-objects-from-course-file"]], "Enable shell-escape to plot using Gnuplot": [[146, "enable-shell-escape-to-plot-using-gnuplot"]], "Enable/Disable Automatic Payments": [[5, "enable-disable-automatic-payments"]], "Encapsulated PIP w/ Jupyter Kernel": [[100, "encapsulated-pip-w-jupyter-kernel"]], "Encoding": [[147, "encoding"]], "Enhanced features in CoCalc Markdown": [[150, "enhanced-features-in-cocalc-markdown"]], "Entering initial student upgrades": [[198, "entering-initial-student-upgrades"]], "Even more utilities": [[126, "even-more-utilities"]], "Example 1: record project start time": [[163, "example-1-record-project-start-time"]], "Example 2: a periodic task in Python": [[163, "example-2-a-periodic-task-in-python"]], "Example 3: Periodic task in SageMath": [[163, "example-3-periodic-task-in-sagemath"]], "Examples of Compute Server Uses": [[64, "examples-of-compute-server-uses"]], "Examples of Voucher Use": [[209, "examples-of-voucher-use"]], "Examples of a get query": [[37, "examples-of-a-get-query"]], "Examples of a set query": [[37, "examples-of-a-set-query"]], "Examples of the Fortune Command": [[77, "examples-of-the-fortune-command"]], "Explorer": [[68, "explorer"], [70, "explorer"]], "Explorer Top Bar": [[68, "explorer-top-bar"]], "Explorer Tour": [[68, "explorer-tour"]], "Export History": [[201, "export-history"]], "Export TimeTravel History": [[87, "export-timetravel-history"]], "Export button in TimeTravel": [[87, "export-button-in-timetravel"]], "Export student file use": [[196, "export-student-file-use"]], "Export to HTML": [[150, "export-to-html"]], "Export to PDF": [[150, "export-to-pdf"]], "Exporting grades": [[190, "exporting-grades"]], "Extended Documentation": [[172, "extended-documentation"]], "Extensive Command Set": [[200, "extensive-command-set"]], "FAQ": [[81, "faq"], [146, "faq"]], "FAQ, Tips and Tricks": [[196, "faq-tips-and-tricks"]], "Features": [[59, "features"], [200, "features"]], "Features and Configuration": [[167, "features-and-configuration"]], "Fenced Code Blocks": [[150, "fenced-code-blocks"]], "Fetch from the Internet": [[135, "fetch-from-the-internet"]], "File Actions on Multiple Files": [[161, "file-actions-on-multiple-files"]], "File Actions on One File": [[161, "file-actions-on-one-file"]], "File Too Large": [[89, "file-too-large"]], "File format": [[188, "file-format"]], "Files Search": [[69, "files-search"]], "Files Toolbar": [[68, "files-toolbar"]], "Filter log entries displayed": [[166, "filter-log-entries-displayed"]], "Filtering the Project List": [[165, "filtering-the-project-list"]], "Find Files": [[70, "find-files"]], "First example": [[85, "first-example"]], "First run: OAuth2 authentication": [[96, "first-run-oauth2-authentication"]], "Fix an exception related to Sage\u2019s Integer(\u2026) vs. Python ints?": [[130, "fix-an-exception-related-to-sage-s-integer-vs-python-ints"]], "Fix broken Jupyter PDF export": [[91, "fix-broken-jupyter-pdf-export"]], "Flush, Commit and Close": [[74, "flush-commit-and-close"]], "Flyout Panels": [[70, "flyout-panels"]], "Font options": [[171, "font-options"]], "For further study": [[96, "for-further-study"]], "Fortran Programming": [[92, "fortran-programming"]], "Forward & Inverse Search": [[147, "forward-inverse-search"]], "Frame Editor": [[71, "frame-editor"]], "Frames": [[176, "frames"], [211, "frames"]], "Front-end Web Development": [[93, "front-end-web-development"]], "Full Control of the Software Stack": [[212, "full-control-of-the-software-stack"]], "Fullscreen Mode": [[168, "fullscreen-mode"]], "Fullscreen Options": [[67, "fullscreen-options"]], "Functions specific to Sage worksheets": [[130, "functions-specific-to-sage-worksheets"]], "Future of Ubuntu 18.04": [[152, "future-of-ubuntu-18-04"]], "GAP Jupyter kernel not available": [[94, "gap-jupyter-kernel-not-available"]], "GNU assembler": [[75, "id1"]], "GSL C Code Compilation": [[97, "gsl-c-code-compilation"]], "General": [[130, "general"]], "General Notes": [[93, "general-notes"]], "Generate student version of the notebook": [[194, "generate-student-version-of-the-notebook"]], "Generated filenames": [[3, "generated-filenames"]], "Geographic Location": [[64, "geographic-location"]], "Get an API Key": [[51, "get-an-api-key"]], "Get credentials file": [[96, "get-credentials-file"]], "Get editor settings for the present user": [[37, "get-editor-settings-for-the-present-user"]], "Get project id, given title and description": [[37, "get-project-id-given-title-and-description"]], "Get title and description for a project": [[37, "get-title-and-description-for-a-project"]], "Get users, given the project id": [[37, "get-users-given-the-project-id"]], "Gettable and settable fields": [[37, "gettable-and-settable-fields"]], "Getting Started": [[73, "getting-started"]], "Getting Started with Hub": [[74, "getting-started-with-hub"]], "Getting Started with Jupyter Notebooks": [[143, "getting-started-with-jupyter-notebooks"]], "Getting all of your licenses": [[53, "getting-all-of-your-licenses"]], "Getting started": [[178, "getting-started"], [215, "getting-started"]], "Getting started with LaTeX": [[148, "getting-started-with-latex"]], "Git Version Control": [[95, "git-version-control"]], "Git command-line": [[95, "git-command-line"]], "Git graphical desktop emulator": [[95, "git-graphical-desktop-emulator"]], "Google": [[64, "google"]], "Google Cloud Storage": [[74, "google-cloud-storage"]], "Google GCS": [[167, "google-gcs"]], "Google Sheets API Demo": [[96, "google-sheets-api-demo"]], "Grading Jupyter Notebooks": [[108, "grading-jupyter-notebooks"]], "Graphical Application": [[113, "graphical-application"]], "Group Projects": [[193, "group-projects"]], "HTML": [[71, "html"]], "HTML or Text File": [[89, "html-or-text-file"]], "Hands-on Machine Learning with Scikit-Learn, Keras and TensorFlow 2.0": [[179, "id6"], [180, "id6"]], "Hashtags": [[59, "hashtags"], [150, "hashtags"], [176, "hashtags"], [188, "hashtags"], [211, "hashtags"]], "Help": [[168, "help"]], "Help about SageMath": [[172, "help-about-sagemath"]], "Help for Programmers": [[172, "help-for-programmers"]], "Hidden and Deleted projects": [[167, "hidden-and-deleted-projects"]], "Hidden and/or Deleted Projects": [[165, "hidden-and-or-deleted-projects"]], "Hidden vs. Deleted projects": [[167, "hidden-vs-deleted-projects"]], "Hide Temporary Files": [[161, "hide-temporary-files"]], "Hide or Delete Student Projects": [[189, "hide-or-delete-student-projects"]], "Hide or delete project": [[167, "hide-or-delete-project"]], "Hiding a project": [[167, "hiding-a-project"]], "High-resolution HDPI displays": [[215, "high-resolution-hdpi-displays"]], "Hints for dealing with large files": [[135, "hints-for-dealing-with-large-files"]], "Holoview App": [[78, "holoview-app"]], "Host a Git repository in CoCalc": [[95, "host-a-git-repository-in-cocalc"]], "Hosting a Workshop": [[209, "hosting-a-workshop"]], "How Long are Definitions Stored in a Sage Worksheet?": [[172, "how-long-are-definitions-stored-in-a-sage-worksheet"]], "How can I download my files?": [[160, "how-can-i-download-my-files"]], "How can I install Python packages from PyPI using pip?": [[130, "how-can-i-install-python-packages-from-pypi-using-pip"]], "How do I get an invoice with specific information?": [[58, "how-do-i-get-an-invoice-with-specific-information"]], "How exactly are Assignments copied to students?": [[196, "how-exactly-are-assignments-copied-to-students"]], "How to Disable Pay-As-You-Go Upgrades": [[154, "how-to-disable-pay-as-you-go-upgrades"]], "How to Enable Pay-As-You-Go Upgrades": [[154, "how-to-enable-pay-as-you-go-upgrades"]], "How to Revert/Undo Changes in a Sage Worksheet": [[172, "how-to-revert-undo-changes-in-a-sage-worksheet"]], "How to prepare an assignment in CoCalc for R": [[112, "how-to-prepare-an-assignment-in-cocalc-for-r"]], "How to setup nbgrader for CoCalc to work with R": [[112, "how-to-setup-nbgrader-for-cocalc-to-work-with-r"]], "How to use multiple CoCalc accounts at once": [[111, "how-to-use-multiple-cocalc-accounts-at-once"]], "How-tos": [[98, "how-tos"]], "Howto": [[146, "howto"], [172, "howto"]], "Hub": [[74, "hub"]], "Hyperstack": [[64, "hyperstack"]], "I (or a collaborator) clicked on \u201cDelete Project\u201d in Project Settings.": [[109, "i-or-a-collaborator-clicked-on-delete-project-in-project-settings"]], "I clicked the x next to my project at the top, and now it is gone.": [[109, "i-clicked-the-x-next-to-my-project-at-the-top-and-now-it-is-gone"]], "I logged in and my projects are gone or empty!": [[109, "i-logged-in-and-my-projects-are-gone-or-empty"]], "I think I deleted my project! What do I do?": [[109, "i-think-i-deleted-my-project-what-do-i-do"]], "I would like to develop a webserver in Python": [[130, "i-would-like-to-develop-a-webserver-in-python"]], "I would like to install new R packages": [[130, "i-would-like-to-install-new-r-packages"]], "IFrame communication": [[10, "iframe-communication"], [28, "iframe-communication"]], "Icons": [[176, "icons"], [211, "icons"]], "Identify the problem program": [[129, "identify-the-problem-program"]], "Idle timeout": [[206, "upg-idleto"]], "If nothing works\u2026": [[129, "if-nothing-works"]], "Import from Overleaf/Sharelatex": [[116, "import-from-overleaf-sharelatex"]], "In a Jupyter Notebook": [[99, "in-a-jupyter-notebook"]], "Include an image": [[146, "include-an-image"]], "Index": [[72, "index"]], "Indices, references and tables": [[65, "indices-references-and-tables"]], "Insert Page": [[211, "insert-page"]], "Insert Slide": [[176, "insert-slide"]], "Insert a backslash or dollar sign": [[146, "insert-a-backslash-or-dollar-sign"]], "Insert emoji": [[171, "insert-emoji"]], "Inspect in detail why the project is running out of memory": [[108, "inspect-in-detail-why-the-project-is-running-out-of-memory"]], "Install AWS CLI": [[76, "install-aws-cli"]], "Install Julia Packages": [[99, "install-julia-packages"]], "Install Python Packages": [[100, "install-python-packages"]], "Install R Packages": [[101, "install-r-packages"]], "Install Requests": [[99, "install-requests"]], "Install a package": [[101, "install-a-package"]], "Install compiled software": [[132, "install-compiled-software"]], "Install location and sys.path": [[100, "install-location-and-sys-path"]], "Install packages in a project": [[146, "install-packages-in-a-project"]], "Install requests": [[100, "install-requests"], [101, "install-requests"]], "Install some software into my own Anaconda environment": [[100, "install-some-software-into-my-own-anaconda-environment"], [130, "install-some-software-into-my-own-anaconda-environment"]], "Install/Update a Package Yourself": [[99, "install-update-a-package-yourself"]], "Installation": [[77, "installation"]], "Installed Applications": [[215, "installed-applications"]], "Installing Packages on a Local Debian / Ubuntu Box": [[77, "installing-packages-on-a-local-debian-ubuntu-box"]], "Installing software packages": [[200, "installing-software-packages"]], "Instructor Guide": [[192, "instructor-guide"]], "Interactive Elements": [[175, "interactive-elements"]], "Internet access": [[206, "internet-access"]], "Introducing the Project List": [[165, "introducing-the-project-list"]], "Introduction": [[138, "introduction"], [150, "introduction"], [172, "introduction"]], "Inverse search": [[150, "inverse-search"]], "Invite Students Without Having Their Email Addresses": [[196, "invite-students-without-having-their-email-addresses"]], "Invite via Tokens": [[121, "invite-via-tokens"]], "Invoices and receipts": [[5, "invoices-and-receipts"]], "Is .bashrc or .bash_profile called on startup?": [[130, "is-bashrc-or-bash-profile-called-on-startup"]], "Is Scilab broken?": [[215, "is-scilab-broken"]], "Is it caused by something else?": [[104, "is-it-caused-by-something-else"]], "Is it caused by using up too much memory?": [[104, "is-it-caused-by-using-up-too-much-memory"]], "Julia in a Sage Worksheet": [[130, "julia-in-a-sage-worksheet"]], "Jupyter Cells": [[176, "jupyter-cells"], [211, "jupyter-cells"]], "Jupyter Classic": [[103, "jupyter-classic"]], "Jupyter Classic/Lab vs. CoCalc\u2019s Jupyter": [[178, "jupyter-classic-lab-vs-cocalc-s-jupyter"]], "Jupyter Kernel Selection": [[103, "jupyter-kernel-selection"]], "Jupyter Kernel Terminated": [[104, "jupyter-kernel-terminated"]], "Jupyter Kernels": [[143, "jupyter-kernels"]], "Jupyter Lab": [[103, "jupyter-lab"]], "Jupyter Notebook": [[92, "jupyter-notebook"], [101, "jupyter-notebook"], [113, "jupyter-notebook"]], "Jupyter Notebook Too Large": [[89, "jupyter-notebook-too-large"]], "Jupyter Notebooks": [[9, "jupyter-notebooks"], [98, "jupyter-notebooks"], [140, "jupyter-notebooks"]], "Jupyter Tips and Tricks": [[144, "jupyter-tips-and-tricks"]], "JupyterLab Extensions": [[106, "jupyterlab-extensions"]], "JupyterLab server": [[167, "jupyterlab-server"]], "JupyterLab, VS Code, X11 Desktop": [[64, "jupyterlab-vs-code-x11-desktop"]], "Key benefits": [[178, "key-benefits"]], "Keyboard Layout": [[215, "keyboard-layout"]], "Keyboard shortcuts": [[188, "keyboard-shortcuts"]], "Knitr": [[146, "knitr"]], "LLM Choice and Billing": [[9, "llm-choice-and-billing"]], "LLMs in Chat Rooms and Side Chat": [[9, "llms-in-chat-rooms-and-side-chat"]], "LaTeX": [[71, "latex"]], "LaTeX 101": [[148, "latex-101"]], "LaTeX Editor": [[145, "latex-editor"]], "LaTeX Expressions": [[176, "latex-expressions"], [211, "latex-expressions"]], "LaTeX Howto and FAQ": [[146, "latex-howto-and-faq"]], "LaTeX Multi-File Support": [[147, "latex-multi-file-support"]], "LaTeX editor features": [[147, "latex-editor-features"]], "LaTeX in Rich Text Editing": [[171, "latex-in-rich-text-editing"]], "Launch a Pluto Notebook": [[119, "launch-a-pluto-notebook"]], "Lectures in Scientific Computing in Python": [[179, "id7"], [180, "id7"]], "License Doesn\u2019t Work": [[107, "license-doesn-t-work"]], "License Error Messages": [[149, "license-error-messages"]], "Licenses": [[1, "licenses"], [2, "licenses"], [149, "licenses"], [189, "licenses"]], "Licenses that you manage": [[2, "licenses-that-you-manage"]], "Limitations": [[171, "limitations"]], "Limitations of long-running computations": [[130, "limitations-of-long-running-computations"]], "Linux Terminal": [[200, "linux-terminal"]], "Linux Terminal and Shell Scripts": [[9, "linux-terminal-and-shell-scripts"]], "List of Files": [[68, "list-of-files"]], "Live collaborative editing": [[193, "live-collaborative-editing"]], "Load older entries": [[166, "load-older-entries"]], "Local Disk Size": [[61, "local-disk-size"]], "Local storage": [[74, "local-storage"]], "Location Choice": [[61, "location-choice"]], "Low Memory Problems": [[108, "low-memory-problems"]], "Machine Learning for OpenCV": [[179, "id8"], [180, "id8"]], "Main supported software environments": [[178, "main-supported-software-environments"]], "Make a path public (publish a file)": [[37, "make-a-path-public-publish-a-file"]], "Making multiple assignment folders quickly": [[196, "making-multiple-assignment-folders-quickly"]], "Manage Running Processes": [[126, "manage-running-processes"]], "Manage and Edit Licenses": [[149, "manage-and-edit-licenses"]], "Manual Grading": [[190, "manual-grading"]], "Markdown": [[71, "markdown"], [150, "markdown"]], "Materials Project Workshop": [[179, "id9"], [180, "id9"]], "Matplotlib": [[108, "matplotlib"]], "Maximum Number of Simultaneously Upgraded Projects": [[149, "maximum-number-of-simultaneously-upgraded-projects"]], "Member hosting": [[2, "member-hosting"], [206, "member-hosting"]], "Merging Accounts": [[111, "merging-accounts"]], "Method 1: use different browsers": [[111, "method-1-use-different-browsers"]], "Method 2: use private / icognito sessions": [[111, "method-2-use-private-icognito-sessions"]], "Method 3: use different browser profiles / identities": [[111, "method-3-use-different-browser-profiles-identities"]], "MinIO": [[74, "minio"]], "Mini-terminal": [[161, "mini-terminal"]], "Mission": [[137, null]], "ModSimPython: Modeling and Simulation in Python": [[179, "id10"], [180, "id10"]], "Modifying CoCalc Sources": [[93, "modifying-cocalc-sources"]], "MongoDB": [[110, "mongodb"]], "Moodle integration": [[196, "moodle-integration"]], "Motivation": [[178, "motivation"]], "Mount remote files via SSHFS": [[88, "mount-remote-files-via-sshfs"]], "Move": [[129, "move"]], "Moving tasks": [[188, "moving-tasks"]], "Multi-project/-node cluster": [[85, "multi-project-node-cluster"]], "Multiple Cursors": [[71, "multiple-cursors"]], "Multiple Terminals in a Single Browser Tab": [[200, "multiple-terminals-in-a-single-browser-tab"]], "NEURON simulation environment": [[113, "neuron-simulation-environment"]], "Navigate With Arrow Keys": [[176, "navigate-with-arrow-keys"], [211, "navigate-with-arrow-keys"]], "Netwide assembler": [[75, "id2"]], "New File": [[70, "new-file"]], "New to Linux?": [[200, "new-to-linux"]], "Next Steps": [[73, "next-steps"], [212, "next-steps"]], "Nextjs": [[93, "nextjs"]], "No Limits": [[121, "no-limits"]], "No Special Arrangement Is Needed": [[209, "no-special-arrangement-is-needed"]], "No Vendor Lock-In": [[212, "no-vendor-lock-in"]], "Node.js": [[93, "id1"]], "Not used with Licenses": [[154, "not-used-with-licenses"]], "Notebook table of contents": [[194, "notebook-table-of-contents"]], "Notebook too large? Remove output.": [[144, "notebook-too-large-remove-output"]], "Notes on URL proxying": [[175, "notes-on-url-proxying"]], "Notifications": [[168, "notifications"]], "Number of Files": [[61, "number-of-files"]], "Number of Projects and Type": [[2, "number-of-projects-and-type"]], "Obtaining a Credit Voucher": [[209, "obtaining-a-credit-voucher"]], "Obtaining a License Voucher": [[209, "obtaining-a-license-voucher"]], "Obtaining a Voucher": [[209, "obtaining-a-voucher"]], "Octave": [[130, "octave"]], "Octave Images and Plots": [[114, "octave-images-and-plots"]], "Octave with Jupyter Kernel": [[114, "octave-with-jupyter-kernel"]], "Octave with X11 Desktop": [[114, "octave-with-x11-desktop"]], "Off-site backups": [[57, "off-site-backups"]], "On Premises Option": [[212, "on-premises-option"]], "OnPrem": [[64, "onprem"]], "OnPrem Compute Server": [[153, "onprem-compute-server"]], "Open Projects": [[168, "open-projects"]], "Open World Approach": [[212, "open-world-approach"]], "Opening a File": [[161, "opening-a-file"]], "Option: Skip entering grades": [[194, "option-skip-entering-grades"]], "Option: Sync grades": [[194, "option-sync-grades"]], "Other Languages": [[130, "other-languages"]], "Other information": [[74, "other-information"]], "Other languages besides Bash?": [[163, "other-languages-besides-bash"]], "Other settings": [[3, "other-settings"]], "Our teacher requires us students to pay. How?": [[195, "our-teacher-requires-us-students-to-pay-how"]], "Overlay Dialogs": [[215, "overlay-dialogs"]], "Override the default width and height for R SVG figures in a CoCalc worksheet": [[130, "override-the-default-width-and-height-for-r-svg-figures-in-a-cocalc-worksheet"]], "Overview Map": [[176, "overview-map"], [211, "overview-map"]], "Pages View": [[176, "pages-view"], [211, "pages-view"]], "Pay-As-You-Go Purchase": [[154, "pay-as-you-go-purchase"]], "Peer Grading": [[190, "peer-grading"]], "Pens": [[176, "pens"], [211, "pens"]], "Pentadactyl plugin isn\u2019t working": [[88, "pentadactyl-plugin-isn-t-working"]], "Period, Title, Cost, and Purchase": [[2, "period-title-cost-and-purchase"]], "Pick a Subscription": [[137, "pick-a-subscription"]], "Place your order": [[53, "place-your-order"]], "Plain Jupyter server": [[167, "plain-jupyter-server"]], "Platform": [[155, "platform"]], "Platform News 2019-2022": [[156, "platform-news-2019-2022"]], "Play a .wav file in a Jupyter notebook": [[144, "play-a-wav-file-in-a-jupyter-notebook"]], "Play sounds": [[172, "play-sounds"]], "Plotting from Python Scripts": [[210, "plotting-from-python-scripts"]], "Pluto Notebooks for Julia": [[119, "pluto-notebooks-for-julia"]], "Port forwarding": [[178, "port-forwarding"]], "PostgreSQL": [[120, "postgresql"]], "Pre-built environments": [[178, "pre-built-environments"]], "Preferences": [[1, "preferences"], [3, "preferences"]], "Prepare your project": [[106, "prepare-your-project"]], "Presentation Mode": [[176, "presentation-mode"]], "Problems with Licenses": [[197, "problems-with-licenses"]], "Problems/Missing?": [[152, "problems-missing"]], "Process an R Markdown (.Rmd) documents": [[130, "process-an-r-markdown-rmd-documents"]], "Process for Debugging Connectivity": [[81, "process-for-debugging-connectivity"]], "Processes": [[70, "processes"], [158, "processes"]], "Program Seems Slow or Stuck": [[129, "program-seems-slow-or-stuck"]], "Programming Languages": [[98, "programming-languages"]], "Project API Keys": [[56, "project-api-keys"]], "Project Files": [[161, "project-files"]], "Project Home": [[162, "project-home"]], "Project Image": [[167, "project-image"]], "Project Initialization": [[163, "project-initialization"]], "Project Initialization Scripts": [[163, "project-initialization-scripts"]], "Project Library": [[164, "project-library"]], "Project List": [[165, "project-list"], [168, "project-list"]], "Project Log": [[70, "project-log"], [166, "project-log"]], "Project Name": [[167, "project-name"]], "Project Settings": [[167, "project-settings"]], "Project Toolbar": [[168, "project-toolbar"]], "Project URL": [[167, "index-5"]], "Project Upgrades": [[205, "project-upgrades"]], "Project control": [[167, "project-control"]], "Projects": [[159, "projects"]], "Projects FAQ": [[160, "projects-faq"]], "Projects Page Tour": [[159, "projects-page-tour"]], "Projects with licenses": [[2, "projects-with-licenses"]], "Protocol and Data Format": [[28, "protocol-and-data-format"], [29, "protocol-and-data-format"]], "Public Files": [[1, "public-files"]], "Public files": [[4, "public-files"]], "Publish": [[176, "publish"], [211, "publish"]], "Publishing Files and Folders": [[175, "publishing-files-and-folders"]], "Publishing Rendered GitHub Files": [[175, "publishing-rendered-github-files"]], "Publishing Tips and Considerations": [[175, "publishing-tips-and-considerations"]], "Publishing the Whole Project": [[175, "publishing-the-whole-project"]], "Purchases": [[1, "purchases"], [5, "purchases"]], "Purpose": [[28, "purpose"], [29, "purpose"]], "Purpose and Limitations": [[204, "purpose-and-limitations"]], "Purpose of nbgrader": [[194, "purpose-of-nbgrader"]], "Python": [[130, "python"]], "Python 2 compatibility": [[96, "python-2-compatibility"]], "Python Data Science Handbook": [[179, "id11"], [180, "id11"]], "Python \u201cuser\u201d installs": [[100, "python-user-installs"]], "PythonTeX": [[146, "pythontex"]], "Quantum Chemistry": [[179, "id12"], [180, "id12"]], "Quarto": [[150, "quarto"]], "Question about Sage": [[127, "question-about-sage"]], "Question: I can access some of my files/projects in my CoCalc account but not others in that same account. What\u2019s wrong?": [[81, "question-i-can-access-some-of-my-files-projects-in-my-cocalc-account-but-not-others-in-that-same-account-what-s-wrong"]], "Question: I don\u2019t see any icons, but everything else works.": [[81, "question-i-don-t-see-any-icons-but-everything-else-works"]], "Question: I see the error message \u201cTimeout while loading CoCalc\u201d instead of the CoCalc landing page.": [[81, "question-i-see-the-error-message-timeout-while-loading-cocalc-instead-of-the-cocalc-landing-page"]], "Questions?": [[199, "questions"], [209, "questions"]], "Quickstart": [[74, "quickstart"], [200, "quickstart"]], "R Markdown": [[71, "r-markdown"]], "R Statistical Software": [[130, "r-statistical-software"]], "R Step-by-Step with Jupyter": [[125, "r-step-by-step-with-jupyter"]], "RAM": [[206, "ram"]], "RSTAN": [[108, "rstan"]], "RStudio with CoCalc": [[215, "rstudio-with-cocalc"]], "Raise the limit on the number of output messages per cell": [[130, "raise-the-limit-on-the-number-of-output-messages-per-cell"]], "Raw Files Server": [[136, "raw-files-server"]], "React": [[93, "id2"]], "Real-time Collaboration": [[171, "real-time-collaboration"]], "Real-time chatrooms": [[193, "real-time-chatrooms"]], "Reboot": [[129, "reboot"]], "Recently Edited Documents and Chat": [[168, "recently-edited-documents-and-chat"]], "Recently opened files": [[166, "recently-opened-files"]], "Reconfigure Student Projects": [[191, "reconfigure-student-projects"]], "Reconnect": [[129, "reconnect"]], "Recovering a Deleted File": [[122, "recovering-a-deleted-file"]], "Recovering a Deleted Project": [[109, "recovering-a-deleted-project"]], "Redeeming Voucher Codes": [[209, "redeeming-voucher-codes"]], "Reference links": [[150, "reference-links"]], "References": [[119, "references"], [131, "references"], [169, "references"]], "Refresh Files List": [[161, "refresh-files-list"]], "RemarkJS Slideshow": [[123, "remarkjs-slideshow"]], "Remote files with SSH": [[167, "remote-files-with-ssh"]], "Remove License or Upgrades from Student Projects": [[189, "remove-license-or-upgrades-from-student-projects"]], "Remove Local Files to Troubleshoot a Notebook": [[144, "remove-local-files-to-troubleshoot-a-notebook"]], "Remove history from a terminal file": [[200, "remove-history-from-a-terminal-file"]], "Resend outstanding email invites": [[191, "resend-outstanding-email-invites"]], "Responsive Support Team": [[212, "responsive-support-team"]], "Restart Project and Stop Project": [[167, "restart-project-and-stop-project"]], "Restart the project": [[129, "restart-the-project"]], "Restarting a project": [[195, "restarting-a-project"], [196, "restarting-a-project"]], "Restrict Student Projects": [[170, "restrict-student-projects"]], "Resuming a Session": [[73, "resuming-a-session"]], "Return the assignment": [[194, "return-the-assignment"]], "Returning Assignments Without Grading": [[190, "returning-assignments-without-grading"]], "Returning an assignment to students": [[190, "returning-an-assignment-to-students"]], "Rich Text Editing": [[150, "rich-text-editing"], [171, "rich-text-editing"]], "Riemann Problems and Jupyter Solutions": [[179, "id13"], [180, "id13"]], "Ruby Programming": [[124, "ruby-programming"]], "Ruby code in a Sage worksheet": [[124, "ruby-code-in-a-sage-worksheet"]], "Ruby files in the frame editor": [[124, "ruby-files-in-the-frame-editor"]], "Run Jupyter notebook with GPU support": [[144, "run-jupyter-notebook-with-gpu-support"]], "Run Sage locally, on my own machine": [[130, "run-sage-locally-on-my-own-machine"]], "Run Terminal command in all student projects": [[196, "run-terminal-command-in-all-student-projects"]], "Run a Webserver": [[136, "run-a-webserver"]], "Run nbgrader": [[194, "run-nbgrader"]], "Run plotly in a Jupyter notebook": [[130, "run-plotly-in-a-jupyter-notebook"]], "Running a Jupyter Notebook": [[73, "running-a-jupyter-notebook"]], "S3": [[74, "s3"]], "SSH File Transfer": [[135, "ssh-file-transfer"]], "SSH keys": [[1, "ssh-keys"], [6, "ssh-keys"]], "SSH login for a project": [[6, "ssh-login-for-a-project"]], "SVG and PNG plots in Jupyter Notebooks": [[105, "svg-and-png-plots-in-jupyter-notebooks"]], "Sage": [[100, "sage"]], "Sage Worksheet Slow When Plotting? Disable svg.": [[172, "sage-worksheet-slow-when-plotting-disable-svg"]], "Sage Worksheets": [[130, "sage-worksheets"], [172, "sage-worksheets"], [172, "sagews-wiki"]], "Sage worksheet server": [[167, "sage-worksheet-server"]], "Sage worksheet with Turtle module": [[134, "sage-worksheet-with-turtle-module"]], "SageTeX": [[146, "sagetex"]], "Save Money If You Pay in Advance": [[154, "save-money-if-you-pay-in-advance"]], "Schema": [[74, "schema"]], "Screenshot": [[110, "screenshot"]], "Search": [[188, "search"]], "Search View": [[176, "search-view"], [211, "search-view"]], "Search and Replace Inside the File": [[71, "search-and-replace-inside-the-file"]], "Search and Replace Within the File": [[150, "search-and-replace-within-the-file"]], "Second and later runs": [[96, "second-and-later-runs"]], "See Memory Usage": [[130, "see-memory-usage"]], "See Memory Utilization": [[126, "see-memory-utilization"]], "See all Processes": [[126, "see-all-processes"]], "See all processes running in my project": [[130, "see-all-processes-running-in-my-project"]], "Self-Imposed Spending Limits": [[154, "self-imposed-spending-limits"]], "Servers": [[98, "servers"], [173, "servers"]], "Service Options": [[174, "service-options"]], "Sessions": [[67, "sessions"]], "Set title and description for a project": [[37, "set-title-and-description-for-a-project"]], "Settings": [[70, "settings"]], "Setup": [[102, "setup"]], "Setup Jupyter Extensions": [[102, "setup-jupyter-extensions"]], "Setup SSH Keys": [[167, "setup-ssh-keys"]], "Setup fish shell": [[200, "setup-fish-shell"]], "Setup texmf in a project": [[146, "setup-texmf-in-a-project"]], "Shape": [[74, "shape"]], "Shared Project": [[193, "shared-project"]], "Sharing Files and Folders": [[175, "sharing-files-and-folders"]], "Shiny": [[128, "shiny"]], "Show Hidden Files": [[161, "show-hidden-files"]], "Side Chat": [[59, "side-chat"], [71, "side-chat"]], "Signing Out": [[73, "signing-out"]], "Signing in Again": [[73, "signing-in-again"]], "Signing out of CoCalc": [[1, "signing-out-of-cocalc"]], "Simple Python Server": [[93, "simple-python-server"]], "Site license for courses": [[156, "site-license-for-courses"]], "Site license for individual projects": [[156, "site-license-for-individual-projects"]], "Slides": [[176, "slides"]], "Snapshot Backups": [[161, "snapshot-backups"]], "Snapshots": [[57, "snapshots"]], "Snippets": [[177, "snippets"]], "Software": [[178, "software"]], "Software Environment": [[167, "software-environment"]], "Software Updates 2018": [[181, "software-updates-2018"]], "Software Updates 2019": [[182, "software-updates-2019"]], "Software Updates 2020": [[183, "software-updates-2020"]], "Software Updates 2021": [[184, "software-updates-2021"]], "Software Updates 2022": [[185, "software-updates-2022"]], "Software Updates 2023": [[186, "software-updates-2023"]], "Software Updates 2024": [[187, "software-updates-2024"]], "Software specific": [[108, "software-specific"]], "Software update detailed items": [[178, "software-update-detailed-items"]], "Software update summaries": [[178, "software-update-summaries"]], "Source Code": [[172, "source-code"]], "Special Considerations": [[64, "special-considerations"]], "Spell Checker": [[71, "spell-checker"]], "Spell check a LaTeX document": [[146, "spell-check-a-latex-document"]], "Spellcheck": [[147, "spellcheck"]], "Split Whiteboard Windows": [[211, "split-whiteboard-windows"]], "Split Windows": [[176, "split-windows"]], "Standby timeout": [[3, "standby-timeout"]], "Starring Published Files": [[175, "starring-published-files"]], "Start JupyterLab": [[106, "start-jupyterlab"]], "Start a Jupyter notebook for the assignment": [[194, "start-a-jupyter-notebook-for-the-assignment"]], "Start and Stop a project": [[37, "start-and-stop-a-project"]], "Start cluster": [[85, "start-cluster"]], "Start file": [[178, "start-file"]], "Starting up everyone\u2019s project before class": [[196, "starting-up-everyone-s-project-before-class"]], "Startup files": [[200, "startup-files"]], "Statements": [[1, "statements"], [73, "statements"]], "Status of Vouchers Created": [[209, "status-of-vouchers-created"]], "Step 10: Is your computer infected with malware?": [[81, "step-10-is-your-computer-infected-with-malware"]], "Step 11: Is the problem with your DNS (Domain Name Service) settings?": [[81, "step-11-is-the-problem-with-your-dns-domain-name-service-settings"]], "Step 12: Is your browser out of date or otherwise incompatible with CoCalc?": [[81, "step-12-is-your-browser-out-of-date-or-otherwise-incompatible-with-cocalc"]], "Step 13: Do WebSocket connections work?": [[81, "step-13-do-websocket-connections-work"]], "Step 1: Export": [[116, "step-1-export"]], "Step 1: HTML barebone": [[123, "step-1-html-barebone"]], "Step 1: Setup": [[120, "step-1-setup"]], "Step 1: Startup": [[110, "step-1-startup"]], "Step 1: Try connecting with the latest version of Google Chrome.": [[81, "step-1-try-connecting-with-the-latest-version-of-google-chrome"]], "Step 2: Connect": [[110, "step-2-connect"]], "Step 2: Import": [[116, "step-2-import"]], "Step 2: Make sure you are running a very recent version of Google Chrome, Safari, Firefox, or Edge.": [[81, "step-2-make-sure-you-are-running-a-very-recent-version-of-google-chrome-safari-firefox-or-edge"]], "Step 2: Markdown": [[123, "step-2-markdown"]], "Step 2: Start Server": [[120, "step-2-start-server"]], "Step 3: Check": [[123, "step-3-check"]], "Step 3: Connect to the database": [[120, "step-3-connect-to-the-database"]], "Step 3: Double check if are you connected at all.": [[81, "step-3-double-check-if-are-you-connected-at-all"]], "Step 3: Shutting Down": [[110, "step-3-shutting-down"]], "Step 4: Network congestion?": [[81, "step-4-network-congestion"]], "Step 4: Shutting Down": [[120, "step-4-shutting-down"]], "Step 4: Write Slideshow": [[123, "step-4-write-slideshow"]], "Step 5: Do you have tons of tabs open?": [[81, "step-5-do-you-have-tons-of-tabs-open"]], "Step 5: Present": [[123, "step-5-present"]], "Step 6: Is your browser (or an intermediate server) attempting to cache too much?": [[81, "step-6-is-your-browser-or-an-intermediate-server-attempting-to-cache-too-much"]], "Step 7: Does the problem relate to stale cookies?": [[81, "step-7-does-the-problem-relate-to-stale-cookies"]], "Step 8: Have you installed browser extensions (\u201cadd-on\u201ds) or enabled blocking software on your computer?": [[81, "step-8-have-you-installed-browser-extensions-add-on-s-or-enabled-blocking-software-on-your-computer"]], "Step 9: Are the CoCalc servers down?": [[81, "step-9-are-the-cocalc-servers-down"]], "Sticky Notes": [[176, "sticky-notes"], [211, "sticky-notes"]], "Stopwatches and Timers": [[176, "stopwatches-and-timers"], [202, "stopwatches-and-timers"], [211, "stopwatches-and-timers"]], "Streamlit": [[131, "streamlit"]], "Streamlit Example": [[131, "streamlit-example"]], "Streamlit Python script": [[131, "streamlit-python-script"]], "Streamlit \u201cHello world\u201d": [[131, "streamlit-hello-world"]], "Student Access After Course Ends": [[189, "student-access-after-course-ends"]], "Student Guide": [[195, "student-guide"]], "Students Pay For Upgrades": [[197, "students-pay-for-upgrades"]], "Students complete the assignment": [[194, "students-complete-the-assignment"]], "Subscriptions": [[1, "subscriptions"], [5, "subscriptions"]], "Subscriptions (legacy page)": [[5, "subscriptions-legacy-page"]], "Support": [[1, "support"], [7, "support"]], "Support tickets": [[7, "support-tickets"]], "Supported file types": [[71, "supported-file-types"]], "Sync with Dropbox or Google Drive?": [[88, "sync-with-dropbox-or-google-drive"]], "System-wide Snippets": [[177, "system-wide-snippets"]], "Tab Completion": [[172, "tab-completion"]], "Table of Contents": [[176, "table-of-contents"], [211, "table-of-contents"]], "Tagging Projects": [[165, "tagging-projects"]], "Task Lists": [[188, "task-lists"]], "Teacher or Institute Pays for Upgrades": [[197, "teacher-or-institute-pays-for-upgrades"]], "Teacher or institution pays for upgrades": [[198, "teacher-or-institution-pays-for-upgrades"]], "Teaching with Compute Servers": [[64, "teaching-with-compute-servers"], [197, "teaching-with-compute-servers"]], "Teaching with nbgrader": [[194, "teaching-with-nbgrader"]], "Technical Status": [[215, "technical-status"]], "Terminal": [[215, "terminal"]], "Terminal Environment in Split Frame with File Editor": [[200, "terminal-environment-in-split-frame-with-file-editor"]], "Terminal Tour": [[200, "terminal-tour"]], "Terminal settings": [[3, "terminal-settings"]], "Test It Out": [[137, "test-it-out"]], "Test Your Publication": [[175, "test-your-publication"]], "Text": [[176, "text"], [211, "text"]], "Text fields generally support Markdown and LaTeX": [[196, "text-fields-generally-support-markdown-and-latex"]], "Text, Source Code, and Data Files": [[71, "text-source-code-and-data-files"]], "The PDF cannot be built. What\u2019s the problem?": [[146, "the-pdf-cannot-be-built-what-s-the-problem"]], "The hub API": [[87, "the-hub-api"]], "The project API": [[87, "the-project-api"]], "The subfiles Package (legacy method)": [[146, "the-subfiles-package-legacy-method"]], "Things to try": [[80, "things-to-try"]], "Time Travel Diffs": [[196, "time-travel-diffs"]], "TimeTravel": [[57, "timetravel"], [172, "timetravel"], [176, "timetravel"], [201, "timetravel"], [211, "timetravel"]], "Timeout/Killed calculations": [[130, "timeout-killed-calculations"]], "Tips & Tricks": [[215, "tips-tricks"]], "Tips and tricks": [[200, "tips-and-tricks"]], "Title and Description": [[167, "title-and-description"]], "Title, Description, Name, Image": [[167, "title-description-name-image"]], "To-do Lists": [[176, "to-do-lists"], [211, "to-do-lists"]], "Toolbars": [[73, "toolbars"]], "Tools": [[98, "tools"]], "Tours": [[203, "tours"]], "Transactions, Limits, and Plots": [[5, "transactions-limits-and-plots"]], "Trial Projects": [[204, "trial-projects"]], "Troubleshooting": [[133, "troubleshooting"]], "Try CoCalc Desktop": [[129, "try-cocalc-desktop"]], "Turn off automatic build and PDF preview": [[146, "turn-off-automatic-build-and-pdf-preview"]], "Turtle Graphics with CoCalc": [[134, "turtle-graphics-with-cocalc"]], "Typescript": [[93, "typescript"]], "Typeset Scientific Content with LaTeX": [[9, "typeset-scientific-content-with-latex"]], "URLs and Port Numbers": [[90, "urls-and-port-numbers"]], "Understanding Error Messages": [[172, "understanding-error-messages"]], "Underworld 2": [[179, "id14"], [180, "id14"]], "Upgrades": [[1, "upgrades"], [189, "upgrades"], [206, "upgrades"]], "Upgrading Student Projects": [[197, "upgrading-student-projects"]], "Upgrading Student Projects (legacy version)": [[198, "upgrading-student-projects-legacy-version"]], "Upload Button in Files Tab": [[135, "upload-button-in-files-tab"]], "Upload Files": [[135, "upload-files"]], "Upload Python script and credentials to CoCalc": [[96, "upload-python-script-and-credentials-to-cocalc"]], "Uploading from Google Drive": [[135, "uploading-from-google-drive"]], "Use Emacs in a Terminal (Chrome)": [[88, "use-emacs-in-a-terminal-chrome"]], "Use External Tools": [[88, "use-external-tools"]], "Use Multiple Accounts": [[111, "use-multiple-accounts"]], "Use PSTricks macros": [[146, "use-pstricks-macros"]], "Use R in a Sage worksheet": [[130, "use-r-in-a-sage-worksheet"]], "Use member hosting or dedicated CPU": [[129, "use-member-hosting-or-dedicated-cpu"]], "Use the Halt Button to Conserve Memory": [[144, "use-the-halt-button-to-conserve-memory"]], "User Interface": [[207, "user-interface"]], "Users": [[208, "users"]], "Using Git": [[196, "using-git"]], "Using SSH": [[167, "using-ssh"]], "Using TimeTravel": [[201, "using-timetravel"]], "Using a Compute Server": [[64, "using-a-compute-server"]], "Using a Project Invitation Link": [[121, "using-a-project-invitation-link"]], "Using a Project Invitation Token": [[121, "using-a-project-invitation-token"]], "Using an Invitation Token": [[165, "using-an-invitation-token"]], "Using the API to add a license to your shopping cart": [[53, "using-the-api-to-add-a-license-to-your-shopping-cart"]], "Using the CoCalc API to buy a license": [[53, "using-the-cocalc-api-to-buy-a-license"]], "Using the CoCalc API to get directory listings for a project via the database": [[48, "using-the-cocalc-api-to-get-directory-listings-for-a-project-via-the-database"]], "Using the CoCalc API to get the email address of a user from their account_id": [[49, "using-the-cocalc-api-to-get-the-email-address-of-a-user-from-their-account-id"]], "Using the port proxy": [[136, "using-the-port-proxy"]], "Utilize Multiple CPUs": [[117, "utilize-multiple-cpus"]], "VSCode": [[93, "vscode"]], "Vanity URLs": [[175, "vanity-urls"]], "Verifying Student Activity": [[196, "verifying-student-activity"]], "Version control": [[195, "version-control"]], "View account SSH keys": [[6, "view-account-ssh-keys"]], "Virtualenv": [[100, "virtualenv"]], "Visual Studio Code Server": [[210, "visual-studio-code-server"]], "Vouchers": [[209, "vouchers"]], "Ways to clear up your project\u2019s memory": [[108, "ways-to-clear-up-your-project-s-memory"]], "WebSockets": [[90, "websockets"]], "Webserver proxy": [[136, "webserver-proxy"]], "Welcome to CoCalc\u2019s User Manual!": [[65, "welcome-to-cocalc-s-user-manual"]], "What Can go Wrong?": [[111, "what-can-go-wrong"]], "What I am getting?": [[195, "what-i-am-getting"]], "What Is Sent to LLMs and How Is My Data Used?": [[9, "what-is-sent-to-llms-and-how-is-my-data-used"]], "What about dynamically generated subdomains?": [[136, "what-about-dynamically-generated-subdomains"]], "What about security?": [[136, "what-about-security"]], "What do the Students Get?": [[191, "what-do-the-students-get"]], "What happens when I finish the course/my degree?": [[195, "what-happens-when-i-finish-the-course-my-degree"]], "What is CoCalc?": [[137, "what-is-cocalc"], [195, "what-is-cocalc"]], "What is Hub?": [[74, "what-is-hub"]], "What is an \u201cidle timeout?\u201d": [[130, "what-is-an-idle-timeout"]], "What is logged": [[166, "what-is-logged"]], "What should you do if the preview does not update?": [[146, "what-should-you-do-if-the-preview-does-not-update"]], "What the program does": [[96, "what-the-program-does"]], "What the student sees": [[198, "what-the-student-sees"]], "What\u2019s a Jupyter Notebook?": [[143, "what-s-a-jupyter-notebook"]], "What\u2019s a Sage Worksheet?": [[172, "what-s-a-sage-worksheet"]], "What\u2019s the fingerprint of the SSH gateway\u2019s host key?": [[160, "what-s-the-fingerprint-of-the-ssh-gateway-s-host-key"]], "When a Timer Counts Down to Zero": [[202, "when-a-timer-counts-down-to-zero"]], "Where Markdown can be used in CoCalc": [[150, "where-markdown-can-be-used-in-cocalc"]], "Where Rich Text Editing is Available": [[171, "where-rich-text-editing-is-available"]], "Whiteboard": [[211, "whiteboard"]], "Who Changed My File?": [[201, "who-changed-my-file"]], "Why Add Upgrades?": [[167, "why-add-upgrades"]], "Why CoCalc?": [[195, "why-cocalc"], [212, "why-cocalc"]], "Why NOT CoCalc?": [[213, "why-not-cocalc"]], "Why is my project out of memory?": [[108, "why-is-my-project-out-of-memory"]], "Wiki resources": [[172, "wiki-resources"]], "Will my code keep running if I disconnect?": [[130, "will-my-code-keep-running-if-i-disconnect"]], "Window Tabs": [[215, "window-tabs"]], "Word count": [[147, "word-count"]], "Work with SageTeX, PythonTeX, or Knitr": [[146, "work-with-sagetex-pythontex-or-knitr"]], "Working With": [[214, "working-with"]], "Working in your course project": [[195, "working-in-your-course-project"]], "X11 Desktop on a Compute Server": [[134, "x11-desktop-on-a-compute-server"]], "X11 Graphical Applications": [[215, "x11-graphical-applications"]], "X11 terminal with Jupyter notebook": [[134, "x11-terminal-with-jupyter-notebook"]], "X11 terminal with nteract": [[134, "x11-terminal-with-nteract"]], "You Cannot Pay Anything": [[213, "you-cannot-pay-anything"]], "You Must Use Fully Open Source Software": [[213, "you-must-use-fully-open-source-software"]], "You Need Proprietary Software Maintenance": [[213, "you-need-proprietary-software-maintenance"]], "You Need the Simplest Possible Interface": [[213, "you-need-the-simplest-possible-interface"]], "You Require XXX Security Certification": [[213, "you-require-xxx-security-certification"]], "Your CoCalc Session": [[73, "your-cocalc-session"]], "Your First CoCalc Session": [[73, "your-first-cocalc-session"]], "Your assignments": [[195, "your-assignments"]], "Your upgrade contributions": [[167, "your-upgrade-contributions"]], "Zoom": [[215, "zoom"]], "active cell": [[143, "active-cell"]], "add_collaborator": [[11, "add-collaborator"]], "add_license_to_project": [[12, "add-license-to-project"]], "button row": [[143, "button-row"]], "cell-insert bar": [[142, "cell-insert-bar"]], "change_email_address": [[13, "change-email-address"]], "change_password": [[14, "change-password"]], "code cell output": [[143, "code-cell-output"]], "consecutive cell numbers": [[142, "consecutive-cell-numbers"]], "copy_path_between_projects": [[15, "copy-path-between-projects"]], "copy_path_delete": [[16, "copy-path-delete"]], "copy_path_status": [[17, "copy-path-status"]], "copy_public_path_between_projects": [[18, "copy-public-path-between-projects"]], "create_account": [[19, "create-account"]], "create_project": [[20, "create-project"]], "create_support_ticket": [[21, "create-support-ticket"]], "default": [[67, "default"], [67, "id2"]], "delete_account": [[22, "delete-account"]], "directory-listing": [[48, "directory-listing"]], "disconnect_from_project": [[23, "disconnect-from-project"]], "drag-and-drop": [[142, "drag-and-drop"]], "email-address-from-account-id": [[49, "email-address-from-account-id"]], "execution counter": [[143, "execution-counter"]], "forgot_password": [[24, "forgot-password"]], "get-purchases (Python example)": [[50, "get-purchases-python-example"]], "get_available_upgrades": [[25, "get-available-upgrades"]], "get_support_tickets": [[26, "get-support-tickets"]], "get_usernames": [[27, "get-usernames"]], "glances": [[126, "glances"]], "iPad": [[139, "ipad"]], "icon for project Project usage and quotas": [[167, "dashboard-icon-project-usage-and-quotas"]], "invite_collaborator": [[30, "invite-collaborator"]], "invite_noncloud_collaborators": [[31, "invite-noncloud-collaborators"]], "kiosk": [[67, "kiosk"]], "latex": [[52, "latex"]], "log_client_error": [[32, "log-client-error"]], "menu bar": [[143, "menu-bar"]], "metrics": [[33, "metrics"]], "nbgrader for R": [[112, "nbgrader-for-r"]], "nbgrader integration": [[142, "nbgrader-integration"]], "no session": [[67, "no-session"]], "ping": [[34, "ping"]], "pip": [[100, "pip"]], "pip install directly from git repository": [[100, "pip-install-directly-from-git-repository"]], "processes microchip icon Processes": [[158, "microchip-processes"]], "project": [[67, "project"]], "project_exec": [[35, "project-exec"]], "protect cells from deletion": [[142, "protect-cells-from-deletion"]], "protect cells from editing": [[142, "protect-cells-from-editing"]], "ps aux": [[126, "ps-aux"]], "public_get_text_file": [[36, "public-get-text-file"]], "purchasing licenses": [[53, "purchasing-licenses"]], "query": [[37, "query"]], "read_text_file_from_project": [[38, "read-text-file-from-project"]], "remove_collaborator": [[39, "remove-collaborator"]], "remove_license_from_project": [[40, "remove-license-from-project"]], "reset_forgot_password": [[41, "reset-forgot-password"]], "run time for compute cells": [[142, "run-time-for-compute-cells"]], "saving": [[143, "saving"]], "search magnifying glass icon Find": [[69, "search-find"]], "select multiple cells": [[143, "select-multiple-cells"]], "servers icon Servers": [[173, "servers-servers"]], "setup.py": [[100, "setup-py"]], "slideshow": [[142, "slideshow"]], "start_metrics": [[42, "start-metrics"]], "stop": [[54, "stop"]], "streamlit package availability": [[131, "streamlit-package-availability"]], "table of contents": [[142, "table-of-contents"]], "text cells": [[143, "text-cells"]], "top": [[126, "top"]], "touch_project": [[43, "touch-project"]], "unlink_passport": [[44, "unlink-passport"]], "user-query": [[55, "user-query"]], "user_auth": [[45, "user-auth"]], "user_search": [[46, "user-search"]], "wav file embedded in notebook": [[144, "wav-file-embedded-in-notebook"]], "wav file on disk": [[144, "wav-file-on-disk"]], "widgets in CoCalc": [[142, "widgets-in-cocalc"]], "write_text_file_to_project": [[47, "write-text-file-to-project"]]}, "docnames": ["account-dropdown", "account-toolbar", "account/licenses", "account/preferences", "account/public-files", "account/purchases", "account/ssh", "account/support", "activity-bar", "ai", "api-examples", "api/add_collaborator", "api/add_license_to_project", "api/change_email_address", "api/change_password", "api/copy_path_between_projects", "api/copy_path_delete", "api/copy_path_status", "api/copy_public_path_between_projects", "api/create_account", "api/create_project", "api/create_support_ticket", "api/delete_account", "api/disconnect_from_project", "api/forgot_password", "api/get_available_upgrades", "api/get_support_tickets", "api/get_usernames", "api/index", "api/index0", "api/invite_collaborator", "api/invite_noncloud_collaborators", "api/log_client_error", "api/metrics", "api/ping", "api/project_exec", "api/public_get_text_file", "api/query", "api/read_text_file_from_project", "api/remove_collaborator", "api/remove_license_from_project", "api/reset_forgot_password", "api/start_metrics", "api/touch_project", "api/unlink_passport", "api/user_auth", "api/user_search", "api/write_text_file_to_project", "api2/directory-listing", "api2/email-address-from-account-id", "api2/get-purchases", "api2/index", "api2/latex", "api2/purchasing-licenses", "api2/stop", "api2/user-query", "apikeys", "backups", "billing", "chat", "chatgpt", "cloud_file_system", "cocalc-cloud", "cocalc-desktop", "compute_server", "contents", "csv-viewer", "display-options", "explorer", "files-search", "flyouts", "frame-editor", "genindex", "getting-started", "howto/activeloop-hub", "howto/assembly-language", "howto/awscli", "howto/bash-fortunes", "howto/bokeh-server", "howto/cant-save", "howto/clock-is-off", "howto/connectivity-issues", "howto/convert-html-to-pdf", "howto/cplusplus", "howto/custom-jupyter-kernel", "howto/dask", "howto/disk-space-warning", "howto/export-timetravel", "howto/external-tools", "howto/file-too-large", "howto/firewall-info", "howto/fix-broken-jupyter-pdf", "howto/fortran", "howto/front-end-dev", "howto/gap-kernel-unavailable", "howto/git", "howto/google-api", "howto/gsl", "howto/index", "howto/install-julia-package", "howto/install-python-lib", "howto/install-r-package", "howto/jupyter-extension", "howto/jupyter-kernel-selection", "howto/jupyter-kernel-terminated", "howto/jupyter-plot-png-svg", "howto/jupyterlab-extensions", "howto/license-doesnt-work", "howto/low-memory", "howto/missing-project", "howto/mongodb", "howto/multiple-accounts", "howto/nbgrader", "howto/neuron", "howto/octave", "howto/orphan", "howto/overleaf", "howto/parallel", "howto/plotly-dash", "howto/pluto", "howto/postgresql", "howto/project-invitation-tokens", "howto/recover-deleted-file", "howto/remarkjs-slideshow", "howto/ruby", "howto/run-r-step-by-step", "howto/running-processes", "howto/sage-question", "howto/shiny-server", "howto/slow-worksheet", "howto/software-development", "howto/streamlit", "howto/sudo-make-install", "howto/trouble", "howto/turtle", "howto/upload", "howto/webserver", "index", "introduction", "ipad", "jupyter", "jupyter-classical-vs-cocalc", "jupyter-enhancements", "jupyter-start", "jupyter-tips-and-tricks", "latex", "latex-faq", "latex-features", "latex-start", "licenses", "markdown", "news", "news/ubuntu-2004", "on-premises", "paygo", "platform", "platform-news", "plus-new", "processes", "project", "project-faq", "project-files", "project-home", "project-init", "project-library", "project-list", "project-log", "project-settings", "project-toolbar", "references", "restrict-student-projects", "rich-text", "sagews", "servers", "service_options", "share", "slides", "snippets", "software", "software/custom_software", "software/custom_software0", "software/updates-2018", "software/updates-2019", "software/updates-2020", "software/updates-2021", "software/updates-2022", "software/updates-2023", "software/updates-2024", "tasks", "teaching-after-course", "teaching-course-management", "teaching-create-course", "teaching-instructors", "teaching-interactions", "teaching-nbgrader", "teaching-students", "teaching-tips_and_tricks", "teaching-upgrade-course", "teaching-upgrade-legacy", "teaching-workshop", "terminal", "time-travel", "timers", "tours", "trial", "upgrade-guide", "upgrades", "user_interface", "users", "vouchers", "vscode", "whiteboard", "why", "why_not", "working_with", "x11"], "envversion": {"sphinx": 61, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.todo": 2}, "filenames": ["account-dropdown.rst", "account-toolbar.rst", "account/licenses.rst", "account/preferences.rst", "account/public-files.rst", "account/purchases.rst", "account/ssh.rst", "account/support.rst", "activity-bar.rst", "ai.rst", "api-examples.rst", "api/add_collaborator.rst", "api/add_license_to_project.rst", "api/change_email_address.rst", "api/change_password.rst", "api/copy_path_between_projects.rst", "api/copy_path_delete.rst", "api/copy_path_status.rst", "api/copy_public_path_between_projects.rst", "api/create_account.rst", "api/create_project.rst", "api/create_support_ticket.rst", "api/delete_account.rst", "api/disconnect_from_project.rst", "api/forgot_password.rst", "api/get_available_upgrades.rst", "api/get_support_tickets.rst", "api/get_usernames.rst", "api/index.rst", "api/index0.rst", "api/invite_collaborator.rst", "api/invite_noncloud_collaborators.rst", "api/log_client_error.rst", "api/metrics.rst", "api/ping.rst", "api/project_exec.rst", "api/public_get_text_file.rst", "api/query.rst", "api/read_text_file_from_project.rst", "api/remove_collaborator.rst", "api/remove_license_from_project.rst", "api/reset_forgot_password.rst", "api/start_metrics.rst", "api/touch_project.rst", "api/unlink_passport.rst", "api/user_auth.rst", "api/user_search.rst", "api/write_text_file_to_project.rst", "api2/directory-listing.rst", "api2/email-address-from-account-id.rst", "api2/get-purchases.rst", "api2/index.rst", "api2/latex.rst", "api2/purchasing-licenses.rst", "api2/stop.rst", "api2/user-query.rst", "apikeys.rst", "backups.rst", "billing.rst", "chat.rst", "chatgpt.rst", "cloud_file_system.rst", "cocalc-cloud.rst", "cocalc-desktop.rst", "compute_server.rst", "contents.rst", "csv-viewer.rst", "display-options.rst", "explorer.rst", "files-search.rst", "flyouts.rst", "frame-editor.rst", "genindex.rst", "getting-started.rst", "howto/activeloop-hub.rst", "howto/assembly-language.rst", "howto/awscli.rst", "howto/bash-fortunes.rst", "howto/bokeh-server.rst", "howto/cant-save.rst", "howto/clock-is-off.rst", "howto/connectivity-issues.rst", "howto/convert-html-to-pdf.rst", "howto/cplusplus.rst", "howto/custom-jupyter-kernel.rst", "howto/dask.rst", "howto/disk-space-warning.rst", "howto/export-timetravel.rst", "howto/external-tools.rst", "howto/file-too-large.rst", "howto/firewall-info.rst", "howto/fix-broken-jupyter-pdf.rst", "howto/fortran.rst", "howto/front-end-dev.rst", "howto/gap-kernel-unavailable.rst", "howto/git.rst", "howto/google-api.rst", "howto/gsl.rst", "howto/index.rst", "howto/install-julia-package.rst", "howto/install-python-lib.rst", "howto/install-r-package.rst", "howto/jupyter-extension.rst", "howto/jupyter-kernel-selection.rst", "howto/jupyter-kernel-terminated.rst", "howto/jupyter-plot-png-svg.rst", "howto/jupyterlab-extensions.rst", "howto/license-doesnt-work.rst", "howto/low-memory.rst", "howto/missing-project.rst", "howto/mongodb.rst", "howto/multiple-accounts.rst", "howto/nbgrader.rst", "howto/neuron.rst", "howto/octave.rst", "howto/orphan.rst", "howto/overleaf.rst", "howto/parallel.rst", "howto/plotly-dash.rst", "howto/pluto.rst", "howto/postgresql.rst", "howto/project-invitation-tokens.rst", "howto/recover-deleted-file.rst", "howto/remarkjs-slideshow.rst", "howto/ruby.rst", "howto/run-r-step-by-step.rst", "howto/running-processes.rst", "howto/sage-question.rst", "howto/shiny-server.rst", "howto/slow-worksheet.rst", "howto/software-development.rst", "howto/streamlit.rst", "howto/sudo-make-install.rst", "howto/trouble.rst", "howto/turtle.rst", "howto/upload.rst", "howto/webserver.rst", "index.rst", "introduction.rst", "ipad.rst", "jupyter.rst", "jupyter-classical-vs-cocalc.rst", "jupyter-enhancements.rst", "jupyter-start.rst", "jupyter-tips-and-tricks.rst", "latex.rst", "latex-faq.rst", "latex-features.rst", "latex-start.rst", "licenses.rst", "markdown.rst", "news.rst", "news/ubuntu-2004.rst", "on-premises.rst", "paygo.rst", "platform.rst", "platform-news.rst", "plus-new.rst", "processes.rst", "project.rst", "project-faq.rst", "project-files.rst", "project-home.rst", "project-init.rst", "project-library.rst", "project-list.rst", "project-log.rst", "project-settings.rst", "project-toolbar.rst", "references.rst", "restrict-student-projects.rst", "rich-text.rst", "sagews.rst", "servers.rst", "service_options.rst", "share.rst", "slides.rst", "snippets.rst", "software.rst", "software/custom_software.rst", "software/custom_software0.rst", "software/updates-2018.rst", "software/updates-2019.rst", "software/updates-2020.rst", "software/updates-2021.rst", "software/updates-2022.rst", "software/updates-2023.rst", "software/updates-2024.rst", "tasks.rst", "teaching-after-course.rst", "teaching-course-management.rst", "teaching-create-course.rst", "teaching-instructors.rst", "teaching-interactions.rst", "teaching-nbgrader.rst", "teaching-students.rst", "teaching-tips_and_tricks.rst", "teaching-upgrade-course.rst", "teaching-upgrade-legacy.rst", "teaching-workshop.rst", "terminal.rst", "time-travel.rst", "timers.rst", "tours.rst", "trial.rst", "upgrade-guide.rst", "upgrades.rst", "user_interface.rst", "users.rst", "vouchers.rst", "vscode.rst", "whiteboard.rst", "why.rst", "why_not.rst", "working_with.rst", "x11.rst"], "indexentries": {}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"": [0, 1, 2, 3, 5, 6, 9, 10, 15, 17, 28, 37, 38, 50, 52, 53, 56, 59, 61, 66, 67, 68, 71, 73, 74, 75, 77, 78, 79, 80, 84, 85, 86, 88, 90, 91, 95, 96, 99, 100, 101, 102, 104, 106, 112, 120, 121, 122, 125, 126, 128, 135, 136, 137, 141, 147, 148, 150, 151, 152, 154, 156, 159, 162, 163, 165, 166, 167, 168, 171, 173, 174, 175, 176, 181, 182, 183, 185, 187, 188, 190, 191, 192, 193, 194, 195, 200, 201, 206, 209, 210, 211, 212, 213, 215], "0": [2, 15, 17, 18, 21, 35, 48, 50, 61, 64, 71, 76, 78, 80, 84, 85, 91, 92, 97, 100, 110, 113, 118, 120, 126, 128, 130, 136, 146, 152, 163, 172, 181, 182, 196], "00": [2, 15, 100, 126, 163, 196], "000": [61, 64, 80, 84, 108, 130], "000077": 97, "0000ff": 171, "000362": 97, "000531": 97, "0010abe1": [21, 26], "001882": 97, "002b": 37, "003410": 97, "003461": 97, "004": 64, "0073f1196181": 167, "01": [100, 101], "010z": 50, "011z": 50, "0123": [21, 26], "013436": 97, "015": 146, "017470052": 50, "019005": 97, "026": 61, "0288b7d0": 36, "02feab6c": 35, "03": 163, "0333": 35, "03t16": [10, 28], "04": 48, "05": [34, 77, 181], "050": 128, "0546448087431694": 50, "05464481": 50, "05t14": 26, "06": [126, 172, 175, 190], "061806": 175, "06t02": 32, "07": [26, 32, 181], "0700": 120, "07897899": 20, "07t22": 50, "08": [15, 50], "08e8": [22, 45], "09": [163, 196], "098d": [10, 28], "0a5d792fc511": 100, "0b4df293": 20, "0b9641043b46": [34, 37], "0c7ae00c": 21, "0e9418a7": 46, "0k": 126, "0rc2": 182, "1": [2, 15, 37, 50, 53, 59, 61, 64, 71, 77, 78, 84, 85, 91, 92, 97, 100, 101, 117, 118, 122, 126, 128, 134, 142, 143, 146, 147, 148, 149, 150, 152, 161, 164, 172, 175, 176, 181, 191, 196, 198, 201, 206, 209, 211, 215], "10": [25, 35, 53, 61, 64, 74, 84, 85, 100, 118, 120, 126, 128, 130, 139, 146, 150, 163, 167, 172, 196, 198], "100": [2, 58, 61, 64, 74, 117, 130, 172, 182, 186, 190], "1000": [17, 61, 74, 78, 85, 130, 146, 198, 215], "100000": 130, "101": [195, 198], "102": 183, "1024": [31, 37], "1038": 76, "105": 126, "108": 126, "10a8e336a88d": 44, "10x": 64, "11": [10, 28, 34, 64, 76, 101, 152, 163, 196], "110": [64, 74], "111634c0": 37, "114": [64, 126], "115924": 126, "11757": 35, "11ec": 131, "11ed": [52, 54, 55], "11ee": 50, "12": [45, 64, 100, 126, 152, 163, 172, 187], "120": 80, "120000": 25, "121400": 163, "122": 183, "1234": [26, 74], "1238c868ff8b": [49, 53], "123f": 49, "1268": 64, "127": [85, 110], "128": 31, "1295981061": 210, "12d44cebb8cb": [10, 28], "13": [61, 76, 126, 182, 196], "131000": 25, "1324640": 126, "136": 126, "1364": 182, "137": 64, "1388": [10, 28], "13922": 182, "1397": 126, "13bcb9c7e9e5": [10, 28], "13t13": 190, "14": [163, 179, 180, 181, 184, 186], "141": 182, "14159265358": 44, "141z": 190, "14332": 163, "1453204": 181, "149": 64, "14df": [10, 28], "14f6": 27, "15": [34, 76, 178, 183, 184, 206], "150": 126, "1508": 34, "152": [130, 182], "16": [48, 53, 97, 126, 184, 186, 196, 206], "160712": 48, "162": 64, "164144": 48, "165": 64, "1650036446": 48, "1650150434": 48, "166b4dcaac7": 37, "1677": 35, "1677111163": 48, "1691447836428": 50, "1691447837010": 50, "1691448987937": 50, "16mb": 61, "17": [50, 77, 146, 181, 183], "170": 134, "1701809699a7": 37, "173": 64, "1731": 32, "1733400": 25, "176z": 32, "177z": [10, 28], "18": [64, 163], "1800": 97, "1809": 48, "18955da4": [11, 30, 31, 39], "19": [126, 181, 190], "19191cd03325": 37, "192f": [15, 18, 35, 36, 38, 47], "1960": 183, "1977": 97, "1a842a67": 46, "1c87a139": 32, "1d889484c794": 34, "1e37cac858ef": 25, "1e54d8c8e558": 24, "1fa1626": 37, "1m": 126, "1ubuntu0": 181, "2": [2, 35, 37, 48, 50, 51, 53, 59, 61, 64, 76, 77, 78, 87, 92, 97, 100, 101, 106, 118, 121, 122, 126, 128, 130, 142, 146, 148, 150, 152, 161, 164, 165, 166, 172, 176, 178, 181, 182, 196, 198, 201, 206, 211, 213], "20": [10, 28, 46, 61, 120, 122, 128, 163, 181, 185, 197, 198, 215], "200": [28, 29, 61, 134, 215], "2000": 50, "200000": 25, "2001": 77, "2002": 183, "200gb": 61, "2013": 192, "2015": [100, 213], "2016": [81, 100, 190], "20160307": 182, "2017": [26, 32, 34, 163, 179, 180, 181], "20170613": 181, "2018": [172, 178, 182], "20180717": 182, "20180806": 182, "2019": [15, 109, 141, 152, 160, 178, 183, 215], "202": 64, "2020": [10, 28, 100, 178, 184, 185, 196], "2021": [101, 178, 186], "2022": [48, 167, 175, 178, 184, 186], "2023": [5, 9, 50, 178, 197], "2024": [150, 178, 213], "2048": [25, 160], "20e4a191": 100, "21": [34, 77, 97, 126, 163, 197], "211": 64, "212": 126, "214d": [15, 18], "2194": 183, "22": [15, 76, 90, 163, 182, 183, 185], "22050": 172, "2222": [126, 163], "22296": 126, "222z": [10, 28], "22308": 126, "23": [2, 183], "231": 64, "2332be03": 19, "2337": 108, "234": 130, "234r": 130, "234z": [10, 28], "24": [37, 45, 64, 126, 172, 181, 183, 190, 192, 196], "240": 64, "242": 64, "24be9aa2aa1d": 37, "24t13": 34, "24t17": 34, "25": [48, 61, 181], "2507078b": 167, "2507078b6e5b43da809a0073f1196181": 167, "256": [37, 74, 135], "256color": [181, 200], "256m": 85, "2595": [34, 37], "25d0": 46, "26": [61, 126, 181, 190], "262c": 55, "262e": 54, "2634": 52, "26ed294b": 24, "27": [50, 175, 196], "27000": 37, "27017": 110, "28": [26, 74, 76, 100], "28648": 182, "288z": 34, "29": [15, 26, 34, 126], "2916": 172, "29163de6": 37, "291f43c1": 21, "29z": 26, "2a0ba54fa": 182, "2aae4347": [15, 18], "2ae9a0a47fef": 50, "2be22e08": 37, "2c080bb07155": 46, "2d0e2faa": 36, "2dde5af3aed8": 34, "2f22f36cbe91": 54, "2f23a33f675": 46, "2fa": 196, "2m": 126, "2nd": 177, "2pi": 97, "3": [35, 37, 46, 50, 61, 64, 73, 74, 76, 78, 80, 84, 85, 92, 96, 97, 100, 101, 102, 103, 105, 117, 128, 130, 142, 146, 150, 152, 164, 167, 172, 181, 185, 187, 190, 196, 201, 206, 215], "30": [61, 64, 108, 117, 130, 167, 168, 175, 206], "300": [37, 166], "3000": [37, 50], "3029": 21, "304506b4": 54, "31": [77, 117], "312z": 34, "32": [32, 77, 182], "3210df68748f": 41, "3212": 126, "321e": 46, "3235": 37, "32767": 172, "32b485a8": 27, "32fafe733f29": 46, "33": 182, "34": [64, 182], "3400": 181, "3456000": 25, "3461": 146, "348e": 14, "34a424dc": 32, "3573": 182, "3586c43348d1": 20, "3589": 152, "35a0eea6": 41, "36": [21, 64], "36148": 126, "36862b42": 52, "37": [50, 126], "370a": 41, "372": 25, "372b55e1544a": 14, "37525": 183, "377eb8": 128, "37836": 163, "37cb983298e3": 13, "38": 181, "380": 146, "3818fa50": 46, "3823b1e1773f": 37, "384": 48, "38512af603a6": 21, "38be": 50, "38z": 26, "39": 182, "391322": 97, "392673": 97, "39289ba7": 35, "3932039296856768591842462603255": 97, "393204": 97, "393281": 97, "398042fae8c9": [22, 45], "39d7203d": 31, "39fde95dc71d": 46, "3b8b6aedd65b": 52, "3d": [175, 186, 215], "3m": 126, "3rd": [59, 81, 88, 90], "4": [37, 46, 61, 64, 78, 85, 87, 97, 101, 118, 126, 128, 130, 146, 152, 163, 164, 181, 182, 196, 198, 209], "40": [2, 61, 64, 100, 130, 181, 182, 190], "400": [25, 61, 64, 123], "4000": 182, "4004": 46, "400gb": 61, "400ital": 123, "401a": 46, "404e": [10, 28], "405d": 46, "407z": 190, "41": [32, 182, 183], "410b": [15, 18, 35, 36, 38, 47], "411a": 35, "4120": 182, "4121857": 175, "412209": 97, "4128": 37, "412f43ac5": 182, "413c": 27, "4145": 31, "4147": [10, 28], "4167": 46, "416d": 34, "41a3": 46, "41b5": 37, "41e7": 37, "41ff89c3": 14, "42": [182, 183], "4208": [10, 28], "4240": 172, "427": 50, "4281e501b85": 20, "42d2": [34, 37], "43": [81, 182, 183], "4300": 64, "430f": 34, "431c": 21, "4321": 74, "432a": [22, 45], "4361": 14, "43da": 167, "44": [77, 182, 183], "440": 172, "443": 90, "443d": 37, "44572": 181, "44c1": 36, "44ef": 25, "45": [182, 183], "4501f022": 13, "450f": 38, "4519": 21, "4520": 163, "4560ea788": 182, "4562": [21, 26], "45ae": 136, "45c3": 41, "45d0": 20, "45d851ac": [15, 18], "46": 182, "4602": 26, "4628": [126, 163], "46be": 37, "47": [34, 183], "4762": 142, "47e1": 24, "47f0": 85, "48": [160, 182, 183], "480e518b2f84": 38, "481c": [49, 53], "481d6055": 38, "483": 48, "4859": 41, "4871": 37, "4893": 37, "4895": 36, "48ad": 35, "49": [64, 182, 183], "4921": 100, "4952": 21, "495b": [35, 44], "496f": 37, "4981": 21, "499500": 85, "49a6": 19, "4a18": 27, "4a5f0542": 172, "4aaf": 13, "4aea": [15, 18], "4afa": [11, 30, 31, 39], "4b31": 32, "4b42": [21, 26], "4b88": 13, "4b89fd934fba": [15, 18, 35, 36, 38, 47], "4beta4": 181, "4bf8": [10, 28], "4bfa": [11, 30, 31, 39], "4c4ad130": 85, "4c5c": 37, "4cbc": [11, 30, 39], "4cdd": 32, "4daf4a": 128, "4dbfe0db2b9c": 27, "4e27": 46, "4e29": [11, 13, 22, 30, 35, 39, 45], "4eda65": 100, "4eed": 172, "4f78": 44, "4fbc": 20, "4fd1": [15, 18], "4fda": 27, "4fe5": 48, "4m": 126, "4th": 85, "5": [2, 21, 35, 61, 64, 74, 76, 78, 89, 97, 100, 118, 126, 128, 135, 139, 146, 152, 163, 172, 175, 178, 181], "50": [46, 61, 144, 165, 181], "500": [130, 183], "5006": 78, "501st": 130, "5034af8c0004": 27, "51": [25, 182], "512": [25, 74], "512m": 85, "51e2b4c": 152, "52": 126, "523": 183, "5270": 119, "52818dfe": [10, 28], "537": 21, "54": [10, 28, 97, 126], "540054e5bcaf": [10, 28], "55": [10, 28, 184], "553f2815": 34, "56": [50, 61, 64, 182], "5609": 38, "5728": 163, "57fcfd71": 25, "58": [21, 126, 182], "581076966": 134, "5836": 126, "5873": 172, "5896": 126, "58bfd6f4": 26, "58f8": [11, 13, 22, 30, 39, 45], "59": [2, 34, 100, 160], "59203bbbb017": 36, "5960": 126, "5972": 126, "59e41d5682a3": 31, "5bd0": 136, "5c5b8afd8": 182, "5e835bd47570": 41, "5ea0": [15, 18], "5ee8d3ca": 48, "5k": 196, "5m": 126, "6": [14, 19, 25, 41, 76, 120, 126, 130, 152, 181, 182], "60": [61, 64, 81, 163, 181, 182], "600": 78, "6000": [64, 126, 163], "6001": [126, 163], "6024": [176, 211], "6059": [10, 28], "60f9ea81": 136, "61": 185, "6128": 185, "62": 181, "62bf": 85, "63": 184, "631": 126, "639a6b2": 37, "64": [14, 19, 41, 64, 75, 100, 101, 182], "644d": 41, "64bit": 183, "65": [61, 117, 160, 182], "650": 181, "65cd2079": [10, 28], "66": [117, 215], "6631": 151, "665b": 44, "6695": 187, "67": [160, 182], "675": 183, "6767": 118, "676d92f8b0b8": 26, "69": 181, "6969": 128, "6a90": 35, "6bbb": 20, "6bd1fef1a6fa": 85, "6c21": 46, "6c28c5f4": 37, "6e5b": 167, "6m": 126, "7": [9, 64, 77, 100, 130, 143, 152, 163, 181, 182, 183, 192], "70": [183, 190], "700": [123, 182], "7048": 37, "712307fa6859": 21, "72": [126, 160], "720": 182, "72296": [126, 163], "7247": 182, "73": 181, "730": 182, "73ea": 100, "74": [97, 182], "740": 182, "742z": 34, "7499": 37, "75": 182, "750": 183, "7500": 166, "756": [126, 163], "76": [182, 183], "761": 183, "768": 37, "76de986e101f": 136, "78": 183, "79": 183, "7f2358c05eb8": [11, 30, 31, 39], "7m": 126, "8": [64, 97, 100, 123, 126, 147, 152, 163, 181, 182, 183, 184], "80": [25, 64, 90, 131, 183, 190], "800": 78, "8000": 25, "8006": 78, "809a": 167, "809c": [15, 18], "80a7": 20, "80e9": 100, "8123": 64, "81fe3614": 131, "820d": 44, "8269": [15, 18, 35, 36, 38, 47], "82b8": 26, "8305184841156006": 92, "832": 163, "8358017cec89": 55, "836a": 34, "84": 64, "8501": 131, "85bd6027": 41, "86400": 37, "86fea3f0": 35, "87": 64, "876": 126, "8786": 85, "8787": 85, "87ba": 36, "88": 126, "885": 121, "886": 196, "888": 48, "889d": 52, "89": 126, "893a": 36, "897d": 46, "89b1": 31, "89e6": [10, 28], "8a23b58988a9": 35, "8a33": 55, "8a3c": 20, "8a78a37d": 35, "8a7a": 31, "8da110d44cd242ec916118a52f745337": 135, "8dbd": 85, "8e248b54eb94": 44, "8e69": 34, "8ec4ac73": [34, 37], "8ei2z0": 35, "8f3f": 24, "8f68f6c4": 13, "8m": 126, "8ubuntu0": 181, "8x": 64, "9": [100, 120, 146, 152, 163, 181, 182, 198], "90": [146, 182, 190], "90d4a8b1ac47": 21, "91": 126, "910c": [11, 30, 31, 39], "9131": [10, 28], "9172": 27, "92": 160, "9202": 50, "920a": 27, "922b": 24, "9283": [21, 26], "93": 160, "933a": 19, "937z": 50, "93f8131c": 46, "94000": 25, "94ae": 35, "9523": 46, "96": 21, "960": 61, "96c523b8": 46, "970a": 46, "978240": 163, "97f4": 46, "981c": [11, 30, 39], "9845": 37, "9845fac7076c": [10, 28], "984e": 35, "984ea3": 128, "9851": 13, "99": [37, 182], "9928": 53, "9965": 136, "9997": [15, 18], "999999": 128, "99a06c054a60": [15, 18], "99ebde5c": [11, 13, 22, 30, 39, 45], "9aab": [21, 26], "9b0": 182, "9b0e": 37, "9b896055": 27, "9c14a25fbe58": 35, "9cd5f68bac20": 37, "9cd8": 13, "9dd3ef3f": 37, "9e13": 32, "9e17": 41, "9e8b68ac": [22, 45], "9f64": 36, "A": [0, 1, 2, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 39, 40, 41, 43, 45, 46, 47, 55, 56, 59, 61, 64, 70, 77, 78, 80, 81, 87, 90, 92, 93, 97, 100, 106, 108, 116, 117, 118, 119, 123, 127, 130, 134, 137, 142, 143, 146, 147, 154, 156, 161, 163, 167, 168, 172, 176, 178, 182, 183, 184, 185, 186, 188, 190, 194, 196, 201, 211, 215], "And": [61, 73, 83, 163, 167, 171], "As": [2, 48, 49, 61, 64, 65, 81, 86, 94, 122, 135, 146, 152, 160, 165, 167, 174, 176, 182, 185, 191, 193, 194, 195, 197, 211, 212, 213, 215], "At": [15, 59, 64, 73, 94, 106, 107, 130, 146, 167, 168, 171, 176, 190, 194, 196, 211, 215], "Be": [53, 107, 131, 191], "Being": 61, "But": [108, 160, 174], "By": [52, 61, 67, 130, 132, 143, 146, 147, 148, 150, 161, 166, 176, 193, 196, 206, 211], "For": [2, 4, 6, 9, 49, 51, 58, 61, 63, 64, 71, 74, 75, 78, 81, 83, 84, 85, 87, 91, 94, 97, 102, 105, 108, 109, 111, 112, 121, 123, 127, 130, 135, 136, 142, 143, 144, 145, 146, 148, 149, 150, 152, 157, 160, 163, 165, 167, 171, 172, 174, 175, 178, 183, 184, 189, 190, 191, 192, 194, 195, 196, 198, 200, 201, 202, 206, 209, 210, 215], "IFS": 183, "IT": [78, 212], "If": [0, 2, 3, 5, 6, 7, 8, 9, 10, 15, 18, 21, 28, 29, 35, 38, 46, 47, 48, 49, 53, 56, 58, 59, 61, 63, 64, 66, 67, 68, 69, 71, 73, 74, 77, 78, 79, 80, 81, 83, 84, 85, 86, 87, 88, 89, 91, 95, 96, 99, 100, 101, 104, 107, 108, 109, 111, 112, 113, 114, 116, 117, 119, 121, 125, 126, 127, 128, 130, 131, 133, 134, 136, 137, 139, 141, 142, 143, 144, 146, 147, 148, 149, 150, 152, 161, 165, 167, 168, 171, 172, 174, 175, 176, 177, 178, 183, 189, 190, 191, 193, 194, 195, 196, 197, 199, 200, 201, 204, 205, 209, 211, 212, 213, 215], "In": [2, 3, 9, 10, 21, 28, 29, 32, 35, 37, 38, 51, 53, 56, 59, 64, 67, 71, 73, 74, 77, 81, 84, 85, 87, 89, 90, 92, 96, 100, 101, 102, 103, 104, 106, 108, 109, 110, 113, 116, 120, 121, 122, 125, 129, 130, 131, 134, 135, 138, 143, 144, 146, 147, 148, 149, 150, 152, 154, 156, 157, 163, 164, 167, 170, 171, 172, 175, 176, 178, 184, 185, 186, 188, 189, 191, 193, 194, 195, 196, 197, 198, 199, 200, 201, 204, 209, 210, 211, 213, 215], "It": [1, 2, 5, 9, 10, 28, 35, 37, 48, 56, 61, 64, 67, 68, 74, 81, 85, 87, 90, 91, 97, 100, 101, 104, 109, 110, 112, 114, 124, 126, 128, 130, 134, 135, 138, 139, 142, 143, 146, 148, 150, 152, 153, 156, 159, 160, 161, 163, 167, 168, 170, 172, 178, 179, 180, 181, 182, 183, 184, 185, 186, 188, 190, 191, 194, 195, 196, 200, 201, 204, 209, 210, 215], "Its": 137, "NOT": [9, 11, 39, 61, 64, 65, 81, 121, 138, 141, 167, 172, 175, 195, 215], "No": [37, 67, 99, 100, 112, 138, 149, 174, 179, 180, 190, 201, 213], "Not": [93, 149, 172, 174, 175, 178, 185], "OF": 77, "OR": 83, "Of": [53, 64, 104, 176, 188, 193], "On": [61, 64, 73, 81, 112, 138, 143, 167, 172, 187, 191, 192, 195, 215], "One": [4, 53, 77, 79, 81, 82, 87, 104, 111, 130, 143, 146, 153, 159, 167, 195, 198, 200], "Or": [9, 79, 81, 104, 111, 121, 124, 130, 167, 188, 189, 190, 194], "Such": [81, 146, 178, 200], "THE": [77, 96], "That": [7, 51, 64, 81, 85, 91, 96, 99, 111, 130, 139, 146, 152, 167, 172, 175, 198, 200, 215], "The": [0, 1, 2, 3, 4, 5, 8, 9, 10, 11, 15, 18, 21, 28, 29, 30, 37, 39, 46, 47, 48, 52, 53, 54, 55, 56, 59, 61, 63, 64, 66, 67, 68, 71, 74, 76, 77, 78, 80, 81, 84, 85, 88, 89, 91, 95, 96, 97, 99, 100, 101, 102, 103, 104, 108, 110, 111, 112, 113, 114, 118, 120, 121, 122, 124, 126, 127, 128, 129, 130, 131, 134, 135, 141, 142, 143, 144, 147, 148, 150, 151, 152, 153, 154, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 171, 172, 175, 176, 177, 178, 179, 180, 182, 183, 184, 185, 186, 188, 189, 190, 191, 193, 194, 195, 196, 197, 198, 199, 200, 201, 204, 206, 209, 211, 213, 215], "Their": 192, "Then": [10, 28, 31, 61, 64, 71, 81, 83, 84, 91, 96, 97, 100, 101, 102, 104, 108, 111, 116, 122, 127, 128, 130, 131, 132, 135, 144, 146, 149, 150, 161, 167, 189, 195, 196, 197, 200, 201, 209], "There": [2, 4, 9, 17, 26, 46, 53, 61, 64, 69, 71, 73, 81, 82, 87, 91, 95, 100, 103, 104, 108, 111, 112, 121, 123, 124, 127, 130, 134, 135, 139, 143, 144, 146, 147, 148, 150, 152, 153, 156, 157, 158, 164, 165, 167, 172, 175, 176, 178, 182, 192, 193, 194, 195, 196, 200, 206, 210, 211, 212, 215], "These": [37, 48, 51, 61, 64, 71, 84, 98, 105, 122, 130, 141, 142, 146, 147, 149, 161, 167, 170, 171, 190, 198, 200, 206], "To": [1, 3, 5, 6, 9, 10, 28, 29, 31, 51, 53, 56, 58, 59, 61, 64, 66, 71, 74, 75, 83, 84, 85, 91, 95, 96, 99, 100, 101, 102, 103, 107, 109, 112, 113, 116, 120, 124, 129, 130, 131, 134, 135, 137, 141, 142, 143, 144, 146, 147, 148, 149, 150, 154, 159, 161, 163, 167, 168, 171, 172, 175, 181, 182, 183, 188, 189, 191, 193, 195, 196, 200, 201, 202, 206, 209, 210, 212, 215], "Will": 61, "With": [2, 3, 10, 28, 61, 65, 76, 81, 100, 114, 120, 130, 155, 161, 171, 177, 194, 196, 197, 201, 209], "_": [77, 146, 163, 177, 181, 182, 215], "___": 77, "_______________________________________": 77, "_________________________________________": 77, "__init__": 100, "__main__": [78, 118], "__name__": [78, 118], "__sagews__": 130, "__version__": [100, 113], "_note": 177, "_permiss": 120, "a083": 21, "a1": [38, 47], "a100": 64, "a17037cb": 21, "a18c706e8bcd": 172, "a222": 46, "a229": 38, "a2554ec8": 44, "a279": 54, "a4": 64, "a407cc35": 53, "a407dd35": 49, "a541": 35, "a57c": 13, "a622": 27, "a63f": 131, "a65628": 128, "a743": 35, "a803": 27, "a853": [22, 45], "a85c": 172, "a94": 48, "aa71929b2bfb": 36, "aa7d": 19, "ab": 134, "ab2f": 41, "abbrevi": 100, "abc": 35, "abc3": 37, "abc3ca91": [10, 28], "abd649bf": 21, "abil": [10, 28, 175], "abl": [10, 22, 28, 56, 61, 64, 67, 84, 85, 86, 100, 101, 108, 111, 114, 129, 144, 146, 149, 167, 175, 181, 193, 195, 197, 204, 212], "aboslut": 126, "about": [1, 3, 5, 9, 10, 15, 17, 21, 28, 50, 51, 52, 54, 55, 57, 58, 61, 64, 65, 68, 73, 81, 85, 88, 91, 99, 101, 102, 103, 108, 109, 110, 111, 112, 114, 119, 120, 121, 122, 126, 130, 133, 143, 146, 147, 149, 156, 159, 160, 162, 163, 164, 165, 168, 175, 176, 178, 179, 180, 181, 182, 183, 191, 194, 196, 198, 199, 200, 201, 204, 205, 206, 207, 210, 211, 212, 215], "abov": [2, 3, 10, 28, 32, 37, 46, 48, 53, 56, 58, 64, 80, 81, 84, 85, 91, 96, 100, 101, 108, 109, 122, 129, 130, 131, 134, 135, 136, 141, 142, 143, 144, 150, 160, 163, 165, 167, 172, 175, 190, 196, 198, 199, 209, 215], "absolut": [88, 136], "abstract": 186, "abus": 204, "ac": 190, "ac1f": 37, "ac5": 181, "acad": 97, "acceler": 64, "accept": [11, 28, 29, 31, 80, 121, 167, 183], "access": [1, 2, 4, 5, 6, 15, 16, 17, 18, 37, 38, 47, 56, 64, 73, 78, 84, 90, 95, 97, 99, 100, 101, 104, 111, 118, 120, 122, 130, 131, 133, 135, 136, 137, 143, 152, 153, 163, 166, 167, 174, 175, 176, 182, 184, 191, 192, 193, 196, 198, 199, 200, 204, 207, 210, 212, 213, 215], "accessibilitystat": 73, "accident": [64, 67, 154, 167], "accommod": [190, 206], "accompani": [175, 177, 178, 179, 180, 182], "accomplish": [84, 91, 98, 146, 150, 196], "accont": 56, "accord": [64, 150, 191, 198, 200], "accordingli": [71, 112, 215], "account": [4, 7, 10, 11, 13, 14, 19, 21, 22, 24, 26, 27, 28, 30, 31, 37, 44, 45, 46, 51, 53, 55, 61, 64, 65, 67, 71, 75, 95, 96, 98, 100, 102, 109, 121, 135, 137, 138, 141, 146, 148, 149, 153, 154, 155, 165, 166, 167, 175, 178, 188, 189, 190, 191, 192, 195, 197, 198, 207, 209, 212, 215], "account_creation_fail": 19, "account_delet": 22, "account_id": [11, 13, 14, 21, 22, 26, 27, 30, 32, 37, 39, 44, 45, 46, 48, 53, 55], "accumul": [196, 200], "achiev": [196, 201], "ack": [10, 28], "acknowledg": [10, 28, 108], "acquir": 149, "acronym": 183, "across": [59, 61, 67, 81, 107, 156, 167, 178, 182, 185, 186], "act": [166, 212], "action": [1, 10, 28, 37, 53, 67, 68, 81, 104, 108, 142, 143, 159, 167, 168, 171, 176, 184, 207, 211, 215], "action_request": 37, "activ": [2, 3, 5, 37, 43, 46, 59, 61, 65, 70, 71, 73, 81, 84, 86, 100, 103, 108, 130, 141, 142, 147, 149, 150, 154, 158, 162, 165, 166, 167, 173, 189, 190, 192, 206, 207, 208, 210, 213], "activeloop": 74, "actual": [10, 28, 37, 61, 64, 84, 85, 87, 100, 103, 116, 123, 130, 144, 147, 160, 175, 196, 206], "ad": [11, 51, 53, 61, 67, 73, 81, 96, 111, 112, 121, 130, 142, 143, 144, 146, 149, 150, 152, 154, 156, 161, 165, 167, 171, 175, 177, 181, 182, 183, 185, 188, 189, 190, 191, 192, 193, 194, 196, 200, 202, 204, 209], "ad1d": 14, "ad47": [34, 37], "ad7d6b17": 37, "ada": 181, "adapt": 50, "adb": 181, "add": [2, 3, 5, 11, 12, 56, 58, 59, 64, 71, 74, 77, 84, 86, 99, 100, 101, 106, 107, 108, 111, 112, 113, 120, 121, 127, 129, 130, 141, 142, 146, 147, 149, 150, 156, 159, 161, 165, 168, 171, 174, 175, 176, 177, 182, 190, 192, 193, 195, 196, 198, 200, 201, 202, 205, 206, 207, 208, 209, 211], "add_collabor": 28, "add_cus_dep": 146, "add_license_to_project": 28, "addeventlisten": [10, 28], "addit": [2, 3, 9, 10, 21, 50, 57, 59, 61, 64, 70, 81, 95, 100, 108, 130, 131, 136, 138, 146, 150, 152, 154, 155, 158, 163, 168, 173, 175, 178, 181, 182, 183, 185, 188, 193, 194, 195, 196, 200, 206, 209, 215], "addition": [17, 81, 182, 183, 186, 195, 200], "addplot": 146, "address": [2, 3, 7, 13, 19, 24, 30, 31, 46, 51, 55, 58, 59, 64, 73, 81, 85, 109, 111, 120, 130, 135, 136, 167, 187, 189, 191, 192, 195, 209, 213], "addtion": 167, "adequ": 64, "adipisc": 150, "adjust": [64, 106, 137, 149, 167, 172, 175, 197, 198, 200], "admcycl": [182, 183, 185], "admin": [10, 28, 46, 49], "administr": [77, 174, 189, 212, 213], "adopt": [212, 213], "adtk": [182, 183], "advanc": [9, 61, 142, 144, 164, 174, 178, 197, 206, 212, 215], "advantag": [9, 61, 67, 81, 141, 143, 212, 215], "advertis": 81, "advis": 190, "aer": 182, "af0eb05ebfc": 13, "af6a": 46, "afca": 35, "affect": [61, 81, 141, 167, 181, 196], "affi": 182, "affili": [183, 196], "afford": [2, 213], "after": [0, 2, 3, 4, 8, 9, 15, 22, 28, 29, 35, 53, 56, 59, 61, 64, 65, 67, 68, 70, 71, 74, 79, 81, 84, 86, 96, 97, 99, 100, 101, 103, 104, 106, 107, 110, 118, 120, 121, 126, 130, 131, 134, 139, 143, 144, 146, 147, 148, 149, 150, 154, 156, 160, 163, 165, 167, 168, 171, 172, 173, 176, 177, 178, 186, 190, 191, 192, 194, 195, 196, 197, 198, 200, 202, 206, 208, 209, 211, 215], "afterward": [160, 213, 215], "ag": 120, "again": [56, 64, 67, 77, 81, 84, 85, 86, 87, 96, 101, 109, 111, 113, 114, 116, 120, 126, 129, 130, 134, 138, 142, 143, 144, 146, 150, 167, 181, 183, 196, 198, 200, 215], "against": [51, 57, 61, 86, 97, 197], "agat": 184, "agenda": 123, "agent": 167, "aggreg": 35, "aggress": 81, "ago": [161, 198], "agre": 73, "agreed_to_term": 19, "agreement": 9, "ahead": [64, 146, 149, 178, 194, 215], "ai": [60, 64, 65, 74, 137, 143, 170, 197, 212, 214], "aid": 151, "aim": [179, 180], "aiohttp": 182, "aip": 78, "air": 64, "alert": [59, 80, 151], "algebra": [182, 183, 215], "algopi": 181, "algorithm": [94, 182, 183, 184, 186], "alia": 167, "alias": 130, "aliqua": 150, "aliyun": 212, "all": [3, 4, 6, 9, 10, 15, 18, 28, 29, 35, 37, 46, 49, 56, 57, 58, 59, 61, 64, 67, 71, 73, 77, 80, 82, 84, 85, 87, 88, 90, 91, 97, 99, 100, 107, 108, 109, 111, 122, 129, 136, 137, 139, 143, 144, 146, 147, 148, 149, 150, 152, 156, 157, 159, 160, 161, 163, 164, 165, 167, 170, 172, 175, 176, 178, 179, 180, 182, 183, 184, 186, 188, 189, 190, 191, 192, 193, 194, 195, 197, 198, 199, 200, 201, 204, 209, 210, 211, 212, 213, 215], "alloc": [61, 85, 107, 108, 196, 198], "allot": 64, "allow": [1, 3, 5, 9, 28, 29, 35, 51, 64, 67, 68, 78, 85, 88, 90, 91, 95, 99, 106, 108, 111, 118, 128, 129, 132, 135, 139, 141, 142, 143, 144, 146, 149, 154, 158, 165, 167, 168, 175, 176, 177, 182, 183, 190, 191, 194, 196, 197, 198, 200, 202, 204, 206, 211, 212, 215], "allow_websocket_origin": 78, "almost": [81, 100, 101, 109, 152, 191, 215], "alon": [111, 182, 215], "along": [64, 80, 81, 152, 167, 182, 190, 212], "alongsid": 175, "alpha": 178, "alreadi": [2, 5, 9, 11, 13, 15, 19, 22, 30, 31, 47, 53, 58, 64, 84, 96, 99, 100, 101, 110, 121, 131, 136, 146, 147, 149, 152, 153, 167, 178, 185, 191, 195, 196, 197, 200, 204, 209, 212, 215], "also": [1, 3, 5, 9, 10, 17, 22, 28, 29, 38, 48, 49, 53, 56, 57, 59, 61, 64, 69, 71, 73, 74, 77, 81, 85, 87, 88, 91, 92, 96, 97, 99, 100, 101, 102, 103, 104, 108, 109, 111, 112, 120, 126, 127, 128, 129, 130, 141, 146, 147, 148, 150, 151, 152, 156, 157, 160, 164, 165, 167, 170, 171, 172, 175, 178, 179, 181, 182, 183, 184, 185, 186, 187, 188, 189, 191, 193, 195, 196, 198, 200, 201, 202, 206, 209, 210, 211, 212, 215], "alt": [71, 88, 147, 148, 188], "altair": 183, "alter": [3, 9, 167, 196], "altern": [61, 64, 74, 81, 100, 108, 130, 144, 146, 152, 159, 177, 178, 183, 184, 190, 195, 196, 207, 212, 213], "although": [61, 167, 185, 193, 215], "alwai": [61, 67, 81, 85, 99, 104, 130, 141, 146, 150, 167, 178, 183, 189, 193, 206, 215], "am": [9, 172, 196], "amazon": [76, 167], "amazonaw": 76, "ambient": 64, "amet": 150, "among": [43, 84, 117, 137, 186], "amount": [9, 53, 61, 64, 108, 118, 130, 137, 142, 144, 154, 172, 195, 197, 198, 206, 209], "amplitud": 78, "an": [1, 2, 3, 4, 5, 6, 7, 9, 11, 13, 14, 15, 17, 19, 21, 22, 24, 29, 30, 31, 32, 35, 38, 45, 46, 48, 49, 50, 53, 54, 59, 61, 64, 67, 71, 74, 77, 78, 79, 82, 84, 85, 87, 88, 89, 92, 95, 96, 97, 99, 100, 101, 102, 103, 108, 109, 116, 120, 121, 125, 126, 131, 134, 135, 136, 137, 138, 139, 141, 142, 143, 144, 147, 148, 149, 150, 152, 153, 154, 155, 156, 159, 160, 161, 163, 164, 167, 170, 171, 175, 176, 178, 179, 180, 181, 182, 183, 184, 185, 186, 188, 189, 191, 192, 193, 195, 197, 198, 200, 204, 206, 207, 209, 211, 212, 215], "anacond2019": 200, "anaconda": [64, 152, 181, 182, 183, 184, 186], "anaconda2019": 200, "anaconda2020": [100, 152], "anaconda3": [104, 182], "anaconda5": [181, 200], "analag": 196, "analog": 64, "analogu": 175, "analysi": [182, 183, 184, 185, 215], "analyt": [183, 185], "analyz": [90, 182, 183, 184], "ani": [2, 4, 5, 8, 9, 37, 49, 51, 56, 59, 61, 64, 67, 71, 73, 76, 79, 95, 99, 100, 103, 107, 110, 112, 116, 120, 121, 123, 129, 130, 132, 135, 137, 144, 145, 146, 147, 148, 149, 150, 152, 154, 156, 157, 159, 161, 163, 165, 166, 167, 168, 170, 171, 172, 175, 176, 183, 188, 190, 191, 193, 195, 196, 197, 198, 199, 200, 201, 202, 204, 206, 209, 210, 211, 212, 213, 215], "anim": 74, "ann": [5, 56, 66, 70, 151, 162, 165, 171, 176, 182, 209], "anneal": 182, "annot": [177, 190, 194, 215], "announc": [5, 56, 66, 70, 151, 162, 165, 171, 176, 177, 182, 209, 211], "anomali": 182, "anonym": [49, 121, 190, 196], "anoth": [2, 15, 35, 49, 61, 64, 74, 81, 84, 104, 109, 117, 130, 131, 134, 141, 146, 149, 150, 160, 167, 171, 172, 175, 176, 183, 188, 189, 190, 191, 194, 195, 200, 201, 211, 212], "ansi2html": 183, "answer": [9, 58, 97, 112, 127, 160, 172, 182, 189, 190, 194, 196, 205, 212], "anti": 81, "anybodi": [122, 136, 175], "anymor": 121, "anyon": [120, 121, 167], "anyplac": 142, "anyth": [19, 61, 64, 84, 97, 99, 129, 135, 137, 138, 156, 167, 172, 189, 190, 194, 195, 196, 209, 212], "anytim": 64, "anywai": [61, 85], "anywher": [59, 150, 161, 171, 188, 204], "apach": 182, "apart": [9, 64], "api": [3, 11, 13, 14, 15, 18, 19, 20, 21, 22, 24, 25, 26, 27, 30, 31, 32, 34, 35, 36, 37, 38, 39, 41, 44, 45, 46, 47, 50, 52, 54, 55, 65, 98, 108, 155, 167, 179, 180, 181, 182, 207], "api_kei": [50, 56], "app": [10, 28, 45, 56, 67, 74, 88, 95, 128, 131, 215], "appear": [0, 2, 3, 4, 8, 9, 25, 28, 29, 51, 59, 64, 67, 70, 71, 79, 83, 100, 107, 114, 134, 142, 144, 146, 149, 154, 161, 165, 167, 168, 171, 172, 176, 177, 181, 188, 190, 191, 194, 196, 197, 200, 211, 215], "append": [21, 77, 87, 96, 108, 130, 147, 150, 163, 172, 181], "appl": [118, 176, 182, 211], "appli": [2, 6, 37, 73, 107, 108, 130, 141, 154, 160, 167, 170, 174, 189, 191, 195, 196, 198, 199, 209], "applic": [10, 21, 27, 28, 29, 34, 35, 37, 44, 48, 49, 50, 53, 55, 56, 63, 64, 65, 77, 78, 88, 89, 118, 126, 129, 130, 131, 134, 137, 144, 151, 167, 176, 179, 180, 182, 183, 186, 200, 207, 210, 211, 213, 214], "approach": [64, 84, 100, 111, 117, 130, 134, 138, 141, 153, 172, 175, 179, 180, 182, 213, 215], "appropri": [9, 59, 108, 182, 195, 196, 204, 215], "approxfun": 183, "approxim": [61, 182], "april": 141, "apt": [64, 77, 130, 134], "aqua": 182, "ar": [1, 2, 3, 4, 5, 6, 8, 9, 10, 15, 16, 17, 18, 21, 25, 26, 28, 29, 31, 35, 37, 44, 46, 47, 48, 51, 52, 53, 56, 57, 58, 59, 61, 64, 67, 68, 69, 70, 71, 73, 74, 75, 76, 77, 78, 79, 80, 82, 83, 84, 86, 87, 88, 89, 90, 91, 94, 95, 96, 97, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 111, 112, 113, 114, 116, 117, 118, 119, 120, 121, 122, 123, 124, 126, 127, 129, 130, 131, 133, 134, 135, 137, 139, 141, 142, 143, 144, 146, 147, 148, 149, 150, 151, 152, 153, 154, 156, 157, 158, 159, 161, 164, 165, 167, 168, 170, 171, 175, 176, 177, 178, 179, 180, 181, 182, 183, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 197, 198, 199, 200, 204, 205, 206, 209, 210, 211, 212, 213, 215], "arab": 146, "arang": 172, "arbitrari": [2, 10, 28, 53, 146, 183, 196, 213], "arbitrarili": 185, "arch": 182, "architectur": [153, 184], "archiv": [26, 35, 61, 116, 156, 160, 161, 181, 195, 196], "arctic": [181, 182, 183], "area": [2, 6, 9, 68, 103, 121, 143, 147, 167, 186, 190, 196, 215], "aren": [61, 130, 163, 183, 196, 206], "arg": [35, 130], "arguabl": 95, "argument": [35, 36, 38, 74, 84, 108, 118, 172], "argv": 84, "arima": 183, "aris": [61, 67, 200], "around": [67, 81, 100, 108, 113, 148, 150, 152, 182, 185, 201], "arrai": [11, 17, 38, 53, 84, 108, 183], "arrang": [1, 8, 174], "arraydiff": 182, "arriv": [81, 198], "arrow": [15, 116, 182, 188, 201, 215], "arrrrgh": 77, "art": [74, 77], "articl": [52, 70, 95, 117, 131, 163, 165, 167, 172, 177, 206], "artifact": 76, "artist": 215, "arv": 84, "arviz": 183, "ascii": 77, "asciidoctor": 183, "asdf": 215, "ase": 184, "asi": 146, "ask": [3, 9, 59, 81, 101, 108, 122, 127, 128, 130, 137, 178, 182, 189, 195], "asl": 182, "asm": 75, "aspect": [1, 167, 191, 196, 215], "aspel": [71, 146], "assembl": 184, "assembli": 98, "assert": 50, "assess": 190, "asset": [179, 180, 182], "assign": [38, 47, 74, 104, 129, 149, 156, 170, 175, 182, 183, 191, 192, 193, 198, 200], "assignment1": [190, 196], "assignment3": 194, "assignment4": 194, "assignment_nam": 196, "assist": [60, 64, 65, 137, 143, 167, 177, 183, 189, 192, 195, 197, 214], "associ": [15, 16, 17, 49, 74, 81, 108, 111, 156, 167, 181, 182, 183, 189, 191, 193, 195, 197, 201, 213], "asssembl": 184, "assum": [6, 48, 49, 53, 61, 91, 118, 130, 147, 163, 167, 189, 194, 196, 198, 212], "ast": 182, "astro": 165, "astroalign": 182, "astronomi": 182, "astropi": 182, "astroplan": 183, "asyncio": [182, 183], "atom": [181, 184], "atomist": 184, "attach": 144, "attack": [95, 206], "attempt": [19, 35, 36, 89, 91, 108, 111, 167, 178], "attende": 209, "attent": 61, "attract": [64, 143, 183], "attribut": [37, 74, 87, 172], "auctex": 215, "audaci": 184, "audienc": [121, 167], "audio": [59, 144, 172], "audit": 213, "august": [5, 197], "auth": [10, 28, 44, 45, 50], "auth_token": [10, 28, 45], "authent": [45, 56, 74, 118, 155, 167, 189, 196], "author": [77, 87, 96, 178, 215], "authorized_kei": 167, "auto": [2, 94, 130, 137, 215], "auto_close_bracket": 37, "auto_close_xml_tag": 37, "autoclass": 61, "autoclos": 71, "autogener": [64, 148], "autograd": [112, 183, 185, 194], "autom": [5, 28, 29, 56, 182, 194], "automat": [2, 9, 52, 53, 61, 64, 73, 78, 80, 81, 84, 107, 117, 121, 130, 147, 156, 163, 167, 168, 172, 178, 181, 182, 184, 188, 191, 192, 193, 194, 198, 200, 202, 207], "automount": 61, "autoregress": 182, "autosav": 146, "autumn_2016_phy001": 190, "auxf": 163, "auxiliari": [61, 77], "avail": [0, 1, 3, 5, 10, 12, 25, 26, 28, 29, 40, 48, 51, 53, 61, 65, 75, 77, 78, 81, 84, 85, 88, 92, 100, 101, 103, 112, 127, 129, 133, 136, 141, 142, 146, 147, 150, 151, 152, 161, 163, 172, 173, 174, 175, 176, 177, 179, 180, 181, 182, 183, 184, 185, 186, 187, 189, 190, 194, 195, 198, 200, 204, 206, 209, 211, 212, 213, 215], "available_upgrad": 25, "avatar": 168, "averag": 183, "avh": 135, "avogadro": [181, 215], "avoid": [9, 61, 97, 100, 108, 130, 135, 141, 146, 147, 167, 175, 182, 200, 204], "aw": [98, 182, 212], "awai": [100, 104, 143, 168, 171, 195, 204], "await": 183, "awak": 130, "awar": [99, 139, 146, 191, 195, 212], "aws_access_key_id": 74, "aws_secret_access_kei": 74, "awscli": 76, "awscliv2": 76, "ax": 131, "axelrod": 182, "axi": 146, "b": [31, 76, 182, 196], "b0": 160, "b025": 37, "b02c": 32, "b0e2": 44, "b1": 160, "b112": 37, "b25c8b8ffa0e": 35, "b2d0": 37, "b2fb": 35, "b31f": 37, "b327150442d8": [15, 18], "b3c1": 21, "b403": [21, 26], "b454": 21, "b50f": 25, "b55b8fd71a1b": [11, 13, 22, 30, 39, 45], "b580": [10, 28], "b5b0": 37, "b6e4": [11, 13, 22, 30, 39, 45], "b723": 48, "b75d": 37, "b763": 21, "b8": 160, "b892": 46, "b925": 21, "b9d9": 46, "ba3d": 32, "ba66": 25, "back": [9, 61, 74, 81, 100, 122, 123, 129, 130, 141, 143, 144, 146, 148, 150, 152, 159, 163, 166, 167, 172, 175, 182, 183, 185, 186, 190, 192, 194, 196, 197, 200, 201], "backend": [53, 136, 178, 182, 201], "background": [7, 9, 79, 108, 126, 130, 156, 175, 176, 195, 198, 211, 215], "backlog": 168, "backspac": 99, "backup": [10, 15, 18, 28, 65, 86, 122, 130, 144, 155, 159, 160, 167, 174, 195, 196], "backward": 77, "bad": [50, 79, 81, 143], "badli": 215, "bag": 85, "balanc": [174, 207, 209], "banana": 118, "bandwidth": [3, 61], "banner": [10, 28, 56, 73, 81, 104, 167, 191, 195, 198], "bar": [46, 64, 65, 70, 73, 86, 108, 118, 154, 162, 167, 173, 178, 190, 193, 206, 207, 208, 210], "bar123": 46, "bare": 215, "barmod": 118, "barplot": 131, "base": [9, 61, 64, 77, 78, 81, 118, 123, 126, 130, 131, 142, 146, 150, 152, 153, 163, 167, 171, 178, 182, 184, 185, 186, 187, 195, 196, 200, 201, 215], "base_url": 118, "basemap": [181, 182], "basenam": 146, "baseurl": 93, "bash": [15, 35, 84, 98, 126, 130, 150, 159, 177, 182, 196, 200], "bash_alias": [84, 130], "bashrc": [84, 120, 163, 167, 181, 200], "basi": [61, 152, 206], "basic": [2, 48, 49, 61, 64, 99, 117, 141, 144, 150, 156, 182, 183, 195, 198, 204, 213], "batch": [117, 159, 189], "bayesian": [182, 185], "bazel": [181, 182, 183], "bb54": [10, 28], "bbox": 74, "bcc9": 44, "bd65": 13, "bdeb": [10, 28], "beautifulsoup4": 182, "becam": 186, "becaus": [2, 9, 15, 26, 37, 55, 61, 64, 81, 85, 88, 91, 100, 103, 109, 120, 130, 144, 146, 152, 154, 163, 167, 172, 175, 178, 181, 182, 183, 191, 197, 198, 206, 212, 213], "becom": [30, 61, 79, 99, 101, 135, 166, 174, 175, 182, 184, 186, 189, 196, 204], "been": [4, 5, 9, 37, 62, 73, 76, 81, 121, 122, 130, 135, 146, 149, 161, 165, 167, 168, 171, 175, 189, 190, 191, 194, 195, 196, 197, 198, 209, 213], "befor": [3, 5, 15, 18, 22, 44, 58, 64, 71, 77, 82, 83, 93, 99, 130, 135, 144, 146, 148, 150, 152, 154, 171, 185, 190, 192, 194, 195, 197, 209, 212], "begin": [15, 28, 29, 46, 52, 59, 91, 112, 124, 130, 143, 146, 147, 148, 161, 165, 167, 172], "begin_fil": 134, "begin_solution_delimet": 112, "behav": [1, 61, 64, 130], "behavior": [61, 77, 128, 139, 152], "behaviour": [130, 195], "behind": [61, 108, 135, 172, 185, 194, 196, 215], "being": [2, 5, 10, 14, 28, 43, 53, 64, 126, 129, 142, 143, 149, 150, 159, 175, 191, 193, 195, 196, 198, 199, 200, 213], "believ": 127, "bell": [59, 193], "belov": 64, "below": [4, 9, 10, 28, 48, 49, 51, 53, 61, 64, 67, 70, 71, 74, 75, 80, 81, 83, 84, 85, 100, 108, 121, 128, 130, 131, 134, 135, 141, 142, 143, 146, 147, 148, 150, 156, 161, 164, 166, 167, 168, 171, 172, 178, 182, 194, 195, 196, 197, 198, 209, 215], "bem": 186, "benefici": 197, "benefit": [64, 117, 153, 175, 198], "berkelei": 183, "besid": [81, 102, 126, 146, 159, 178, 179, 186, 215], "best": [64, 81, 137, 146, 175, 190, 191, 195, 196, 213], "beta": [10, 28, 182, 183], "beta0": [181, 182], "beta1": 182, "beta2": [181, 182], "beta3": 181, "beta4": 182, "beta5": [181, 182], "beta6": [181, 182], "beta8": 182, "better": [9, 20, 51, 61, 99, 130, 148, 167, 168, 191, 204, 213, 215], "between": [14, 19, 26, 41, 59, 61, 64, 67, 71, 80, 81, 85, 103, 112, 126, 142, 146, 148, 150, 155, 167, 168, 171, 172, 176, 177, 178, 182, 187, 188, 200, 201, 211], "beyel": [179, 180], "beyond": [99, 123, 144, 156, 175, 182], "bgoodri": 108, "bibclean": 182, "bibcurs": 182, "bibliometrix": 182, "bibtex": [147, 148, 182, 215], "bibtex2html": 182, "bibtexconv": 182, "bibtool": 182, "big": [61, 182], "bigger": [61, 167], "bigqueri": 182, "biject": 71, "bikeshar": [179, 180], "bill": [5, 65, 160, 174, 205, 206, 207], "billion": 81, "bin": [76, 84, 88, 100, 108, 126, 128, 130, 132, 163, 181, 182, 183, 184], "binari": [67, 90, 132, 181, 182], "bind": [37, 88, 182], "binder": [178, 182], "bio": 182, "bioconductor": 182, "biomart": 184, "biopython": [100, 183], "bird": 101, "bit": [73, 75, 77, 81, 100, 101, 113, 168], "bitarrai": 183, "bitbucket": [95, 159, 167], "black": [182, 185], "blackboxoptim": 182, "blah": 123, "blank": [3, 36, 71, 142, 172, 188, 194], "blender": [181, 215], "blob": [25, 52, 74, 175], "block": [15, 94, 100, 125, 127, 142, 146, 159, 172, 176, 182, 191], "blocker": [67, 81, 137], "blog": [95, 130, 163, 167, 172, 177, 182, 201, 215], "blogpost": 143, "blowup": 182, "blue": [3, 7, 68, 142, 143, 159, 167, 168, 182, 200, 201], "bmatrix": 91, "board": [81, 100, 175, 181, 215], "bodi": [21, 28, 29, 30, 31, 123, 150, 179, 180, 183], "bokeh": [98, 181, 182, 183], "bold": 171, "book": [127, 145, 146, 147, 175, 179, 180], "bookstor": 174, "boolean": 183, "boost": [53, 209], "border": 143, "boson": 183, "both": [9, 56, 61, 63, 64, 71, 75, 77, 84, 96, 107, 111, 112, 141, 146, 150, 152, 167, 176, 190, 193, 196], "bottom": [5, 56, 59, 61, 71, 73, 80, 84, 100, 120, 121, 126, 127, 134, 150, 152, 165, 188, 196, 198, 215], "bought": [167, 197], "bound": 64, "box": [2, 3, 59, 64, 68, 73, 81, 96, 111, 118, 122, 135, 150, 156, 161, 165, 166, 167, 170, 175, 176, 182, 188, 190, 191, 194, 195, 196, 211], "boxplot": 165, "bqokikjovbii2hlwgh4olfq2": 45, "bqplot": 183, "br": 31, "brace": 54, "bracket": [99, 142, 150, 176, 211], "branch": 201, "branden": 77, "break": [81, 91, 100, 134, 175, 182, 183], "breakdown": 108, "breaker": 213, "brief": [71, 150, 161, 167], "briefli": 100, "bright": 201, "bring": [64, 88, 147, 165, 168, 215], "broad": 181, "broke": 182, "broken": [10, 28, 53, 61, 81, 98, 148, 152, 172, 181, 185, 186], "brotli": 182, "brows": [1, 5, 6, 48, 52, 56, 57, 68, 81, 96, 129, 130, 154, 172, 177, 209], "browsabl": [176, 211], "browser": [3, 21, 63, 64, 67, 71, 73, 79, 80, 82, 85, 88, 89, 90, 96, 104, 114, 116, 119, 123, 129, 130, 131, 134, 135, 136, 141, 142, 146, 147, 148, 150, 159, 161, 166, 167, 168, 172, 175, 181, 182, 188, 190, 191, 207, 210, 211, 215], "browserspi": 80, "bubbl": 195, "bucket": [61, 167], "budget": 61, "buffer": 171, "bug": [53, 74, 94, 104, 127, 129, 172, 181, 182, 184, 185, 212], "bugreport": 172, "bugzilla": 181, "bui": [5, 107, 174, 197, 198, 199, 209], "build": [64, 74, 100, 113, 128, 130, 132, 137, 142, 148, 152, 159, 178, 181, 182, 183, 184], "built": [35, 61, 100, 112, 125, 150, 152, 156, 167, 172], "bulid": 147, "bunch": 108, "bundl": [178, 179, 182], "burden": 212, "bureaucrat": 213, "burn": 64, "burst": 154, "busi": [2, 53, 100, 183, 213], "button": [1, 2, 3, 5, 7, 9, 57, 59, 64, 67, 68, 73, 81, 85, 89, 91, 95, 100, 103, 108, 109, 114, 116, 121, 122, 127, 129, 130, 134, 142, 146, 147, 148, 149, 150, 157, 159, 160, 161, 164, 165, 167, 168, 172, 175, 176, 181, 188, 189, 190, 191, 193, 194, 195, 196, 197, 200, 201, 209, 210, 211, 212, 215], "bv": 183, "bypass": 64, "byte": 64, "bz2": 160, "c": [9, 52, 71, 75, 85, 88, 98, 99, 100, 101, 108, 110, 112, 126, 128, 137, 144, 152, 163, 176, 181, 182, 185, 196, 200, 211, 212], "c0e8c843deec": [11, 30, 39], "c15a3872d683": [21, 26], "c74afb40": 34, "c960": [49, 53], "ca": 183, "cach": [61, 74, 77, 144, 167, 182, 185], "cadabra2": [182, 215], "cafe": 81, "cairo": [182, 184], "calc": 215, "calcul": [10, 28, 104, 108, 137, 143, 146, 159, 172, 182, 215], "calendar": 190, "call": [9, 10, 15, 18, 22, 28, 29, 32, 35, 46, 48, 49, 50, 51, 52, 53, 75, 82, 87, 96, 100, 101, 103, 112, 128, 139, 146, 147, 148, 152, 156, 157, 163, 165, 167, 172, 178, 181, 183, 190, 195, 196, 198, 200, 201], "callback": [10, 28], "can": [1, 2, 3, 4, 5, 6, 8, 9, 10, 11, 15, 21, 28, 32, 35, 38, 45, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 59, 61, 64, 65, 67, 68, 69, 71, 73, 74, 75, 76, 77, 78, 80, 83, 84, 85, 87, 88, 89, 90, 92, 94, 95, 96, 97, 99, 100, 101, 103, 104, 107, 108, 109, 110, 112, 114, 117, 120, 121, 122, 124, 125, 126, 128, 129, 131, 133, 134, 135, 136, 137, 139, 141, 142, 143, 144, 146, 147, 148, 149, 151, 152, 153, 154, 156, 157, 158, 159, 161, 162, 163, 164, 165, 166, 167, 168, 170, 171, 172, 173, 174, 175, 176, 177, 178, 181, 182, 183, 184, 185, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 205, 206, 207, 208, 209, 210, 211, 212, 213, 215], "canada": 64, "cancel": [2, 5, 215], "candid": 182, "cannnot": [28, 29], "cannot": [21, 32, 39, 58, 61, 64, 81, 95, 121, 138, 154, 167, 193, 196, 204], "canon": 100, "cantera": 182, "canva": 211, "cap": [154, 206], "capabl": [100, 142, 163, 164, 178], "capac": [174, 192], "captcha": 53, "caption": [146, 209], "captur": [56, 130, 156, 167, 215], "capytain": 186, "car": 112, "card": [2, 53, 195, 209], "cardioid": 175, "care": [53, 57, 74, 130, 167, 213], "cargo": [181, 182], "carlo": [97, 186], "carri": 56, "cars2": 112, "cart": 209, "cascad": 81, "case": [9, 11, 21, 28, 29, 35, 38, 46, 49, 61, 64, 67, 69, 71, 74, 79, 81, 84, 85, 87, 88, 89, 100, 103, 104, 107, 108, 109, 116, 118, 122, 130, 144, 146, 147, 149, 150, 152, 157, 161, 167, 176, 183, 189, 190, 191, 193, 194, 195, 196, 197, 201, 209, 212], "cash": 209, "cat": [6, 108, 120, 128, 167], "catch": [61, 172, 176, 195, 196, 211], "categor": 128, "categori": 177, "caus": [3, 8, 35, 63, 70, 73, 79, 81, 99, 108, 129, 141, 144, 150, 157, 161, 166, 167, 171, 193, 200, 201, 206], "caution": 167, "caveat": [48, 167, 196], "cb": 172, "cc": [144, 160, 172, 183, 200], "cc3cb7f1": 27, "cc8f1243": [21, 26], "ccd": 183, "ccdproc": 183, "ccproj": 167, "ccsb": 182, "cd": [76, 77, 82, 84, 100, 110, 120, 130, 144, 146, 157, 184, 196], "cd9824b7331a": 19, "cdn": 81, "ce25": 37, "celesti": [179, 180], "cell": [73, 80, 87, 91, 92, 99, 101, 103, 108, 112, 113, 114, 124, 125, 134, 144, 150, 171, 172, 177, 182, 190, 194, 195], "cent": 9, "center": [61, 123, 128, 146, 176, 211], "centr": 64, "central": 48, "ceo": [61, 64, 99, 108, 212, 215], "certain": [6, 52, 59, 67, 81, 88, 98, 133, 141, 146, 165, 167, 175, 178, 182, 194, 196, 200, 215], "certainli": [64, 196, 213], "certif": 138, "cex": 128, "cff0a68d0c91": 131, "cgi": 181, "cgroup": 126, "chain": 186, "challeng": 183, "chanc": [64, 81, 122], "chang": [2, 3, 13, 14, 15, 18, 37, 60, 61, 62, 64, 67, 71, 74, 81, 84, 85, 87, 91, 96, 100, 103, 123, 128, 130, 131, 137, 141, 142, 143, 146, 147, 148, 152, 154, 155, 160, 161, 166, 167, 168, 176, 177, 181, 182, 183, 188, 189, 190, 192, 193, 194, 195, 197, 198, 200, 211, 215], "change_email_address": [28, 29], "change_password": 28, "changed_email_address": 13, "changed_password": 14, "channel": [10, 28, 100, 151, 182], "chapter": [146, 175, 191], "charact": [14, 19, 31, 35, 41, 45, 59, 87, 130, 146, 147, 167, 171, 200, 215], "characterist": 64, "charg": [9, 57, 61, 64, 192, 206], "charset": 123, "chat": [64, 67, 73, 81, 121, 137, 142, 143, 150, 171, 172, 175, 182, 192, 195, 196, 207, 209, 212], "chatgpt": [142, 203], "chatroom": [65, 121, 171, 176, 192, 211, 214], "cheap": 64, "cheaper": 167, "cheat": 170, "check": [3, 10, 17, 28, 51, 61, 68, 71, 73, 79, 84, 85, 100, 103, 106, 108, 112, 120, 130, 133, 135, 137, 142, 143, 147, 148, 150, 156, 163, 167, 168, 170, 172, 176, 181, 182, 185, 191, 192, 193, 194, 195, 196, 197, 198, 209, 211], "checkbox": [4, 89, 123, 141, 161, 165, 167, 175, 176, 188, 189, 196, 198, 211], "checker": 146, "checkit": 185, "checklist": 188, "checkout": [5, 53], "checkpoint": [61, 130], "checksum": 100, "chem": 215, "chemic": 215, "cheminformat": 183, "chemistri": [182, 215], "cherrypi": 182, "chg": [181, 182], "child": [163, 182], "children": [118, 215], "chip": 184, "chisq": 97, "chmod": [130, 167, 193], "choic": [2, 64, 71, 103, 121, 143, 147, 151, 154, 167, 174, 175, 181, 183, 197, 209, 211, 213], "choos": [3, 9, 61, 73, 74, 96, 100, 116, 143, 147, 154, 161, 163, 167, 171, 174, 175, 176, 189, 197, 211], "chop": 81, "choropleth": 185, "chose": 64, "chosen": [4, 9, 61], "christma": 100, "chrome": [21, 64, 82, 90, 111, 139, 181, 182, 200, 215], "chromedriv": [182, 183], "chromeo": 88, "chromium": [82, 88], "chstgpt": 142, "chunk": [61, 135, 150], "cifar10_train": 74, "circl": 168, "circuit": [185, 186, 215], "circul": 209, "circumst": 147, "circumv": 142, "cirq": 186, "cirular": 201, "cite": 97, "cites": 182, "citi": [80, 118], "citizen": 183, "cjvf": 160, "cl": 146, "clang": 108, "class": [2, 31, 61, 77, 123, 127, 130, 137, 171, 183, 184, 190, 192, 198], "classic": [3, 37, 102, 126, 130, 140, 144, 150, 157, 167, 173, 182, 194, 201, 215], "classif": 185, "classlabel": 74, "classroom": 113, "claud": 9, "clean": [52, 81, 108, 144, 147, 148, 196], "cleanup": [81, 182, 183, 195], "clear": [59, 73, 79, 81, 114, 129, 142, 143, 155], "clearli": 127, "clearsolut": 112, "clever": 196, "cli": [98, 130, 182, 183, 184], "click": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 56, 57, 59, 61, 64, 67, 68, 69, 70, 71, 73, 78, 81, 83, 85, 86, 87, 88, 89, 91, 96, 100, 101, 103, 104, 106, 108, 114, 116, 119, 121, 122, 123, 124, 126, 127, 129, 130, 131, 134, 135, 136, 141, 142, 143, 144, 146, 147, 148, 149, 150, 154, 159, 160, 161, 164, 165, 166, 167, 168, 171, 172, 173, 175, 176, 177, 178, 183, 188, 189, 190, 191, 193, 194, 195, 196, 197, 198, 200, 201, 202, 206, 208, 209, 210, 211, 212, 215], "clickabl": [142, 150], "clickjack": 144, "client": [28, 29, 42, 67, 95, 96, 110, 136, 139, 155, 167, 178, 181, 183, 188, 215], "client_error_log": 32, "cling": 181, "clipboard": [79, 96, 121, 142, 175, 176, 211], "clock": [65, 133, 190, 201], "clock_skew": 80, "clone": [2, 61, 77, 195, 204], "close": [0, 7, 8, 10, 28, 61, 64, 67, 70, 71, 73, 81, 104, 108, 109, 111, 123, 144, 148, 150, 159, 161, 168, 191, 195, 200, 215], "closeal": [10, 28], "closer": [64, 176, 211], "closest": 84, "cloud": [2, 65, 81, 116, 137, 146, 153, 159, 172, 174, 182, 195, 206, 207, 212], "cloudf": 61, "cloudflar": [81, 181], "clue": 172, "cluster": [64, 98, 128, 129, 153, 167, 178, 182, 206, 212, 213], "clutter": [161, 182, 189], "cmake": 183, "cmd": [71, 163, 191], "co": [92, 97, 146, 172, 215], "cobra": 183, "cocalc": [0, 2, 3, 5, 6, 7, 8, 9, 10, 11, 13, 14, 15, 18, 19, 20, 21, 22, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 39, 41, 44, 45, 46, 47, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 66, 67, 68, 70, 71, 75, 76, 77, 78, 79, 82, 85, 86, 87, 88, 89, 90, 91, 92, 94, 97, 99, 100, 101, 102, 105, 107, 108, 109, 110, 113, 114, 116, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 131, 133, 135, 136, 138, 140, 143, 146, 147, 148, 149, 152, 155, 156, 159, 160, 162, 163, 164, 165, 166, 170, 171, 172, 173, 174, 176, 177, 179, 180, 181, 182, 183, 184, 186, 188, 189, 190, 191, 192, 193, 196, 197, 198, 201, 202, 205, 206, 207, 210, 211], "cocalc_code_snippets_dir": 177, "cocalc_datashar": 167, "cocalc_project_id": [78, 85, 118, 126, 128, 131, 163], "code": [3, 8, 9, 28, 29, 35, 37, 41, 50, 51, 52, 53, 54, 55, 59, 65, 73, 74, 81, 83, 87, 92, 94, 96, 99, 100, 103, 104, 108, 112, 113, 117, 121, 123, 125, 127, 128, 129, 131, 134, 137, 142, 144, 146, 147, 148, 149, 157, 166, 167, 171, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 190, 193, 194, 195, 196, 200, 211, 212, 213, 214, 215], "code_fold": 37, "code_stub": 112, "codemirror": [71, 88, 150], "codewar": 152, "coffe": 81, "coffeescript": [181, 182, 183], "cognit": [179, 180], "cohort": 198, "coincbc": 182, "col": 128, "colab": [64, 212], "collab": 11, "collabor": [1, 2, 3, 6, 11, 22, 30, 31, 36, 37, 39, 54, 57, 59, 64, 65, 66, 87, 108, 111, 118, 121, 125, 136, 137, 142, 143, 144, 149, 153, 155, 159, 161, 165, 172, 178, 182, 184, 191, 192, 194, 195, 196, 201, 204, 206, 207, 208, 210, 212, 215], "colleagu": 137, "collect": [64, 97, 101, 133, 146, 156, 164, 167, 170, 178, 179, 180, 183, 184, 192, 193, 195, 196, 204, 212], "colleg": 189, "color": [118, 134, 147, 168, 171, 176, 190, 211], "colour": 64, "column": [8, 9, 96, 108, 126, 129, 158, 175, 188, 191, 200, 210], "com": [0, 1, 2, 5, 6, 7, 9, 10, 11, 13, 14, 15, 18, 19, 20, 21, 22, 24, 25, 26, 27, 28, 30, 31, 32, 34, 35, 36, 37, 38, 39, 41, 44, 45, 46, 47, 49, 50, 51, 52, 53, 54, 55, 56, 58, 59, 63, 64, 67, 73, 75, 76, 77, 78, 80, 81, 85, 88, 90, 96, 100, 101, 104, 107, 108, 109, 111, 118, 122, 123, 128, 130, 131, 135, 136, 142, 149, 150, 151, 152, 153, 160, 164, 167, 168, 172, 175, 181, 182, 196, 198, 199, 200, 209, 212], "combin": [2, 9, 59, 61, 64, 67, 78, 128, 142, 143, 146, 154, 178, 179, 180, 182, 197, 204, 215], "combinator": 182, "combinatori": 182, "come": [35, 76, 81, 99, 100, 151, 163, 172, 175, 182, 189, 194, 195, 197, 212], "comfort": 215, "comic": 182, "comma": [20, 31, 46, 71, 191], "command": [6, 9, 10, 15, 18, 28, 29, 34, 35, 44, 52, 53, 55, 61, 64, 68, 71, 75, 76, 81, 82, 83, 84, 85, 88, 89, 91, 96, 97, 100, 102, 103, 108, 112, 120, 125, 126, 128, 130, 131, 135, 142, 143, 144, 146, 148, 150, 158, 160, 161, 163, 166, 167, 171, 172, 178, 181, 182, 184, 185, 187, 188, 192, 206, 215], "comment": [51, 71, 108, 112, 127, 142, 146, 147, 156, 175, 190, 192, 200, 212], "commerci": 9, "commit": [95, 196, 204], "common": [71, 103, 129, 130, 146, 163, 167, 175, 179, 180, 182, 183, 193, 196], "commonli": 59, "commonmark": [150, 182], "commun": [9, 59, 64, 74, 120, 143, 152, 155, 163, 182, 183, 191, 196, 200], "compani": [204, 212, 213], "companion": 147, "compar": [61, 64, 101, 153, 178, 196, 212], "comparison": 105, "compat": [88, 114, 149, 150, 170, 178, 181, 182, 183, 184, 185, 215], "compens": 213, "compet": 129, "competit": [64, 206, 213], "competitor": [204, 212], "compil": [35, 52, 61, 64, 65, 83, 91, 98, 99, 108, 116, 133, 146, 147, 148, 152, 167, 181, 182, 183, 184, 185, 186], "complement": 64, "complet": [16, 17, 18, 21, 28, 29, 64, 87, 88, 99, 100, 121, 129, 130, 146, 150, 153, 167, 175, 176, 178, 191, 192, 195, 196, 197, 204, 206, 209, 210, 211, 213], "complex": [81, 185], "complexupset": 185, "complianc": 73, "compliant": 61, "complic": [61, 137, 212, 213], "compon": [8, 178, 185], "compos": [59, 118, 146], "composit": [182, 183], "compositor": 82, "comprehens": 182, "compress": [135, 161, 182], "comput": [2, 6, 9, 48, 61, 65, 73, 74, 79, 80, 85, 87, 95, 96, 97, 99, 100, 101, 112, 113, 116, 117, 126, 127, 129, 131, 135, 136, 137, 144, 146, 154, 160, 161, 167, 172, 174, 175, 178, 182, 183, 184, 186, 192, 195, 200, 204, 206, 211, 212, 213, 215], "computation": [61, 64], "con": [102, 178], "concaten": 172, "conceiv": 196, "concept": [10, 28, 61, 154, 159, 215], "concern": [21, 61, 80, 146, 175], "concurr": [2, 149], "conda": [100, 182], "condit": 182, "conduct": 192, "conf": 120, "config": [85, 108, 112, 131, 144, 167, 181], "configur": [0, 1, 2, 3, 6, 61, 64, 67, 71, 81, 85, 96, 98, 103, 106, 112, 132, 137, 147, 148, 149, 150, 152, 154, 156, 159, 162, 170, 174, 182, 189, 190, 191, 194, 195, 196, 198, 199, 200, 206, 207, 212, 213, 215], "confirm": [3, 10, 11, 28, 53, 64, 76, 81, 96, 101, 104, 121, 131, 146, 167, 178, 194, 195, 196, 209, 215], "conflict": [99, 152, 178], "confus": [62, 108, 163, 170, 215], "congratul": [85, 116], "conjoint": 182, "conn": 120, "connect": [2, 6, 10, 28, 34, 57, 59, 61, 64, 65, 67, 73, 74, 79, 80, 86, 90, 95, 133, 135, 136, 139, 154, 160, 167, 207, 212, 215], "connection_fil": 84, "consectetur": 150, "consequ": [212, 213], "conserv": [3, 85], "consid": [61, 64, 79, 81, 86, 99, 104, 112, 130, 175, 192, 195, 197, 212, 213], "consider": [155, 174], "consist": [46, 74, 81, 135, 161, 167, 190, 195, 196, 215], "consol": [10, 28, 80, 84, 99, 182, 183], "consolid": [158, 183], "constant": 81, "constrain": 183, "constraint": 183, "construct": [129, 182], "consult": [5, 95, 126, 183, 200], "consum": [129, 172, 196], "cont": 186, "contact": [2, 10, 28, 53, 58, 61, 64, 81, 113, 137, 152, 160, 167, 178, 199, 212], "contain": [1, 4, 10, 17, 28, 29, 33, 36, 38, 47, 64, 68, 69, 83, 100, 101, 110, 111, 120, 130, 143, 148, 152, 156, 159, 161, 163, 164, 165, 166, 177, 178, 179, 180, 182, 183, 188, 190, 191, 193, 195, 196, 200], "content": [6, 10, 21, 27, 28, 29, 34, 35, 37, 38, 44, 47, 48, 49, 50, 52, 53, 55, 59, 65, 71, 73, 74, 77, 78, 81, 86, 87, 95, 106, 120, 123, 127, 130, 137, 150, 155, 156, 159, 161, 163, 167, 170, 171, 175, 177, 178, 179, 182, 183, 192, 196, 200, 201, 207], "contentwindow": [10, 28], "context": [9, 150, 172, 201], "contextili": 182, "contextu": 111, "contigu": 143, "contin": 61, "continu": [2, 9, 64, 73, 74, 91, 108, 121, 160, 168, 172, 174, 182, 186, 196, 200, 206], "contrari": 172, "contrast": 130, "contrib": [102, 182], "contribut": [74, 77, 78, 87, 102, 159, 177, 201, 207], "control": [9, 64, 88, 98, 99, 108, 130, 138, 143, 144, 146, 147, 148, 152, 159, 160, 172, 175, 178, 181, 182, 183, 185, 188, 191, 196, 201, 204, 207, 213, 215], "convei": 178, "conveni": [61, 64, 84, 92, 93, 126, 128, 135, 150, 156, 194, 196, 197], "convent": 161, "converg": 97, "convers": [9, 171, 185], "convert": [52, 74, 91, 98, 125, 172, 178, 181, 182, 192, 200, 212], "convex": 182, "cooki": [73, 77, 111], "cookiecutt": 182, "cool": 64, "coolest": 182, "coordin": [146, 176, 184, 211], "copi": [6, 9, 15, 16, 17, 18, 48, 61, 64, 71, 74, 79, 81, 84, 95, 96, 99, 104, 121, 127, 130, 131, 134, 135, 142, 143, 144, 150, 155, 157, 161, 164, 166, 167, 171, 172, 175, 182, 183, 190, 191, 192, 193, 194, 195, 201, 215], "copy_path": 16, "copy_path_between_project": [10, 17, 28], "copy_path_between_projects_respons": [10, 28], "copy_path_delet": [28, 182], "copy_path_id": [10, 15, 16, 17, 28], "copy_path_statu": [10, 15, 28, 182], "copy_path_status_respons": [10, 28], "copy_public_path_between_project": 28, "copyright": [100, 101, 175], "core": [25, 37, 64, 74, 85, 112, 117, 126, 143, 178, 182, 194, 197, 198, 212], "corner": [81, 143, 193, 195], "coronaviru": 183, "coroutin": 183, "correct": [71, 80, 100, 111, 146, 147, 189, 191, 195, 200], "correctli": [85, 146, 175, 182, 195, 197, 200, 212], "correspond": [6, 8, 50, 51, 70, 74, 77, 82, 87, 112, 142, 147, 148, 150, 167, 170, 182, 188, 190, 191, 195, 196, 200, 209, 215], "cost": [9, 50, 61, 174, 204, 209, 213], "cost_per_hour": 50, "costli": 196, "could": [2, 6, 15, 18, 53, 81, 91, 95, 100, 103, 108, 112, 130, 144, 146, 147, 150, 160, 163, 167, 172, 181, 189, 196, 201, 215], "couldn": 112, "count": [57, 86, 128, 130, 131, 168, 176, 197, 211], "countdown": 202, "counter": [4, 151, 168, 202], "countri": 5, "coupl": [57, 106, 108, 152, 164, 167, 175, 178, 181, 182, 183, 195], "cours": [1, 2, 5, 21, 53, 59, 64, 65, 100, 104, 107, 108, 112, 117, 130, 134, 137, 149, 152, 167, 170, 176, 178, 179, 180, 181, 182, 183, 188, 192, 193, 194, 198, 199, 200, 209, 212, 213], "course_id": 112, "coursework": 195, "cov": 182, "cover": [5, 9, 58, 61, 160, 164, 197, 200, 209], "coverag": 182, "covid": 183, "cow": [74, 77], "cowsai": 77, "cp": [77, 84], "cpp": 83, "cpu": [3, 37, 53, 64, 81, 87, 98, 104, 126, 158, 163, 184, 197, 198, 207], "cpu_shar": [25, 37], "craft": 45, "cran": [100, 101, 146, 182, 183], "crash": [73, 104, 108, 133, 139, 160, 206, 215], "creat": [2, 3, 5, 6, 7, 9, 10, 15, 19, 20, 21, 26, 28, 29, 32, 34, 47, 49, 51, 52, 53, 61, 65, 68, 71, 74, 75, 78, 79, 80, 83, 85, 89, 95, 96, 97, 99, 100, 101, 103, 108, 109, 110, 112, 114, 116, 118, 120, 122, 123, 124, 127, 128, 131, 134, 135, 137, 138, 142, 143, 144, 147, 148, 150, 153, 155, 156, 157, 159, 160, 161, 163, 165, 166, 167, 168, 170, 172, 174, 175, 176, 178, 181, 182, 183, 185, 186, 192, 193, 195, 196, 198, 199, 200, 211, 212, 213, 215], "create_account": [10, 28], "create_project": 28, "create_support_ticket": 28, "created_at": 26, "createdb": 120, "creation": [19, 74, 157, 184, 196, 212], "credenti": [56, 73, 74], "credit": [2, 5, 53, 64, 74, 77, 78, 100, 101, 149, 174, 195, 197], "criterion": 64, "crontab": 163, "cross": 184, "croucher": 190, "css": [81, 123, 172], "csv": [65, 71, 112, 131, 181, 183, 190, 214], "ctan": 146, "ctl": 160, "ctrl": [71, 84, 85, 88, 101, 110, 148, 167, 191, 196, 200], "cu": 64, "cuda": 64, "cufflink": 196, "cumsum": 215, "cur": 120, "curat": 177, "curio": [182, 183], "curiou": 96, "curl": [11, 13, 14, 15, 18, 19, 20, 21, 22, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 39, 41, 44, 45, 46, 47, 48, 49, 52, 53, 54, 55, 76, 84, 135, 181], "current": [1, 2, 4, 5, 10, 13, 28, 44, 53, 60, 64, 80, 81, 84, 87, 88, 96, 103, 104, 108, 109, 130, 143, 144, 146, 147, 154, 156, 158, 159, 161, 164, 172, 175, 176, 182, 183, 184, 190, 198, 200, 206, 207, 211, 213, 215], "cursor": [1, 120, 126, 142, 147, 149, 150, 176, 188, 211], "curv": [78, 184], "custom": [1, 5, 28, 29, 52, 56, 58, 64, 77, 81, 98, 103, 106, 132, 137, 150, 155, 159, 172, 173, 175, 182, 183, 188, 199, 206, 207, 212, 213, 215], "customari": 150, "customiz": [130, 179], "cut": [81, 178], "cutoff": 130, "cvxpy": 182, "cxx": 108, "cxxflag": 108, "cycl": [2, 3, 117], "cyipopt": 182, "cython": [182, 183], "cytoolz": 182, "d": [11, 13, 14, 15, 18, 19, 20, 21, 22, 24, 27, 30, 31, 32, 34, 35, 36, 37, 38, 39, 41, 44, 45, 46, 47, 48, 49, 52, 53, 54, 55, 64, 71, 74, 77, 81, 84, 85, 99, 101, 120, 126, 130, 163, 167, 177, 183, 196], "d0381938": 50, "d0e4": 131, "d0f1b21a9df64f": 181, "d22d521b36af": 46, "d4abd9c6c225": 46, "d4m": 182, "d518": 20, "d573": [21, 26], "d66acdeac949": 35, "d89b": 34, "da3a8eaf": [10, 28], "dai": [2, 5, 9, 53, 61, 64, 100, 109, 130, 167, 182, 191, 199, 204, 209], "daili": [64, 183, 185, 206], "dark": 168, "darktabl": [181, 215], "darriba": 175, "dartmouth": 181, "dash": [98, 130, 167], "dash_01": 118, "dash_app": 118, "dash_core_compon": 118, "dash_html_compon": 118, "dashboard": [118, 131], "dask": [98, 181, 182, 183], "dat": 77, "data": [5, 10, 15, 18, 21, 36, 50, 57, 61, 64, 77, 78, 81, 85, 86, 96, 106, 108, 109, 110, 112, 117, 118, 120, 128, 131, 137, 144, 146, 150, 153, 155, 156, 164, 166, 167, 172, 181, 182, 183, 184, 185, 186, 190, 196, 200, 201, 204, 212, 215], "databas": [32, 37, 44, 52, 53, 84, 110, 167, 183, 184, 201, 215], "datafram": [78, 118, 181, 182, 183], "datahub": 182, "datapackag": 182, "dataread": [181, 182], "dataset": [78, 167, 181], "dataset_nam": 74, "datashad": [78, 182], "date": [2, 4, 5, 15, 56, 67, 77, 80, 149, 152, 163, 175, 178, 189, 190, 191, 192, 195, 197, 209], "datetim": 163, "datri": 182, "db": [28, 29, 37, 85, 215], "db_assign": 112, "db_student": 112, "dbname": 120, "dbpath": 110, "dbu": 182, "dc8c62659886": 48, "dcc": 118, "dd": [78, 143], "dda9": 36, "ddf": 78, "de": 130, "deactiv": 100, "dead": 215, "deadlin": 195, "deae": 21, "deal": [64, 104, 108, 129, 182, 212, 213], "dealt": 212, "deap": 182, "deb": 64, "debug": [23, 65, 118, 125, 130, 133, 159, 210], "debug1": 160, "decid": [81, 154, 212], "decis": [88, 213], "declar": 74, "declaredesign": 183, "decod": 163, "decor": 182, "decreas": [61, 175], "dedic": [64, 71, 137, 149, 167, 182, 204, 209, 212], "deduct": 64, "deep": [74, 123, 184], "def": [78, 163, 172, 183], "default": [2, 3, 13, 14, 15, 17, 18, 20, 35, 37, 46, 52, 61, 64, 65, 66, 71, 77, 88, 96, 99, 100, 103, 108, 112, 128, 132, 136, 141, 143, 144, 146, 147, 148, 150, 152, 155, 159, 161, 167, 172, 179, 181, 182, 183, 184, 185, 186, 187, 188, 193, 196, 197, 200, 206, 207, 211, 215], "default_mod": [94, 124, 130], "defin": [44, 85, 88, 92, 100, 101, 112, 128, 130, 150, 152, 167, 171, 177, 178, 182, 183], "definit": [28, 29, 37, 81, 99, 108, 129, 130, 147, 150, 178], "defunct": 126, "del": [113, 182], "delai": [26, 178], "delet": [3, 15, 16, 18, 22, 59, 61, 65, 81, 86, 113, 129, 133, 143, 144, 148, 159, 161, 163, 166, 176, 192, 195, 200, 201, 202, 207], "delete_account": 28, "delete_miss": [10, 15, 18, 28], "delimit": [31, 112], "deliv": 100, "deliveri": 81, "demo": [10, 28, 61, 78, 98, 112, 146, 181, 182], "demonstr": [108, 146, 190], "deni": 167, "denot": 5, "dep": [147, 182], "depend": [6, 9, 61, 64, 71, 99, 100, 101, 103, 106, 114, 117, 135, 136, 147, 167, 175, 182, 183, 194, 197, 198, 213], "depict": 103, "deploi": [78, 183, 212], "deploy": 182, "deprec": [13, 111, 181, 182, 183, 186], "deprovis": [61, 64], "depth": [59, 65, 201], "deriv": [61, 74, 184, 196], "desc": [37, 53, 188], "describ": [6, 9, 74, 99, 100, 101, 130, 135, 142, 146, 167, 188, 190, 196, 198, 206], "descript": [2, 4, 9, 20, 26, 50, 53, 59, 74, 143, 146, 150, 159, 165, 166, 170, 175, 177, 179, 180, 191, 197, 207, 209, 215], "deselect": 167, "design": [90, 130, 150, 173, 183, 215], "designlibrari": 183, "desir": [64, 77, 84, 91, 104, 154, 161, 189, 190, 196, 209], "desktop": [65, 88, 113, 167, 174, 181, 182, 183, 184, 207, 210, 215], "desolve_tides_mpfr": 182, "despit": [185, 206], "dest": [15, 18, 196], "destin": [15, 18, 47, 81, 134, 161, 196], "destruct": [15, 18], "detail": [3, 5, 10, 26, 28, 53, 58, 61, 64, 84, 85, 87, 99, 102, 117, 130, 137, 141, 144, 146, 149, 153, 156, 158, 160, 167, 168, 170, 172, 189, 195, 196, 197, 199, 204], "detect": [80, 104, 129, 146, 182, 183], "determin": [11, 143, 176, 188, 209, 211], "detour": 96, "dev": [19, 64, 130, 146, 181, 183], "develop": [23, 51, 61, 64, 98, 136, 137, 142, 150, 151, 152, 159, 172, 178, 181, 182, 183, 185, 204, 206, 212, 213, 215], "devic": [81, 128, 135, 176, 211], "devot": 81, "df": [78, 118, 131], "dfb4007a8e7f": 27, "dia": 215, "diagnost": 81, "diagon": 183, "diagram": 215, "dialog": [2, 56, 64, 71, 81, 84, 96, 103, 119, 121, 122, 146, 161, 164, 167, 195, 197, 198], "dialogu": 167, "dict": [21, 74, 78, 112], "dictionari": [71, 87], "did": [10, 17, 28, 79, 95, 122, 129, 172, 178, 206, 215], "didn": [77, 182], "diff": [192, 195, 215], "diffeqflux": 182, "differ": [0, 1, 5, 9, 35, 48, 58, 61, 64, 67, 73, 80, 81, 95, 103, 109, 112, 129, 137, 141, 146, 148, 149, 150, 154, 161, 167, 172, 175, 176, 178, 186, 187, 189, 191, 195, 197, 198, 200, 201, 206, 209, 211, 212], "differenti": [172, 181, 186], "differentialequ": 182, "difficult": 104, "digit": [59, 130, 131, 165, 196], "dill": 182, "dim": 97, "dimens": 182, "dimension": [182, 183, 185], "diplai": 202, "dir": [101, 108, 130, 147], "direct": [59, 61, 64, 91, 136, 142, 146, 147, 150, 152, 171, 172, 176, 193, 196, 204, 211], "directli": [9, 11, 37, 53, 64, 81, 82, 87, 88, 95, 101, 104, 144, 146, 163, 175, 188, 194, 197, 206], "directori": [4, 6, 10, 15, 18, 28, 35, 36, 37, 38, 47, 51, 53, 59, 61, 64, 68, 71, 76, 82, 84, 85, 95, 97, 100, 101, 106, 110, 112, 123, 130, 132, 135, 146, 147, 157, 159, 160, 161, 163, 164, 167, 177, 182, 190, 193, 195, 196, 215], "dirnam": 167, "disabl": [2, 61, 64, 78, 81, 82, 88, 108, 120, 146, 147, 167, 170, 174, 182, 183, 200, 201, 207], "disadvantag": 212, "disappear": 191, "disc": 167, "disclosur": [150, 172], "disconnect": [23, 73, 79, 81, 168], "disconnect_from_project": 28, "discontinu": [152, 181], "discord": 73, "discount": 64, "discourag": 197, "discours": 182, "discov": [152, 175, 197], "discover": 175, "discoveri": 146, "discrep": 160, "discret": 182, "discuss": [5, 56, 59, 66, 70, 73, 81, 111, 119, 121, 146, 150, 151, 162, 165, 167, 171, 176, 209, 211, 213], "diseas": [179, 180], "disk": [2, 37, 53, 57, 64, 65, 79, 87, 130, 133, 135, 146, 148, 154, 158, 167, 174, 190, 201, 207, 209], "disk_quota": [25, 37, 50], "displai": [2, 3, 4, 5, 8, 56, 59, 64, 65, 66, 68, 70, 71, 78, 81, 84, 100, 103, 113, 114, 131, 134, 142, 148, 149, 150, 159, 161, 162, 165, 167, 168, 171, 172, 176, 183, 193, 194, 196, 202, 207, 209, 210, 211], "display_nam": [84, 100], "disrupt": 81, "distinct": [48, 111], "distinguish": 64, "distribut": [1, 61, 76, 85, 100, 111, 152, 167, 174, 178, 181, 182, 183, 186, 192, 193, 195, 196, 197, 198, 200, 212], "dit": 182, "div": [118, 172], "dive": 123, "diversipi": 182, "divid": [135, 200], "django": 182, "dk": 80, "dl": 64, "dmap": 78, "dmmmh": 77, "dmmmy": 77, "dny": 77, "do": [6, 9, 10, 28, 29, 31, 37, 46, 47, 48, 49, 53, 56, 61, 71, 73, 77, 83, 84, 88, 89, 90, 91, 96, 99, 100, 101, 104, 107, 111, 112, 114, 117, 121, 125, 129, 130, 131, 134, 135, 136, 141, 143, 144, 147, 148, 150, 156, 157, 161, 163, 165, 167, 170, 171, 172, 174, 175, 177, 178, 182, 188, 189, 190, 192, 193, 195, 196, 200, 204, 206, 207, 209, 212], "doc": [15, 18, 75, 76, 78, 92, 100, 130, 131, 134, 150, 181, 182, 193, 215], "docker": [10, 19, 28, 64, 101, 120, 126, 159, 182, 215], "docsifi": [181, 182], "docstr": 172, "doctestplu": [182, 183], "doctyp": 123, "document": [3, 9, 10, 28, 51, 52, 53, 71, 74, 77, 78, 81, 87, 91, 96, 97, 99, 100, 102, 112, 126, 127, 129, 131, 137, 142, 143, 144, 145, 147, 148, 150, 153, 159, 164, 166, 167, 176, 177, 178, 179, 180, 181, 182, 194, 195, 196, 201, 207, 215], "documentclass": [52, 146], "docx": 215, "doe": [2, 9, 15, 27, 36, 46, 55, 57, 64, 67, 73, 74, 79, 86, 100, 104, 108, 112, 130, 131, 136, 139, 141, 144, 150, 165, 167, 171, 172, 174, 190, 191, 192, 194, 195, 196, 197, 201, 204, 206, 212, 215], "doe00": 19, "doepi": 182, "doesn": [65, 66, 71, 81, 88, 108, 113, 130, 133, 142, 146, 154, 163, 168, 171, 172, 181, 201, 215], "dof": 97, "dollar": [91, 171, 188], "dolor": 150, "domain": [10, 28, 64, 78, 90, 118, 120, 196, 200], "don": [48, 49, 53, 59, 61, 64, 68, 73, 86, 96, 99, 100, 116, 122, 128, 130, 131, 136, 142, 146, 156, 163, 167, 168, 182, 195, 196, 211], "done": [6, 10, 28, 64, 100, 101, 108, 109, 129, 134, 143, 146, 150, 172, 175, 176, 181, 182, 188, 192, 193, 196, 200, 209, 211], "door": 200, "dot": [64, 146, 161, 171], "doubl": [59, 83, 97, 103, 143, 147, 148, 150, 172, 188, 196], "doubt": 152, "down": [56, 61, 64, 84, 85, 103, 104, 106, 109, 112, 129, 135, 158, 160, 167, 172, 175, 176, 188, 196, 209, 211, 212], "downgrad": [182, 183, 185], "download": [2, 61, 67, 77, 89, 96, 99, 100, 101, 116, 123, 130, 137, 143, 146, 148, 159, 161, 166, 167, 172, 174, 195, 196, 212], "downloaded_packag": 101, "downward": 116, "dozen": [104, 176, 195, 211], "dpi": 215, "dplyr": [181, 182], "dr": [78, 182], "drag": [59, 144, 148, 176, 188, 195, 196, 200, 211], "drastic": 167, "draw": [82, 176, 182, 211, 215], "drawback": 101, "drawio": 182, "drawn": 146, "dream": 64, "drive": [57, 96, 183], "droid": 123, "drop": [59, 61, 81, 114, 144, 175, 176, 195, 211], "dropdown": [1, 6, 65, 101, 143, 147, 148, 171, 176, 194, 207, 211], "drouff": 97, "drracket": 182, "drxyzzi": 131, "ds9": 181, "dt": 15, "dta": 183, "dtype": 74, "due": [53, 61, 99, 129, 139, 146, 152, 160, 175, 182, 185, 190, 191, 192, 195, 206, 212, 215], "due_dat": 196, "dull": 201, "dumb": 126, "dump": 130, "dunfield": 130, "duplic": [100, 130, 161, 166, 183], "durat": [5, 61, 172, 195, 199, 204], "duration_": 172, "dure": [10, 28, 73, 74, 81, 100, 146, 147, 154, 170, 176, 209], "dx": 97, "dy": 97, "dynam": [100, 128, 182, 183, 206, 215], "dynamicmap": 78, "dz": 97, "e": [2, 5, 6, 10, 19, 28, 29, 48, 49, 59, 61, 64, 71, 73, 77, 81, 84, 85, 88, 92, 99, 100, 101, 104, 108, 110, 114, 117, 120, 121, 122, 128, 130, 132, 135, 136, 142, 144, 146, 150, 152, 156, 157, 161, 163, 165, 167, 170, 171, 172, 175, 176, 177, 178, 181, 182, 183, 187, 188, 189, 194, 195, 196, 197, 200, 201, 206, 209, 211, 215], "e32a26f8": 55, "e41a1c": 128, "e44c6903945": 21, "e49e86aa": [15, 18, 35, 36, 38, 47], "e6": 160, "e6993694": 44, "e7d41dcfe921": 32, "e80fd64d": [11, 30, 39], "ea2d": 21, "ea43": 21, "each": [2, 4, 5, 6, 9, 10, 28, 29, 31, 51, 61, 64, 70, 71, 77, 81, 85, 87, 107, 108, 111, 120, 126, 130, 131, 135, 142, 143, 144, 146, 149, 158, 160, 163, 165, 166, 167, 168, 171, 172, 175, 176, 177, 178, 179, 180, 185, 188, 190, 191, 192, 193, 194, 195, 196, 197, 199, 200, 202, 206, 209], "earli": [61, 212], "earlier": [17, 144, 185, 186], "earliest": 15, "earth": 182, "eas": 215, "easi": [9, 61, 63, 81, 148, 150, 156, 165, 167, 171, 175, 176, 179, 180, 182, 186, 209, 211, 215], "easier": [64, 83, 167, 176, 182, 190, 196, 211, 212], "easiest": [95, 108], "easili": [2, 8, 53, 61, 64, 84, 110, 120, 121, 137, 141, 148, 149, 172, 175, 182, 189, 196, 197, 200, 209, 211, 212], "east1": [64, 167], "ec822d6f": 37, "echo": [6, 35, 52, 55, 77, 78, 81, 84, 106, 120, 131, 134, 146, 196, 210], "econometr": 182, "ed25519": 167, "edg": 178, "edit": [4, 5, 57, 59, 64, 65, 66, 67, 71, 73, 83, 84, 86, 87, 88, 89, 91, 104, 116, 124, 128, 137, 141, 143, 144, 146, 147, 148, 161, 167, 174, 175, 179, 180, 182, 183, 185, 186, 190, 192, 194, 195, 196, 197, 200, 201, 206, 207, 210, 214, 215], "editor": [9, 10, 28, 64, 65, 73, 75, 83, 85, 88, 89, 91, 92, 96, 97, 100, 108, 116, 123, 128, 130, 137, 141, 142, 146, 148, 150, 156, 166, 167, 171, 178, 181, 182, 188, 195, 196, 201, 207, 210, 214, 215], "editor_set": 37, "edu": [189, 196], "educ": [85, 149, 179, 180, 195], "edward": 181, "edward2": 181, "ee": 160, "eed3": 46, "effect": [64, 147, 148, 163, 167, 183, 185], "effici": [48, 61, 172, 182, 183], "effort": [9, 87, 131, 149, 154, 213], "ehanc": 142, "ehrhart_seri": 182, "eigensolv": 182, "either": [1, 6, 37, 59, 61, 64, 71, 73, 75, 77, 80, 81, 82, 83, 91, 100, 120, 124, 128, 130, 135, 141, 143, 144, 146, 148, 149, 150, 167, 175, 181, 189, 190, 200, 204], "eiusmod": 150, "elan": 152, "elbow": 108, "electr": [64, 183], "electric_char": 37, "electromagnet": 183, "electron": 185, "eleg": [182, 215], "element": [103, 128, 130, 164, 182, 184, 185, 186, 212], "elementari": 2, "elev": [49, 156], "elimin": [63, 64, 67, 129], "elit": 150, "els": [5, 108, 120, 129, 136, 143, 144, 160, 204, 209, 212, 213, 215], "elsewher": 172, "emac": [67, 89, 215], "email": [2, 3, 5, 7, 11, 13, 19, 21, 24, 30, 31, 39, 41, 46, 51, 55, 58, 59, 64, 73, 80, 81, 109, 111, 122, 130, 131, 150, 167, 182, 189, 190, 192, 193, 195, 209, 215], "email_address": [19, 21, 24, 46, 48, 49, 53, 55], "email_already_taken": 13, "emb": [10, 28, 56, 146, 171], "embed": [29, 67, 141, 146, 148, 155, 172, 175, 210, 215], "embree3": 182, "emce": 182, "emoticon": 59, "employ": 81, "empow": 137, "empti": [61, 100, 131, 142, 150, 167, 176, 192, 209, 211, 215], "emptibl": 172, "empyr": 183, "en": [71, 150, 181, 182], "enabl": [2, 3, 50, 53, 56, 71, 74, 84, 85, 88, 90, 95, 96, 97, 102, 106, 112, 126, 130, 135, 141, 142, 143, 147, 150, 156, 167, 174, 176, 182, 195, 196, 201, 207, 211, 215], "enclos": [59, 83, 150, 176, 211], "encount": 172, "encourag": 213, "encrypt": [57, 64, 81, 90, 136], "end": [2, 10, 28, 29, 52, 61, 64, 65, 71, 76, 77, 79, 81, 83, 91, 92, 94, 95, 100, 101, 112, 124, 128, 129, 130, 132, 133, 143, 146, 147, 148, 150, 167, 172, 176, 183, 192, 196, 197, 199, 200, 201, 209, 211, 215], "end_fil": 134, "end_solution_delimet": 112, "endpoint": [10, 11, 15, 29, 50, 52, 53, 54, 55, 87, 118, 163, 182, 207], "endpoint_url": 74, "engag": 143, "engin": [146, 147, 148, 175, 182, 215], "england": [179, 180], "english": [71, 146, 183], "enh": [181, 182], "enhanc": [59, 63, 100, 121, 140, 141, 167, 182, 213], "enjoi": [64, 182, 213], "enorm": 53, "enough": [2, 61, 64, 106, 144, 167, 172, 175, 190, 204], "enrich": 185, "enrol": [191, 196, 197], "ensur": [90, 130, 175, 189, 191, 192, 195, 196], "enter": [2, 3, 4, 5, 6, 9, 68, 71, 73, 80, 96, 121, 124, 129, 130, 131, 134, 144, 146, 148, 149, 150, 156, 161, 165, 166, 167, 171, 172, 175, 176, 188, 190, 191, 192, 195, 196, 200, 202, 209, 210], "enteract": 134, "enterpris": 212, "entertain": 77, "entir": [2, 23, 37, 61, 71, 81, 88, 108, 111, 122, 167, 176, 185, 190, 195, 196, 201, 211], "entri": [3, 9, 16, 59, 76, 87, 108, 130, 134, 142, 159, 163, 164, 171, 175, 181, 182, 190, 196, 201, 207], "env": [100, 126, 128, 130, 163, 181], "envelop": 168, "environ": [56, 64, 84, 88, 98, 101, 103, 106, 118, 126, 131, 134, 137, 143, 146, 147, 148, 152, 155, 159, 163, 172, 175, 177, 179, 181, 182, 183, 184, 186, 187, 194, 195, 196, 206, 207, 210, 212, 215], "envoron": 167, "eon": 183, "ep": 146, "ephemer": 64, "epidem": 183, "episod": 81, "epoch": [188, 196], "equal": [31, 56, 147, 175, 196], "equat": [102, 146, 148, 172, 186], "equival": [102, 112, 146, 167], "era": 183, "erocarrera": 182, "err": 163, "err_on_exit": 35, "errat": 81, "erron": 184, "error": [9, 10, 13, 15, 17, 18, 19, 24, 28, 32, 35, 36, 38, 41, 53, 61, 64, 89, 91, 97, 99, 101, 111, 112, 127, 130, 137, 142, 144, 146, 147, 148, 163, 167, 174, 181, 194, 197, 215], "esc": [88, 176, 200], "escap": [64, 182], "escienc": 78, "esda": 182, "esp": 88, "especi": [61, 64, 108, 144, 178, 181, 212, 215], "esr": 181, "essenc": 102, "essenti": [2, 28, 29, 61, 64, 91, 127, 146, 158, 212, 213], "establish": 59, "estim": [64, 174, 181, 182, 183], "et": 150, "etc": [2, 10, 28, 35, 59, 64, 67, 71, 83, 84, 85, 87, 88, 104, 108, 111, 112, 120, 122, 124, 126, 129, 130, 142, 143, 144, 146, 159, 163, 166, 167, 171, 172, 176, 178, 181, 182, 183, 185, 188, 194, 196, 198, 200, 209, 211, 215], "ev": 163, "eval": 84, "evalu": [80, 87, 124, 128, 130, 143, 146, 150, 163, 172, 194, 195, 200, 204, 209], "evcd": 182, "even": [9, 48, 61, 64, 71, 81, 91, 101, 108, 111, 127, 130, 142, 143, 147, 150, 167, 170, 171, 173, 175, 200, 201, 204, 206, 212, 215], "event": [10, 11, 13, 14, 15, 18, 19, 20, 21, 22, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 39, 41, 44, 45, 46, 108, 130, 166, 215], "eventu": [11, 167], "ever": [9, 121], "everi": [2, 42, 51, 57, 61, 77, 81, 83, 88, 108, 109, 122, 163, 168, 176, 184, 193, 195, 196, 209, 211], "everybodi": [121, 193], "everyon": [99, 100, 101, 143, 167, 192], "everyth": [1, 61, 64, 101, 104, 111, 122, 128, 129, 131, 136, 148, 150, 167, 175, 178, 188, 190, 192, 195, 196, 198, 200, 215], "evolut": [183, 201], "evolutionari": 182, "evolv": 183, "ex": [76, 150], "ex1": 150, "exact": [2, 9, 61, 97, 111, 135, 136, 150, 167, 178, 183, 196, 197, 198, 209], "exactli": [9, 31, 56, 126, 129, 130, 139, 143, 146, 172, 175, 178, 190, 191, 192, 197, 198, 201], "exam": 170, "exampl": [3, 6, 9, 11, 12, 13, 14, 15, 18, 19, 20, 21, 22, 24, 25, 26, 27, 29, 30, 31, 32, 34, 35, 36, 38, 39, 40, 41, 44, 46, 47, 49, 53, 55, 56, 59, 61, 71, 73, 74, 75, 78, 81, 83, 84, 87, 90, 91, 92, 96, 97, 98, 99, 100, 101, 102, 104, 105, 106, 108, 109, 111, 112, 113, 118, 127, 128, 130, 134, 136, 143, 146, 148, 149, 150, 154, 155, 156, 157, 164, 167, 171, 172, 174, 175, 176, 177, 178, 181, 182, 183, 184, 185, 186, 189, 190, 191, 194, 196, 198, 200, 201, 204, 211, 213, 215], "exce": [108, 144, 167], "excel": [172, 185], "except": [64, 73, 88, 107, 150, 160, 167, 172, 175, 182, 195, 196, 200, 204, 206, 209], "excess": [25, 61, 146], "exchang": [112, 209], "exclud": [4, 15, 18, 59, 161, 176, 211], "exclude_histori": [15, 18], "exclus": [90, 167, 189], "exec": [163, 200], "execut": [3, 28, 29, 35, 64, 75, 88, 97, 100, 120, 124, 130, 131, 142, 150, 167, 172, 176, 178, 184, 185, 186, 190, 195, 200, 206, 211, 215], "execute_cod": 172, "exercis": [178, 190, 194], "exhaust": 149, "exhibit": 139, "exist": [9, 15, 22, 24, 47, 64, 97, 99, 101, 103, 130, 131, 135, 146, 148, 168, 175, 178, 181, 182, 186, 194, 196, 197, 201, 204, 215], "exit": [35, 85, 99, 101, 167, 176, 200], "exit_cod": 35, "exo": 131, "exoplanet": 131, "exp": [77, 181], "expand": [2, 21, 51, 84, 103, 148, 149, 150, 165, 183, 196, 212], "expandus": [85, 100, 112], "expect": [48, 61, 64, 108, 129, 143, 168, 170, 175, 196, 206], "expect_equ": 112, "expens": [9, 61, 64, 197], "experi": [9, 20, 64, 81, 137, 152, 156, 184, 190, 194, 195, 204, 213], "experienc": [81, 130, 172], "experiment": [64, 131, 181, 182], "expert": 182, "expertis": [64, 99, 213], "expir": [2, 56, 121, 149, 174, 176, 189, 202, 204, 211], "explain": [9, 10, 28, 29, 48, 49, 53, 64, 65, 71, 84, 88, 97, 98, 99, 100, 102, 112, 116, 123, 128, 130, 135, 146, 149, 160, 167, 179, 180, 190, 191, 194, 215], "explan": [4, 51, 100, 133, 149, 167, 172, 215], "explanatori": [3, 143, 177, 194, 196], "explicit": [32, 152, 181, 182], "explicitli": [9, 48, 64, 81, 83, 95, 100, 103, 104, 122, 147, 154, 163, 167, 178, 181, 182, 190, 191, 195, 196, 201, 215], "explor": [8, 57, 64, 65, 69, 92, 146, 156, 164, 175, 182, 203, 207, 215], "exploratori": 183, "export": [82, 84, 98, 99, 120, 155, 176, 181, 182, 183, 184, 192, 200, 211], "expos": [64, 136, 150, 181], "express": [48, 59, 71, 80, 118, 194], "ext": [84, 130, 146, 181, 182, 183, 184], "ext4": 88, "extend": [146, 150, 178, 182, 212], "extens": [63, 67, 71, 73, 78, 84, 92, 98, 100, 112, 116, 122, 139, 141, 142, 144, 146, 150, 156, 167, 172, 176, 178, 182, 183, 184, 188, 193, 194, 196, 202, 212], "extern": [28, 29, 64, 81, 96, 98, 100, 130, 135, 153, 188, 215], "extra": [58, 64, 77, 86, 130, 135, 137, 167, 182, 189, 190, 195, 198], "extra_button_bar": 37, "extract": [116, 146, 172, 184], "extran": 196, "extrem": [9, 61, 64, 81, 130, 147, 168, 195], "ey": [61, 74, 85, 161, 176, 200, 211], "f": [6, 35, 50, 71, 77, 84, 118, 146, 147, 163, 167, 176, 188, 211], "f00c": 37, "f1": [92, 160], "f214": 27, "f2py": 92, "f5": 126, "f5a9": 37, "f781bf": 128, "f87129fd409e": 37, "f9": 126, "f90": 92, "f95": 92, "f9fe": 37, "fa4fc1e3be57": [21, 26], "fa8581c2d584": 37, "face": 171, "facebook": [3, 37, 44, 73, 109, 189], "facilit": [175, 183, 196, 204, 212], "fact": [61, 111, 150, 206, 209], "factor": [64, 117, 135, 150], "fail": [13, 17, 19, 28, 29, 53, 91, 104, 114, 129, 148, 150, 152, 167, 175, 178], "failur": [15, 28, 29, 61, 108], "fair": 195, "fairli": [178, 196], "fake": 196, "fall": [204, 213], "fals": [10, 13, 15, 17, 18, 20, 24, 28, 35, 37, 41, 44, 46, 53, 78, 84, 87, 101, 108, 128, 170, 172], "famili": [123, 171, 200], "familiar": 137, "famou": [91, 178, 212, 215], "fan": 196, "faq": [5, 65, 130, 145, 155, 159, 192, 205, 206, 207], "far": [80, 104, 122, 142, 168, 196], "fashion": 74, "fast": [61, 64, 74, 117, 182, 183, 184], "fasta": 106, "fastdtw": 182, "faster": [64, 71, 100], "fastest": [74, 183], "fatal": 89, "fault": [104, 122], "favor": 198, "favour": 204, "favourit": 81, "fbprophet": 183, "fc8a484980d9": 32, "fd": 186, "fd63": 26, "fd7e": [11, 30, 39], "fd9b025b": 46, "fe": 186, "feasibl": [64, 175], "featur": [3, 5, 8, 56, 64, 66, 67, 68, 70, 74, 78, 123, 130, 137, 141, 142, 145, 146, 149, 151, 154, 156, 159, 162, 165, 170, 171, 172, 175, 176, 182, 190, 193, 194, 195, 196, 204, 206, 207, 209, 210, 211, 212, 213], "feb": 109, "fee": [9, 61, 195, 197], "feed": 151, "feedback": [64, 137, 156, 181, 182, 183], "feel": [28, 29, 51, 64, 163, 206, 209, 212, 213], "felf64": 75, "fenic": 182, "fermion": 183, "fetch": 26, "fetchal": 120, "few": [3, 5, 9, 10, 28, 59, 61, 64, 73, 77, 81, 86, 96, 109, 114, 118, 122, 130, 135, 144, 161, 163, 165, 167, 172, 181, 185, 188, 197, 212], "fewer": [19, 64], "ff": 160, "ff51440c855f": 37, "ff7f00": 128, "ffff33": 128, "ffmpeg": 182, "fftw": 183, "fi": 146, "fictiti": 159, "field": [6, 10, 17, 26, 28, 29, 53, 87, 97, 165, 167, 182, 188, 192, 194, 209, 215], "field1": [10, 28], "field2": [10, 28], "fig": [118, 131, 146], "figur": [2, 9, 64, 77, 109, 112, 114, 118, 122, 131, 142, 144, 146, 163, 165, 195, 209], "file": [2, 3, 5, 6, 7, 8, 15, 18, 21, 29, 35, 36, 38, 47, 48, 51, 52, 53, 57, 59, 63, 64, 65, 66, 67, 75, 76, 78, 82, 83, 84, 85, 86, 87, 91, 92, 94, 95, 97, 98, 99, 100, 101, 104, 107, 108, 109, 110, 111, 112, 113, 114, 116, 118, 119, 120, 123, 127, 128, 129, 130, 131, 133, 134, 137, 138, 139, 141, 142, 143, 148, 149, 152, 155, 159, 163, 164, 168, 170, 171, 174, 176, 177, 181, 182, 183, 185, 189, 190, 192, 193, 194, 197, 198, 199, 202, 204, 206, 207, 210, 211, 212, 213, 215], "file1": [200, 215], "file2": 200, "file3": 200, "filenam": [6, 71, 82, 83, 100, 111, 122, 124, 130, 135, 146, 150, 157, 160, 177, 188, 190, 193, 200, 202, 215], "filepath": 74, "filesystem": [100, 161, 167, 174, 194, 196, 201], "filetyp": [59, 143], "fill": [108, 191], "filter": [4, 17, 59, 68, 122, 159, 161, 207], "final": [74, 81, 97, 100, 130, 146, 171, 183], "financ": 182, "financi": 182, "find": [1, 8, 64, 67, 71, 81, 100, 106, 108, 109, 112, 122, 129, 130, 131, 133, 146, 147, 150, 165, 167, 172, 175, 176, 182, 183, 188, 190, 193, 196, 200, 207, 211, 212, 215], "fine": [2, 64, 81, 91, 104, 127, 136, 167], "fingerprint": [159, 167], "fingerprinthash": 160, "finish": [10, 17, 28, 35, 64, 110, 120, 144, 167, 188, 190, 200, 201], "finit": [108, 186], "fire": 64, "firefox": [90, 111, 141, 181, 182, 215], "firewal": [81, 98], "first": [1, 2, 3, 5, 10, 27, 28, 35, 46, 53, 60, 61, 64, 71, 74, 75, 77, 82, 84, 91, 97, 100, 101, 102, 104, 108, 109, 113, 114, 119, 128, 130, 131, 134, 137, 138, 139, 143, 146, 147, 148, 150, 161, 165, 167, 171, 172, 176, 177, 179, 180, 181, 182, 183, 184, 188, 191, 195, 196, 197, 198, 202, 209, 211], "first_line_numb": 37, "first_nam": [19, 27, 46], "fit": [61, 183, 184, 185], "five": 150, "fix": [9, 64, 81, 98, 129, 137, 172, 181, 182, 184, 200, 204, 212], "flag": [84, 100, 136, 147, 167, 196], "flaki": [175, 192], "flask": 182, "flatli": 128, "flavor": [150, 196], "flaw": 130, "flexibl": [61, 64, 163, 178, 182, 198, 199, 212, 213, 215], "flexibli": 149, "flicker": 215, "flight": 168, "float": [130, 146, 188], "flow": [185, 186], "fluidpag": 128, "flux": 182, "fluxdiffeq": 182, "fly": 64, "flyout": [8, 65, 207], "fn": [176, 211], "focu": [64, 137, 152, 175, 178, 186, 192, 200, 212, 215], "focus": [67, 170, 200], "fold": [83, 124], "folder": [4, 15, 64, 69, 74, 96, 100, 116, 134, 155, 157, 161, 172, 190, 191, 192, 195], "folium": [182, 183], "follow": [2, 4, 6, 10, 15, 28, 29, 32, 37, 48, 53, 56, 59, 64, 67, 71, 73, 77, 78, 79, 80, 81, 83, 84, 87, 88, 89, 96, 99, 100, 106, 107, 108, 118, 120, 125, 126, 128, 130, 131, 132, 134, 143, 144, 146, 147, 149, 150, 165, 167, 171, 172, 175, 176, 177, 179, 180, 182, 183, 190, 191, 193, 194, 195, 196, 198, 211, 213], "font": [3, 81, 123, 146, 176, 182, 190, 211], "fontenc": 147, "fontspec": 147, "foo": [46, 130, 167, 176, 188, 190, 196, 211], "fooxyz": 46, "for_json": 15, "forc": 183, "forecast": [182, 183, 185], "foreign": 147, "forese": 152, "forev": 182, "forg": 182, "forget": [64, 71, 167], "forgot_password": 28, "forgot_password_respons": 24, "fork": [104, 130, 150, 182, 183], "form": [2, 15, 18, 28, 29, 56, 64, 74, 118, 143, 167, 170, 171, 176, 179, 190, 194, 211], "format": [19, 21, 34, 35, 55, 64, 66, 106, 131, 143, 144, 146, 150, 155, 163, 167, 171, 172, 182, 183, 190, 194, 196, 198, 204, 212], "former": 178, "formerli": [181, 182], "formula": [9, 59, 61, 91, 146, 148, 150, 176, 178, 182, 196, 215], "forth": [81, 129, 141, 143], "fortran": [98, 181], "fortranmag": 92, "fortun": 98, "forum": [56, 73, 193], "forward": [134, 146, 167, 174, 196], "forwardag": 167, "found": [6, 51, 77, 81, 127, 131, 139, 146, 172, 193], "foundat": [100, 101], "founder": [61, 64, 99, 108, 212, 215], "four": [111, 150, 165], "fourier": 181, "fout": 163, "fr": 181, "frac": [59, 146, 148, 150], "fractal": 183, "fractint": 183, "fraction": [2, 9, 61, 171], "fragment": [142, 150], "frame": [9, 65, 73, 75, 83, 85, 89, 92, 96, 97, 112, 118, 123, 128, 130, 137, 142, 146, 147, 148, 150, 167, 171, 182, 201, 210, 214, 215], "framework": [118, 130, 132, 146, 182, 184, 186, 213], "fred": 120, "free": [2, 5, 9, 61, 64, 81, 95, 129, 130, 163, 172, 174, 185, 189, 190, 191, 194, 197, 206, 213], "freedom": 64, "freehand": [176, 211], "freq_hz": 172, "frequenc": [78, 172], "frequent": [61, 81, 108, 146, 152, 167], "fresh": [10, 28, 152, 167, 182], "freshli": 64, "fresnel": 182, "freud": 182, "fridai": 36, "friendli": [64, 77], "from": [2, 3, 6, 7, 9, 15, 18, 21, 23, 26, 31, 37, 39, 40, 43, 50, 51, 55, 56, 61, 63, 64, 67, 73, 74, 75, 76, 78, 80, 81, 84, 85, 86, 87, 88, 94, 95, 96, 97, 99, 101, 108, 109, 111, 112, 113, 114, 117, 118, 120, 121, 122, 124, 128, 129, 131, 134, 137, 141, 143, 144, 145, 146, 147, 148, 149, 150, 152, 153, 161, 162, 163, 165, 166, 167, 168, 170, 171, 172, 175, 176, 177, 179, 180, 181, 182, 183, 184, 186, 188, 191, 192, 193, 194, 195, 197, 198, 199, 201, 204, 205, 206, 209, 211, 212, 213, 215], "from_panda": 78, "from_sequ": 85, "from_tfd": 74, "fromfil": 135, "front": [10, 28, 79, 81, 130, 176, 201, 211], "frontend": 150, "fruit": 118, "fsspec": 182, "fulfil": 178, "full": [9, 10, 28, 30, 50, 64, 67, 86, 95, 127, 130, 138, 141, 147, 154, 171, 176, 188, 189, 204, 215], "fulli": [9, 53, 61, 64, 100, 118, 122, 138, 139, 141, 167, 175, 188, 194, 198, 204, 212, 215], "fullscreen": [10, 28, 176, 207], "function": [10, 28, 51, 67, 71, 82, 92, 97, 101, 108, 112, 128, 129, 146, 163, 167, 170, 172, 178, 179, 180, 182, 183, 185, 190, 194, 196, 204, 212], "fund": [197, 212], "fundament": [74, 159, 179, 180], "further": [5, 15, 77, 83, 85, 158, 171, 195, 200, 215], "furthermor": [100, 133], "futur": [2, 15, 16, 32, 64, 100, 149, 154, 181, 184, 186, 189, 190, 193, 213], "fv": 186, "g": [2, 5, 10, 28, 48, 59, 64, 71, 74, 77, 81, 83, 84, 85, 88, 92, 97, 100, 104, 108, 114, 117, 120, 121, 122, 128, 130, 131, 135, 136, 144, 146, 147, 150, 152, 156, 157, 161, 167, 170, 171, 172, 175, 176, 177, 181, 182, 183, 185, 187, 188, 194, 195, 196, 197, 200, 201, 206, 209, 211, 215], "g0": 108, "gadfli": 181, "gain": [64, 170, 182], "galleri": 146, "game": 77, "gamma": 97, "gap": [65, 133, 177, 181, 182, 200], "gatewai": [119, 159], "gather": [150, 196], "gaussian": 185, "gb": [2, 61, 64, 106, 108, 135, 190, 206], "gbq": 182, "gc": 74, "gcc": [75, 97, 100, 130, 182, 185, 187], "gchempaint": 215, "gcp": [76, 167, 182, 212], "gcsf": 182, "gdpr": 73, "gear": [88, 150], "geckodriv": 182, "geda": 215, "gedit": 215, "gen": 182, "gene": 185, "gener": [2, 9, 28, 29, 56, 61, 73, 78, 81, 85, 91, 99, 100, 101, 103, 112, 117, 128, 131, 137, 144, 145, 146, 147, 148, 152, 161, 162, 167, 172, 178, 183, 184, 192, 193, 199, 201, 206, 215], "genet": 182, "genlasso": 183, "genom": 183, "geodynam": [179, 180], "geograph": [174, 212], "geographiclib": 182, "geomview": 183, "geopanda": [181, 182, 183], "geophys": 183, "geopi": 182, "german": 215, "gerrychain": 186, "get": [2, 5, 9, 10, 15, 19, 23, 27, 28, 44, 45, 52, 55, 61, 64, 65, 71, 75, 76, 77, 78, 80, 81, 83, 84, 85, 87, 89, 98, 99, 100, 106, 108, 112, 118, 119, 122, 124, 130, 131, 134, 135, 136, 137, 138, 140, 141, 142, 145, 146, 149, 150, 154, 155, 156, 163, 164, 166, 167, 168, 170, 171, 172, 175, 176, 181, 182, 190, 192, 193, 196, 197, 200, 201, 204, 207, 209, 211, 212, 213], "get_api_kei": [19, 56], "get_available_upgrad": 28, "get_config": 112, "get_support_ticket": [21, 28], "get_syncdoc_histori": 87, "get_usernam": [28, 112], "get_xticklabel": 131, "getelementbyid": [10, 28], "getenv": [101, 128], "gfortran": [92, 182], "gg": 73, "ggformula": 182, "ggfortifi": 182, "ggmap": 182, "ggplot": 182, "ggplot2": [182, 184, 185], "ggstanc": 182, "ghc": 183, "gi": 182, "giac": 181, "gigabyt": 135, "gimp": [181, 215], "gist": [146, 175], "git": [2, 61, 64, 69, 77, 98, 146, 159, 169, 175, 181, 182, 192, 195, 201, 204, 210, 215], "gitg": [95, 215], "github": [3, 25, 49, 51, 52, 54, 55, 67, 73, 74, 77, 95, 96, 100, 109, 119, 121, 128, 130, 142, 150, 159, 164, 167, 171, 172, 177, 181, 182, 188, 189, 195, 196, 204], "githubusercont": 96, "gitk": [95, 215], "gitlab": [95, 159, 167], "give": [1, 10, 28, 48, 64, 76, 87, 92, 95, 96, 97, 100, 108, 119, 128, 137, 143, 146, 148, 156, 157, 160, 161, 163, 165, 166, 167, 172, 176, 179, 180, 181, 182, 190, 194, 200, 204, 211, 212, 213], "given": [2, 13, 14, 15, 16, 17, 19, 20, 24, 26, 31, 35, 41, 44, 46, 47, 54, 59, 64, 81, 84, 87, 91, 99, 111, 121, 126, 136, 157, 165, 167, 190, 193, 196, 201, 204, 209, 212], "glanc": 181, "glass": 200, "glasser": 97, "glib": 182, "glm": [181, 182], "global": [99, 100, 101, 102, 112, 130, 132, 152, 163, 167, 175, 181, 182, 184, 185, 196, 215], "glpk": 182, "gmail": [53, 96], "gnat": 181, "gnms0l6r": 100, "gnome": [181, 215], "gnu": [92, 97, 100, 101, 114, 132, 147, 181, 185], "gnumer": 215, "gnuplot": [114, 182], "gnutl": 182, "go": [5, 9, 31, 61, 64, 65, 73, 74, 77, 78, 81, 83, 88, 91, 96, 100, 104, 107, 109, 112, 122, 123, 126, 129, 130, 135, 137, 142, 143, 144, 146, 149, 157, 160, 163, 166, 167, 168, 174, 175, 176, 182, 183, 185, 190, 193, 194, 195, 196, 198, 209, 211, 213, 215], "goal": [63, 137, 212], "goe": [61, 81, 128], "gone": [64, 172, 200], "good": [7, 61, 100, 104, 117, 142, 146, 154, 167, 196, 204], "googl": [3, 61, 73, 90, 98, 109, 111, 130, 139, 172, 174, 176, 181, 182, 186, 189, 193, 200, 206, 215], "googleapi": [123, 182], "got": [9, 77, 156, 182, 196], "gotten": 112, "gp": 9, "gprofiler2": 185, "gpt": 209, "gpu": [9, 64, 82, 137, 186, 197, 209, 213], "gpy": 182, "gpyopt": 182, "grab": [130, 136, 151], "grade": [104, 137, 156, 170, 182, 192, 196], "gradl": 182, "grai": 3, "grant": [167, 175], "graph": [61, 118, 176, 183, 211, 215], "graphic": [64, 65, 98, 108, 114, 130, 137, 146, 167, 181, 182, 183, 186, 214], "graphicx": 146, "graphql": [37, 53], "graphviz": 181, "grass": 182, "great": [51, 61, 64, 190, 191, 212], "greater": [2, 35], "greatli": [127, 130, 137, 212], "green": [10, 28, 81, 148, 201], "greet": 110, "grei": 168, "grenobl": 181, "grepcidr": 183, "grid": [66, 186], "group": [2, 35, 37, 53, 61, 73, 94, 118, 137, 176, 191, 192, 201, 211], "grow": [64, 144, 165, 184, 212], "growth": [179, 180], "gruber": 150, "gschem": [181, 215], "gsd": 182, "gsl": 98, "gsl_math": 97, "gsl_mont": 97, "gsl_monte_mis": 97, "gsl_monte_plain": 97, "gsl_monte_vega": 97, "gspread": 182, "gst": 182, "gstreamer": 182, "gsuitedev": 96, "gtk": [181, 182, 215], "gtkwave": 182, "guarante": [2, 64], "guess": [64, 149, 215], "guest": 81, "gui": [142, 167, 182, 215], "guid": [28, 29, 51, 65, 71, 73, 84, 90, 116, 123, 130, 133, 137, 148, 156, 160, 165, 167, 183, 196], "gvar": 185, "gvim": 215, "gyoto": 182, "gz": 130, "h": [15, 21, 27, 34, 35, 37, 44, 48, 49, 53, 55, 61, 97, 113, 120, 126, 130, 163, 171], "h1": [38, 47, 118, 123], "h100": 64, "h13577e0_0": 182, "h14c3975_0": 182, "h14c3975_1001": 182, "h167e202_0": 182, "h1bed415_1002": 182, "h2": 123, "h2a4e5f8_1": 182, "h2ad7f00_6": 182, "h2fc8fa2_1002": 182, "h3": 123, "h37c48d4_0": 182, "h422b904_5": 182, "h470a237_1": 182, "h4ea9474_1004": 182, "h52cfd70_1": 182, "h5py": 182, "h66beb1c_1001": 182, "h714fa37_1": 182, "h80bd089_1005": 182, "h8bf5577_3": 182, "ha": [2, 4, 5, 6, 9, 10, 28, 29, 30, 50, 51, 62, 64, 73, 74, 76, 77, 81, 88, 89, 90, 95, 96, 99, 100, 101, 104, 108, 111, 112, 121, 122, 126, 128, 129, 130, 134, 135, 137, 139, 141, 142, 143, 144, 146, 147, 148, 149, 150, 151, 156, 161, 166, 167, 168, 171, 172, 175, 182, 188, 189, 190, 191, 193, 194, 195, 196, 197, 198, 199, 200, 204, 209, 215], "ha0c5888_2": 182, "ha4e643d_1000": 182, "hablar": 181, "hack": [81, 150], "had": [5, 53, 64, 160, 190, 204], "had28632_1001": 182, "haiku": 9, "half": 2, "halt": [104, 108, 130, 195], "hand": [51, 61, 71, 81, 130, 137, 143, 147, 167, 190, 195, 197, 215], "handi": [64, 195, 196], "handl": [81, 100, 112, 146, 181, 183, 195, 197], "handout": [137, 156, 192, 195, 200], "handout1": 190, "haplo": 183, "happen": [53, 64, 79, 81, 100, 104, 107, 108, 109, 122, 129, 130, 134, 147, 154, 167, 175, 194, 196, 201], "happi": [9, 59, 91, 213], "hard": [46, 61, 135, 152, 196], "hardcod": 147, "hardwar": [61, 64, 153, 204, 212, 213], "harfbuzz": 182, "harm": 156, "hash": [150, 188], "hashtag": [165, 167, 189], "haskel": [152, 183], "hasn": 194, "have": [2, 3, 4, 5, 6, 7, 9, 10, 11, 15, 16, 17, 18, 28, 31, 37, 38, 45, 47, 48, 49, 53, 58, 59, 60, 61, 64, 67, 68, 71, 73, 74, 77, 80, 82, 84, 87, 90, 95, 96, 99, 100, 101, 102, 103, 104, 106, 108, 109, 110, 111, 112, 113, 116, 117, 118, 120, 121, 125, 127, 128, 129, 130, 131, 134, 135, 136, 137, 139, 141, 142, 144, 146, 147, 148, 149, 150, 152, 153, 156, 159, 160, 161, 162, 165, 166, 167, 168, 170, 172, 175, 176, 177, 178, 181, 182, 185, 188, 189, 190, 191, 192, 193, 194, 195, 197, 198, 199, 200, 201, 204, 209, 211, 212, 213, 215], "haven": 53, "hb": 182, "hb453b48_1": 182, "hd3a4fd2_1002": 182, "hdf3bae2_1001": 182, "he": 193, "he243708_1001": 182, "he372182_0": 182, "head": [4, 123, 142, 150, 171, 175, 194], "header": [28, 29, 50, 55, 56, 112, 126, 177, 182], "headerpanel": 128, "headless": [82, 181], "hear": [81, 130], "heavi": [108, 139, 146, 206], "heavili": [2, 5, 206], "hebrewfont": 146, "heed": 77, "height": [78, 146, 148, 176, 183, 211], "held": 81, "hellerbard": 181, "hello": [36, 38, 47, 52, 53, 73, 75, 83, 118, 130, 137, 148, 183, 195], "helloworld": 130, "help": [2, 6, 7, 9, 28, 29, 31, 51, 53, 58, 61, 64, 74, 80, 81, 90, 100, 103, 104, 108, 109, 116, 120, 122, 126, 127, 129, 130, 137, 146, 147, 152, 158, 160, 165, 167, 182, 183, 188, 191, 192, 195, 198, 199, 201, 207, 209, 212, 215], "helper": 183, "henc": [81, 130, 132, 147, 152, 183, 185, 196], "her": [182, 193, 198], "here": [0, 1, 2, 3, 5, 6, 7, 8, 10, 28, 48, 53, 56, 61, 64, 66, 71, 73, 75, 76, 77, 80, 83, 84, 85, 86, 89, 92, 97, 99, 100, 101, 102, 103, 104, 106, 107, 108, 111, 112, 114, 119, 128, 129, 130, 131, 134, 135, 141, 144, 146, 147, 149, 150, 151, 152, 154, 156, 162, 163, 165, 166, 167, 168, 171, 175, 176, 177, 182, 185, 189, 193, 194, 196, 197, 198, 200, 201, 209, 215], "heroku": 183, "hesit": [116, 178], "heteroskedast": 182, "hex": 131, "hexadecim": 6, "hf0c64fd_1003": 182, "hf63aee3_1001": 182, "hi": [153, 167, 193, 198], "hidden": [59, 69, 146, 150, 159, 172, 182, 189, 200, 201], "hide": [8, 61, 64, 67, 108, 150, 159, 165, 168, 192, 196, 207], "hide_cod": 182, "high": [61, 81, 91, 130, 146, 178, 184, 186, 195, 213], "highchart": 182, "higher": [2, 64, 183], "highli": [81, 130, 163, 206, 213], "highlight": [6, 59, 64, 83, 124, 150, 156, 171, 181, 182, 190, 210], "highmap": 182, "highstock": 182, "hilbert": 183, "him": 182, "hint": [71, 172], "hippi": 101, "hist": 146, "histogram": 146, "histor": [146, 201, 212], "histori": [15, 18, 57, 59, 84, 98, 137, 155, 166, 176, 195, 206, 211], "historymanag": 84, "hit": [71, 79, 96, 99, 101, 104, 108, 119, 124, 129, 131, 134, 144, 148, 160, 176, 191, 196, 200, 215], "hmmh": 77, "hmmlearn": 181, "hmmmd": 77, "hnh": 77, "hobbyist": 2, "hog": 81, "hold": [81, 178, 183], "holidai": [183, 185], "holo": 78, "holoview": 98, "holoviz": 78, "holt": 183, "home": [4, 6, 8, 10, 15, 28, 35, 36, 38, 47, 48, 61, 64, 65, 68, 73, 76, 84, 85, 88, 99, 100, 101, 106, 112, 120, 130, 132, 135, 136, 146, 157, 159, 163, 167, 168, 175, 176, 177, 181, 182, 200, 207, 210, 211], "homepag": 162, "homework": [190, 194, 196], "homotopycontinu": 182, "hone": 64, "hood": [61, 82, 146, 159, 171, 178, 196], "hook": [10, 28], "hoomod": 182, "hope": [61, 204], "hopefulli": [64, 196], "horizont": [71, 85, 148, 176, 200, 211], "hors": 74, "host": [37, 64, 73, 78, 100, 108, 118, 120, 128, 130, 140, 153, 159, 164, 167, 172, 174, 175, 195, 198, 207, 212], "hostnam": [6, 167], "hot": 196, "hotel": 81, "hotfix": 182, "hotmail": 191, "hour": [37, 45, 59, 64, 81, 130, 144, 172, 196, 198, 212], "hover": [1, 9, 64, 142, 150, 167, 170], "how": [1, 18, 28, 29, 48, 51, 61, 64, 65, 67, 71, 74, 76, 77, 82, 84, 85, 97, 99, 100, 101, 103, 104, 106, 107, 108, 109, 113, 116, 118, 121, 123, 128, 129, 133, 137, 143, 144, 146, 148, 149, 150, 153, 156, 159, 167, 171, 174, 176, 177, 178, 185, 186, 187, 189, 191, 192, 197, 200, 206, 207, 209, 211, 215], "howev": [61, 64, 67, 81, 88, 111, 130, 132, 135, 148, 167, 172, 186, 191, 196, 204, 212, 213, 215], "howto": [84, 131, 141, 145, 160, 182, 196], "href": [31, 136], "html": [21, 28, 29, 30, 31, 59, 76, 81, 98, 100, 118, 131, 136, 147, 181, 182, 183, 190, 196], "html5": 172, "htop": [85, 126, 181], "http": [0, 1, 5, 6, 7, 9, 10, 11, 13, 14, 15, 18, 19, 20, 21, 22, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 39, 41, 44, 45, 46, 47, 50, 51, 52, 53, 54, 55, 56, 59, 64, 67, 73, 74, 76, 77, 78, 80, 81, 84, 85, 88, 90, 96, 100, 101, 107, 118, 120, 123, 128, 130, 131, 136, 142, 149, 150, 151, 152, 164, 167, 168, 169, 172, 175, 181, 182, 195, 196, 198, 209, 212], "httpadapt": 50, "httpbasicauth": 50, "hub": [23, 28, 29, 42, 98, 163], "huge": [108, 172], "hull": 182, "human": [61, 184, 201], "hundr": [99, 100, 101, 192], "hunt": 109, "hv": 78, "hw3": 194, "hydro": 64, "hyperbol": [179, 180], "hyperlink": 150, "hyperparamet": [182, 184], "hyperstack": 174, "hyphen": [6, 165, 167], "hypothesi": 183, "i": [0, 1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 13, 14, 15, 18, 19, 20, 21, 22, 23, 26, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 39, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 59, 61, 63, 65, 67, 68, 69, 70, 71, 73, 75, 76, 77, 78, 79, 82, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 99, 100, 101, 102, 103, 106, 110, 111, 112, 113, 114, 116, 117, 118, 120, 121, 122, 125, 126, 127, 128, 129, 131, 132, 133, 134, 135, 136, 138, 139, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 156, 158, 159, 161, 162, 163, 164, 165, 167, 168, 170, 172, 174, 175, 176, 177, 178, 179, 180, 181, 182, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 196, 197, 198, 200, 201, 202, 206, 207, 210, 211, 212, 213], "iam": 167, "ibmq": 182, "icmp_seq": 64, "icon": [3, 8, 59, 61, 70, 79, 85, 88, 96, 103, 121, 129, 130, 135, 142, 144, 146, 149, 161, 166, 168, 171, 175, 190, 193, 195, 200, 215], "id": [6, 10, 11, 12, 13, 14, 15, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 38, 39, 40, 41, 43, 44, 45, 46, 47, 50, 51, 64, 67, 74, 108, 112, 118, 131, 136, 137, 150, 167, 172, 175, 181, 182, 215], "id_": 95, "id_ed25519": [6, 167], "id_rsa": 95, "idea": [76, 81, 100, 128, 167, 182], "ideal": [184, 212], "ident": [1, 77, 147, 153, 167, 196], "identifi": [6, 49, 56, 81, 103, 185, 188, 190], "identityfil": 167, "idl": [2, 3, 37, 43, 73, 108, 160, 167, 168, 172, 181, 196, 198, 204, 207, 215], "ieee": 182, "ifram": [67, 71, 123, 155], "ifs": 183, "ifsfract": 183, "igni": 182, "ignor": [13, 35, 71, 73, 81, 131], "ihaskel": 152, "ijavascript": [183, 186], "ijulia": 182, "illustr": [28, 29, 49, 70, 96, 172, 194, 196], "imag": [10, 20, 28, 59, 61, 64, 74, 81, 101, 135, 142, 144, 149, 159, 171, 175, 176, 178, 179, 180, 181, 182, 183, 184, 186, 198, 207, 211, 215], "imageio": 183, "imagemagick": [181, 182], "imaginari": 183, "imbalanc": 182, "immedi": [2, 15, 56, 59, 64, 95, 121, 130, 156, 209], "immers": 137, "immun": 130, "impact": 130, "imper": 183, "implemenet": 130, "implement": [51, 53, 59, 64, 71, 102, 109, 121, 141, 142, 171, 175, 176, 182, 184, 186, 194, 196, 211, 212], "impli": [152, 178, 182], "implicit": [26, 150], "import": [10, 28, 50, 61, 64, 74, 78, 81, 85, 87, 96, 99, 100, 104, 108, 112, 113, 118, 120, 123, 130, 131, 134, 145, 146, 148, 163, 167, 172, 182, 183, 184, 191, 196, 213, 215], "impos": [64, 174, 196, 211], "imposs": [9, 61, 64, 109, 175, 186, 196, 206], "improp": 64, "improperli": 19, "improv": [10, 28, 51, 67, 130, 137, 195, 204, 212], "imput": 185, "inact": [2, 3], "inadvert": [81, 130], "inbox": 191, "inch": 130, "incididunt": 150, "incl": [182, 184], "includ": [2, 4, 9, 15, 21, 31, 35, 38, 46, 51, 53, 56, 61, 64, 68, 71, 81, 84, 88, 93, 97, 99, 100, 101, 112, 121, 129, 130, 131, 135, 136, 137, 142, 143, 149, 150, 159, 161, 167, 168, 172, 173, 175, 176, 177, 179, 180, 181, 182, 183, 184, 185, 190, 194, 196, 197, 198, 200, 201, 206, 209, 210, 211, 212, 213], "includegraph": 146, "incognito": [81, 111, 175, 190], "incompat": [149, 181, 182, 185], "inconsequenti": 64, "inconsist": [178, 182], "inconveni": 130, "incorrect": 112, "increas": [2, 3, 5, 37, 61, 64, 135, 143, 154, 175, 197], "incred": 195, "incur": 213, "inde": [163, 213], "indent": [83, 124, 142], "indent_unit": 37, "independ": [61, 117, 191, 196], "index": [65, 73, 78, 136, 150, 181, 182], "india": 5, "indic": [5, 7, 64, 66, 81, 143, 146, 147, 156, 167, 168, 195, 198, 215], "indirectli": 81, "individu": [28, 29, 85, 87, 109, 116, 146, 160, 167, 175, 182, 190, 212], "industri": [183, 196, 213], "ineffect": 149, "infecti": [179, 180], "infer": 182, "infinit": [129, 130, 163, 176, 211], "info": [21, 37, 90, 129, 150, 156, 167, 182, 186], "inform": [0, 1, 2, 4, 5, 10, 17, 25, 26, 28, 29, 37, 49, 63, 64, 67, 68, 70, 71, 80, 81, 85, 87, 95, 99, 100, 101, 104, 106, 108, 112, 121, 126, 128, 129, 130, 131, 135, 142, 143, 146, 147, 149, 150, 152, 153, 160, 162, 163, 165, 167, 172, 178, 181, 182, 191, 193, 196, 198, 201, 205, 206, 207, 210], "infrastructur": 178, "ingest": 151, "inherit": 91, "init": [84, 85, 126, 163], "initdb": 120, "initi": [5, 61, 85, 118, 137, 146, 147, 148, 152, 155, 157, 159, 165, 166, 167, 172, 175, 182, 189, 196, 215], "inject": 81, "inkscap": 215, "inlin": [84, 123, 146, 148, 210], "innoc": 108, "input": [9, 59, 61, 82, 128, 130, 143, 146, 147, 148, 150, 172, 183, 194, 196, 215], "inputenc": 147, "inquiri": 199, "ins": 150, "insensit": [46, 190], "insert": [9, 59, 87, 100, 113, 120, 144, 177, 182, 194], "insid": [64, 68, 81, 84, 85, 91, 95, 96, 100, 101, 102, 110, 120, 136, 146, 150, 151, 152, 159, 161, 167, 172, 176, 178, 182, 185, 190, 193, 196, 200, 206, 211, 215], "insignific": 61, "inspect": [81, 90, 177], "inspir": [9, 64], "instal": [6, 21, 63, 64, 65, 74, 84, 88, 98, 102, 106, 107, 116, 126, 127, 129, 131, 133, 134, 135, 137, 149, 152, 160, 167, 175, 176, 178, 181, 182, 183, 184, 185, 194, 195, 196, 204, 209, 211, 212, 213], "instanc": [10, 28, 64, 78, 85, 101, 130, 153, 163, 167, 172, 196, 212, 213], "instantan": 172, "instanti": [103, 128, 178], "instantli": [167, 176, 211], "instead": [2, 5, 15, 18, 35, 37, 38, 63, 78, 88, 91, 100, 117, 136, 144, 146, 147, 148, 154, 167, 171, 172, 175, 178, 184, 192, 196, 212, 215], "institut": [192, 196], "instruct": [64, 75, 77, 84, 88, 99, 100, 119, 130, 132, 146, 148, 156, 178, 182, 184, 189, 190, 191, 200], "instructor": [2, 64, 65, 107, 112, 127, 149, 156, 167, 170, 189, 190, 195, 196, 198, 199, 200], "instrument": 182, "int": [97, 120], "int16": 172, "integ": 85, "integr": [10, 28, 51, 60, 64, 97, 100, 116, 146, 156, 170, 178, 192, 194, 212], "intel": 183, "intel64": 183, "intellig": [179, 180, 210], "intend": [32, 58, 64, 179, 180, 191, 200], "intens": [64, 99], "intent": [19, 61, 92, 104, 151], "interact": [9, 64, 78, 84, 101, 118, 128, 141, 142, 143, 144, 147, 163, 167, 172, 176, 178, 179, 180, 182, 183, 193, 195, 200, 211, 215], "intercept": [56, 88, 200], "interconnect": 64, "interest": [5, 48, 51, 61, 64, 126, 137, 147, 164, 175, 190, 196, 212], "interf": 200, "interfac": [1, 3, 28, 29, 50, 53, 64, 65, 67, 81, 135, 137, 138, 141, 142, 143, 146, 147, 148, 160, 167, 179, 180, 181, 182, 183, 184, 190, 198, 200, 204, 212, 215], "interfer": [81, 111, 190], "interior": 182, "interleav": 150, "intermedi": [2, 108, 186], "intern": [23, 64, 100, 167, 196], "internet": [2, 37, 57, 64, 74, 81, 95, 99, 100, 101, 137, 153, 160, 167, 182, 195, 196, 198, 204, 207], "interoper": 160, "interpret": [100, 150, 200], "interrupt": [64, 85, 103, 200, 206], "interv": [2, 3, 46, 146, 183, 196], "interval_": 42, "intervent": 130, "intro": 150, "introduc": [51, 70, 148, 159, 179, 180, 181, 183], "introduct": [10, 28, 65, 68, 118, 123, 145, 147, 159, 164, 176, 179, 180, 182, 200], "introductori": [2, 131, 200], "introtomanifold": 175, "intuit": 182, "invalid": [74, 104], "invers": [146, 183], "investig": 183, "invis": 130, "invit": [30, 31, 98, 159, 166, 167, 192, 195, 204], "invite_collabor": 28, "invite_noncloud_collabor": 28, "invite_noncloud_collaborators_resp": 31, "invoc": [28, 29], "invoic": 207, "invoice_id": 50, "invok": [9, 28, 29, 35, 186], "involv": [64, 167, 209, 213], "io": [56, 172, 181, 182], "iop": 61, "ip": [64, 85, 120, 136], "ipad": [65, 207, 215], "ipencil": [176, 211], "ipopt": 182, "ipsum": 150, "iputil": 64, "ipykernel": [84, 100, 183], "ipyleaflet": 182, "ipynb": [3, 10, 21, 28, 48, 67, 85, 87, 89, 100, 113, 125, 141, 143, 144, 150, 157, 175, 177, 181, 182, 194, 200, 212], "ipynb2sagew": [172, 200], "ipython": [71, 84, 130, 144, 178, 182, 183], "ipython2": [100, 200], "ipython3": [100, 178, 200, 215], "ipython_kernel": 84, "ipyvolum": 182, "ipywidget": [141, 182], "ir": 84, "irdisplai": 182, "iri": 128, "iridium": 81, "irkernel": 182, "irregular": 181, "isdir": 48, "ish": 19, "isn": [3, 11, 73, 107, 120, 130, 146, 172, 174, 175, 182], "iso": 34, "isochron": [181, 183], "isocpp": 83, "isol": [10, 28, 159, 192], "issu": [10, 28, 44, 58, 65, 67, 74, 77, 79, 85, 99, 102, 104, 108, 119, 121, 129, 130, 133, 137, 139, 141, 142, 146, 148, 150, 152, 160, 167, 168, 170, 172, 176, 181, 182, 183, 184, 185, 187, 196, 200, 204, 209, 211, 212, 215], "ital": 171, "item": [5, 46, 53, 151, 161, 168, 172, 176, 186, 209, 211], "iter": [117, 181], "its": [6, 15, 54, 61, 64, 81, 90, 91, 96, 100, 112, 128, 130, 143, 144, 146, 149, 160, 163, 164, 166, 167, 168, 175, 178, 182, 191, 193, 194, 195, 196, 197, 204, 209, 215], "itself": [64, 127, 144, 146, 147, 151, 172, 183, 215], "itzykson": 97, "iverilog": 182, "j": [28, 29, 97, 123, 126, 152, 163, 172, 176, 181, 182, 185, 186, 188, 211], "jan": 196, "jane": [27, 55, 195], "janic": 194, "januari": 196, "jar": 111, "java": [71, 181, 200, 215], "javac": 130, "javascript": [56, 80, 81, 112, 172, 181, 182, 196], "jax": [182, 185], "jaxlib": 182, "jd": [19, 21, 46], "jdbc": 181, "jedit": 215, "jieba": 182, "jinja2": [130, 181, 182], "jit": [181, 185], "jl": 119, "joblib": [181, 182, 183], "jobqueu": 182, "joe": [49, 120], "john": [6, 27, 46, 150], "john00": 19, "join": [31, 74, 167, 182, 191, 196], "jplephem": 182, "jq": [48, 52, 53, 55], "json": [10, 21, 27, 28, 29, 34, 35, 37, 44, 48, 49, 50, 53, 55, 71, 84, 87, 96, 99, 100, 167, 188, 196], "juicef": 61, "jul": 100, "juli": [179, 180], "julia": [64, 84, 98, 137, 150, 152, 177, 178, 181, 194, 200, 212], "julia_depot": 99, "julia_depot_path": 99, "julia_project": 182, "julialang": 182, "juliaopt": 182, "jump": [51, 146, 147, 148, 172, 176, 182, 192, 211], "juno": [56, 139, 181], "jupter": 182, "jupyt": [3, 37, 56, 64, 65, 78, 80, 82, 85, 86, 87, 106, 112, 120, 128, 129, 133, 137, 138, 139, 150, 152, 157, 159, 171, 172, 173, 175, 177, 181, 182, 184, 185, 186, 187, 190, 192, 195, 196, 200, 201, 204, 207, 210, 212, 214, 215], "jupyter_class": 37, "jupyter_contrib_nbextens": 102, "jupyterhub": [141, 183], "jupyterlab": [8, 86, 98, 103, 137, 144, 157, 173, 174, 183, 194, 201, 212, 215], "jupyterlab_dir": 106, "jupytext": [125, 181, 182, 183], "jurko": 182, "just": [2, 6, 8, 9, 10, 28, 53, 56, 59, 61, 64, 67, 71, 78, 81, 85, 87, 91, 99, 100, 104, 108, 109, 110, 114, 116, 120, 123, 129, 130, 131, 136, 142, 146, 147, 149, 152, 154, 156, 161, 165, 166, 167, 168, 172, 174, 175, 181, 190, 191, 195, 196, 197, 202, 209, 215], "juypter": 100, "k": [6, 97, 108, 126, 128, 129, 188], "k3": 160, "kaffeesatz": 123, "kafka": 183, "kaggl": 74, "katex": 150, "kbibtex": [182, 215], "kbyte": 108, "kdim": 78, "keep": [2, 43, 56, 59, 61, 64, 73, 81, 85, 111, 141, 148, 151, 170, 172, 176, 178, 181, 189, 204, 206, 209, 211, 212, 215], "kei": [3, 8, 10, 19, 25, 28, 29, 34, 36, 37, 48, 49, 50, 52, 53, 54, 55, 64, 65, 74, 81, 88, 90, 95, 101, 108, 110, 111, 126, 130, 135, 143, 149, 155, 156, 159, 168, 172, 188, 197, 198, 199, 207, 209, 215], "kepler": 183, "kept": [9, 147, 181], "kera": [181, 182], "kernel": [64, 65, 73, 80, 98, 99, 101, 105, 108, 113, 125, 133, 144, 150, 152, 157, 167, 175, 176, 181, 182, 184, 185, 186, 187, 194, 195, 200, 211, 215], "kernel_nam": 84, "kernelspec": [84, 100], "kexi": 215, "keybind": 71, "keyboard": [67, 126, 142, 147, 176, 211], "keydb": 61, "keygen": [6, 95, 167], "keystrok": 88, "keyword": 177, "kgraphview": 181, "khalatyan": 78, "kick": 147, "kilcommin": 131, "kile": 215, "kill": [35, 104, 108, 126, 129, 160], "kind": [74, 76, 100, 213], "kiosk": [10, 28], "kirb": 182, "kmean": 128, "knet": 182, "knitr": [181, 182, 215], "knob": 201, "know": [9, 10, 21, 28, 61, 64, 81, 84, 97, 104, 122, 129, 131, 141, 146, 147, 152, 182, 183, 194, 195, 196, 204, 209, 212, 213], "knowledg": 81, "known": [147, 150, 152, 167, 181, 184, 196, 206, 209], "kplr": 183, "kpsewhich": 146, "krita": [181, 215], "kubernet": [64, 153], "kucalc": [160, 163], "kucalc_image_nam": 163, "kwant": 182, "l": [6, 64, 77, 96, 97, 108, 120, 193, 196], "l4": 64, "l40": 64, "lab": [102, 106, 141, 182, 184], "label": [74, 81, 108, 141, 146, 185], "labextens": 106, "labor": [150, 209], "laboratori": 113, "lack": [101, 104], "lag": 185, "lambda": 153, "lame": 182, "lamin": 184, "land": 184, "lang": [71, 182], "langaug": 71, "languag": [9, 65, 71, 91, 100, 103, 112, 114, 117, 137, 143, 145, 146, 147, 150, 159, 172, 177, 178, 181, 182, 183, 184, 195, 196, 212, 215], "laptop": [64, 153, 212], "larg": [6, 9, 61, 64, 65, 74, 78, 79, 81, 108, 133, 137, 154, 165, 167, 171, 172, 178, 182, 212], "larger": [61, 81, 89, 135, 147, 172, 176, 187, 206, 211], "lasso": 183, "last": [3, 4, 9, 17, 27, 45, 46, 48, 61, 100, 103, 104, 117, 122, 126, 130, 143, 147, 165, 166, 172, 176, 182, 188, 191, 196, 209, 211], "last_edit": 188, "last_nam": [19, 27, 46], "latenc": [64, 81, 206], "later": [2, 5, 15, 61, 74, 117, 137, 141, 147, 149, 167, 175, 189, 191, 195, 196, 209], "latest": [67, 76, 93, 123, 134, 151, 181, 182, 183, 193], "latex": [51, 59, 65, 73, 82, 91, 116, 131, 137, 152, 159, 161, 164, 169, 178, 181, 182, 188, 192, 194, 195, 200, 201, 212, 214, 215], "latexdraw": 215, "latexmk": [52, 146, 147, 148], "latexmkrc": 146, "latter": [142, 167, 196], "lattic": 183, "launch": [63, 64, 68, 95, 100, 104, 131, 157, 159, 167, 182, 193, 200, 206, 215], "launcher": [103, 181, 215], "law": [5, 64], "layer": [182, 185], "layout": [118, 126, 128, 148, 162, 178, 184], "ld": 75, "ld_library_path": 183, "lead": [53, 146, 183], "leader": 193, "lean": [152, 181, 182], "leanproject": 152, "leanprov": 181, "learn": [2, 3, 9, 10, 15, 28, 29, 50, 51, 52, 54, 55, 58, 64, 73, 74, 75, 93, 96, 110, 120, 126, 130, 137, 146, 164, 165, 167, 168, 175, 176, 177, 178, 181, 182, 183, 185, 186, 191, 206, 211, 212], "least": [2, 9, 10, 28, 64, 106, 129, 130, 167, 172, 177, 185, 194, 197, 206, 209], "leav": [52, 64, 67, 91, 130, 194, 198], "left": [0, 1, 8, 56, 59, 66, 71, 89, 95, 96, 114, 121, 123, 129, 130, 134, 139, 142, 143, 147, 148, 160, 166, 167, 168, 175, 176, 177, 182, 183, 188, 191, 193, 194, 195, 200, 211, 215], "legaci": [65, 142, 192, 196, 207], "len": 74, "length": [9, 11, 14, 19, 31, 38, 41, 87], "lerna": [182, 183], "less": [31, 64, 80, 86, 89, 126, 129, 149, 167, 182, 200, 206], "let": [2, 3, 53, 61, 64, 71, 74, 78, 81, 85, 91, 99, 100, 104, 123, 129, 137, 141, 142, 146, 147, 150, 152, 153, 154, 156, 166, 167, 172, 175, 176, 182, 183, 187, 188, 195, 198, 200, 204, 209, 213], "letter": [59, 126, 165], "level": [2, 100, 117, 142, 167, 175, 177, 184, 186, 200, 215], "lexicograph": [176, 211], "lf": [181, 182], "lfm": 183, "lgsl": 97, "lgslcbla": 97, "lgslclba": 97, "lht": 196, "lib": [100, 101, 113, 130, 132, 181, 182, 183, 185, 186], "libcloud": 182, "libhomfli": 181, "libnetcdff": 183, "libnetcdff6": 183, "libopenbla": 181, "libpys": 182, "libqgi": 182, "librari": [10, 15, 28, 32, 64, 71, 78, 81, 97, 100, 101, 102, 104, 117, 134, 146, 150, 155, 159, 163, 166, 167, 176, 178, 179, 181, 182, 183, 184, 185, 186, 187, 195, 211, 212], "librecad": 183, "libreoffic": [89, 181, 215], "libxml2": 182, "licens": [4, 5, 12, 20, 40, 48, 49, 51, 58, 65, 86, 95, 100, 101, 129, 130, 133, 159, 174, 175, 191, 192, 196, 198, 199, 205, 206, 207, 212, 213], "license_id": [12, 40], "lid": 64, "lie": [176, 211], "life": 204, "lifetim": 64, "lift": 204, "light": [59, 61, 168, 182, 201], "lightgraph": 182, "lightweight": [67, 150], "like": [5, 6, 9, 10, 21, 28, 37, 45, 48, 53, 56, 61, 64, 67, 73, 74, 78, 81, 84, 88, 89, 91, 92, 95, 97, 100, 101, 102, 104, 107, 111, 116, 118, 120, 125, 128, 131, 132, 135, 136, 143, 144, 146, 150, 152, 160, 163, 167, 172, 175, 177, 178, 179, 180, 181, 182, 183, 186, 188, 189, 190, 194, 195, 196, 199, 200, 204, 210, 212, 215], "limit": [17, 31, 35, 46, 50, 64, 67, 79, 85, 108, 113, 114, 126, 129, 135, 137, 144, 149, 161, 165, 166, 167, 174, 195, 197, 206, 207, 212, 213], "limma": 182, "line": [30, 35, 61, 64, 71, 73, 75, 76, 77, 78, 80, 81, 83, 84, 88, 89, 91, 96, 97, 100, 112, 118, 120, 125, 126, 128, 130, 134, 135, 143, 146, 147, 148, 150, 161, 167, 171, 172, 176, 177, 178, 181, 182, 183, 184, 185, 186, 187, 188, 200], "line_numb": 37, "line_wrap": 37, "linear": [182, 183, 184, 185, 186], "linearalgebra": [181, 182], "linearmodel": [182, 183], "linex": 182, "link": [3, 7, 9, 30, 44, 52, 56, 57, 59, 63, 67, 74, 75, 80, 81, 84, 89, 96, 97, 100, 106, 111, 112, 118, 123, 127, 128, 129, 130, 131, 134, 135, 136, 142, 147, 148, 154, 166, 167, 168, 171, 172, 175, 176, 177, 183, 188, 194, 195, 196, 209, 210, 211], "link2proj": [30, 31], "linkifi": 150, "linspac": 78, "linux": [6, 38, 47, 55, 64, 65, 68, 71, 73, 75, 76, 77, 82, 83, 84, 85, 88, 89, 92, 95, 97, 99, 100, 101, 102, 103, 106, 108, 110, 118, 120, 126, 128, 129, 130, 131, 137, 142, 144, 146, 147, 150, 157, 158, 159, 160, 161, 167, 172, 178, 181, 182, 183, 184, 185, 186, 187, 195, 196, 204, 212, 214, 215], "liquid": 183, "list": [0, 1, 2, 4, 5, 7, 10, 21, 22, 27, 28, 29, 37, 46, 51, 53, 57, 59, 64, 65, 73, 84, 89, 91, 96, 100, 108, 109, 116, 121, 122, 123, 126, 127, 128, 130, 134, 135, 141, 142, 144, 146, 148, 150, 151, 155, 156, 158, 159, 166, 167, 171, 172, 175, 177, 178, 179, 180, 182, 183, 185, 189, 190, 191, 195, 196, 200, 207, 209, 214], "list_plot": 172, "listcompr": 101, "listen": [118, 120], "littl": [85, 116, 130, 146, 172, 176, 181, 183, 200], "live": [121, 130, 172, 176, 192, 196], "ll": [0, 15, 53, 56, 61, 71, 81, 83, 84, 106, 109, 116, 122, 124, 129, 130, 142, 144, 146, 171, 172, 175, 178, 182, 186, 190, 194, 195, 199, 200, 215], "llm": [60, 64, 137, 192], "llvmlite": [181, 182], "lm": 97, "lmfit": 184, "lmodern": 147, "ln": [130, 167], "lo": 135, "load": [2, 10, 28, 32, 67, 74, 78, 84, 87, 89, 101, 114, 118, 129, 133, 146, 159, 165, 167, 168, 172, 196, 201, 206, 207, 213], "load_ext": 92, "load_sess": 172, "lobas": 215, "local": [2, 31, 46, 64, 79, 81, 84, 85, 99, 100, 101, 113, 116, 120, 132, 135, 146, 152, 161, 163, 167, 174, 195, 200], "local_hub": [126, 163], "localc": [89, 215], "localhost": [64, 85, 136], "localstorag": 80, "locat": [10, 21, 28, 73, 130, 146, 147, 153, 163, 174, 176, 181, 182, 183, 195, 201, 211], "lock": [5, 61, 100, 138, 150, 204, 213], "locket": 181, "lockstep": 51, "log": [8, 10, 28, 32, 36, 65, 67, 96, 108, 111, 122, 130, 131, 148, 155, 159, 161, 163, 167, 196, 207], "log_client_error": 28, "logfil": 120, "login": [13, 22, 56, 74, 136, 167, 189, 195], "logo": [0, 1, 103, 207], "loimpress": 215, "london": [179, 180], "long": [2, 18, 61, 94, 118, 122, 143, 146, 166, 167, 175, 182, 186, 195, 196, 200, 201, 215], "longer": [3, 88, 129, 182, 191, 195, 197, 212], "look": [10, 28, 29, 32, 49, 64, 81, 88, 97, 100, 108, 109, 112, 116, 118, 128, 130, 131, 133, 134, 143, 146, 149, 150, 163, 167, 172, 189, 190, 193, 194, 195, 196, 198, 209, 212, 215], "loop": [74, 108, 129, 130, 163], "lorem": 150, "lose": [56, 61, 64, 129, 167, 199], "loss": [110, 120], "lost": [129, 130, 167, 196, 201], "lot": [9, 60, 61, 64, 108, 118, 152, 178, 181, 187], "love": [81, 130, 212, 213], "low": [61, 65, 104, 129, 133, 183, 206], "lower": [3, 5, 61, 64, 95, 114, 117, 130, 146, 167, 177, 191, 196, 206], "lowrit": 215, "lsqfit": 185, "lt": [182, 183], "ltd": [179, 180], "lualatex": 147, "luatex": [147, 178, 182], "luck": 139, "lwd": 128, "ly": 118, "lyx": 215, "lz4": 182, "m": [15, 31, 46, 63, 64, 81, 84, 88, 97, 100, 108, 112, 130, 215], "m1": 63, "m2": 186, "m_pi": 97, "mac": [71, 172, 176, 211], "macaulay2": 182, "machin": [64, 81, 101, 108, 111, 146, 153, 172, 182, 183, 184, 201, 206, 212, 213], "maco": [6, 63, 67, 167], "made": [5, 28, 29, 50, 51, 53, 84, 85, 88, 109, 122, 143, 183, 186, 190, 193, 196, 201, 210], "magna": 150, "magnif": 200, "mai": [2, 3, 6, 9, 26, 28, 29, 31, 35, 36, 37, 44, 46, 48, 49, 51, 53, 61, 63, 64, 67, 71, 74, 80, 81, 84, 86, 87, 90, 99, 100, 101, 104, 107, 108, 109, 114, 127, 129, 130, 134, 135, 141, 142, 144, 146, 147, 148, 150, 153, 161, 165, 167, 170, 172, 175, 178, 189, 190, 191, 194, 196, 197, 200, 204, 206, 209, 212, 213, 215], "mail": [19, 73, 127, 179, 180, 182, 191], "mailto": 152, "main": [10, 28, 52, 67, 68, 73, 76, 81, 102, 104, 118, 123, 130, 141, 142, 146, 173, 175, 182, 183, 186, 190, 197, 211], "mainli": 3, "mainpanel": 128, "maintain": [152, 178, 182, 184, 192, 194, 204, 212, 213], "mainten": [2, 138, 152, 183], "major": [88, 96, 130, 181, 182, 183], "make": [9, 10, 11, 15, 18, 26, 28, 29, 38, 53, 56, 57, 58, 61, 64, 74, 76, 80, 83, 84, 85, 86, 88, 91, 96, 99, 100, 101, 106, 108, 109, 111, 117, 120, 121, 122, 123, 127, 130, 131, 132, 135, 136, 142, 143, 144, 146, 147, 149, 150, 152, 153, 154, 156, 160, 161, 162, 163, 165, 167, 172, 175, 176, 178, 181, 182, 183, 186, 188, 189, 190, 192, 193, 194, 195, 198, 201, 204, 206, 209, 210, 211, 212, 215], "makefil": 147, "maketitl": 148, "makevar": 108, "maladi": 81, "malici": [81, 95, 206], "man": [126, 167, 181], "manag": [11, 53, 64, 65, 68, 74, 81, 98, 99, 100, 107, 108, 110, 111, 120, 148, 156, 158, 163, 164, 167, 174, 175, 176, 182, 183, 189, 191, 192, 193, 194, 195, 208, 209, 211, 212, 213, 215], "mandatori": [10, 28], "mangl": 81, "mani": [1, 28, 29, 61, 64, 71, 77, 81, 85, 99, 104, 108, 109, 114, 121, 126, 129, 136, 137, 139, 143, 146, 147, 148, 152, 167, 172, 176, 177, 178, 182, 183, 185, 186, 187, 188, 195, 200, 201, 202, 206, 211, 212, 215], "manifold": 182, "manipul": [183, 184, 185], "manner": 64, "manpag": 126, "manual": [56, 73, 80, 89, 156, 167, 172, 192, 193, 196, 197, 205], "map": [10, 28, 88, 167, 182, 183, 184, 185], "mapclassifi": 185, "mar": 128, "march": 108, "margin": 176, "mark": [43, 59, 146, 150, 165, 172, 175, 176, 183, 188, 189, 190, 195, 196, 209, 211], "markdown": [59, 65, 91, 131, 137, 142, 143, 144, 147, 171, 172, 175, 176, 177, 182, 190, 192, 194, 214, 215], "markdown2": 183, "markedli": 172, "markov": [182, 186], "markovchain": 183, "markup": [31, 145, 150], "mask": 161, "mass": 185, "massiv": [64, 176, 211], "master": [25, 96, 128, 130, 146, 175, 182], "match": [13, 46, 80, 100, 128, 150, 165, 167, 171, 176, 177, 200, 211, 215], "match_bracket": 37, "match_xml_tag": 37, "materi": [164, 175, 178, 195, 196], "math": [2, 77, 97, 121, 150, 176, 183, 195, 196, 198, 212, 215], "math_202": 196, "mathemat": [91, 127, 150, 164, 171, 172, 176, 178, 188, 211, 215], "mathematica": 183, "mathi": 77, "mathjax": 150, "mathlib": [152, 181, 182, 183], "mathlibtool": 183, "matlab": 114, "matplotlib": [84, 130, 131, 182, 184, 215], "matplotlib_venn": 183, "matrix": 108, "matter": [61, 64, 190], "matur": 178, "maualli": 146, "max": [17, 128, 154], "max_output": 35, "max_output_messag": 130, "max_retri": 50, "max_shap": 74, "max_stdout_s": 130, "maxi": 77, "maxim": [176, 197, 215], "maxima": 215, "maximum": [2, 17, 35, 46, 108, 174, 197, 206], "mayb": [59, 81, 109, 110, 116, 127, 146, 152, 167, 178, 181, 182, 196, 212, 215], "mb": [37, 61, 89, 108, 135, 144, 198], "md": [10, 19, 21, 28, 48, 71, 123, 127, 150, 157, 171, 172, 175, 181, 182, 190, 194, 196], "md5": [6, 160], "mdr": 182, "mdtraj": 100, "me": [2, 9, 120, 172], "mean": [10, 15, 18, 28, 61, 74, 81, 101, 103, 108, 128, 132, 135, 136, 142, 143, 146, 152, 167, 172, 175, 178, 182, 183, 195, 200, 201, 209], "meaning": [6, 167], "meant": 35, "meantim": 53, "measur": 80, "meatax": 182, "mechan": [99, 132, 146, 163, 167, 196], "medium": [53, 154], "meet": [176, 181, 211], "megabyt": 135, "meld": 215, "mem": [126, 163], "member": [21, 37, 53, 73, 130, 167, 191, 193, 195, 198, 207], "member_host": [25, 37, 50], "memeb": 193, "memit": 182, "memor": 182, "memori": [2, 25, 37, 50, 65, 73, 81, 85, 87, 106, 133, 147, 158, 160, 172, 182, 185, 194, 195, 196, 204, 206], "memory_profil": 182, "memory_request": 25, "mention": [9, 81, 100, 130, 135, 167, 168, 182, 192, 196], "menu": [1, 6, 9, 64, 65, 66, 68, 82, 84, 91, 100, 101, 103, 111, 112, 116, 141, 142, 146, 147, 148, 150, 161, 167, 171, 175, 176, 193, 194, 195, 196, 207, 211, 215], "mercantil": 182, "merg": [37, 146, 175, 196, 215], "mesa": [182, 183], "mesg": [10, 28, 31], "meshlab": 183, "mess": [130, 146], "messag": [9, 10, 12, 15, 19, 23, 27, 31, 32, 35, 37, 40, 43, 59, 64, 77, 80, 89, 90, 96, 99, 101, 104, 111, 129, 144, 155, 167, 168, 174, 193, 194, 197, 198, 209, 215], "meta": 123, "metadata": [21, 61, 112, 182, 194, 196], "method": [5, 48, 51, 73, 74, 81, 109, 131, 134, 135, 142, 154, 172, 183, 186, 189, 191, 196, 198], "metric": [28, 42], "michael": [179, 180], "microsoft": [100, 201, 210, 215], "microwav": 182, "middl": [103, 123, 130, 146, 200], "might": [2, 10, 15, 17, 28, 51, 61, 63, 67, 77, 81, 84, 87, 90, 99, 100, 102, 104, 108, 111, 118, 126, 130, 136, 143, 144, 146, 148, 154, 156, 161, 163, 167, 172, 183, 193, 195, 196, 199, 200, 206, 209, 213, 215], "mike": 190, "mike_test": 190, "million": 61, "millisecond": [81, 188, 196], "min": [123, 128, 154], "mind": [64, 130, 176], "mini": [68, 135, 159, 166, 167], "minim": [63, 64, 127, 131, 188, 213, 215], "minimalist": 215, "miniterm": 182, "minor": [181, 182], "mintim": [25, 37], "minu": [59, 88, 176, 200, 211], "minut": [3, 9, 15, 26, 57, 61, 64, 80, 106, 122, 129, 130, 134, 163, 178, 183, 206], "mirror": 100, "misc": 184, "miser": 97, "misplac": 195, "miss": [15, 18, 64, 91, 109, 116, 141, 182, 192], "mission": 212, "misspel": [71, 147, 195], "mist": 181, "mistak": [64, 130], "mitig": [167, 178], "mix": [46, 64, 92, 171], "mkdir": [76, 84, 100, 110, 130, 146, 157, 196], "mkl": 183, "ml": [181, 182, 183], "mlrose": 182, "mltool": 183, "mlv": 181, "mlxtend": [182, 183], "mmmmmmddddddddddmm": 77, "mmmmmmmmmmmmmmmmmm": 77, "mmy": 77, "mnist": 74, "mobil": [139, 215], "mocha": [28, 29], "mock": [182, 183], "mod": [77, 188], "modal": 215, "mode": [66, 74, 81, 108, 123, 130, 141, 150, 171, 172, 182, 183, 190, 200, 207, 211, 215], "model": [9, 64, 93, 113, 182, 183, 184, 185, 199, 215], "moder": 168, "modern": [64, 108, 126, 130, 146, 184, 215], "modif": [9, 118, 136, 151, 167, 193], "modifi": [9, 56, 74, 88, 112, 130, 132, 142, 144, 146, 161, 167, 177, 190, 193, 194, 196, 201], "modsimpi": 182, "modul": [96, 100, 150, 182, 184, 194, 196], "modular": [147, 182, 186], "modulenotfounderror": 100, "molecul": 215, "moment": [20, 64, 106, 134, 149, 198, 204, 213], "mon": 163, "monei": [61, 64, 174, 197, 204], "mongo": 110, "mongod": 110, "mongodb": 98, "monitor": [37, 61, 126, 163, 181, 212], "mono": 123, "mononoki": 182, "mont": [97, 186], "month": [2, 61, 64, 165, 166, 167, 198], "monthli": [2, 53, 61, 154, 206], "monti": [181, 182], "montreal": 118, "moodl": 192, "more": [0, 1, 2, 3, 9, 10, 19, 20, 28, 29, 46, 48, 50, 51, 52, 54, 55, 58, 59, 63, 64, 67, 68, 71, 73, 74, 77, 81, 84, 85, 86, 90, 91, 92, 95, 96, 100, 101, 102, 103, 104, 106, 108, 111, 112, 116, 117, 118, 119, 128, 129, 130, 131, 135, 141, 142, 143, 146, 147, 148, 149, 150, 152, 156, 160, 161, 163, 164, 165, 167, 168, 170, 172, 175, 177, 178, 181, 182, 183, 186, 190, 191, 193, 194, 195, 196, 197, 200, 201, 202, 204, 205, 206, 209, 210, 212, 213, 215], "moreov": [48, 130, 150, 212], "moreutil": 182, "morn": 61, "most": [2, 3, 9, 28, 29, 46, 52, 57, 61, 71, 73, 74, 77, 79, 81, 90, 100, 103, 107, 122, 126, 130, 137, 147, 150, 166, 167, 171, 172, 174, 176, 178, 183, 185, 191, 195, 196, 200, 211, 212, 213, 215], "mostli": [100, 150, 183, 215], "motiv": [152, 182, 215], "mount": [50, 61, 167], "mous": [3, 6, 71, 108, 126, 135, 148, 167, 176, 211, 215], "move": [3, 61, 64, 73, 80, 143, 148, 161, 166, 167, 176, 182, 183, 186, 195, 196, 200, 206, 211], "mozilla": [21, 111, 181], "mp3": 172, "mpi4pi": 182, "mpl_toolkit": 181, "mplbackend": 182, "mro": 100, "mscorefont": 182, "msg": 172, "msgerr": 172, "msglog": 172, "msimput": 185, "mtcar": 112, "mtime": 48, "mtune": 108, "much": [2, 3, 9, 61, 64, 86, 89, 96, 100, 108, 109, 112, 122, 129, 130, 146, 148, 149, 150, 160, 163, 167, 182, 198, 206, 209, 212, 215], "multi": [71, 81, 161, 183, 185], "multi_respons": [37, 44], "multifactor": 182, "multifil": 182, "multipl": [11, 17, 20, 35, 38, 61, 64, 81, 98, 104, 125, 137, 141, 147, 150, 159, 167, 171, 175, 176, 184, 188, 191, 192, 193, 195, 206, 209, 210, 211, 215], "multiple_cursor": 37, "multipli": 97, "multiregion": 61, "music": 182, "must": [2, 10, 11, 13, 14, 15, 19, 21, 27, 28, 30, 31, 35, 37, 38, 39, 41, 47, 51, 53, 54, 56, 59, 74, 99, 100, 101, 131, 135, 138, 152, 161, 167, 171, 172, 177, 191, 195, 196, 197, 209], "mv": 100, "mwout": 181, "mxnet": [181, 182, 183], "my": [20, 37, 53, 88, 90, 112, 131, 155, 159, 165, 175, 179, 180, 189, 196], "my_schema": 74, "myapp": [56, 172], "mybind": [175, 178], "myconda": 100, "myfil": [37, 144], "myfunc": 172, "mykei": 167, "mymdtraj": 100, "mypi": [181, 182, 183], "mysql": 181, "mzcli": 183, "n": [26, 31, 35, 36, 47, 59, 77, 88, 100, 101, 108, 118, 120, 128, 130, 146, 163, 165, 167, 172, 176, 188, 196, 209, 211], "nag": 19, "name": [2, 3, 6, 21, 27, 28, 29, 30, 31, 37, 46, 48, 59, 62, 64, 73, 74, 78, 80, 82, 83, 84, 87, 88, 95, 96, 97, 99, 100, 101, 103, 109, 112, 116, 118, 120, 122, 123, 128, 144, 146, 147, 148, 150, 159, 160, 161, 163, 165, 166, 172, 175, 177, 178, 182, 185, 190, 191, 193, 194, 195, 196, 200, 207, 215], "narrow": [165, 178, 212], "nasm": 75, "nathan": 130, "nativ": [71, 108, 146, 148, 176, 207, 211], "natl": 97, "natsort": 182, "natur": [9, 28, 29, 146, 183], "navig": [8, 67, 81, 95, 104, 134, 147, 175, 182, 190, 195], "nbconvert": [142, 146, 181, 183, 184], "nbextens": [102, 182], "nbextensions_configur": 102, "nbgrade": 182, "nbgrader": [65, 182, 190, 192], "nbgrader_config": 112, "nbgrader_exchang": 112, "nbval": 181, "nbviewer": 175, "ncours": 26, "nearli": 184, "necessari": [37, 64, 81, 85, 90, 95, 100, 101, 120, 130, 146, 178, 190, 195, 196, 197, 209, 212, 213, 215], "necessarili": 48, "need": [2, 3, 10, 11, 15, 16, 17, 18, 19, 28, 35, 36, 37, 38, 47, 51, 56, 61, 71, 73, 74, 77, 79, 81, 82, 83, 84, 86, 87, 91, 95, 96, 99, 100, 101, 103, 106, 108, 112, 113, 120, 127, 129, 130, 131, 135, 137, 138, 141, 142, 144, 146, 149, 150, 152, 154, 161, 163, 165, 167, 172, 174, 175, 177, 178, 182, 184, 189, 190, 193, 194, 195, 196, 197, 198, 200, 204, 212, 215], "nehs2gk": 73, "neither": 167, "nemo": 182, "nemoh": 186, "neron": 113, "nest": [182, 183, 212], "net": 74, "nettl": 182, "netwid": 184, "network": [2, 3, 25, 37, 50, 61, 64, 113, 129, 130, 131, 182, 183, 191, 213], "networkx": [182, 183], "neue": 182, "neuron": [98, 182], "neutron": [182, 184], "never": [15, 22, 122, 178, 191, 196], "new": [2, 5, 8, 9, 13, 14, 15, 19, 20, 37, 51, 52, 56, 59, 61, 64, 65, 68, 73, 74, 77, 81, 83, 85, 88, 92, 96, 100, 101, 103, 109, 111, 112, 114, 119, 121, 124, 126, 127, 128, 129, 131, 134, 135, 138, 141, 142, 146, 147, 148, 152, 155, 159, 161, 165, 168, 171, 172, 175, 176, 177, 178, 181, 182, 183, 184, 187, 188, 192, 193, 194, 195, 196, 201, 202, 207, 209, 210, 211, 212, 213, 215], "new_api_intro": 74, "new_dataset": 74, "new_email_address": 13, "new_modul": 130, "new_password": [14, 41], "newer": [15, 18, 152, 167, 175, 183, 186, 196, 198, 201], "newest": 181, "newfontfamili": 146, "newli": [100, 130], "next": [9, 51, 53, 57, 59, 67, 68, 71, 77, 85, 88, 92, 93, 118, 130, 138, 142, 149, 150, 154, 156, 161, 167, 168, 175, 176, 177, 178, 189, 190, 191, 194, 196, 198, 200, 201, 215], "nfail": 112, "nglview": 182, "ngspice": 185, "nhttp": 26, "nice": [55, 66, 123, 144, 175], "nicer": [3, 167], "nightli": [182, 183], "nilearn": 183, "nipyp": 183, "nisq": 186, "nlsolv": 182, "nltk": 182, "nnn": 183, "nnnn": 64, "noaa": 181, "noauth_local_webserv": 96, "nobodi": 136, "node": [50, 64, 126, 129, 152, 163, 181, 182, 186, 206], "nodej": [181, 182], "noisi": [185, 186], "non": [46, 158, 163, 167, 172, 182, 183, 184, 185, 194, 209], "none": [37, 50, 80, 188], "nonlinear": 185, "nonsens": 53, "nonstart": 88, "nonstopmod": 147, "nonzero": 35, "nopen": 128, "nor": [167, 204], "normal": [54, 61, 67, 79, 81, 88, 99, 100, 101, 109, 111, 123, 141, 144, 167, 168, 170, 196], "normaliz": 182, "normalizepath": 108, "norwai": 64, "nosql": 110, "notabl": [161, 181, 182, 191], "notbook": 101, "note": [2, 3, 10, 13, 15, 16, 17, 18, 21, 26, 27, 28, 29, 32, 35, 37, 38, 44, 46, 47, 49, 50, 53, 54, 59, 64, 71, 82, 84, 85, 86, 88, 94, 96, 99, 100, 112, 114, 130, 131, 135, 139, 141, 142, 146, 147, 149, 150, 160, 161, 166, 167, 171, 172, 177, 178, 181, 182, 183, 186, 187, 189, 190, 191, 195, 196, 197, 198, 199, 200, 201, 209, 215], "notebook": [3, 10, 21, 28, 37, 56, 59, 64, 65, 80, 82, 84, 85, 86, 87, 91, 100, 102, 104, 106, 112, 114, 117, 120, 125, 128, 129, 137, 138, 150, 157, 159, 167, 171, 172, 175, 177, 178, 181, 182, 184, 186, 187, 190, 192, 193, 195, 200, 201, 204, 210, 212, 214, 215], "notedown": 181, "noteworthi": [181, 182, 183], "noth": [64, 81, 107, 146, 167, 176, 196, 212, 213], "notic": [64, 87, 127, 181, 195, 212], "notif": [30, 59, 151, 161, 176, 193, 196, 202, 207, 211], "notifi": [11, 39, 195, 200], "notimplementederror": 112, "notion": 11, "noto": 146, "novel": 182, "novic": 182, "now": [6, 9, 10, 15, 28, 34, 45, 53, 61, 64, 73, 74, 77, 78, 84, 85, 96, 100, 111, 116, 120, 121, 130, 134, 144, 146, 147, 152, 156, 162, 167, 172, 181, 182, 183, 185, 186, 187, 190, 191, 195, 196, 197, 198, 200, 209], "np": [74, 78, 172, 215], "npartit": 85, "npm": [181, 182, 183], "nproc": 85, "nrais": 112, "nrn": 113, "nrngui": 113, "nshow": 120, "nteract": [181, 215], "nthread": 85, "nthrow": 112, "ntodai": 36, "null": [37, 44, 48, 53, 55, 112], "num": [74, 85], "num_class": 74, "numba": [181, 182, 183], "number": [4, 6, 9, 15, 17, 18, 35, 46, 64, 79, 81, 85, 87, 102, 112, 118, 120, 128, 129, 131, 134, 139, 143, 148, 165, 167, 171, 172, 174, 176, 181, 183, 188, 190, 191, 194, 196, 197, 198, 200, 204, 206, 209, 211, 215], "numdifftool": 181, "numer": [44, 53, 81, 128, 146, 150, 157, 161, 184, 185, 186], "numpi": [74, 78, 130, 172, 181, 182, 183, 184, 185, 215], "numpyro": 185, "nutshel": [100, 101], "nvcc": 64, "o": [21, 75, 76, 78, 83, 85, 88, 97, 100, 108, 112, 113, 118, 120, 126, 130, 134, 146, 150, 160, 163, 167, 179, 180, 206], "o_o": 77, "object": [21, 25, 27, 28, 29, 33, 35, 37, 38, 74, 78, 128, 142, 167, 172, 176, 182, 183, 192, 211], "observ": 130, "obspi": 183, "obtain": [45, 56, 174], "obviou": 64, "obvious": [48, 61, 136], "ocaml": 183, "occas": 167, "occasion": [2, 64, 167, 186, 204], "occur": [73, 144, 149], "occurr": 71, "ocr": 182, "oct": 196, "octav": [84, 98, 152, 156, 177, 200, 215], "od": 215, "odd": 81, "odt": 215, "off": [2, 9, 51, 52, 59, 61, 64, 65, 76, 81, 120, 133, 139, 147, 155, 160, 161, 183, 197], "offens": 77, "offer": [67, 71, 140, 142, 158, 163, 167, 171, 174, 175, 177, 178, 179, 186, 196, 204, 209, 213], "offic": [201, 215], "offici": [112, 127, 130, 152, 194], "offlin": [156, 196], "offset": [17, 50], "offsit": 57, "often": [2, 28, 29, 79, 81, 142, 150, 166, 172, 191], "ogg": 172, "ok": [50, 122, 147, 152, 167, 183, 194, 209, 215], "okpi": 183, "okular": 215, "old": [14, 81, 122, 181, 183, 189, 196, 215], "old_email_address": 13, "old_password": 14, "older": [2, 152, 159, 167, 181, 182, 185, 186, 189, 200, 207], "oligo": [182, 184], "omedit": 215, "omit": [34, 67], "ommmdsooooooooynm": 77, "ommmmh": 77, "onc": [5, 10, 28, 38, 61, 64, 73, 74, 81, 84, 85, 95, 101, 103, 108, 118, 120, 130, 144, 146, 163, 166, 167, 172, 178, 182, 190, 191, 193, 195, 196, 197, 198, 204, 209, 215], "one": [2, 3, 6, 9, 10, 15, 17, 28, 29, 35, 46, 51, 52, 53, 56, 59, 61, 64, 67, 68, 71, 75, 81, 83, 84, 85, 86, 87, 89, 91, 96, 99, 100, 104, 105, 108, 109, 110, 111, 112, 116, 117, 124, 125, 126, 128, 129, 130, 131, 135, 137, 141, 142, 143, 146, 147, 148, 149, 150, 152, 154, 156, 159, 160, 161, 165, 167, 168, 171, 172, 175, 176, 177, 178, 182, 183, 185, 186, 188, 189, 190, 191, 193, 194, 195, 196, 197, 198, 199, 200, 202, 206, 209, 211, 212, 213, 215], "ones": [9, 48, 53, 74, 100, 108, 167, 175, 182, 183, 196, 212, 215], "ongo": [81, 119, 200, 213], "onli": [2, 5, 9, 10, 11, 16, 17, 28, 32, 35, 37, 45, 46, 56, 61, 64, 71, 81, 85, 100, 101, 103, 108, 112, 113, 117, 118, 120, 123, 126, 127, 128, 129, 134, 136, 142, 146, 148, 149, 150, 152, 154, 160, 161, 163, 165, 167, 172, 174, 175, 176, 178, 181, 182, 183, 186, 187, 188, 189, 191, 193, 194, 195, 196, 198, 201, 206, 211, 212, 213, 215], "onlin": [2, 3, 73, 74, 95, 121, 127, 137, 140, 153, 163, 176, 178, 195, 200, 209], "onprem": [62, 65, 167, 174, 209], "ons": [77, 81], "onto": [59, 135], "oom": 108, "op": 17, "open": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 21, 26, 28, 37, 56, 59, 64, 66, 67, 68, 70, 71, 73, 74, 75, 77, 80, 82, 83, 84, 85, 86, 87, 89, 91, 95, 96, 99, 100, 101, 102, 103, 104, 106, 108, 109, 111, 113, 114, 116, 118, 119, 121, 123, 124, 125, 128, 129, 130, 131, 134, 135, 138, 139, 141, 142, 144, 146, 147, 148, 149, 150, 154, 156, 157, 159, 162, 163, 164, 167, 170, 171, 172, 173, 175, 176, 177, 178, 181, 182, 183, 184, 185, 188, 189, 190, 191, 194, 195, 196, 197, 198, 199, 200, 201, 202, 206, 207, 208, 209, 210, 211, 215], "open_fil": [10, 28], "openapi": 51, "opencv": [181, 182], "opendyslex": 182, "openfil": 182, "openmodelica": [181, 215], "openscad": 183, "opensourc": 195, "openssh": [6, 167], "opentsn": 183, "openwebui": 9, "oper": [10, 15, 16, 17, 28, 29, 61, 64, 74, 78, 80, 81, 88, 117, 126, 135, 143, 159, 175, 178, 182, 189, 194, 206, 212, 215], "oppos": 37, "opt": [78, 128, 183], "optim": [64, 167, 181, 182], "option": [3, 5, 11, 15, 17, 18, 19, 20, 21, 27, 28, 29, 31, 34, 35, 37, 52, 56, 64, 65, 69, 71, 73, 78, 86, 88, 96, 101, 118, 121, 128, 130, 135, 138, 140, 141, 144, 146, 147, 150, 153, 156, 157, 163, 167, 170, 172, 173, 175, 178, 182, 188, 190, 191, 192, 195, 196, 198, 206, 207, 215], "optlang": 183, "orang": [79, 118, 168, 182], "orange3": 183, "orbit": 182, "order": [2, 5, 38, 59, 64, 67, 71, 74, 77, 85, 91, 99, 100, 101, 104, 108, 110, 113, 130, 146, 147, 154, 160, 163, 167, 168, 175, 176, 177, 178, 179, 180, 188, 194, 196, 198, 200, 209, 211, 215], "ordinari": 5, "org": [81, 83, 100, 120, 127, 130, 150, 152, 169, 175, 181, 182], "organ": [64, 81, 90, 100, 137, 154, 159, 175, 176, 179, 180, 188, 195, 196, 211, 212, 213], "orient": 183, "origin": [10, 28, 78, 97, 142, 150, 161, 176, 189, 190, 200, 209], "ortholog": 185, "ortool": 182, "osbot": 182, "osnabr\u00fcck": [179, 180], "other": [2, 5, 7, 28, 29, 43, 46, 56, 61, 64, 67, 71, 73, 79, 85, 88, 95, 100, 104, 109, 111, 112, 117, 120, 125, 129, 132, 135, 136, 137, 142, 143, 144, 145, 146, 147, 148, 149, 150, 153, 154, 159, 160, 161, 165, 167, 172, 175, 176, 178, 181, 182, 183, 184, 188, 189, 190, 191, 193, 194, 196, 197, 198, 200, 201, 204, 206, 207, 209, 211, 212, 213, 215], "otherwis": [2, 37, 61, 82, 100, 101, 104, 129, 130, 136, 143, 146, 167, 195, 196, 197, 215], "our": [9, 51, 53, 61, 64, 65, 73, 74, 77, 100, 108, 129, 136, 137, 141, 143, 149, 150, 153, 167, 168, 176, 181, 182, 191, 196, 204, 211, 212, 213], "out": [2, 3, 9, 15, 43, 51, 53, 61, 62, 64, 75, 77, 79, 86, 88, 91, 92, 100, 104, 109, 111, 112, 122, 129, 130, 131, 133, 138, 143, 144, 147, 150, 152, 154, 158, 163, 168, 175, 182, 190, 198, 200, 204, 207, 209, 212], "out_d": 74, "outcom": 15, "outdat": [77, 81, 167, 172, 178], "outfit": 100, "outlin": [71, 164, 176, 211], "output": [9, 35, 48, 50, 52, 53, 54, 55, 61, 71, 77, 80, 81, 82, 83, 87, 89, 91, 96, 97, 99, 100, 114, 120, 128, 134, 142, 146, 147, 150, 160, 161, 163, 167, 172, 181, 183, 187, 196, 200], "outsid": [120, 128, 163, 176, 190], "outstand": [129, 192], "over": [1, 3, 9, 61, 64, 74, 81, 84, 89, 90, 95, 97, 142, 144, 147, 148, 149, 150, 164, 167, 170, 176, 178, 181, 182, 186, 189, 195, 196, 201, 211, 212], "overal": [10, 28, 61, 64, 81, 91, 126, 135, 156, 167, 181, 194, 204], "overcom": 133, "overflow": [101, 130, 179, 180], "overlai": 100, "overleaf": [145, 148], "overload": [212, 213], "overlook": 146, "overnight": 206, "overrid": [103, 146, 161], "overspend": 154, "overview": [1, 74, 116, 148, 153, 161, 165, 182, 194], "overwhelm": 9, "overwrit": [15, 18, 74, 146], "overwrite_new": [10, 15, 18, 28], "overwritten": 47, "own": [9, 10, 22, 28, 51, 64, 81, 84, 88, 99, 101, 102, 103, 110, 112, 120, 134, 146, 147, 149, 152, 153, 167, 170, 173, 175, 177, 178, 182, 191, 194, 195, 196, 199, 200, 204, 212, 213, 215], "owner": [1, 2, 6, 11, 22, 26, 30, 31, 36, 37, 39, 50, 54, 55, 136, 161, 165, 166, 167, 175, 189], "p": [54, 74, 82, 84, 100, 110, 123, 130, 146, 157, 163, 176, 182, 211], "p21": 97, "p_group_cohomologi": 182, "packag": [1, 5, 21, 25, 26, 28, 29, 51, 61, 76, 81, 84, 98, 102, 112, 114, 137, 144, 147, 150, 152, 167, 178, 181, 186, 187, 195, 196, 198, 204, 212], "package_nam": [99, 100], "packagevers": 128, "packet": 81, "packt": [179, 180], "pad": 11, "page": [10, 28, 51, 56, 58, 67, 71, 73, 88, 92, 96, 98, 99, 100, 101, 109, 111, 112, 118, 126, 130, 131, 134, 143, 155, 156, 162, 163, 165, 167, 168, 172, 175, 181, 198, 203, 207, 209, 210, 215], "pai": [5, 61, 64, 65, 100, 130, 138, 149, 174, 192, 206, 207, 209], "paid": [2, 9, 129, 130, 137, 167, 192, 204], "pain": 88, "painlessli": 81, "paint": 215, "pair": [6, 28, 29, 54, 95, 135, 150, 167, 176, 177, 211], "palett": [128, 171, 182], "panda": [78, 84, 100, 118, 131, 181, 182, 184, 185], "pandoc": [150, 156, 182, 184], "pane": [56, 71, 96, 146, 150, 177, 206, 211, 215], "panel": [5, 8, 64, 65, 71, 78, 85, 95, 97, 119, 126, 130, 146, 147, 148, 150, 152, 154, 156, 158, 167, 172, 175, 176, 182, 195, 196, 200, 207, 208, 211, 215], "pango": 182, "paper": [64, 97], "papermil": 185, "par": [128, 152], "paragraph": [141, 147, 148], "parallel": [117, 184], "param": 97, "paramet": [2, 10, 28, 29, 35, 52, 53, 61, 64, 67, 74, 84, 97, 178, 185, 197], "parameter": [184, 185], "paraview": 184, "parent": [10, 28], "parenthes": 4, "pari": 9, "pariss": 181, "parq": 78, "parquet": 78, "pars": [130, 150], "parseabl": 15, "parser": 150, "part": [2, 3, 5, 10, 28, 64, 68, 81, 100, 101, 108, 128, 130, 146, 150, 156, 161, 176, 179, 180, 182, 195, 196, 209, 211, 215], "partd": 181, "parti": [59, 81, 88, 90, 204], "partial": [70, 91, 146, 148, 176, 186, 211], "partici": 200, "particip": [64, 81, 199, 200, 213], "particl": 182, "particular": [10, 28, 38, 51, 61, 64, 77, 81, 88, 101, 108, 129, 137, 146, 147, 152, 170, 172, 178, 181, 182, 195, 196, 204, 209], "particularli": [130, 183, 212], "partner": [49, 53], "pass": [15, 18, 74, 81, 128, 167, 182, 194, 195], "passport": 44, "password": [3, 13, 14, 19, 24, 41, 45, 56, 74, 109, 120, 136, 167, 189, 195, 196], "past": [6, 9, 37, 64, 85, 96, 97, 103, 104, 110, 120, 121, 127, 128, 130, 134, 135, 142, 151, 165, 166, 167, 171, 191, 195, 196], "patch": [87, 201], "patch_length": 87, "path": [4, 10, 15, 16, 17, 18, 21, 28, 29, 35, 36, 38, 47, 50, 52, 68, 74, 82, 84, 85, 87, 88, 101, 112, 113, 131, 132, 146, 167, 172, 177, 181, 183, 190, 194, 196, 200, 201], "patient": 191, "patron": 178, "patsi": 182, "pattern": [61, 150], "paus": [3, 195], "payload": [10, 28], "payment": [195, 198, 207], "pc": [80, 100, 101], "pcb": [181, 215], "pch": 128, "pd": [78, 118, 131], "pde": [179, 180, 186], "pdf": [52, 58, 71, 98, 147, 148, 172, 176, 181, 182, 190, 192, 211, 215], "pdfkit": 182, "pdflatex": [146, 147, 178], "pdftk": 181, "pdpipe": [182, 183], "peak": 81, "peer": 192, "pefil": 182, "pegler": 182, "penalti": 149, "pencil": [176, 211], "pend": [17, 50, 191], "penni": [64, 144], "peopl": [5, 59, 120, 121, 130, 141, 175, 188, 212], "peptid": 185, "per": [2, 61, 64, 71, 85, 101, 131, 167, 172, 184, 188, 190, 191, 198, 206], "perfect": 196, "perfectli": [61, 209], "perform": [61, 64, 67, 68, 74, 152, 153, 167, 172, 182, 184, 190], "perhap": [9, 61, 64, 81, 88, 111, 175, 196, 204, 212], "period": [53, 57, 81, 83, 87, 122, 146, 167, 182, 184], "period_end": 50, "period_start": 50, "periodict": [182, 184], "perman": [109, 167, 196], "permiss": [38, 46, 47, 100, 167, 193], "permit": 167, "persist": [71, 78, 130, 178], "person": [5, 9, 64, 71, 94, 111, 121, 134, 137, 149, 153, 166, 167, 195, 201, 213], "personal_w": 71, "petsc": 182, "pg_ctl": 120, "pgf": [146, 184], "pgfplot": 146, "pghost": 120, "pgmpy": 183, "pharmacokinet": [179, 180], "phase": [78, 182, 183, 198], "phenomenon": 111, "photographi": 215, "php": 80, "phy": 165, "physic": [57, 64, 164, 179, 180, 215], "pi": [78, 97, 172], "pick": [64, 99, 100, 101, 138, 146, 175, 204], "picker": [116, 171], "pictur": [59, 144, 146], "pid": [108, 126, 163], "pidfil": [126, 163], "piec": [9, 81, 143, 167, 195], "pile": 146, "pillar": 182, "pillow": 183, "pin": [152, 175], "ping": [10, 28, 29, 64, 81, 168, 182], "pint": 182, "pinta": 215, "pip": [84, 131, 152, 181, 182, 183, 196, 204], "pip2": [100, 152, 181, 182], "pip3": [74, 100, 102, 130, 152, 181, 182], "pipe": 163, "pipelin": [74, 182], "pipenv": [100, 181], "pipfil": 100, "pitch": 172, "pitfal": 163, "pivottablej": 181, "pixel": 183, "pkg": [99, 182, 184, 185], "pl": 9, "place": [71, 99, 112, 129, 146, 147, 167, 172, 176, 177, 190, 194, 195, 196, 204, 211, 212], "placehold": 85, "placement": [142, 146], "plai": [81, 91], "plain": [30, 71, 97, 104, 130, 144, 150, 182], "plaintext": 150, "plan": [2, 5, 64, 88, 109, 137, 149, 160, 162, 175, 182, 189, 193, 196, 197, 198], "planet": 182, "platform": [10, 28, 29, 65, 74, 93, 100, 101, 127, 129, 137, 142, 153, 172, 178, 182, 184, 185, 192, 195, 200, 204, 212], "player": [144, 172], "playground": 182, "pleas": [2, 5, 10, 21, 28, 31, 58, 61, 64, 74, 81, 99, 100, 101, 102, 108, 112, 113, 116, 130, 141, 149, 152, 160, 163, 167, 172, 178, 181, 182, 183, 186, 191, 195, 198, 200, 204, 215], "plenti": 112, "plethora": [64, 178], "plink": 183, "plot": [78, 79, 92, 98, 118, 128, 130, 144, 175, 181, 182, 183, 184, 185, 207, 215], "plot1": 128, "plot3d": 182, "plot4": 146, "plot_mimetyp": [144, 182], "plotli": [100, 118, 181, 182], "plotoutput": 128, "plt": [108, 215], "plu": [2, 64, 88, 90, 183, 185, 195, 197, 200], "plug": 150, "plugin": [150, 182, 212], "pluto": [98, 137, 157, 173, 184], "pm2": 182, "pn": 78, "png": [98, 135, 144, 146, 176, 182, 211], "po": [134, 198], "point": [10, 28, 51, 64, 67, 73, 76, 78, 79, 84, 91, 94, 106, 108, 110, 112, 116, 122, 127, 128, 130, 131, 135, 150, 154, 161, 167, 168, 172, 176, 182, 183, 190, 191, 194, 196, 211], "pointer": 167, "polici": [51, 64, 73, 167, 181, 204], "polit": 186, "polyglossia": 146, "polyhedr": 182, "polyhedron": 182, "pomegran": 182, "pong": 34, "pool": 189, "poor": [81, 195], "pop": [2, 3, 5, 56, 80, 81, 96, 142, 154, 176, 194, 202, 211], "poppler": 182, "popul": [179, 180, 184, 190, 191], "popular": [143, 171, 183], "por": 183, "port": [74, 78, 85, 110, 118, 120, 128, 131, 174, 183], "portabl": [182, 184], "porter": [181, 182], "portion": [61, 74, 81, 131], "posit": [74, 128, 147, 148, 176, 182, 188, 211], "posix": 61, "possess": 175, "possibl": [5, 10, 28, 29, 46, 53, 56, 61, 64, 71, 79, 81, 85, 88, 100, 101, 102, 108, 118, 121, 122, 128, 130, 132, 136, 138, 139, 142, 143, 144, 146, 150, 152, 153, 156, 160, 161, 167, 172, 178, 186, 190, 191, 193, 195, 197, 200, 204, 210, 212, 215], "possibli": [10, 20, 28, 81, 106, 130, 136, 141, 161, 167, 173], "post": [10, 25, 26, 28, 29, 34, 50, 51, 56, 101, 130, 135, 167, 193, 201, 215], "post1": 183, "postgres_data": 120, "postgresql": [28, 29, 48, 52, 53, 98, 181, 182, 201], "posthoc": 182, "postmessag": [10, 28], "postpon": 15, "postscript": 146, "potenti": [61, 64, 129, 167, 186, 209], "potsdam": 78, "pound": [59, 71, 165], "power": [2, 9, 64, 81, 130, 146, 154, 183, 185, 197, 204, 212, 215], "powerlin": 181, "powerpoint": 176, "pp": 50, "pprint": 50, "ppt": 215, "practic": [167, 213], "pre": [64, 76, 84, 146, 152, 172, 176, 183, 184, 211], "preambl": [71, 146, 148], "preced": [37, 59, 83, 141, 147, 150, 176, 211], "precis": [9, 64, 100], "precompil": [181, 182], "preconfigur": 209, "predict": 61, "preemptibl": [2, 130], "prefer": [9, 56, 64, 65, 71, 73, 74, 77, 130, 139, 141, 143, 147, 148, 156, 157, 175, 191, 195, 196, 198, 207, 212, 215], "prefix": [74, 82, 85, 100, 130, 132], "preivou": 184, "premis": 138, "premium": 182, "prepar": [2, 183, 192], "prepars": 172, "prepend": 196, "prepopul": 182, "preprocess": [74, 182], "presenc": 64, "present": [4, 19, 21, 67, 71, 88, 142, 152, 167, 171, 172, 179, 180, 193, 196, 211, 215], "preserv": [196, 200], "preset": 154, "press": [73, 88, 96, 101, 110, 123, 126, 130, 135, 143, 172, 176, 188, 190, 200, 215], "pretti": 61, "prettier": [181, 182, 183], "prettyprint": 50, "prettyt": 181, "prevent": [2, 3, 110, 120, 130, 142, 154, 167, 170, 190, 197, 199, 200, 206, 213], "preview": [9, 71, 147, 148, 175, 176, 211], "previou": [31, 71, 77, 116, 130, 137, 143, 149, 152, 172, 181, 182, 183, 185, 195, 196, 198, 200], "previous": [59, 104, 135, 167, 175, 182, 195, 196], "price": [2, 9, 61, 64, 149, 160, 167, 182, 198, 199, 206, 209, 213], "primari": 111, "primarili": [181, 182, 215], "prime": [9, 182, 206], "print": [73, 74, 77, 81, 82, 96, 100, 112, 118, 120, 128, 130, 131, 148, 150, 172, 183, 215], "printf": 130, "println": 130, "prior": [117, 185], "priorit": [2, 64], "prioriti": 2, "privaci": [204, 212], "privat": [9, 18, 35, 36, 81, 95, 121, 135, 159, 161, 167, 178, 193, 209], "privileg": [49, 56, 100], "pro": [102, 139, 141, 178], "probabilist": [182, 183, 184, 185], "probabl": [10, 28, 73, 89, 109, 126, 129, 142, 181, 182, 183, 189, 196, 197, 212, 215], "problem": [63, 64, 65, 67, 79, 86, 88, 91, 104, 111, 112, 113, 116, 127, 133, 135, 141, 142, 144, 148, 149, 156, 158, 167, 168, 182, 183, 184, 186, 190, 192, 194, 195, 212], "problemat": [81, 91], "proc": 97, "proce": [142, 194, 198], "procedur": [183, 185], "proceed": 3, "process": [5, 8, 11, 61, 64, 65, 85, 91, 98, 101, 104, 117, 129, 137, 143, 144, 146, 147, 148, 153, 156, 160, 161, 167, 171, 172, 175, 179, 180, 181, 182, 187, 191, 195, 196, 198, 200, 201, 206, 207, 212, 215], "processor": [145, 146], "produc": [71, 91, 108, 144, 146, 148, 150], "product": [2, 10, 28, 29, 53, 65, 73, 93, 99, 159, 167, 184, 198, 212, 215], "profession": [212, 215], "profil": [168, 175, 182, 183, 185], "program": [2, 9, 28, 29, 64, 65, 73, 79, 91, 94, 97, 103, 108, 114, 117, 133, 143, 147, 150, 161, 167, 172, 177, 178, 179, 180, 181, 182, 183, 184, 185, 190, 195, 196, 200, 215], "programm": [130, 182], "progress": [179, 180, 195], "prohibit": [142, 213], "projec": 126, "project": [0, 1, 3, 4, 5, 8, 11, 12, 15, 16, 17, 18, 20, 21, 22, 23, 25, 26, 30, 31, 35, 36, 38, 39, 40, 43, 47, 50, 51, 52, 53, 54, 57, 58, 59, 61, 64, 65, 68, 71, 73, 74, 76, 79, 84, 86, 88, 89, 93, 95, 96, 99, 100, 101, 102, 104, 107, 110, 111, 112, 116, 118, 120, 122, 125, 126, 128, 131, 133, 134, 135, 136, 137, 139, 141, 147, 150, 152, 154, 155, 157, 158, 169, 172, 173, 174, 177, 178, 181, 182, 183, 185, 186, 188, 190, 192, 194, 199, 200, 201, 202, 203, 206, 207, 208, 209, 210, 212, 213, 215], "project_cr": 20, "project_exec": 28, "project_exec_output": 35, "project_id": [10, 11, 12, 20, 21, 23, 28, 30, 31, 35, 36, 37, 38, 39, 40, 43, 47, 48, 50, 52, 53, 54, 78, 118, 128, 136], "project_init": 163, "project_invite_token": 11, "projectil": [179, 180], "projects_al": 37, "prologu": 146, "prompt": [76, 96, 100, 101, 131, 134, 142, 167, 181, 194, 200], "proof": [10, 28], "propag": 167, "proper": [10, 28, 91, 146, 150], "properli": [81, 90, 100, 118, 146, 167, 215], "prophet": 185, "proport": 172, "proportion": [61, 144], "proprietari": [138, 212], "prorat": [5, 149], "protein": 185, "proto": 182, "protobuf": 183, "protocol": [90, 135, 155, 167, 183], "prototyp": [85, 182], "prove": 204, "proven": 192, "prover": 183, "provid": [2, 3, 5, 9, 11, 21, 28, 29, 32, 34, 35, 37, 45, 49, 53, 57, 61, 63, 64, 67, 74, 77, 81, 90, 92, 96, 99, 100, 112, 114, 126, 137, 146, 150, 154, 156, 158, 167, 171, 175, 178, 179, 180, 181, 182, 183, 184, 186, 189, 190, 191, 195, 196, 197, 198, 199, 209, 211, 212], "provinc": 183, "proxi": [81, 178], "ps1": 112, "psi4": [179, 180], "pso": 182, "pspp": [181, 215], "psppire": 215, "psql": [9, 120], "pss": 126, "pstrick": 215, "psych": 182, "psycopg2": [120, 182], "psycopg2_tutori": 120, "pt": 126, "pub": [6, 95, 167], "public": [3, 18, 36, 51, 61, 95, 130, 135, 149, 161, 167, 178, 182, 195, 212, 213], "public_get_text_fil": 28, "public_path": [37, 175], "public_text_file_cont": 36, "publicli": [56, 111, 144, 156, 195], "publish": [4, 65, 127, 130, 134, 137, 143, 144, 150, 155, 156, 167, 179, 180, 195, 196], "pull": [95, 112, 149, 150], "pulldown": [66, 150, 171], "puma": 182, "pumadata": 182, "punctur": 184, "purchas": [9, 48, 49, 51, 58, 65, 95, 130, 149, 160, 167, 174, 190, 198, 207, 209, 212, 213], "pure": [130, 184], "purg": 196, "purpos": [64, 81, 137, 155, 174, 178, 179, 181, 182, 183, 184, 192, 206, 215], "push": [74, 95, 196, 212], "put": [49, 59, 64, 76, 83, 88, 104, 124, 130, 134, 144, 146, 149, 150, 172, 175, 176, 188, 191, 197, 204, 211, 212, 213], "puzzl": 91, "pw": 71, "pwd": 35, "pwlf": 183, "px": 118, "py": [9, 71, 78, 96, 104, 112, 118, 130, 131, 146, 163, 181, 184, 200], "py2": [181, 182], "py3": [84, 181, 182], "py36_1": 182, "py36_blas_openblash641cfe3_1205": 182, "py36_blas_openblashbbbf1d5_201": 182, "py36h438ddbb_0": 182, "py36h5f35d83_1": 182, "py36h8210e8a_7": 182, "py36h8e2386c_0": 182, "py36h9c20d5c_0": 182, "py36hcca6a23_0": 182, "py36hf484d3e_1000": 182, "py36hfc679d8_0": 182, "pyarrow": 185, "pyberni": 182, "pyblock": 146, "pyc": 100, "pycairo": 182, "pycharm": 181, "pydata": 100, "pydicom": 182, "pydo": 183, "pyeda": 182, "pyee": 182, "pyenv": 84, "pyfftw": 182, "pyflux": 181, "pygam": 182, "pygment": 183, "pygsheet": 182, "pylab": 146, "pyladvi": 181, "pylatex": 183, "pylatexenc": 182, "pylint": [182, 183], "pymatgen": 184, "pymc3": [181, 182], "pymp": 182, "pynormaliz": 182, "pyomo": 182, "pypi": [100, 182, 183], "pyplot": [108, 131, 182, 215], "pyppet": 182, "pyproj": 182, "pypy3": [100, 185], "pyqt": 182, "pyqt5": 182, "pyqtwebengin": 182, "pyreadstat": 183, "pyro": 184, "pysal": [182, 183], "pyscf": [182, 183], "pyshp": 182, "pysingular": 182, "pyspic": 185, "pystan": 182, "pyswarm": 182, "pytabl": 182, "pytest": [182, 183], "python": [15, 28, 29, 51, 71, 73, 76, 78, 80, 87, 88, 92, 98, 102, 103, 105, 112, 113, 118, 120, 126, 128, 134, 135, 142, 146, 150, 152, 177, 178, 181, 187, 190, 194, 196, 200, 212, 215], "python2": [84, 96, 100, 130, 152, 181, 182, 200], "python3": [21, 78, 84, 100, 118, 134, 143, 152, 163, 178, 181, 182, 183, 185, 186, 200], "pythonhost": 181, "pythonpath": [113, 130], "pythontex": 181, "pytorch": [64, 74, 182, 183, 184], "pytz": 100, "pytzwher": 182, "pyvi": 182, "pywavelet": 183, "pyzmq": 130, "q": [55, 90, 101, 108, 120, 126, 196], "qdap": 182, "qgi": [181, 182, 183], "qgrid": 183, "qiskit": [179, 180, 181, 182, 183], "qjqhddfsfj": 41, "qmd": 150, "qt": 182, "qtawesom": 182, "qtpy": 182, "qualiti": [9, 10, 28, 91, 135, 146, 178, 182, 195, 212], "quandl": [182, 183], "quantum": [182, 183, 186], "queri": [9, 10, 11, 13, 14, 15, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 38, 39, 41, 43, 44, 45, 46, 47, 48, 49, 51, 53, 67, 182, 183], "query_str": 50, "question": [5, 7, 9, 56, 58, 64, 65, 73, 101, 108, 130, 133, 160, 168, 172, 174, 189, 190, 192, 193, 195, 196, 205, 212, 213], "quick": [64, 81, 166, 167, 172, 185, 204, 211], "quickest": 166, "quickli": [48, 64, 91, 95, 99, 129, 165, 192, 206, 212], "quickstart": [96, 172, 181], "quit": [64, 126, 137, 152, 196, 204, 212, 215], "quot": [2, 58, 77, 83, 150, 176, 199, 211], "quota": [2, 5, 50, 53, 57, 64, 86, 106, 108, 111, 126, 130, 135, 156, 159, 160, 205, 206, 207], "qutip": 182, "r": [10, 28, 50, 65, 84, 98, 100, 102, 108, 126, 128, 137, 143, 144, 146, 150, 152, 172, 177, 178, 181, 182, 186, 192, 194, 200, 212, 215], "r9": 160, "r_libs_us": 101, "r_makevars_us": 108, "race": 120, "racket": 182, "rai": [75, 182, 184], "rais": [112, 172], "ram": [5, 53, 61, 64, 106, 108, 154, 167, 197, 198, 207], "randn": [78, 215], "random": [28, 29, 38, 77, 78, 108, 163, 167, 182, 185, 190, 215], "randomli": [129, 190, 215], "rang": [53, 64, 74, 78, 85, 117, 130, 143, 172, 182, 196, 209], "ranger": 183, "rapid": 182, "rare": [74, 147, 194], "raster": [144, 184, 215], "rasterio": 183, "rate": 182, "rather": [5, 28, 29, 64, 71, 80, 87, 108, 129, 130, 136, 137, 143, 149, 167, 196, 212], "raw": [66, 96, 130, 146, 215], "raw_port": [126, 163], "rb": [124, 200], "rc0": [181, 182, 183], "rc1": 181, "rclone": 182, "rcmdr": 215, "rcommand": 215, "rcpp": 182, "rdkit": 182, "re": [2, 5, 10, 28, 51, 59, 61, 71, 76, 77, 81, 82, 84, 85, 87, 92, 96, 100, 108, 117, 120, 126, 127, 129, 130, 135, 139, 142, 143, 144, 146, 148, 167, 172, 177, 178, 182, 183, 189, 194, 195, 197, 200, 201, 215], "reach": [81, 149, 168, 212], "react": 150, "reactiv": 128, "read": [10, 15, 16, 17, 28, 36, 37, 38, 47, 53, 59, 61, 64, 74, 84, 92, 96, 102, 112, 119, 120, 134, 143, 145, 146, 161, 167, 168, 172, 175, 178, 183, 185, 193, 198, 201, 204, 215], "read_csv": 131, "read_parquet": 78, "read_text_file_from_project": 28, "readabl": [32, 184, 201], "reader": [151, 215], "readi": [2, 10, 28, 64, 73, 74, 116, 160, 177, 185, 202], "readm": [19, 150, 175], "readthedoc": [181, 182], "real": [50, 55, 59, 61, 64, 92, 137, 141, 142, 143, 158, 167, 175, 176, 183, 184, 192, 195, 196, 211, 212, 215], "realli": [10, 28, 99, 109, 122, 126, 152, 167, 196, 215], "realnumb": 130, "realtim": [141, 194, 201], "rearrang": 176, "reason": [2, 19, 51, 61, 81, 94, 104, 141, 142, 146, 153, 160, 167, 175, 183, 191, 192, 195, 200, 201, 204], "rebat": 182, "reboot": [80, 130, 160, 206], "rebuild": 184, "recaptcha": 53, "receipt": 207, "receiv": [10, 28, 30, 86, 89, 150, 178, 186, 193, 194, 195, 196, 206], "recent": [52, 80, 88, 100, 122, 130, 146, 159, 167, 182, 183, 185, 186, 200, 207], "reciev": 186, "recipi": [59, 191, 193], "recommend": [15, 56, 144, 163, 167, 182, 191, 200, 206], "recommonmark": 182, "reconfigur": [192, 196], "reconnect": [81, 167, 200], "reconsid": 213, "record": [32, 57, 84, 108, 143, 161, 176, 192, 195, 196, 201, 211], "recov": [65, 133, 141, 143, 167, 188, 189], "recreat": 61, "rectangl": [81, 176, 211], "rectangular": [176, 211], "recurs": 101, "red": [7, 59, 71, 73, 79, 81, 134, 156, 168, 182, 190, 197, 198], "redeem": 174, "redempt": 209, "redim": 78, "redirect": [78, 90, 195], "redistribut": 190, "redistrict": 186, "redraw": 215, "reduc": [130, 154, 170, 206, 212], "reduct": [182, 183], "reestablish": 81, "ref": 76, "refactor": 210, "refer": [32, 59, 64, 111, 155, 172, 215], "reflect": [48, 190], "refresh": [53, 67, 81, 84, 100, 104, 118, 119, 129, 131, 139, 159, 166, 184, 191, 211], "refund": 5, "regain": 64, "regard": [3, 100, 102, 127, 153, 156, 167, 177, 178, 183, 195, 199], "regardless": [44, 167, 212], "regener": 9, "region": [61, 64, 97, 167, 172, 176, 211], "regist": 74, "registri": 99, "regress": 182, "regul": 5, "regular": [59, 61, 64, 71, 74, 152, 153, 156, 163, 167, 176, 178, 204, 211, 212], "regularli": [48, 51, 130, 178], "reilli": [179, 180], "reimburs": 137, "reinstal": [99, 144, 182], "reinvit": 191, "reject": 136, "rel": [4, 10, 15, 18, 28, 35, 36, 38, 47, 48, 61, 81, 146, 175], "relat": [1, 7, 53, 58, 71, 77, 84, 100, 102, 129, 141, 154, 160, 166, 172, 175, 181, 182, 183, 186, 195, 215], "relationship": 144, "relax": [109, 181], "releas": [2, 67, 84, 112, 130, 149, 167, 181, 182, 183, 184, 185, 187], "releat": 181, "relev": [58, 81, 104, 130, 147, 150, 154], "reli": [64, 134, 137], "reliabl": [64, 153], "relief": 182, "reload": [79, 81, 129, 172, 177], "rem": [181, 182, 183, 186], "remain": [5, 64, 76, 134, 181, 182, 189, 195, 212], "remaind": [28, 29], "remap": 200, "remark": 123, "remarkj": 98, "rememb": [67, 81, 122, 146, 149, 168, 175], "remember_m": 81, "remind": [5, 64, 167, 177, 185], "remot": [64, 74, 86, 95, 99, 100, 101, 135, 154, 159, 163, 172, 182, 200, 207], "remotedata": 182, "remov": [2, 3, 6, 10, 16, 28, 39, 40, 53, 64, 67, 76, 77, 81, 85, 86, 94, 112, 121, 130, 146, 148, 165, 166, 167, 170, 171, 175, 176, 181, 182, 183, 188, 192, 194, 195, 199, 206, 208, 211], "remove_collabor": 28, "remove_license_from_project": 28, "renam": [161, 166, 182, 195], "render": [59, 71, 78, 82, 106, 123, 146, 148, 150, 172, 182, 194, 196, 215], "renderplot": 128, "renew": [2, 5, 209], "renown": 64, "repeat": [35, 130, 167, 182], "repl": 84, "replac": [9, 48, 53, 64, 78, 81, 82, 85, 87, 102, 112, 128, 130, 135, 144, 146, 147, 148, 160, 167, 178, 182, 196, 200], "repli": [10, 28, 31, 172, 193], "replyto": [30, 31], "replyto_nam": [30, 31], "repo": [96, 100, 101, 119, 175], "repo2dock": 178, "report": [15, 18, 74, 80, 81, 91, 104, 127, 146, 152, 172, 183, 194, 195, 196, 212, 213], "repositori": [2, 51, 61, 64, 67, 69, 96, 99, 101, 149, 150, 160, 164, 167, 175, 177, 178, 179, 180, 195, 196, 204, 215], "repr": 182, "repres": [64, 185], "represent": [182, 201], "reproduc": [100, 129, 146, 168, 178], "req": [10, 28], "request": [2, 7, 9, 10, 11, 15, 21, 24, 25, 26, 28, 29, 31, 34, 35, 50, 55, 56, 64, 74, 81, 87, 116, 129, 135, 136, 146, 149, 150, 166, 168, 175, 178, 182, 183, 185, 196, 197, 200, 209, 212], "requir": [2, 3, 11, 12, 13, 14, 15, 18, 21, 22, 23, 24, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 56, 64, 65, 74, 84, 91, 100, 101, 112, 117, 128, 130, 138, 153, 154, 167, 178, 181, 182, 183, 196, 206, 209, 212, 215], "rerun": 129, "res_d": 74, "reschedul": 129, "research": [78, 99, 137, 146, 182, 206], "resel": 174, "resembl": 171, "resend": 192, "reserv": 206, "reset": [24, 41, 167, 178, 196], "reset_cod": 41, "reset_forgot_password": 28, "reset_forgot_password_respons": 41, "resid": [81, 108, 152, 159, 161], "residu": 126, "resili": 61, "resist": 183, "resiz": 215, "resolv": [64, 81, 137, 172, 181, 185, 196, 204], "resourc": [2, 3, 20, 61, 64, 99, 107, 127, 129, 137, 138, 145, 149, 153, 154, 156, 158, 167, 189, 191, 195, 197, 198, 204, 206, 212, 213, 215], "respan": 85, "respect": [22, 164, 188, 215], "respond": [34, 129, 215], "respons": [9, 10, 19, 28, 29, 56, 63, 64, 129, 131, 138, 199, 215], "rest": [61, 108, 124, 150, 193], "restart": [2, 73, 79, 80, 81, 84, 85, 88, 99, 100, 101, 103, 104, 106, 107, 108, 113, 130, 131, 143, 144, 154, 163, 166, 172, 178, 184, 189, 192, 197, 198, 200, 206], "restor": [67, 79, 81, 122, 148, 161, 168, 172, 196], "restrict": [65, 136, 144, 192, 197, 206, 212, 213], "result": [17, 19, 38, 46, 49, 61, 81, 87, 89, 91, 97, 117, 142, 143, 144, 146, 149, 163, 168, 171, 172, 191, 194, 200, 201], "resum": [5, 79, 138], "retain": 172, "retri": 194, "retriev": [15, 17, 87], "return": [10, 15, 17, 19, 21, 22, 25, 26, 28, 29, 34, 35, 37, 44, 46, 49, 56, 67, 73, 78, 81, 85, 94, 97, 99, 101, 130, 134, 135, 137, 139, 143, 146, 147, 148, 165, 166, 172, 189, 192, 196, 200, 215], "reusabl": 184, "rev": 181, "reveal": [46, 142, 149, 178, 181, 182, 188], "revers": [77, 172, 183, 196, 201], "revert": [122, 137, 144, 167, 184, 189, 195, 196, 201], "review": [194, 195, 215], "revis": [37, 77, 146, 172, 188, 196, 201], "revok": [189, 195], "rewrit": [56, 167], "rewritten": 167, "rf": [76, 144, 182, 183], "rhodesmil": 182, "rich": [65, 78, 176, 182, 214], "rid": [85, 108], "right": [0, 1, 2, 3, 5, 8, 9, 56, 57, 59, 64, 66, 70, 71, 79, 81, 83, 85, 88, 91, 96, 97, 99, 100, 103, 104, 109, 111, 114, 116, 121, 122, 123, 124, 127, 129, 130, 134, 135, 142, 143, 144, 146, 148, 158, 161, 165, 167, 168, 171, 175, 176, 177, 182, 190, 191, 192, 194, 195, 196, 198, 200, 209, 211, 215], "rigid": [150, 179, 180], "rise": 182, "risk": [144, 167], "rl": 126, "rlang": 182, "rm": [76, 144, 182], "rmarkdown": [71, 181, 182, 183], "rmd": [71, 150, 215], "rna": 182, "rnorm": 146, "rnw": [146, 215], "road": 212, "roboto": 182, "robust": 184, "rocket": [85, 200], "rollout": 182, "roman": 146, "room": [108, 135, 150, 193, 196], "roommat": 81, "root": [100, 112, 146, 152, 174, 181, 182, 190, 212], "roper": 181, "rotat": [131, 179, 180], "rough": 198, "roughli": 112, "round": [61, 168, 181, 183], "rout": 81, "router": 81, "routin": [182, 185], "row": [103, 108, 120, 126, 190, 195, 200], "rownam": 112, "rpcinfo": 183, "rpy2": [182, 183], "rsa": [160, 167], "rscript": [125, 128], "rss": [126, 151, 163], "rst": 201, "rstan": [152, 182], "rstudio": [101, 128, 178], "rsync": [15, 18, 48, 135, 167, 182, 196], "rtd": 182, "rtex": [146, 215], "rtmpu49yv": 101, "rtree": 181, "rtx": 64, "rubi": 98, "rule": [7, 74, 146, 150, 175, 182, 196], "run": [6, 9, 10, 15, 20, 28, 35, 48, 61, 64, 68, 71, 75, 76, 77, 78, 79, 82, 83, 84, 85, 86, 87, 92, 94, 95, 97, 98, 99, 100, 101, 102, 103, 104, 106, 110, 113, 114, 117, 118, 119, 120, 124, 125, 127, 128, 129, 131, 134, 135, 137, 138, 140, 141, 143, 146, 147, 149, 150, 152, 153, 154, 156, 158, 159, 160, 161, 163, 166, 167, 168, 170, 172, 173, 175, 176, 178, 179, 180, 181, 182, 183, 184, 185, 186, 191, 192, 195, 197, 199, 200, 201, 204, 206, 209, 210, 212, 213, 215], "run_limit": 53, "run_pend": 163, "run_serv": 118, "runapp": 128, "runnabl": 179, "runtim": 100, "ruptur": 183, "rust": [181, 185], "rustc": [181, 182, 183], "rustfmt": 182, "rw": 196, "rweav": 146, "rwx": 167, "ryan": 200, "sa": 183, "sad": 88, "safari": [21, 139, 215], "safe": [56, 194], "safer": 56, "sage": [15, 18, 65, 71, 73, 84, 88, 94, 108, 120, 129, 133, 144, 146, 150, 152, 159, 163, 175, 177, 178, 181, 182, 193, 195, 196, 200, 201, 207, 212, 214, 215], "sage_custom": 84, "sage_output": 163, "sage_path": 130, "sage_select": [167, 181, 182, 183, 184, 185, 186, 187], "sage_serv": 130, "sagebug": 127, "sagemanifold": 175, "sagemath": [64, 84, 100, 103, 127, 130, 137, 143, 146, 150, 152, 178, 181, 182, 184, 185, 186, 187, 195, 212], "sagemathcloud": [21, 26, 178], "sagemathinc": [25, 51, 52, 54, 55, 67, 73, 130, 142, 164, 172, 175], "sagetex": 182, "sagew": [21, 26, 94, 150, 167, 172, 175, 200, 215], "sagews2ipynb": [172, 200], "sagews2pdf": 172, "sai": [61, 65, 73, 81, 89, 96, 108, 133, 135, 154, 160, 167, 172, 190, 196, 201, 211, 212], "said": 139, "sake": 100, "salvu": [130, 172], "same": [6, 9, 11, 19, 35, 38, 46, 56, 59, 61, 64, 67, 71, 73, 82, 85, 87, 96, 97, 100, 103, 108, 109, 111, 123, 129, 134, 136, 139, 141, 143, 144, 146, 149, 150, 152, 153, 161, 163, 167, 171, 172, 175, 176, 178, 182, 191, 194, 195, 196, 197, 200, 201, 204, 206, 209, 211, 215], "saml": 196, "sampl": [18, 20, 28, 29, 50, 52, 55, 61, 71, 74, 96, 105, 150, 154, 161, 166, 167, 171, 172, 175, 194, 209, 211], "sandbox": [64, 82], "sanit": 150, "saoimag": 181, "saoimageds9": 184, "sas7bcat": 183, "sas7bdat": 183, "satellit": 182, "satijalab": 182, "satisfi": 64, "sav": 183, "save": [6, 9, 10, 28, 35, 56, 57, 61, 65, 71, 74, 81, 86, 87, 96, 100, 101, 106, 108, 129, 133, 144, 146, 147, 148, 163, 165, 167, 172, 174, 176, 177, 188, 194, 195, 197, 201, 211, 215], "save_sess": 172, "sbin": [126, 163], "scalabl": [74, 153], "scale": [85, 137, 186, 206, 215], "scatter": [182, 184], "scenario": 64, "scene": [61, 108, 135, 194, 196, 215], "schedul": [15, 16, 64, 85, 163, 176, 182, 211, 212], "schema": [28, 29, 37, 51, 53, 175], "schemat": 215, "scheme": [103, 130], "schmidt": 77, "sci": 97, "scienc": [64, 150, 164, 178, 182, 186, 200], "scientif": [97, 114, 156, 178, 182, 215], "scientist": 74, "scikit": [181, 182, 183], "scipi": [100, 130, 172, 182, 183], "scm": 169, "score": 194, "scp": [135, 167], "scrapi": 184, "scratch": [130, 175, 182, 194], "screen": [0, 3, 6, 10, 28, 66, 73, 81, 96, 130, 148, 156, 165, 167, 181, 188, 190, 193, 194, 209, 211, 215], "screenshot": [66, 70, 71, 80, 97, 124, 134, 143, 146, 148, 161, 164, 165, 176, 178, 182, 195, 198, 211, 215], "scribu": 215, "script": [6, 61, 76, 81, 85, 114, 120, 123, 125, 128, 135, 155, 159, 181, 183, 194, 195, 196, 215], "scriptsaf": 81, "scroll": [56, 84, 96, 100, 103, 106, 126, 135, 150, 167, 191, 196, 209], "scrollabl": 143, "sdk": 181, "seaborn": [131, 181, 183], "seamlessli": [64, 183], "search": [3, 8, 46, 59, 65, 68, 73, 77, 96, 111, 122, 130, 146, 165, 166, 167, 171, 172, 175, 177, 182, 189, 190, 191, 206, 207], "searchabl": 171, "season": [183, 185], "second": [8, 10, 15, 18, 19, 28, 35, 37, 42, 61, 64, 70, 80, 81, 101, 108, 110, 114, 118, 122, 134, 139, 142, 150, 161, 163, 167, 168, 171, 172, 179, 180, 188, 197, 198, 209, 215], "secret": [56, 167, 175, 196], "secret_password": [13, 45], "section": [2, 3, 5, 6, 52, 64, 77, 89, 97, 121, 131, 146, 147, 150, 156, 167, 176, 189, 190, 191, 193, 194, 196, 197, 198, 201, 205, 211], "secur": [2, 34, 36, 37, 51, 64, 81, 93, 138, 142, 144, 146, 167, 170, 175, 191, 192, 194, 196, 212, 215], "sed": 150, "see": [0, 1, 2, 3, 4, 5, 6, 7, 9, 19, 25, 26, 28, 29, 37, 50, 51, 52, 53, 58, 59, 60, 61, 63, 64, 66, 67, 68, 71, 73, 74, 75, 80, 83, 84, 85, 89, 90, 95, 96, 97, 100, 103, 104, 105, 106, 107, 108, 109, 111, 112, 118, 120, 121, 123, 124, 125, 128, 129, 131, 134, 135, 137, 141, 142, 143, 144, 146, 147, 148, 149, 150, 152, 153, 154, 156, 158, 160, 163, 165, 166, 167, 168, 170, 171, 172, 173, 175, 176, 177, 178, 181, 182, 183, 184, 186, 188, 189, 190, 191, 193, 194, 195, 196, 199, 200, 201, 205, 206, 209, 210, 211, 215], "seed": 156, "seek": 182, "seem": [65, 133, 197], "seen": [67, 195, 197, 198], "segment": [104, 172], "select": [0, 2, 3, 6, 37, 59, 64, 66, 68, 69, 71, 73, 74, 83, 84, 88, 91, 96, 98, 99, 100, 101, 108, 111, 114, 116, 118, 120, 124, 125, 126, 128, 135, 141, 142, 146, 147, 148, 150, 152, 154, 160, 161, 162, 164, 166, 167, 171, 175, 176, 178, 181, 182, 183, 185, 186, 188, 189, 190, 191, 194, 195, 196, 198, 200, 209, 210, 211, 215], "selecteddata": 128, "selectinput": 128, "selector": [61, 146, 150, 178], "selenium": [182, 184], "self": [3, 78, 174, 194, 195, 196], "sell": [204, 209], "semant": 182, "semicolon": [31, 147], "send": [2, 9, 10, 24, 28, 30, 35, 43, 53, 55, 59, 81, 110, 121, 167, 172, 175, 190, 191, 193, 196, 200, 209], "sens": [61, 77, 137, 146, 149, 170, 190, 204], "sensibl": 61, "sensit": [9, 69, 196], "sent": [10, 21, 27, 28, 31, 35, 37, 41, 59, 81, 129, 190, 191, 193], "sentenc": 148, "sentiment": 183, "sep": [108, 112, 128, 163], "separ": [20, 46, 71, 96, 99, 111, 125, 130, 142, 147, 150, 165, 167, 191, 192, 193, 194, 199, 212], "septemb": 160, "seq": 184, "sequenc": [35, 103, 182], "seri": [81, 181, 182, 183, 184, 185, 201], "serif": [123, 146], "seriou": [168, 204], "serv": [10, 28, 64, 78, 81, 136, 152, 167, 175, 212, 213], "server": [2, 3, 8, 9, 10, 28, 34, 53, 61, 65, 73, 75, 80, 86, 99, 100, 102, 104, 106, 110, 114, 118, 119, 127, 128, 129, 130, 131, 137, 142, 144, 150, 154, 155, 157, 159, 160, 168, 172, 174, 176, 178, 182, 183, 184, 185, 186, 191, 192, 195, 196, 206, 207, 211, 212, 213, 214, 215], "server_app": 78, "server_doc": 78, "server_nam": 64, "servic": [28, 29, 50, 59, 64, 65, 73, 74, 90, 95, 136, 153, 154, 167, 173, 178, 182, 191, 195, 204, 212], "session": [5, 10, 28, 50, 61, 64, 65, 83, 96, 100, 101, 103, 108, 124, 128, 129, 130, 134, 138, 139, 143, 144, 154, 160, 163, 166, 168, 172, 178, 182, 192, 195, 200, 204, 207, 209, 213], "set": [0, 1, 2, 5, 6, 8, 9, 13, 14, 15, 17, 19, 35, 53, 55, 56, 59, 61, 64, 65, 67, 71, 73, 77, 79, 80, 85, 87, 88, 95, 99, 100, 104, 106, 107, 111, 120, 121, 126, 129, 130, 131, 132, 134, 135, 136, 141, 142, 143, 147, 149, 150, 152, 154, 155, 156, 157, 159, 161, 163, 165, 166, 171, 172, 182, 183, 184, 185, 188, 189, 190, 191, 192, 195, 196, 197, 198, 207, 209, 210, 211, 215], "set_plot_opt": 130, "set_xlabel": 131, "set_xticklabel": 131, "set_ylabel": 131, "set_yscal": 131, "setdiff": 128, "setenv": 108, "setmainfont": 146, "setmainlanguag": 146, "setup": [64, 77, 81, 85, 95, 98, 99, 109, 113, 130, 135, 141, 152, 156, 159, 175, 182, 183, 192, 195, 196, 198, 199, 207, 209, 212], "setuptool": 182, "seurat": 182, "sever": [2, 3, 5, 10, 26, 28, 35, 68, 81, 85, 99, 100, 101, 104, 108, 111, 116, 124, 126, 134, 135, 140, 143, 144, 146, 147, 150, 159, 165, 167, 181, 182, 183, 192, 195, 200, 204], "sf": 118, "sgp4": 182, "sh": [56, 126, 163, 200], "shade": 78, "shape": [176, 183, 211], "shapefil": 182, "share": [2, 3, 4, 36, 37, 56, 59, 61, 64, 65, 71, 75, 77, 81, 84, 100, 108, 121, 127, 132, 134, 135, 144, 150, 151, 155, 156, 161, 166, 167, 172, 176, 178, 192, 195, 196, 197, 198, 200, 206, 211], "sharelatex": [145, 148], "shed": 61, "sheet": [81, 98], "sheffield": 190, "shell": [34, 35, 68, 100, 131, 134, 135, 163, 167, 181, 182, 196, 215], "sherpa": [182, 184], "shift": [15, 71, 73, 81, 88, 94, 124, 130, 134, 142, 143, 144, 148, 152, 172, 188, 191], "shine": 204, "shini": [98, 178], "shinyapp": 128, "shinythem": 128, "shm": 64, "shop": [81, 209], "short": [2, 9, 53, 65, 68, 77, 81, 84, 96, 100, 146, 159, 174, 177, 192, 200, 204, 213], "shortcut": [67, 142, 147, 176, 211], "shorter": [166, 182], "shortli": 167, "should": [5, 9, 10, 28, 42, 48, 56, 61, 71, 74, 77, 79, 80, 81, 84, 85, 90, 97, 99, 100, 101, 108, 110, 111, 112, 114, 123, 126, 128, 130, 132, 137, 147, 148, 150, 163, 167, 172, 175, 177, 187, 188, 190, 192, 197, 204, 210, 212, 213, 215], "shouldn": [141, 150], "show": [2, 3, 4, 5, 9, 10, 17, 28, 37, 48, 64, 66, 68, 71, 77, 78, 81, 84, 87, 97, 100, 103, 108, 109, 118, 123, 126, 127, 130, 131, 142, 143, 144, 146, 147, 148, 149, 150, 156, 158, 159, 163, 165, 166, 167, 168, 171, 172, 176, 178, 188, 191, 194, 195, 196, 200, 201, 204, 210, 211, 215], "show_bug": 181, "show_trailing_whitespac": 37, "showcas": 64, "shown": [2, 3, 4, 6, 59, 64, 66, 75, 83, 87, 134, 142, 144, 147, 148, 165, 167, 168, 171, 191, 195, 196, 198, 215], "showwarn": [101, 108], "shut": [64, 85, 104, 160], "shutdown": [81, 206], "si": 181, "side": [66, 67, 81, 134, 142, 143, 147, 150, 156, 167, 171, 172, 175, 176, 182, 192, 196, 211, 215], "sidebar": [8, 177], "sidebarpanel": 128, "sigkil": 104, "sigma": [77, 97], "sign": [0, 3, 19, 31, 45, 49, 54, 56, 58, 59, 71, 81, 91, 96, 104, 109, 111, 121, 134, 138, 147, 150, 156, 160, 165, 167, 168, 171, 175, 176, 188, 191, 192, 195, 207, 209, 211], "signal": [10, 28, 104, 110, 146, 200], "signed_in": 19, "signifi": 175, "signific": [104, 168, 183], "significantli": [2, 154, 167, 206], "silent": [91, 191, 196], "simann": 182, "similar": [8, 64, 77, 78, 100, 112, 126, 132, 134, 136, 143, 148, 150, 163, 167, 172, 186, 190, 193, 194, 195, 197, 201, 209], "similarli": [95, 100, 111, 146, 172, 182], "simpl": [35, 71, 74, 81, 118, 161, 163, 175, 182, 184, 212, 215], "simpleaudio": 144, "simpler": 209, "simplest": [100, 138], "simpli": [64, 74, 99, 131, 150, 154, 161, 167, 172, 190, 195, 196, 209], "simplic": 97, "simplifi": [112, 146, 167, 178, 215], "simul": [61, 98, 182, 183, 184, 185, 215], "simultan": [2, 61, 64, 71, 81, 111, 141, 150, 174, 175, 176, 188, 190, 193, 197, 211], "sin": [59, 78, 92, 172], "sinc": [9, 49, 59, 60, 61, 64, 88, 95, 99, 100, 122, 130, 146, 163, 175, 182, 183, 185, 188, 192, 196, 197, 206, 213], "sine": [78, 172], "singl": [6, 17, 46, 48, 49, 61, 64, 67, 83, 94, 103, 108, 117, 143, 147, 148, 150, 161, 165, 172, 175, 182, 191, 192, 202, 209, 212, 215], "sip": 182, "sit": [104, 150], "site": [5, 53, 67, 81, 100, 101, 127, 130, 150, 153, 155, 160, 196, 199, 204, 206, 209], "sitelicensequota": 53, "situat": [2, 81, 104, 108, 129, 133, 146, 147, 194, 196, 200, 212], "six": [100, 183], "size": [48, 64, 79, 86, 89, 108, 135, 144, 171, 174, 176, 182, 195, 198, 199, 200, 206, 211, 215], "size_t": 97, "sk": [48, 49, 52, 53, 54, 55], "sk_abcdefqwerty090900000000": [11, 13, 14, 15, 18, 19, 20, 21, 22, 24, 25, 26, 27, 30, 31, 32, 34, 35, 36, 37, 38, 39, 41, 44, 45, 46, 47, 56], "sk_tt9hr4nnotsiuxx0": 53, "sk_xxxxx": [52, 54, 55], "skip": [190, 192], "sklearn": [181, 182], "sktime": 184, "skyfield": 182, "sl": 163, "sla": 212, "slack": 74, "slash": [59, 71, 83, 96, 161, 176, 211], "slate": 171, "slatej": 150, "sleep": [35, 130, 163, 183, 192], "slepc": 182, "slide": [65, 123, 142, 214], "slider": [57, 118, 172, 195, 196, 201], "sliderinput": 128, "slideshow": [98, 176], "slightli": [178, 182], "slow": [63, 65, 81, 133, 167, 195, 196, 215], "slower": [64, 129], "slowli": 129, "sluggish": 195, "slycot": 181, "sm": 126, "small": [2, 59, 61, 64, 81, 85, 108, 122, 136, 142, 144, 146, 148, 152, 163, 168, 175, 183, 185, 194, 198, 204, 215], "smaller": [61, 64, 86, 130, 144, 146, 152], "smallest": 108, "smart": 81, "smart_ind": 37, "smc": [28, 29, 37, 126, 130, 163], "smc_pyutil": 87, "smem": 126, "smith": 27, "smooth": 213, "smoother": [64, 206], "smoothli": [64, 81, 101, 192], "sn": 131, "snappi": [182, 215], "snapshot": [10, 28, 86, 100, 130, 155, 159, 164, 167, 188, 195, 196, 206], "sne": 182, "snippet": [65, 85, 87, 146, 166, 194, 210, 214], "snp": 185, "so": [5, 6, 9, 32, 50, 51, 53, 61, 64, 67, 81, 88, 90, 91, 96, 100, 101, 104, 107, 112, 120, 121, 128, 129, 130, 135, 137, 141, 142, 144, 149, 150, 157, 167, 171, 175, 176, 178, 190, 191, 193, 194, 195, 196, 197, 200, 211, 212, 213, 215], "soap": 182, "soc": 213, "socket": [90, 120], "softwar": [4, 61, 64, 65, 84, 98, 99, 101, 127, 129, 133, 137, 138, 152, 155, 176, 195, 196, 201, 204, 206, 211, 215], "solut": [61, 81, 88, 108, 112, 129, 163, 183, 194], "solv": [79, 81, 127, 142, 172, 182, 184, 186, 195, 196], "solver": [182, 186], "some": [2, 5, 9, 38, 44, 49, 51, 59, 61, 64, 67, 71, 77, 78, 79, 80, 87, 88, 97, 99, 104, 108, 111, 114, 121, 123, 127, 129, 135, 141, 142, 143, 144, 146, 147, 150, 152, 153, 161, 165, 167, 170, 171, 172, 175, 176, 178, 181, 182, 183, 184, 189, 190, 191, 193, 194, 196, 197, 201, 204, 209, 211, 212, 213, 215], "some_other_email": 190, "somebodi": [109, 209], "somedai": 53, "somehow": [81, 109, 122], "someon": [3, 30, 31, 108, 127, 152, 167, 204], "someth": [5, 6, 48, 53, 58, 64, 81, 116, 130, 144, 152, 167, 177, 193, 196, 210, 213], "sometim": [64, 81, 91, 108, 111, 139, 146, 149, 150, 167, 212, 213, 215], "somewher": [56, 112, 130, 160, 167], "soon": [77, 108, 142, 182, 183, 191, 193, 194, 196, 209], "sooner": 175, "sophist": [53, 74, 81, 118, 145, 196, 204], "sorri": 146, "sort": [37, 53, 108, 109, 126, 130, 163, 175, 188], "sound": [61, 144], "soupsiev": 182, "sourc": [15, 17, 18, 28, 29, 37, 50, 51, 52, 54, 55, 61, 64, 75, 77, 81, 84, 96, 97, 100, 101, 104, 116, 123, 131, 135, 138, 147, 148, 149, 150, 152, 156, 160, 161, 163, 175, 177, 178, 182, 183, 184, 185, 196, 200, 210, 212, 215], "source_path": [10, 28], "source_project_id": [10, 28], "sourceurl": 123, "sp": 172, "space": [2, 37, 46, 57, 59, 61, 64, 65, 71, 79, 83, 99, 108, 126, 130, 133, 135, 142, 150, 154, 158, 159, 165, 167, 171, 176, 177, 183, 188, 190, 200, 207, 211], "spaces_instead_of_tab": 37, "spaci": 183, "spam": [59, 191], "span": [171, 190, 200], "spare": 2, "sparql": 182, "spatial": 181, "spawn": [144, 156], "speak": 77, "spec": [25, 150], "speci": [128, 185], "special": [2, 81, 84, 99, 100, 101, 117, 121, 146, 147, 172, 174, 184, 194, 206], "specialmatric": 183, "specif": [3, 10, 15, 17, 21, 28, 56, 59, 67, 71, 73, 84, 98, 99, 100, 101, 104, 109, 118, 128, 129, 137, 143, 146, 147, 149, 150, 164, 166, 167, 176, 178, 179, 181, 182, 183, 193, 195, 196, 200, 201, 207, 209, 212], "specifi": [2, 3, 6, 11, 15, 18, 19, 35, 37, 52, 73, 74, 100, 112, 128, 142, 147, 150, 154, 157, 167, 171, 177, 178, 183, 191, 197, 198, 206], "spectrometri": 185, "speech": 195, "speed": [9, 61, 64, 81, 117, 135, 182, 195, 213], "spell": 147, "spend": [64, 174], "sphere": 183, "spherogram": 183, "sphinx": [181, 182], "spike": 108, "spin": [9, 137, 183, 196, 212], "spiral": 134, "spirit": [100, 146], "splash": 3, "split": [66, 71, 74, 75, 83, 85, 92, 96, 97, 110, 117, 124, 128, 130, 134, 142, 146, 148, 150, 215], "spoken": 77, "sporad": 81, "spot": [64, 100], "spotlight": 204, "spp": 183, "spreadsheet": [96, 182, 191, 209, 215], "spss": 215, "spun": 85, "spyder": [182, 215], "spyder3": 215, "sql": [120, 183], "sqlalchemi": 182, "sqlite": 181, "sqlite3": 181, "sqlitebrows": 181, "sqlline": 181, "squar": [150, 185], "squarifi": 184, "src": [10, 15, 16, 17, 19, 25, 28, 29, 37, 51, 87, 123, 126, 144, 150, 163, 172], "src_path": [10, 15, 17, 18, 28], "src_project_id": [10, 15, 17, 18, 28], "srv": 112, "ss": [126, 163, 172], "ssh": [48, 61, 64, 88, 90, 95, 130, 159, 163, 168, 207], "ssh_host_rsa_kei": [126, 163], "sshd": [126, 163], "sshd_config": 163, "ssl": 136, "sso": 196, "st": 131, "stabil": 130, "stabl": [182, 183, 185], "stable_current_amd64": 64, "stack": [101, 138, 172, 178, 179, 180, 182, 185, 195], "stackexchang": 146, "stackoverflow": 135, "stacktrac": 172, "staff": 7, "stage": 82, "staggeringli": 61, "stai": [152, 167, 185, 196], "stale": [163, 186], "stall": [81, 129, 191], "stamp": 175, "stand": [94, 108, 146, 150, 182, 190, 215], "standalon": [128, 153], "standard": [2, 37, 64, 99, 132, 137, 147, 167, 171, 172, 182, 196, 198, 204, 212], "standbi": 206, "stapler": 181, "star": [134, 182], "start": [2, 9, 10, 20, 28, 35, 46, 50, 51, 59, 61, 64, 65, 71, 75, 76, 78, 81, 83, 84, 88, 93, 94, 96, 97, 98, 99, 100, 101, 103, 108, 112, 113, 114, 117, 118, 124, 125, 126, 129, 130, 131, 134, 135, 136, 137, 138, 140, 142, 145, 146, 149, 150, 152, 154, 156, 157, 159, 160, 165, 166, 167, 171, 172, 175, 176, 179, 180, 181, 182, 183, 186, 187, 188, 191, 192, 195, 197, 200, 202, 204, 209, 210, 211, 212], "start_metr": 28, "startup": [85, 118, 182], "stat": [61, 81, 126, 163, 183, 215], "stata": 183, "state": [48, 53, 60, 64, 74, 77, 108, 129, 167, 172, 182, 183, 195, 196], "statement": [64, 74, 138, 146, 190], "static": [81, 91, 130, 175], "statist": [97, 100, 101, 147, 164, 167, 178, 181, 182, 215], "statsmodel": [182, 183], "statsplot": 182, "statu": [2, 4, 6, 10, 15, 17, 26, 28, 50, 53, 64, 79, 81, 85, 120, 149, 154, 156, 163, 167, 172, 174, 182, 207], "status_cod": 50, "stderr": [35, 163, 172], "stdin": 100, "stdio": 130, "stdlib": 97, "stdout": [35, 163, 172], "steadi": 185, "steal": 85, "stein": [61, 64, 99, 108, 139, 212, 215], "step": [56, 64, 84, 91, 96, 98, 100, 101, 102, 103, 106, 107, 135, 138, 146, 150, 161, 164, 167, 168, 175, 189, 191, 194, 196, 198], "stephen": 131, "sthe": 57, "sticki": [150, 171], "still": [5, 15, 18, 22, 61, 67, 81, 88, 100, 108, 112, 113, 126, 142, 152, 167, 174, 175, 181, 182, 183, 185, 189, 195, 196, 197, 200, 206], "stop": [2, 3, 35, 50, 51, 64, 73, 91, 108, 120, 129, 130, 143, 144, 149, 160, 163, 166, 168, 172, 175, 188, 189, 195, 196, 206], "stopwatch": [65, 214], "storag": [57, 61, 86, 153, 159, 182, 206, 207], "store": [5, 6, 37, 48, 52, 53, 61, 64, 74, 86, 88, 101, 106, 120, 137, 143, 147, 149, 153, 167, 178, 188, 195, 196, 201, 209], "str": 163, "straight": 195, "straightforward": 81, "strang": 81, "strategi": [44, 81], "stream": [81, 87, 172, 183], "streamlit": 98, "streamlit_server_base_url_path": 131, "strength": 183, "strict": 64, "strictli": [172, 184, 213], "string": [6, 11, 15, 21, 28, 29, 31, 32, 34, 45, 46, 52, 53, 55, 56, 67, 71, 87, 130, 131, 150, 165, 166, 167, 188, 190, 215], "strip": [10, 28], "strip_trailing_whitespac": 37, "stripe": 5, "strive": [64, 204, 212, 213], "strongli": 191, "structur": [10, 28, 51, 61, 117, 146, 150, 182, 190], "stuck": [65, 133, 200, 215], "student": [2, 59, 64, 65, 87, 96, 107, 112, 149, 152, 167, 171, 192, 193, 199, 200, 201, 209, 213], "student_id": 196, "studi": [64, 83, 186, 195], "studio": [65, 214, 215], "stuff": 123, "sty": 146, "style": [53, 81, 123, 146, 172, 183, 188, 190], "styleguid": 182, "styler": 182, "sub": [146, 167, 195], "subdir1": [10, 28], "subdirectori": [54, 69, 120, 146, 159, 194], "subdivid": 172, "subdocu": 146, "subdomain": [64, 90], "subfil": 147, "subfold": [175, 190, 196], "subject": [2, 21, 26, 30, 31], "sublim": 71, "submiss": 183, "submit": [42, 85, 196], "subplot": 131, "subprocess": 163, "subroutin": 92, "subscrib": [73, 137, 204], "subscript": [2, 64, 108, 138, 149, 154, 167, 168, 195, 196, 198, 204, 207, 209], "subsequ": [96, 190], "subshel": 100, "subslid": 142, "substanti": [61, 204, 213], "substitut": [2, 84, 130], "subtitl": 171, "subtl": [150, 167], "succe": [15, 18, 81, 84], "succeed": 100, "success": [10, 11, 13, 15, 18, 22, 28, 30, 32, 39, 44, 56, 100, 112], "successfulli": [64, 100, 167, 178, 197], "successor": 181, "sud": 182, "suddenli": [79, 144], "sudo": [64, 77, 132, 134], "suffer": 195, "suffici": [64, 111, 153, 171, 197], "suffix": [83, 161], "sugar": 130, "suggest": [2, 81, 84, 89, 129, 137, 146, 147, 189, 215], "suit": [28, 29, 182, 204, 215], "suitabl": [15, 64, 67, 143, 147, 182], "sum": [85, 108, 126, 206], "summar": [133, 201], "summari": [126, 147, 150, 154, 183, 194], "super": 215, "superpow": 64, "supersed": 51, "superus": 100, "suppli": [36, 38], "support": [2, 21, 26, 28, 29, 32, 37, 51, 58, 59, 61, 64, 66, 81, 82, 88, 91, 92, 99, 100, 101, 103, 111, 112, 113, 114, 116, 117, 119, 122, 126, 127, 129, 131, 137, 138, 139, 141, 142, 150, 152, 156, 167, 168, 172, 176, 181, 183, 186, 188, 192, 193, 194, 195, 200, 204, 209, 210, 211, 215], "support_ticket": 26, "support_ticket_url": 21, "suppos": [61, 84, 100, 125, 143, 144, 146, 172, 198, 200], "sure": [2, 51, 64, 76, 80, 84, 85, 88, 100, 101, 106, 107, 108, 111, 120, 121, 122, 127, 129, 131, 135, 143, 144, 146, 149, 160, 163, 167, 175, 178, 182, 189, 190, 195, 198, 201, 204, 215], "surfac": [183, 184], "surject": 71, "surpris": [64, 150, 182, 212], "surround": [71, 150, 215], "surviv": [108, 213], "suspect": [63, 104, 160], "suspend": 64, "sustain": 64, "svg": [98, 144, 176, 181, 182, 211], "swap": 126, "swarm": 182, "sweav": 146, "swirl": 181, "swirl_data_dir": 181, "swirl_opt": 181, "switch": [59, 61, 64, 67, 71, 81, 82, 85, 92, 96, 97, 100, 102, 108, 123, 126, 130, 141, 149, 152, 161, 171, 181, 182, 183, 185, 186, 187, 195, 200, 201, 215], "sy": [87, 101, 108, 113, 128], "symbol": [59, 77, 81, 130, 146, 150, 188], "symengin": 182, "symlink": [76, 130, 167, 182], "symmetri": 183, "sympi": [146, 169, 181, 183], "symptom": 81, "sympyblock": 146, "sync": [61, 64, 150, 182, 192], "syncer": 182, "synchron": [64, 137, 150, 188, 196, 200], "synctex": 147, "syntact": 130, "syntax": [2, 59, 83, 91, 124, 135, 146, 150, 152, 172, 181, 210], "synthet": 37, "synthmon": 37, "system": [5, 64, 65, 73, 77, 80, 81, 88, 99, 100, 102, 112, 125, 126, 130, 135, 137, 146, 150, 152, 156, 159, 161, 172, 174, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 190, 195, 206, 207, 212, 213, 215], "sytnax": 182, "t": [3, 7, 11, 25, 37, 48, 49, 51, 52, 53, 54, 55, 56, 59, 61, 64, 65, 66, 67, 68, 71, 73, 77, 83, 84, 86, 89, 96, 99, 100, 108, 109, 112, 113, 116, 120, 122, 128, 129, 130, 131, 133, 136, 142, 144, 146, 148, 150, 152, 154, 156, 163, 167, 168, 171, 172, 174, 175, 176, 181, 182, 183, 186, 194, 195, 196, 201, 206, 211, 212, 215], "t1": 147, "t4": 64, "t4fex0qkt9": 35, "ta": 59, "tab": [2, 4, 59, 67, 71, 73, 74, 75, 79, 80, 84, 85, 96, 108, 109, 110, 111, 114, 119, 120, 123, 129, 130, 131, 134, 146, 149, 157, 161, 167, 168, 170, 175, 188, 189, 190, 191, 194, 195, 196, 197, 198, 199, 210], "tab_siz": 37, "tabl": [9, 28, 29, 32, 37, 106, 112, 120, 146, 158, 181, 182, 184, 192], "tablet": [176, 211], "tabul": 183, "tabular": 66, "tag": [21, 59, 154, 159, 172, 188, 190], "take": [35, 61, 64, 71, 80, 81, 97, 101, 106, 114, 118, 130, 134, 142, 146, 147, 165, 167, 168, 176, 189, 190, 193, 194, 195, 209, 211, 212, 213, 215], "taken": [0, 19, 68, 74, 97, 100, 118, 128, 134, 154, 163, 165, 172, 177, 178, 190], "talk": [21, 121, 176], "tar": [130, 146, 160], "tarbal": [101, 130, 146, 160], "targ": 17, "target": [11, 15, 16, 17, 18, 30, 31, 35, 36, 38, 39, 47, 132, 135, 146, 182, 196, 215], "target_path": [10, 15, 18, 28], "target_project_id": [10, 15, 17, 18, 28], "task": [9, 64, 65, 81, 85, 98, 100, 117, 137, 146, 150, 167, 171, 182, 194, 206, 214], "task_id": 188, "task_output": 163, "tb": 61, "tcp": [85, 90], "tcp_port": [126, 163], "teach": [2, 65, 112, 137, 167, 174, 178, 179, 180, 189, 190, 192, 195, 198], "teacher": [59, 65, 191, 192], "team": [31, 64, 74, 87, 129, 137, 138, 168, 175, 204], "technic": [61, 81, 130, 137, 146, 156, 160, 191, 212, 213], "techniqu": [108, 177, 182], "technologi": [10, 28, 195], "tediou": 48, "tell": [42, 76, 81, 97, 99, 100, 101, 109, 118, 122, 126, 129, 130, 146, 182, 196, 215], "tellurium": [181, 183], "temp": 85, "temperatur": 64, "templat": [73, 103, 146, 147, 148, 157, 164, 182, 194], "tempor": [150, 182], "temporari": [45, 76, 79, 85, 146, 147, 148, 159, 182], "temporarili": [45, 52, 108, 200], "temporary_directori": 85, "ten": [135, 149, 192], "teneto": [182, 183], "tensorboard": [78, 136, 181, 182, 183], "tensorflow": [64, 74, 178, 181, 182, 183], "tensorli": 182, "tequila": 186, "terabyt": 61, "term": [61, 64, 73, 83, 84, 85, 100, 110, 124, 130, 135, 144, 163, 172, 175, 181, 182, 186, 188, 196, 200], "termin": [6, 15, 18, 61, 64, 65, 68, 71, 73, 75, 77, 78, 82, 83, 84, 85, 89, 92, 95, 96, 97, 99, 100, 101, 102, 106, 110, 114, 118, 120, 124, 125, 126, 128, 129, 131, 133, 135, 137, 142, 144, 146, 150, 152, 157, 158, 159, 160, 163, 166, 167, 172, 178, 181, 182, 183, 185, 186, 192, 193, 195, 203, 204, 207, 210, 212, 214], "terminul": 200, "terra": 182, "test": [2, 9, 28, 29, 34, 68, 74, 77, 81, 84, 90, 97, 99, 100, 101, 108, 112, 120, 130, 136, 138, 150, 167, 168, 178, 181, 182, 183, 184, 190, 194, 196], "testmon": 182, "testproj": 167, "testproject": 37, "testthat": 112, "tex": [52, 71, 91, 116, 146, 147, 148, 157, 161, 182, 215], "texcount": 147, "texhash": 146, "texliv": 181, "texmac": 215, "texmak": 215, "texmfhom": 146, "texstudio": 215, "text": [2, 21, 30, 36, 37, 38, 47, 52, 65, 66, 68, 69, 74, 77, 91, 131, 142, 144, 146, 147, 165, 166, 167, 172, 175, 177, 178, 179, 180, 189, 190, 192, 201, 209, 214, 215], "text_file_read_from_project": 38, "textarea": 167, "textbf": 148, "textbox": 146, "textliv": 152, "textract": 182, "textual": 183, "textwidth": 146, "tf": [74, 183], "tfd": 74, "than": [2, 5, 7, 9, 19, 28, 29, 31, 48, 61, 64, 71, 73, 80, 81, 84, 86, 87, 89, 96, 103, 111, 117, 129, 136, 137, 143, 149, 150, 161, 167, 172, 186, 190, 191, 195, 196, 200, 201, 204, 206, 209, 212], "thank": 175, "theano": 182, "thei": [2, 9, 11, 35, 39, 45, 47, 49, 61, 64, 67, 81, 82, 88, 92, 104, 108, 109, 116, 121, 122, 130, 143, 144, 146, 148, 149, 150, 156, 163, 167, 175, 176, 177, 178, 179, 180, 183, 189, 190, 191, 193, 194, 195, 196, 197, 198, 199, 200, 204, 206, 209, 211, 212, 215], "them": [2, 5, 49, 59, 61, 64, 73, 74, 81, 91, 96, 101, 104, 108, 109, 116, 117, 121, 122, 129, 130, 135, 137, 143, 144, 146, 147, 148, 150, 154, 156, 161, 165, 167, 170, 172, 175, 176, 178, 179, 182, 183, 186, 188, 189, 190, 191, 193, 195, 196, 197, 200, 201, 206, 209, 211, 212, 213, 215], "theme": [3, 37, 126, 128, 182, 188], "themselv": 121, "theorem": 183, "theoret": 64, "theori": [97, 117, 182, 215], "therefor": [61, 91, 100, 103, 146, 147, 167, 181, 206, 210], "thermal": [179, 180], "thi": [2, 3, 5, 6, 9, 10, 11, 15, 16, 17, 19, 20, 23, 25, 28, 29, 31, 32, 35, 37, 43, 45, 46, 48, 49, 50, 51, 52, 53, 54, 56, 58, 59, 61, 63, 64, 65, 67, 68, 71, 73, 74, 76, 77, 78, 79, 80, 81, 82, 84, 85, 87, 88, 89, 90, 91, 94, 95, 96, 97, 99, 100, 101, 102, 103, 104, 105, 106, 108, 109, 110, 111, 112, 114, 116, 117, 118, 120, 121, 122, 123, 125, 126, 128, 129, 130, 131, 132, 133, 134, 135, 136, 142, 143, 144, 145, 146, 147, 148, 149, 150, 152, 153, 154, 156, 157, 159, 160, 161, 163, 164, 165, 166, 167, 168, 170, 171, 172, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 204, 205, 206, 209, 210, 211, 212, 213, 215], "thing": [2, 43, 53, 60, 64, 81, 83, 104, 109, 112, 129, 130, 144, 146, 165, 172, 211], "think": [172, 178, 193], "third": [61, 77, 134, 150, 179, 180, 198, 204], "those": [2, 28, 29, 48, 59, 64, 67, 73, 81, 108, 111, 153, 163, 166, 167, 176, 181, 189, 191, 196, 197, 211, 212], "though": [15, 18, 53, 77, 91, 99, 104, 108, 152, 167, 189, 194, 206, 215], "thousand": [171, 192, 195], "thread": [59, 85], "three": [74, 85, 87, 150, 156, 172, 176, 179, 180], "threshold": 135, "through": [2, 64, 74, 81, 88, 96, 120, 125, 130, 137, 142, 171, 172, 206, 209], "thu": [64, 139, 150, 167], "thunderbird": 215, "ti": 200, "tick": 150, "ticket": [21, 26, 111, 122, 168, 172, 182], "tide": 182, "tidytransit": 182, "tidyvers": 182, "tie": 175, "tier": 204, "tighten": 181, "tightli": 156, "tikz": [146, 184], "tikzit": 215, "tikzpictur": 146, "tile": 191, "time": [2, 3, 4, 5, 9, 10, 15, 19, 26, 28, 32, 34, 35, 43, 46, 50, 57, 59, 61, 63, 64, 67, 71, 73, 77, 80, 81, 85, 88, 96, 99, 107, 108, 114, 118, 119, 121, 122, 123, 125, 126, 130, 134, 137, 141, 143, 146, 147, 149, 150, 153, 156, 158, 159, 161, 165, 166, 167, 168, 174, 175, 176, 177, 178, 182, 183, 184, 185, 188, 190, 191, 192, 195, 197, 198, 199, 200, 201, 202, 206, 209, 211, 212, 213, 215], "timelin": 166, "timeout": [2, 15, 18, 35, 37, 119, 160, 167, 168, 172, 182, 191, 197, 198, 204, 207], "timer": [65, 214], "timestamp": [15, 17, 87, 161, 166, 196], "timetravel": [64, 65, 98, 122, 129, 137, 141, 142, 143, 146, 155, 167, 182, 195, 196, 212], "timezon": 80, "timml": 185, "tini": [163, 167, 172], "tip": [65, 74, 108, 120, 127, 140, 141, 146, 155, 192], "tipp": 85, "titl": [4, 6, 20, 30, 31, 53, 78, 123, 134, 150, 159, 165, 166, 168, 171, 175, 177, 191, 194, 195, 207], "tk": [126, 134], "tkinter": 134, "tl": 81, "tldr": [181, 182], "tmp": [35, 52, 85, 101, 126, 163, 182], "tmp2": 196, "tmux": 130, "tmuxp": 182, "toal": 75, "toc": [106, 182], "todo": [150, 188], "tofil": 135, "togeth": [61, 167, 178, 183, 193], "toggl": [123, 126, 142, 158, 161, 168, 176, 188, 196], "token": [10, 11, 19, 28, 45, 53, 74, 81, 96, 98, 147, 159, 167], "token_id": 11, "toml": 131, "tomographi": 183, "ton": 64, "too": [9, 61, 65, 86, 90, 108, 109, 133, 146, 152, 160, 182, 206, 213], "took": 143, "tool": [6, 64, 65, 81, 89, 90, 93, 108, 130, 137, 160, 167, 176, 181, 182, 183, 184, 185, 188, 194, 195, 204, 215], "toolbar": [0, 59, 65, 67, 103, 108, 112, 138, 142, 165, 166, 171, 176, 182, 190, 194, 198, 207, 211], "toolbox": 186, "toolchain": [183, 184], "toolkit": [64, 114, 182], "toolset": 185, "top": [59, 64, 71, 73, 81, 85, 89, 99, 100, 103, 104, 116, 127, 129, 130, 137, 142, 146, 147, 150, 154, 162, 165, 167, 171, 172, 175, 176, 177, 178, 181, 187, 188, 190, 193, 194, 195, 197, 198, 200, 207, 211, 215], "topic": [73, 149, 164, 165, 179, 180, 200], "topmost": [168, 209], "torchvis": 182, "tornado": [130, 182], "tos": 65, "total": [2, 25, 31, 67, 126, 196, 206], "touch": [43, 61, 196, 212, 215], "touch_project": 28, "tour": [1, 65, 73, 138, 155, 165, 168, 183, 184, 185, 187, 207, 211], "toward": [5, 68, 150, 152, 154], "tpot": [182, 183], "trace": 172, "traceback": 100, "track": [2, 64, 73, 81, 104, 146, 158, 192, 194, 201, 209], "track_revis": 37, "trackpad": [176, 211], "traffic": [61, 64, 81, 90, 128], "train": [9, 65, 74, 181, 192], "transact": [64, 207], "transfer": [15, 18, 61, 64, 74, 207, 209], "transform": [9, 74], "transit": [146, 176], "translat": [9, 59, 91, 130, 182], "transpar": [64, 176, 182, 210, 211], "transpil": 181, "trash": 192, "trashcan": 176, "travel": [57, 167, 172, 192, 195, 201], "tree": [48, 100, 126, 128, 130], "treemap": 184, "trend": [183, 185], "tri": [9, 146, 152, 215], "triag": 133, "trial": [2, 5, 65, 73, 95, 129, 137, 174, 191, 205, 206, 213], "triangl": [70, 172, 196], "triangul": 184, "triangular": [8, 70], "trick": [65, 74, 140, 192], "tricki": 212, "trigger": [53, 59, 67, 148], "trip": 168, "tripl": 150, "trivial": 77, "troubl": [81, 104, 141, 144], "troubleshoot": [65, 90], "true": [15, 17, 18, 19, 35, 37, 46, 48, 53, 61, 85, 87, 101, 112, 118, 134, 144, 150, 163, 172], "truli": [77, 175], "truncat": [35, 130], "trust": [150, 171, 175], "truth": 19, "try": [2, 9, 61, 63, 64, 73, 77, 79, 99, 100, 108, 109, 112, 127, 136, 144, 160, 167, 182, 183, 204, 209, 212, 213, 215], "tslint": 182, "ttf": 182, "ttl": 64, "tty": [126, 163], "tuba": 144, "tuffi": 182, "tune": [184, 212], "ture": 182, "turicr": 182, "turn": [9, 59, 62, 64, 197, 201], "turtl": 98, "tutori": [28, 29, 64, 71, 75, 77, 130, 135, 150, 172, 178, 181, 200], "tux": 77, "tuxpaint": 215, "tv": 81, "tweak": [99, 185, 187], "twice": [117, 118, 134, 146], "twitter": [3, 49, 73, 109, 182, 189], "two": [17, 25, 28, 29, 46, 53, 64, 71, 73, 80, 81, 82, 85, 96, 111, 112, 114, 117, 131, 135, 141, 142, 147, 148, 149, 154, 163, 167, 172, 178, 191, 195, 196, 197, 198, 201, 206, 211], "txt": [15, 18, 36, 37, 38, 47, 71, 89, 194, 196, 215], "type": [3, 6, 9, 21, 27, 28, 29, 34, 35, 37, 44, 46, 48, 49, 50, 53, 55, 59, 61, 64, 73, 83, 87, 88, 95, 96, 99, 100, 101, 104, 108, 112, 114, 120, 122, 124, 126, 129, 130, 134, 135, 142, 150, 157, 165, 166, 167, 171, 172, 175, 178, 182, 184, 190, 193, 194, 195, 200, 202, 206, 209, 215], "typescript": [181, 182, 183], "typeset": [91, 121, 145, 146, 176, 178, 188, 211], "typic": [2, 9, 64, 100, 117, 172, 198, 206], "typo": 109, "tzwhere": 182, "u": [9, 10, 11, 13, 14, 15, 18, 19, 20, 21, 22, 24, 25, 26, 27, 28, 30, 31, 32, 34, 35, 36, 37, 38, 39, 41, 44, 45, 46, 47, 48, 49, 52, 53, 54, 55, 58, 61, 64, 65, 74, 78, 81, 88, 99, 100, 101, 104, 109, 113, 122, 123, 129, 137, 141, 152, 160, 167, 168, 178, 181, 182, 183, 198, 199, 204, 209, 212, 213], "ubiquit": 150, "ubuntu": [6, 76, 103, 123, 167, 178, 181, 182, 185, 200, 215], "ucsc": 182, "ui": [10, 28, 67, 128, 130, 172, 182, 200, 212, 215], "uint8": 74, "ujf": 181, "uk": 190, "umap": 182, "unabl": [79, 189, 195, 215], "unavail": 175, "uncertain": 79, "uncheck": [150, 176, 211], "uncompl": 100, "undefin": [49, 61], "undelet": [109, 167, 192], "under": [1, 2, 3, 4, 6, 37, 51, 61, 64, 79, 82, 96, 100, 108, 111, 114, 121, 126, 130, 139, 141, 142, 143, 146, 147, 149, 153, 154, 156, 159, 167, 170, 171, 175, 177, 178, 189, 194, 195, 196, 204, 209, 215], "undergradu": 127, "underli": [10, 28, 61, 153, 178, 201, 212, 213], "underlin": [71, 146, 147], "underscor": [59, 165], "understand": [61, 64, 99, 108, 133, 168, 204], "undesir": 81, "undo": [88, 175, 201], "undo_depth": 37, "unencrypt": 88, "unexpect": 104, "unfamiliar": 81, "unfold": 2, "unfortun": [61, 64, 122, 196], "ungrad": 190, "unhid": 167, "unicod": 59, "unicodeplot": 182, "unifi": [64, 186, 195], "uniform": 182, "uniformli": 156, "uniqu": [11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 30, 31, 32, 34, 35, 36, 37, 38, 39, 40, 41, 43, 45, 46, 47, 100, 167, 174, 175, 183, 190, 191], "unit": [25, 28, 29, 181, 182], "univers": [81, 179, 180, 184, 189, 195, 196], "unix": [77, 120, 130, 160], "unix_socket_": 120, "unix_socket_directori": 120, "unix_socket_permiss": 120, "unless": [64, 99, 122, 195, 196, 199, 215], "unlik": [2, 61, 67, 81, 142, 167, 201], "unlimit": [61, 137], "unlink": [3, 44], "unlink_passport": 28, "unlist": [3, 4, 175], "unpack": [61, 76, 100], "unplug": 81, "unpublish": 4, "unread": [151, 168], "unsav": [79, 167], "unspecifi": 101, "unsupervis": 182, "unsupport": 81, "until": [3, 64, 67, 112, 118, 129, 130, 149, 152, 167, 168, 172, 189, 190, 191, 209, 215], "untrust": 150, "unus": [97, 154], "unwant": 9, "unzip": [76, 146], "up": [0, 1, 2, 3, 5, 9, 10, 19, 28, 31, 48, 49, 52, 56, 59, 61, 64, 67, 68, 73, 76, 79, 80, 81, 84, 85, 88, 91, 95, 96, 97, 99, 100, 101, 102, 106, 113, 116, 117, 118, 122, 126, 128, 130, 132, 133, 134, 135, 136, 137, 142, 143, 144, 146, 147, 152, 154, 156, 159, 161, 164, 165, 166, 167, 168, 175, 176, 178, 181, 182, 184, 185, 188, 189, 190, 191, 192, 194, 195, 197, 199, 200, 201, 202, 206, 209, 210, 211, 213, 215], "upd": [181, 182, 183, 184, 185, 186, 187], "updat": [2, 48, 53, 70, 81, 84, 100, 101, 108, 123, 128, 142, 148, 151, 152, 161, 166, 167, 168, 191, 193, 194, 196], "updated_at": 26, "updgrad": 167, "upgrad": [2, 3, 5, 8, 25, 50, 53, 65, 73, 74, 85, 99, 100, 101, 104, 106, 107, 108, 111, 130, 135, 155, 159, 160, 165, 166, 168, 174, 175, 181, 182, 183, 185, 190, 191, 192, 195, 196, 199, 207, 209], "upgrd": 25, "upload": [6, 59, 61, 67, 74, 98, 100, 101, 103, 116, 125, 142, 146, 148, 167, 195, 204], "upon": [147, 181, 197, 198], "upper": [0, 1, 3, 5, 57, 66, 71, 79, 81, 83, 88, 96, 103, 104, 109, 114, 116, 121, 122, 124, 129, 134, 135, 142, 148, 161, 165, 166, 167, 175, 176, 188, 191, 193, 194, 195, 200, 209, 211], "upset": 185, "upstream": [150, 182], "uptim": [2, 53, 130], "urgent": [167, 212], "url": [3, 21, 26, 28, 29, 30, 31, 45, 48, 49, 50, 51, 52, 53, 56, 59, 67, 74, 78, 81, 85, 118, 121, 123, 130, 131, 135, 136, 149, 150, 195], "url_base_pathnam": 118, "urlencod": [28, 29], "us": [2, 3, 4, 5, 6, 8, 10, 13, 15, 19, 20, 21, 23, 28, 29, 31, 32, 34, 37, 43, 45, 50, 51, 52, 54, 55, 56, 59, 61, 67, 68, 69, 71, 73, 74, 75, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 89, 90, 92, 94, 96, 97, 98, 99, 100, 101, 102, 103, 105, 106, 109, 112, 113, 116, 117, 120, 122, 123, 124, 125, 126, 127, 128, 131, 134, 135, 137, 138, 139, 141, 142, 143, 147, 148, 149, 153, 155, 157, 158, 159, 160, 161, 163, 168, 171, 172, 174, 175, 176, 178, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 197, 198, 199, 200, 202, 206, 210, 211, 212, 215], "usa": 97, "usabl": [74, 195], "usag": [19, 61, 64, 77, 81, 87, 104, 126, 135, 146, 156, 159, 181, 204, 207], "usage_int": 19, "usb": 57, "usepackag": [146, 147], "user": [1, 6, 8, 9, 10, 11, 15, 19, 20, 22, 25, 26, 28, 30, 31, 36, 38, 39, 43, 44, 45, 46, 47, 48, 50, 51, 53, 54, 59, 64, 67, 71, 73, 74, 77, 78, 81, 84, 87, 90, 95, 96, 99, 101, 102, 106, 111, 120, 121, 126, 128, 130, 131, 141, 142, 143, 144, 146, 147, 150, 152, 153, 156, 159, 161, 162, 163, 166, 167, 171, 172, 174, 175, 176, 179, 180, 181, 182, 183, 191, 193, 194, 196, 197, 200, 201, 204, 206, 211, 212, 213], "user_ag": 21, "user_auth": 28, "user_auth_token": 45, "user_queri": [37, 48], "user_search": 28, "user_search_result": 46, "userguid": 76, "usernam": [3, 21, 27, 74, 100, 167, 175], "usethi": 182, "usr": [77, 84, 100, 101, 108, 113, 126, 128, 130, 163, 181], "uss": 126, "usual": [10, 28, 35, 37, 64, 81, 95, 99, 100, 103, 108, 120, 142, 144, 146, 152, 167, 171, 176, 178, 184, 185, 186, 198, 200, 211], "ut": 150, "utc": [15, 163, 188], "utcnow": 163, "utf": [123, 147], "utf8": [147, 163], "util": [25, 28, 29, 37, 64, 71, 76, 77, 79, 89, 98, 108, 112, 130, 146, 167, 181, 182, 183, 187, 196, 206], "utl": 195, "uuid": [10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 39, 40, 41, 43, 45, 46, 47, 52, 85, 131, 188], "v": [4, 8, 84, 87, 92, 100, 108, 137, 157, 160, 173, 174, 176, 181, 182, 210, 211, 212, 215], "v1": [10, 11, 13, 14, 15, 18, 19, 20, 21, 22, 24, 25, 26, 27, 29, 30, 31, 32, 34, 35, 36, 37, 38, 39, 41, 44, 45, 46, 47, 53, 56, 65, 155, 182], "v2": [50, 52, 53, 54, 55, 56, 65, 155, 207], "v4": [96, 188], "valgrind": 185, "valid": [2, 11, 28, 29, 51, 53, 56, 81, 146, 150, 167, 182, 184, 189, 194], "valu": [2, 28, 29, 35, 80, 100, 106, 117, 120, 128, 135, 146, 163, 167, 210], "valuabl": 5, "vanish": [146, 215], "vaniti": [3, 167], "var": [123, 128, 146], "varchar": 120, "vari": [64, 71, 135, 197, 198, 206, 212], "variabl": [53, 64, 88, 99, 100, 106, 113, 128, 129, 130, 131, 134, 144, 159, 172, 177, 181, 182, 185, 200, 207, 210, 215], "variant": [100, 146, 147, 178, 186, 215], "variat": [150, 182], "varieti": [51, 176, 183, 211], "variou": [82, 92, 102, 122, 127, 153, 160, 161, 167, 173, 178, 181, 183, 184, 186, 187], "vast": [64, 178], "vcd": 182, "vcpu": [2, 64, 206], "vctr": 182, "ve": [51, 100, 109, 116, 129, 144, 146, 175, 190, 195, 196, 199, 200], "vector": [146, 215], "vega": 97, "vendor": [138, 213], "verbos": [163, 167, 172], "veri": [2, 9, 48, 61, 64, 79, 85, 88, 100, 104, 111, 141, 143, 146, 148, 163, 167, 172, 175, 178, 186, 190, 195, 196, 198, 201, 204, 206, 212, 213], "verifi": [100, 192], "verilog": 182, "versa": [64, 143], "versatil": 195, "version": [15, 18, 51, 63, 64, 65, 67, 74, 76, 80, 83, 96, 98, 100, 101, 112, 122, 123, 126, 128, 130, 137, 143, 144, 146, 152, 167, 172, 175, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 190, 192, 196, 200, 201, 212, 215], "versu": [3, 102, 140, 167, 178], "vertic": [71, 85, 96, 97, 134, 148, 176, 182, 200, 211], "vh": 182, "vi": [89, 196], "via": [10, 11, 15, 26, 28, 32, 39, 49, 53, 61, 64, 78, 81, 84, 85, 90, 94, 95, 97, 98, 100, 101, 111, 112, 126, 128, 130, 132, 135, 136, 139, 142, 143, 146, 147, 150, 152, 160, 163, 167, 172, 175, 176, 178, 181, 182, 183, 184, 185, 189, 190, 192, 196, 200, 204, 207, 209, 211, 215], "viabl": 212, "vice": [64, 143], "victim": 81, "video": [9, 59, 64, 81, 142, 153, 212], "videochat": 181, "view": [0, 4, 5, 7, 44, 50, 52, 54, 55, 56, 66, 67, 70, 71, 73, 89, 92, 96, 99, 103, 112, 114, 126, 130, 136, 137, 142, 143, 146, 148, 150, 151, 154, 158, 165, 166, 167, 168, 172, 175, 181, 182, 188, 192, 194, 196, 200, 201, 206, 208, 209, 215], "viewer": [65, 90, 172, 214], "vim": [64, 67, 88, 89, 188, 215], "virtual": [64, 84, 85, 100, 113, 153, 172, 182, 212, 213, 215], "virtualenv": 84, "viru": 81, "visibl": [64, 103, 127, 134, 136, 150, 167, 194, 195, 196, 215], "visit": [0, 5, 45, 53, 56, 59, 63, 67, 73, 80, 96, 107, 136, 149, 168, 209], "visual": [65, 78, 182, 184, 185, 211, 214, 215], "visualis": 182, "vital": 213, "vm": [61, 130, 182, 209], "void": [97, 130], "vollkorn": 182, "volum": [97, 172, 186], "voluntari": 73, "voucher": [64, 65, 137, 174, 197], "vpat": 73, "vpn": 174, "vqe": 182, "vsz": [126, 163], "vv": 167, "w": [175, 182, 183, 193], "wa": [4, 10, 17, 22, 28, 41, 44, 60, 61, 64, 135, 144, 146, 160, 167, 178, 181, 182, 184, 196, 197, 198, 201, 212, 215], "wacom": [176, 211], "wai": [7, 9, 15, 17, 61, 64, 71, 74, 79, 80, 81, 82, 85, 87, 92, 95, 99, 100, 104, 109, 111, 114, 117, 124, 126, 130, 131, 133, 134, 135, 142, 143, 144, 146, 148, 154, 166, 167, 171, 172, 175, 176, 178, 184, 190, 191, 193, 195, 196, 197, 198, 200, 209, 211, 212, 215], "wait": [10, 15, 18, 28, 64, 81, 96, 101, 110, 118, 129, 134, 149, 168, 178, 196, 215], "wait_until_don": [10, 15, 28], "walk": 48, "wall": 97, "want": [2, 3, 6, 10, 28, 49, 53, 54, 59, 61, 63, 64, 71, 73, 74, 80, 81, 82, 84, 89, 90, 94, 96, 99, 100, 102, 104, 108, 111, 116, 117, 121, 122, 126, 127, 130, 136, 141, 142, 143, 144, 146, 148, 150, 152, 153, 154, 161, 165, 166, 167, 172, 175, 176, 178, 189, 190, 191, 193, 194, 195, 196, 197, 198, 199, 200, 202, 205, 209, 212, 213], "warm": 97, "warmup": 61, "warn": [3, 53, 65, 73, 77, 80, 81, 97, 101, 102, 114, 133, 136, 141, 142, 147, 148, 167, 178, 191, 195, 197, 198, 215], "wasn": [100, 167], "wast": [64, 192], "watch": [81, 108, 121, 143, 182], "wav": 172, "wave": 172, "waveform": 172, "wavfil": 172, "we": [2, 3, 5, 9, 10, 28, 46, 48, 49, 51, 53, 57, 58, 59, 61, 64, 77, 78, 81, 84, 85, 88, 90, 94, 95, 96, 97, 100, 101, 104, 106, 109, 111, 112, 113, 122, 129, 130, 135, 137, 139, 141, 144, 148, 149, 150, 152, 163, 167, 172, 175, 178, 181, 182, 183, 184, 185, 186, 190, 191, 193, 194, 196, 198, 199, 200, 204, 206, 212, 213, 215], "weather": 81, "web": [10, 28, 63, 64, 80, 81, 88, 90, 118, 128, 129, 130, 136, 142, 146, 155, 159, 167, 178, 181, 195, 200, 207, 211, 215], "webpack": [182, 183], "webpag": 81, "webquiz": 146, "websit": [10, 28, 63, 67, 81, 88, 90, 100, 112, 113, 128, 131, 146, 172, 176, 184, 193], "websocket": [78, 181], "websockifi": 181, "webui": 64, "week": [2, 37, 51, 121, 182, 198], "weekend": 61, "weekli": [61, 183, 185], "weight": [123, 182], "weird": 150, "welcom": [73, 131, 137, 165, 195, 213], "well": [9, 15, 61, 64, 74, 77, 81, 87, 111, 112, 128, 130, 137, 141, 142, 146, 147, 152, 154, 157, 163, 167, 171, 176, 178, 181, 182, 189, 196, 197, 204, 211, 212, 215], "went": 77, "were": [11, 39, 67, 81, 99, 108, 112, 152, 166, 172, 177, 181, 183, 185, 198, 212, 215], "wget": [64, 135, 146, 195], "what": [3, 7, 21, 26, 61, 64, 65, 67, 76, 84, 86, 87, 89, 90, 91, 97, 99, 104, 112, 117, 121, 122, 126, 129, 138, 141, 142, 148, 149, 156, 159, 167, 173, 175, 176, 178, 183, 185, 186, 187, 190, 192, 194, 196, 204, 207, 209, 211, 212], "whatev": [100, 103, 130, 135, 136, 161], "whatsoev": 130, "whe": 114, "wheel": 100, "when": [0, 2, 3, 4, 5, 6, 7, 9, 10, 17, 28, 34, 35, 45, 48, 61, 64, 67, 73, 81, 84, 85, 87, 89, 90, 95, 96, 99, 100, 103, 108, 109, 112, 122, 124, 129, 130, 131, 134, 136, 137, 139, 141, 142, 143, 144, 146, 147, 149, 150, 153, 154, 160, 161, 162, 163, 166, 167, 168, 170, 171, 175, 176, 177, 178, 182, 188, 189, 190, 191, 193, 194, 196, 197, 200, 201, 204, 206, 209, 210, 211, 215], "whenev": [130, 146, 148, 172, 175], "where": [1, 2, 5, 9, 35, 46, 47, 53, 56, 59, 61, 64, 71, 73, 76, 80, 81, 84, 87, 88, 91, 101, 108, 110, 111, 112, 116, 120, 130, 133, 134, 135, 137, 139, 146, 147, 159, 160, 167, 175, 177, 181, 183, 185, 191, 194, 195, 198, 200, 204, 209, 212, 215], "whereas": 144, "wherev": 127, "whether": [44, 80, 81, 129, 142, 172, 189, 194], "which": [2, 6, 9, 10, 15, 16, 17, 18, 22, 28, 30, 31, 35, 36, 37, 39, 45, 46, 48, 49, 51, 53, 59, 61, 64, 67, 71, 76, 77, 81, 84, 85, 87, 88, 91, 97, 100, 102, 103, 108, 110, 112, 116, 129, 130, 131, 134, 135, 136, 139, 141, 143, 144, 146, 147, 148, 150, 154, 156, 159, 161, 163, 164, 165, 167, 172, 175, 178, 179, 180, 181, 182, 183, 185, 188, 189, 190, 191, 193, 195, 196, 197, 198, 200, 206, 209, 210, 212, 215], "whichev": 194, "while": [7, 61, 64, 67, 71, 73, 80, 128, 130, 134, 142, 149, 150, 154, 161, 163, 167, 168, 175, 176, 181, 189, 191, 192, 196, 197, 200, 201, 209, 211, 212], "white": 126, "whiteboard": [59, 65, 150, 171, 175, 176, 202, 214], "whitelist": [81, 90], "who": [30, 31, 64, 81, 121, 127, 139, 144, 149, 155, 161, 166, 167, 175, 176, 191, 196, 197, 209, 211, 212], "whole": [9, 156, 161, 167, 190, 195], "whose": [13, 14, 25, 36, 37, 38, 49, 68, 148, 161, 165, 190, 212], "why": [64, 65, 81, 104, 130, 138, 153, 159, 160, 163, 172, 174, 182, 192, 207], "wide": [53, 56, 73, 80, 99, 125, 130, 150, 152, 176, 178, 182, 183, 184, 185, 186, 187, 211], "widget": [141, 144, 167, 175, 176, 190, 211], "width": [78, 146, 183, 200], "wifi": 81, "wiggl": 59, "wiki": [73, 111, 120, 145, 150, 152, 181], "wikibook": [146, 147, 181], "wikipedia": [117, 150], "william": [9, 61, 64, 99, 108, 139, 153, 212, 215], "williamstein": 175, "win": 130, "window": [3, 5, 10, 28, 63, 67, 68, 74, 81, 88, 92, 96, 111, 130, 150, 160, 167, 168, 175, 182], "windsock": 183, "winter": 183, "wire": 207, "wirefram": 215, "wireless": 81, "wisdom": 77, "wish": [2, 8, 64, 81, 100, 146, 209], "wit": 178, "within": [28, 29, 67, 68, 69, 73, 74, 100, 111, 141, 142, 146, 158, 165, 167, 183, 188, 190, 196, 202, 209, 211, 212, 215], "without": [5, 61, 64, 67, 73, 81, 83, 100, 116, 129, 130, 136, 142, 147, 149, 161, 166, 167, 171, 175, 178, 181, 182, 189, 192, 194, 195, 198, 199, 209, 212, 213, 215], "won": [7, 56, 67, 71, 83, 84, 96, 129, 130, 136, 144, 152, 167, 186, 195], "wonder": [61, 212], "wooden": 100, "word": [4, 5, 59, 71, 79, 81, 146, 149, 150, 165, 168], "wordcloud": 182, "work": [2, 6, 9, 10, 11, 28, 35, 48, 51, 59, 61, 64, 65, 68, 71, 74, 76, 79, 83, 84, 85, 86, 90, 94, 99, 100, 101, 103, 104, 108, 110, 111, 113, 117, 120, 122, 126, 128, 130, 131, 132, 133, 134, 135, 136, 137, 141, 143, 144, 147, 148, 149, 150, 152, 156, 159, 163, 166, 167, 171, 172, 175, 176, 177, 178, 179, 180, 181, 182, 183, 188, 189, 190, 191, 192, 193, 194, 196, 197, 200, 201, 206, 209, 210, 211, 212, 213, 215], "workaround": [81, 88, 89, 94, 139, 146, 178, 196], "worker": 85, "workflow": [179, 180, 212, 215], "worksheet": [21, 26, 59, 65, 73, 88, 92, 94, 100, 108, 113, 120, 127, 129, 133, 137, 150, 152, 159, 175, 177, 178, 181, 182, 184, 185, 186, 187, 195, 196, 200, 201, 207, 212, 214, 215], "workshop": [64, 137, 174, 213], "workspac": 101, "world": [36, 47, 53, 113, 130, 136, 138, 163, 179, 180, 183, 184, 213], "worldwid": 81, "worri": [9, 61, 120, 122, 130, 136], "worst": 64, "would": [6, 9, 46, 53, 73, 81, 84, 100, 107, 116, 125, 135, 139, 141, 143, 144, 150, 167, 171, 189, 196, 197, 199, 212, 213], "wrap": [74, 91, 189], "wrapper": [67, 92, 181, 183], "wrench": [108, 129, 130, 135, 149, 167, 176, 215], "writabl": [101, 161, 172], "write": [9, 10, 15, 16, 17, 18, 28, 37, 51, 53, 59, 61, 64, 74, 92, 96, 120, 122, 130, 131, 137, 142, 150, 152, 163, 167, 172, 175, 183, 193, 195, 196, 198, 215], "write_text_file_to_project": 28, "write_wav": 172, "writeabl": 100, "writer": 215, "written": [47, 178, 182, 183, 194, 196], "wrong": [77, 84, 97, 109, 122, 148, 172], "wstein": [53, 175], "wurlitz": 182, "www": [28, 29, 81, 88, 169, 181, 182], "wx5": 215, "wxagg": 215, "wxmaxima": 215, "wysiwyg": 171, "x": [9, 25, 26, 28, 29, 34, 52, 54, 55, 59, 61, 64, 78, 88, 92, 97, 118, 128, 130, 131, 143, 146, 148, 150, 167, 172, 176, 181, 182, 184, 188, 196, 200, 201, 211, 215], "x11": [65, 89, 95, 113, 130, 137, 174, 181, 182, 183, 184, 210, 214], "x264": 182, "x86": [63, 184], "x86_64": [76, 100, 101, 182], "xarrai": [182, 183], "xclip": 181, "xcol": 128, "xdist": 182, "xdotool": 181, "xedit": 215, "xelatex": [146, 147, 182], "xetex": 178, "xeu": 181, "xf": 146, "xfoo": 46, "xfractint": 183, "xgal": 78, "xgboost": [181, 182], "xl": 185, "xlrd": [182, 185], "xml": [182, 215], "xmlx": 215, "xournal": 215, "xpaint": 215, "xport": 183, "xpra": [181, 182, 183], "xss": [150, 171], "xterm": [181, 200], "xvf": 130, "xvfb": 181, "xx": 172, "xxx": [93, 100, 138], "xyce": 185, "xyz": [21, 26, 32, 35, 172], "xyzabc09090": 19, "y": [9, 15, 64, 78, 92, 97, 101, 118, 128, 131, 134, 167, 176, 211], "yahoo": 191, "yale": 113, "yaml": [71, 182], "yanon": 123, "yapf": [181, 182, 183], "ybar": 46, "ycol": 128, "ye": [61, 121, 139, 160, 167, 189, 204], "year": [2, 61, 64, 131, 175, 178, 183, 185], "yearli": [2, 183, 185], "yellow": [81, 104, 134], "yet": [12, 16, 17, 40, 53, 61, 64, 66, 111, 112, 142, 146, 149, 175, 176, 181, 182, 183, 184, 185, 191, 194, 195, 196, 197, 198, 210, 211, 212], "yfinanc": 184, "ygal": 78, "you": [0, 1, 3, 4, 5, 6, 7, 8, 9, 10, 11, 15, 16, 17, 18, 28, 30, 31, 37, 38, 39, 45, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 61, 63, 64, 65, 66, 67, 68, 69, 71, 73, 74, 75, 76, 77, 78, 79, 80, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 94, 95, 96, 97, 99, 100, 101, 102, 103, 104, 106, 107, 108, 109, 110, 111, 112, 113, 114, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 133, 134, 135, 136, 137, 138, 139, 141, 142, 143, 144, 147, 148, 149, 150, 151, 152, 153, 156, 157, 158, 159, 160, 161, 163, 164, 165, 166, 167, 168, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 204, 205, 206, 208, 209, 210, 211, 212, 215], "your": [0, 1, 2, 3, 4, 5, 7, 9, 10, 28, 48, 49, 51, 52, 54, 55, 56, 57, 58, 59, 61, 63, 64, 65, 67, 68, 71, 74, 75, 76, 77, 78, 79, 83, 84, 85, 86, 88, 89, 90, 95, 96, 99, 100, 101, 102, 103, 104, 107, 109, 110, 111, 112, 114, 116, 117, 118, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 141, 142, 143, 146, 147, 148, 149, 150, 151, 152, 153, 154, 157, 159, 160, 161, 163, 164, 165, 166, 168, 170, 171, 172, 173, 176, 177, 178, 181, 182, 183, 186, 188, 189, 190, 191, 193, 194, 196, 197, 198, 199, 200, 201, 204, 206, 207, 209, 210, 211, 212, 213, 215], "your_api_kei": 50, "your_course_nam": 190, "your_minio_access_kei": 74, "your_minio_secret_kei": 74, "your_minio_url": 74, "yourself": [61, 64, 81, 100, 109, 137, 165, 167, 193, 204], "yu": 175, "yy": 172, "yy16bit": 172, "z": [88, 92, 97, 126, 172], "zax": 196, "zealou": 81, "zeep": 182, "zendesk": [21, 26], "zero": [64, 81, 146, 167, 176, 211, 212], "zig": 184, "zip": [76, 100, 116, 146, 160, 161, 196], "zipfil": [116, 196], "zone": [2, 64, 142, 188, 212], "zoom": [88, 148, 176], "zsav": 183, "zucker": 97, "zz": 182, "\u30c4": 215, "\u4e2d\u6587\u5206\u8bcd": 182, "\u4e2d\u6587\u5206\u8bcd\u7ec4\u4ef6": 182, "\u505a\u6700\u597d\u7684": 182, "\u7ed3\u5df4": 182}, "titles": ["Account Dropdown Menu", "Account Toolbar", "Licenses", "Preferences", "Public files", "Purchases", "SSH keys", "Support", "Activity Bar", "AI Assistant", "API Examples & Howto", "add_collaborator", "add_license_to_project", "change_email_address", "change_password", "copy_path_between_projects", "copy_path_delete", "copy_path_status", "copy_public_path_between_projects", "create_account", "create_project", "create_support_ticket", "delete_account", "disconnect_from_project", "forgot_password", "get_available_upgrades", "get_support_tickets", "get_usernames", "API v1", "Purpose", "invite_collaborator", "invite_noncloud_collaborators", "log_client_error", "metrics", "ping", "project_exec", "public_get_text_file", "query", "read_text_file_from_project", "remove_collaborator", "remove_license_from_project", "reset_forgot_password", "start_metrics", "touch_project", "unlink_passport", "user_auth", "user_search", "write_text_file_to_project", "directory-listing", "email-address-from-account-id", "get-purchases (Python example)", "API v2", "latex", "purchasing licenses", "stop", "user-query", "API Keys", "Backups", "Billing FAQ", "Chatrooms", "ChatGPT", "Cloud File System", "CoCalc Cloud", "CoCalc Desktop", "Compute Servers", "Welcome to CoCalc\u2019s User Manual!", "CSV Viewer", "Display Options", "Explorer", "Files Search", "Flyout Panels", "Frame Editor", "Index", "Getting Started", "Getting Started with Hub", "Assembly Language Programming", "Install AWS CLI", "Bash Fortunes", "Bokeh / DASK / Holoview", "Can\u2019t Save File", "CoCalc says your clock is off", "Debugging connectivity issues", "Convert HTML to PDF", "C++ Programming", "Custom Jupyter Kernel", "Dask cluster", "Disk Space Warning", "Export TimeTravel History", "Use External Tools", "File Too Large", "Configure Firewall", "Fix broken Jupyter PDF export", "Fortran Programming", "Front-end Web Development", "GAP Jupyter kernel not available", "Git Version Control", "Google Sheets API Demo", "GSL C Code Compilation", "How-tos", "Install Julia Packages", "Install Python Packages", "Install R Packages", "Setup Jupyter Extensions", "Jupyter Kernel Selection", "Jupyter Kernel Terminated", "SVG and PNG plots in Jupyter Notebooks", "JupyterLab Extensions", "License Doesn\u2019t Work", "Low Memory Problems", "Recovering a Deleted Project", "MongoDB", "Use Multiple Accounts", "nbgrader for R", "NEURON simulation environment", "Octave Images and Plots", "<no title>", "Import from Overleaf/Sharelatex", "Utilize Multiple CPUs", "Dash", "Pluto Notebooks for Julia", "PostgreSQL", "Invite via Tokens", "Recovering a Deleted File", "RemarkJS Slideshow", "Ruby Programming", "R Step-by-Step with Jupyter", "Manage Running Processes", "Question about Sage", "Shiny", "Program Seems Slow or Stuck", "Develop Software", "Streamlit", "Install compiled software", "Troubleshooting", "Turtle Graphics with CoCalc", "Upload Files", "Run a Webserver", "What is CoCalc?", "Introduction", "iPad", "Jupyter Notebooks", "Classical Versus CoCalc Jupyter Notebooks", "CoCalc Enhancements to Jupyter Notebooks", "Getting Started with Jupyter Notebooks", "Jupyter Tips and Tricks", "LaTeX Editor", "LaTeX Howto and FAQ", "LaTeX editor features", "Getting started with LaTeX", "Licenses", "Markdown", "CoCalc News", "2020-08-18: Ubuntu 20.04 Upgrade", "CoCalc OnPrem", "Pay-As-You-Go Purchase", "Platform", "Platform News 2019-2022", "(+) New", "Processes", "Projects", "Projects FAQ", "Project Files", "Project Home", "Project Initialization Scripts", "Project Library", "Project List", "Project Log", "Project Settings", "Project Toolbar", "References", "Restrict Student Projects", "Rich Text Editing", "Sage Worksheets", "Servers", "Service Options", "Collaborate. Share! Publish!!!", "Slides", "Snippets", "Software", "Custom Software", "100 numpy exercises", "Software Updates 2018", "Software Updates 2019", "Software Updates 2020", "Software Updates 2021", "Software Updates 2022", "Software Updates 2023", "Software Updates 2024", "Task Lists", "After the Course Ends", "Course Management", "Creating a New Course", "Instructor Guide", "Collaboration", "Teaching with nbgrader", "Student Guide", "FAQ, Tips and Tricks", "Upgrading Student Projects", "Upgrading Student Projects (legacy version)", "CoCalc for Short Training Sessions", "Linux Terminal", "TimeTravel", "Stopwatches and Timers", "Tours", "Trial Projects", "Project Upgrades", "Upgrades", "User Interface", "Users", "Vouchers", "Visual Studio Code Server", "Whiteboard", "Why CoCalc?", "Why NOT CoCalc?", "Working With", "X11 Graphical Applications"], "titleterms": {"": [64, 65, 81, 103, 108, 130, 143, 146, 160, 172, 178, 196], "0": [179, 180, 183, 184, 185, 186], "01": [156, 181, 182, 183, 184, 186, 187], "02": [182, 183, 184, 185, 186, 187], "03": [156, 181, 182, 183, 184, 185, 186], "04": [152, 156, 182, 183, 184, 185, 186], "05": [182, 183, 184, 185], "06": [181, 182, 183, 184, 185, 186], "07": [182, 183, 184, 185, 186, 187], "08": [152, 156, 181, 182, 183, 184, 185, 186], "09": [156, 181, 182, 183, 184, 185, 186], "1": [81, 104, 108, 110, 111, 116, 120, 123, 163, 182, 183, 184, 185, 186, 187, 197], "10": [81, 156, 181, 182, 183, 184, 185, 186, 187], "100": [179, 180], "101": 148, "11": [81, 181, 182, 183, 184, 185, 186], "12": [81, 156, 181, 182, 183, 184, 185, 186], "13": [81, 156, 181, 183, 184, 185], "14": [156, 182, 183, 185], "15": [156, 181, 182, 185], "16": [156, 181, 182, 183], "17": [182, 184, 185], "18": [152, 156, 181, 182, 183, 185], "19": [182, 183, 185], "2": [81, 96, 104, 108, 110, 111, 116, 120, 123, 163, 179, 180, 183, 184, 185, 186, 187, 197], "20": [152, 156, 182, 183, 186], "2018": 181, "2019": [156, 182], "2020": [152, 156, 183], "2021": [184, 185], "2022": [156, 185], "2023": 186, "2024": 187, "21": [182, 183, 184], "22": [181, 186], "23": [181, 182, 186], "24": [182, 185], "25": [182, 183, 185], "26": [182, 184], "27": [181, 182, 183, 184, 185, 186], "28": [181, 182, 183, 184, 186], "29": [181, 182, 183, 185], "3": [81, 108, 110, 111, 120, 123, 163, 182, 183, 184, 186, 197], "30": [181, 182, 183, 185, 186], "31": [182, 183], "4": [81, 108, 120, 123, 183, 184, 185, 197], "40": 183, "5": [81, 108, 123, 182, 183, 184, 185, 197], "6": [81, 183, 184, 185], "7": [81, 185], "8": [81, 185, 186], "9": [81, 183, 184, 185, 186], "ASE": 184, "As": 154, "But": 204, "For": [96, 154, 197], "If": [129, 154], "In": [99, 212], "It": 137, "NOT": 213, "No": [121, 209, 212], "Not": 154, "On": [196, 212], "One": 161, "The": [87, 146], "Their": 196, "To": [176, 211], "Will": 130, "With": [56, 176, 211, 214], "about": [87, 127, 136, 150, 167, 172], "academ": 2, "access": [61, 74, 81, 189, 195, 206], "account": [0, 1, 3, 5, 6, 49, 56, 73, 81, 111, 156, 168, 196], "account_id": 49, "across": 146, "action": [161, 166], "activ": [8, 143, 196], "ad": [84, 195, 197, 198], "add": [6, 37, 53, 81, 154, 167, 191, 194], "add_collabor": 11, "add_license_to_project": 12, "addit": [28, 29, 73], "address": [49, 196], "adjust": 130, "administr": 209, "advanc": [2, 154], "after": [189, 199], "again": 73, "ai": 9, "all": [48, 53, 81, 126, 130, 196], "altern": [141, 167], "alwai": 2, "am": 195, "an": [10, 28, 37, 51, 56, 58, 73, 81, 111, 112, 130, 146, 165, 172, 190, 194, 196], "anaconda": [100, 130, 185, 200], "analysi": [179, 180], "ani": [81, 160], "anonym": 156, "anyth": 213, "api": [5, 10, 28, 29, 48, 49, 51, 53, 56, 87, 96], "app": 78, "appendix": 65, "appli": [149, 197], "applic": [2, 67, 113, 139, 215], "approach": 212, "ar": [81, 109, 160, 172, 196], "arrang": 209, "arrow": [176, 211], "assembl": 75, "assembli": 75, "assign": [112, 190, 194, 195, 196], "assist": [9, 191], "astropi": 183, "asymptot": 146, "async": 183, "atsa": 183, "attach": 172, "attempt": 81, "authent": [28, 29, 96], "autograd": 156, "autom": [179, 180], "automat": [5, 146, 190], "aux": 126, "auxiliari": 175, "avail": [64, 94, 131, 167, 171, 178], "aw": [76, 167], "azur": 74, "back": 160, "backslash": 146, "backup": [57, 61, 161, 172], "balanc": [5, 154], "banner": 197, "bar": [8, 68, 142, 143], "barebon": 123, "base": 183, "baseurlpath": 131, "bash": [77, 163], "bash_profil": 130, "bashrc": [77, 130], "basic": 143, "batch": [156, 165], "becom": 64, "befor": 196, "benefit": 178, "bert": 183, "besid": 163, "between": [10, 28], "bill": [9, 58, 61, 64], "binari": 130, "bind": 200, "bioconductor": [184, 185], "bitbucket": 160, "block": [81, 150], "bokeh": 78, "bookstor": 209, "box": 77, "broken": [91, 200, 215], "browser": [81, 111, 139, 160, 200], "bugfix": [183, 184], "bui": [2, 53, 149], "build": [106, 146, 147], "built": [130, 146, 178], "button": [87, 135, 143, 144], "c": [83, 97, 130], "cach": 81, "calcul": 130, "call": 130, "can": [58, 79, 81, 111, 130, 150, 160, 204], "cannot": [146, 213], "capac": [154, 197], "cart": 53, "categori": 215, "caus": 104, "cell": [130, 142, 143, 176, 211], "certif": 213, "chang": [172, 196, 201], "change_email_address": 13, "change_password": 14, "charg": 197, "chat": [9, 59, 71, 168, 176, 193, 200, 211], "chatgpt": [60, 172], "chatroom": [59, 193], "check": [80, 81, 123, 129, 146, 190], "checkbox": 150, "checker": 71, "chemistri": [179, 180], "choic": [9, 61], "choos": 64, "chrome": [81, 88], "class": 196, "classic": [103, 141, 178], "clear": [108, 201], "cli": 76, "click": 109, "client": [56, 85], "clock": 80, "clone": 95, "close": [74, 160], "cloud": [61, 62, 64, 74, 167], "cluster": 85, "cobol": 183, "cocalc": [1, 48, 49, 53, 62, 63, 64, 65, 73, 80, 81, 84, 93, 95, 96, 98, 103, 104, 111, 112, 129, 130, 134, 137, 139, 141, 142, 144, 150, 151, 153, 154, 167, 168, 175, 178, 194, 195, 199, 200, 204, 209, 212, 213, 215], "code": [64, 71, 97, 124, 130, 143, 150, 172, 209, 210], "colab": 186, "collabor": [109, 141, 150, 166, 167, 171, 175, 176, 193, 200, 211], "collect": [175, 190, 194], "com": 93, "command": [77, 92, 95, 99, 101, 147, 196, 200], "comment": 194, "commit": 74, "commun": [10, 28], "compat": 96, "compil": [97, 130, 132], "complet": [172, 188, 194], "comput": [64, 81, 108, 130, 134, 142, 153, 179, 180, 197], "concis": 172, "configur": [77, 90, 100, 130, 131, 167, 197, 209], "congest": 81, "connect": [81, 85, 93, 110, 120, 129, 168, 172], "consecut": 142, "conserv": 144, "consider": [64, 175], "contact": 195, "content": [1, 9, 142, 157, 176, 194, 195, 211], "continu": [152, 204], "contribut": 167, "control": [95, 167, 195, 212], "convers": 172, "convert": [82, 156, 196], "cooki": 81, "copi": [10, 28, 176, 196, 211], "copy_path_between_project": 15, "copy_path_delet": 16, "copy_path_statu": 17, "copy_public_path_between_project": 18, "core": 2, "cost": [2, 64], "count": [147, 202], "counter": 143, "cours": [156, 189, 190, 191, 195, 196, 197], "cpu": [2, 117, 129, 206], "creat": [56, 59, 64, 73, 84, 121, 130, 146, 188, 190, 191, 194, 202, 209], "create_account": 19, "create_project": 20, "create_support_ticket": 21, "credenti": 96, "credit": [154, 209], "csv": [66, 89], "cumul": 183, "current": [167, 178], "cursor": 71, "custom": [84, 88, 99, 100, 130, 144, 146, 167, 177, 178, 179, 200], "cut": [130, 176, 211], "dark": [3, 156], "dash": 118, "dashboard": 85, "dask": [78, 85, 179, 180], "data": [9, 28, 29, 71, 74, 87, 175, 179, 180], "data8": 183, "databas": [48, 93, 120], "datasci": 183, "dataset": 74, "date": [81, 188, 196], "deal": [135, 146], "debian": 77, "debug": [81, 129, 163], "dedic": [2, 129], "deep": [179, 180], "default": [67, 130, 157, 178], "definit": 172, "degre": 195, "delet": [74, 109, 122, 142, 165, 167, 189, 196], "delete_account": 22, "demo": 96, "depot": 99, "descript": [37, 167, 188], "design": 182, "desktop": [63, 64, 67, 95, 114, 129, 134], "detail": [108, 150, 178], "detect": 130, "develop": [93, 130, 163], "dialog": 215, "diff": 196, "differ": 111, "directli": 100, "directori": 48, "disabl": [5, 154, 172], "disconnect": [130, 200], "disconnect_from_project": 23, "discount": 2, "discret": [179, 180], "disk": [61, 86, 144, 206], "displai": [6, 67, 166, 215], "distribut": [190, 194, 209], "dn": 81, "do": [58, 64, 81, 109, 146, 176, 191, 194, 197, 211], "docker": 93, "document": [130, 146, 168, 172, 175], "doe": [81, 96, 146, 154], "doesn": 107, "dollar": 146, "domain": 81, "don": [81, 141], "done": 199, "doubl": 81, "down": [81, 110, 120, 202], "download": [160, 209], "drag": [135, 142], "draw": 146, "drive": [88, 135], "drop": [135, 142], "dropbox": 88, "dropdown": 0, "due": [188, 196], "dune": 186, "durat": 175, "dynam": 136, "easi": 111, "edg": [81, 176, 211], "edit": [9, 130, 142, 149, 150, 168, 171, 176, 188, 193, 211], "editor": [3, 37, 71, 124, 145, 147, 200], "effici": [179, 180], "element": [150, 175], "elimin": 104, "els": [81, 104], "emac": 88, "email": [49, 191, 196], "emb": 144, "embed": [10, 28, 144, 150], "emoji": [150, 171], "empti": [109, 196], "emul": 95, "enabl": [5, 81, 146, 154], "encapsul": 100, "encod": 147, "end": [93, 189], "endpoint": [5, 28, 51], "enhanc": [142, 150], "enter": [194, 198], "entri": 166, "environ": [99, 100, 113, 130, 167, 178, 185, 200], "error": [81, 149, 172], "escap": 146, "estim": 61, "etc": [160, 184, 186], "even": 126, "everyon": 196, "everyth": 81, "exactli": 196, "exampl": [10, 28, 37, 50, 51, 64, 77, 85, 131, 163, 179, 180, 209], "except": 130, "execut": 143, "exercis": [179, 180], "experi": 182, "expir": 154, "explor": [68, 70], "export": [87, 91, 116, 144, 146, 150, 156, 190, 196, 201], "express": [176, 211], "extend": 172, "extens": [81, 102, 106, 200], "extern": 88, "f90": 130, "faq": [58, 81, 146, 160, 196], "featur": [59, 143, 147, 150, 167, 200], "fenc": 150, "fetch": 135, "field": [37, 196], "figur": 130, "file": [1, 4, 9, 10, 28, 37, 61, 68, 69, 70, 71, 73, 77, 79, 81, 88, 89, 96, 122, 124, 135, 136, 144, 146, 147, 150, 156, 157, 160, 161, 166, 167, 172, 175, 178, 188, 191, 195, 196, 200, 201], "filenam": 3, "filesystem": 64, "filter": [165, 166], "find": [69, 70], "fingerprint": [6, 160], "finish": 195, "firefox": 81, "firewal": 90, "first": [73, 85, 96, 186], "fish": 200, "fix": [91, 111, 130, 183, 185, 187], "flipper": 184, "flush": 74, "flyout": 70, "folder": [175, 194, 196], "font": [171, 200], "forgot_password": 24, "form": 172, "format": [28, 29, 188], "formatt": 167, "fortran": [92, 130], "fortun": 77, "forward": [64, 147, 178], "frame": [71, 124, 176, 200, 211], "free": 204, "frica": 88, "from": [49, 100, 116, 130, 135, 142, 189, 190, 196, 200, 210], "front": 93, "full": 212, "fulli": 213, "fullscreen": [67, 168], "function": 130, "further": 96, "futur": 152, "gap": 94, "gatewai": 160, "gc": 167, "gener": [3, 51, 93, 130, 136, 182, 194, 196], "geograph": 64, "get": [37, 48, 49, 50, 51, 53, 58, 73, 74, 96, 111, 143, 148, 178, 191, 195, 215], "get_available_upgrad": 25, "get_support_ticket": 26, "get_usernam": 27, "gettabl": 37, "git": [95, 100, 160, 196], "github": [160, 175], "gitlab": 160, "given": [37, 48], "glanc": 126, "glass": 69, "gnu": 75, "gnucobol": 183, "gnuplot": 146, "go": [111, 154], "gone": 109, "googl": [64, 74, 81, 88, 96, 135, 167], "gprmax": 183, "gpu": 144, "grade": [108, 190, 194], "graphic": [95, 113, 134, 215], "group": 193, "gsl": 97, "guid": [192, 195], "halt": 144, "hand": [179, 180], "handbook": [179, 180], "handout": [190, 196], "happen": 195, "hardlink": 183, "hashtag": [59, 150, 176, 188, 211], "have": [81, 196], "hax": 184, "hdpi": 215, "healpi": 183, "hebrew": 146, "height": 130, "hello": 131, "help": [168, 172], "hidden": [161, 165, 167], "hide": [161, 167, 189], "high": 215, "hint": 135, "histori": [87, 200, 201], "holoview": [78, 185], "home": 162, "host": [2, 95, 129, 160, 206, 209], "how": [9, 58, 98, 111, 112, 130, 154, 160, 172, 195, 196], "howto": [10, 28, 146, 172], "html": [71, 82, 89, 123, 150, 172], "htop": 108, "hub": [74, 87], "hyperstack": 64, "i": [9, 58, 64, 74, 80, 81, 104, 108, 109, 130, 137, 160, 166, 171, 183, 195, 199, 204, 209, 215], "icognito": 111, "icon": [69, 81, 158, 167, 173, 176, 211], "id": [37, 49], "ident": 111, "identifi": 129, "idl": [130, 206], "ifram": [10, 28], "imag": [93, 114, 146, 167], "implement": 150, "import": 116, "impos": 154, "improv": 182, "includ": [146, 160], "incompat": 81, "index": 72, "indic": 65, "individu": 156, "infect": 81, "info": 183, "inform": [58, 74, 156, 179, 180], "initi": [163, 198], "insert": [142, 146, 171, 176, 211], "insid": 71, "inspect": 108, "instal": [76, 77, 81, 99, 100, 101, 130, 132, 146, 200, 215], "instead": 81, "institut": [197, 198], "instructor": [192, 194, 197], "int": 130, "integ": 130, "integr": [142, 196], "interact": 175, "interfac": [104, 207, 213], "intermedi": 81, "internet": [135, 206], "introduc": 165, "introduct": [138, 150, 172], "invers": [147, 150], "invit": [121, 165, 191, 196], "invite_collabor": 30, "invite_noncloud_collabor": 31, "invoic": [5, 58], "ipad": 139, "ipywidget": 185, "isn": [88, 204], "issu": 81, "item": 178, "j": [93, 183], "java": 130, "javascript": 183, "julia": [99, 119, 130, 182, 183, 184, 185, 187], "jupyt": [9, 73, 84, 89, 91, 92, 94, 98, 99, 100, 101, 102, 103, 104, 105, 108, 113, 114, 125, 130, 134, 140, 141, 142, 143, 144, 146, 156, 167, 176, 178, 179, 180, 183, 194, 211], "jupyterlab": [64, 106, 141, 167], "just": 204, "keep": 130, "kei": [1, 6, 51, 56, 160, 167, 176, 178, 200, 211], "kera": [179, 180, 183], "kernel": [84, 94, 100, 103, 104, 114, 130, 143, 183], "keyboard": [188, 215], "kill": 130, "kiosk": 67, "knitr": 146, "known": 48, "lab": [103, 178], "land": 81, "languag": [75, 98, 130, 163], "larg": [89, 135, 144, 146], "later": 96, "latest": 81, "latex": [9, 52, 71, 144, 145, 146, 147, 148, 150, 171, 176, 196, 211], "launch": 119, "layout": 215, "lean": 183, "learn": [179, 180, 184], "lectur": [179, 180, 195], "legaci": [5, 146, 198], "lib": 184, "librari": 164, "licens": [1, 2, 53, 64, 107, 149, 154, 156, 167, 189, 197, 209], "like": 130, "limit": [5, 121, 130, 154, 171, 178, 204], "line": [92, 95, 99, 101], "link": [121, 150], "linux": [9, 200], "list": [48, 68, 161, 165, 168, 176, 188, 211], "live": 193, "llm": [9, 197], "load": [81, 166], "local": [6, 61, 74, 77, 130, 144], "locat": [61, 64, 100], "lock": 212, "log": [70, 109, 166], "log_client_error": 32, "login": 6, "logo": 168, "long": [130, 172], "low": 108, "macaulay2": 186, "machin": [130, 179, 180], "macro": 146, "macs2": 184, "magnifi": 69, "main": 178, "mainten": [185, 213], "make": [37, 81, 196, 197], "malwar": 81, "manag": [2, 126, 149, 190, 196], "manual": [65, 190, 194], "map": [176, 211], "markdown": [71, 123, 130, 150, 188, 196], "materi": [179, 180, 183], "mathic": [183, 184], "matplotlib": [108, 183], "maximum": 149, "mechan": [179, 180], "member": [2, 129, 206], "memori": [104, 108, 126, 129, 130, 144], "mention": [59, 150, 193], "menu": [0, 143], "merg": 111, "messag": [28, 29, 81, 130, 149, 172], "method": [111, 146], "metric": 33, "microchip": 158, "mini": 161, "miniforg": 186, "minio": 74, "minor": 183, "miss": [152, 196], "mission": 137, "mix": 141, "mode": [3, 156, 168, 176], "model": [179, 180], "modi": 184, "modif": 74, "modifi": 93, "modsimpython": [179, 180], "modul": [130, 134], "monei": 154, "mongodb": 110, "moodl": 196, "more": [126, 184, 185, 198], "most": 64, "motiv": 178, "mount": 88, "move": [129, 188], "much": [81, 104], "multi": [85, 146, 147], "multipl": [71, 111, 117, 143, 146, 161, 196, 197, 200], "must": 213, "my": [9, 81, 100, 108, 109, 130, 160, 195, 201], "name": [81, 167], "nasm": 184, "nativ": 139, "navig": [176, 211], "nbgrader": [112, 142, 156, 194], "need": [64, 209, 213], "netwid": 75, "network": 81, "neuron": 113, "new": [70, 84, 95, 130, 151, 156, 157, 167, 185, 186, 190, 191, 200], "next": [73, 109, 212], "nextj": 93, "node": [85, 93, 183, 185], "note": [93, 175, 176, 211], "notebook": [9, 73, 89, 92, 98, 99, 101, 103, 105, 108, 113, 119, 130, 134, 140, 141, 142, 143, 144, 146, 156, 179, 180, 183, 185, 194, 196], "noth": 129, "notif": 168, "now": 109, "nteract": 134, "ntk": 108, "number": [2, 61, 90, 130, 142, 149], "numpi": [179, 180], "o": 183, "oauth2": 96, "object": 196, "obtain": 209, "octav": [114, 130, 183, 184, 185, 187], "off": [57, 80, 130, 146], "offer": 64, "older": 166, "onc": [48, 111], "onli": [197, 204], "onprem": [64, 153], "open": [81, 161, 166, 168, 212, 213], "openai": 186, "opencv": [179, 180], "oper": 165, "optim": 184, "option": [2, 67, 171, 174, 194, 197, 212], "order": 53, "other": [3, 9, 74, 81, 130, 163], "otherwis": 81, "our": 195, "out": [1, 73, 81, 108, 137], "output": [130, 143, 144], "outstand": 191, "overlai": 215, "overleaf": 116, "overrid": 130, "overview": [176, 211], "own": [100, 130], "p": 126, "packag": [77, 99, 100, 101, 130, 131, 146, 182, 183, 184, 185, 200], "page": [5, 81, 159, 176, 211], "pai": [58, 154, 195, 197, 198, 213], "paid": 197, "panda": 183, "pandoc": 183, "panel": 70, "papermil": 184, "partner": 51, "past": [176, 211], "path": [37, 48, 99, 100], "payment": [5, 197], "pdf": [82, 91, 146, 150, 156, 196], "peak": 108, "peer": 190, "pen": [176, 211], "pentadactyl": 88, "per": 130, "period": [2, 163], "pick": 137, "ping": 34, "pip": [100, 130], "pkg": 186, "place": 53, "plai": [144, 172], "plain": [141, 167], "platform": [98, 155, 156], "plot": [5, 105, 114, 146, 172, 210], "plotli": 130, "plugin": 88, "pluto": [119, 185], "pmdarima": 183, "png": 105, "port": [64, 90, 136, 178], "possibl": [104, 213], "postgresql": 120, "pre": 178, "prefer": [1, 3, 146], "premis": 212, "prepar": [106, 112], "present": [37, 123, 176], "pretext": 184, "preview": 146, "privat": 111, "problem": [81, 108, 129, 146, 152, 179, 180, 197], "process": [70, 81, 108, 126, 130, 158], "profil": 111, "program": [75, 83, 92, 96, 98, 124, 129, 130], "programm": 172, "project": [2, 6, 10, 28, 37, 48, 56, 67, 70, 81, 85, 87, 106, 108, 109, 121, 129, 130, 144, 146, 149, 156, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 170, 175, 179, 180, 189, 191, 193, 195, 196, 197, 198, 204, 205], "project_exec": 35, "prophet": 183, "proprietari": 213, "protect": 142, "protocol": [28, 29], "proxi": [136, 175], "pstrick": 146, "public": [1, 4, 6, 37, 175], "public_get_text_fil": 36, "publish": [37, 175, 176, 211], "purchas": [1, 2, 5, 50, 53, 154], "purpos": [28, 29, 51, 194, 204], "py": 100, "pybedtool": 183, "pycaret": 183, "pygimli": 183, "pypi": [130, 184, 185], "python": [9, 50, 84, 93, 96, 100, 130, 131, 163, 172, 179, 180, 182, 183, 184, 185, 186, 210], "python3": 130, "pythontex": 146, "quantum": [179, 180], "quarto": [150, 156], "queri": [37, 55], "question": [81, 127, 194, 199, 209], "quickli": 196, "quickstart": [74, 200], "quota": 167, "quspin": 183, "r": [9, 71, 101, 112, 125, 130, 183, 184, 185], "rais": 130, "ram": [2, 206], "raw": 136, "rdkit": 183, "react": 93, "read_text_file_from_project": 38, "real": [171, 193], "reboot": 129, "receipt": 5, "recent": [81, 166, 168], "recommend": 101, "reconfigur": 191, "reconnect": 129, "record": 163, "recov": [109, 122], "redeem": 209, "refer": [28, 29, 65, 119, 131, 150, 169], "refresh": 161, "regular": [183, 185], "relat": [81, 130], "releas": 186, "remarkj": 123, "remot": [88, 167], "remov": [144, 185, 189, 196, 200], "remove_collabor": 39, "remove_license_from_project": 40, "render": 175, "replac": [71, 150], "repositori": [95, 100], "request": [99, 100, 101], "requir": [195, 213], "resel": 209, "resend": 191, "reset_forgot_password": 41, "resolut": 215, "resourc": [73, 172], "respons": 212, "restart": [129, 167, 195, 196], "restrict": [170, 196], "resum": [73, 200], "return": [190, 194], "revert": [172, 185], "rich": [150, 171], "riemann": [179, 180], "rmd": 130, "rmdformat": 183, "room": 9, "root": 64, "routin": 184, "row": 143, "rpc": 183, "rstan": 108, "rstudio": 215, "rubi": [124, 130], "run": [2, 73, 81, 96, 108, 126, 130, 136, 142, 144, 194, 196], "rust": [182, 183, 184], "s3": [74, 167], "safari": 81, "sage": [100, 124, 127, 130, 134, 156, 167, 172, 183, 184, 185, 186, 187], "sagemath": [163, 172, 183], "sagetex": 146, "sai": 80, "same": 81, "save": [79, 143, 154], "schema": 74, "scienc": [179, 180], "scientif": [9, 179, 180], "scikit": [179, 180, 184], "scilab": 215, "screenshot": 110, "script": [9, 96, 131, 163, 210], "search": [69, 71, 147, 150, 176, 188, 211], "second": 96, "secur": [136, 213], "see": [81, 126, 130, 197, 198], "seem": 129, "select": [103, 143], "self": 154, "sent": 9, "sentimentanalysi": 183, "server": [64, 78, 81, 93, 98, 108, 120, 134, 136, 141, 153, 167, 173, 175, 197, 210], "servic": [81, 174], "session": [67, 73, 111, 199], "set": [3, 37, 70, 81, 108, 109, 144, 146, 167, 175, 200], "settabl": 37, "setup": [100, 102, 112, 120, 146, 167, 200], "shake": 184, "shape": 74, "share": [175, 193], "sharelatex": 116, "sheet": 96, "shell": [9, 146, 200], "shini": 128, "shop": 53, "short": [154, 199], "shortcut": 188, "should": 146, "show": 161, "shut": [110, 120], "side": [9, 59, 71, 130, 200], "sign": [1, 73, 146, 196], "simpl": 93, "simplest": 213, "simul": [113, 179, 180], "simultan": 149, "singl": [167, 196, 200], "site": [57, 156], "size": 61, "skew": 80, "skip": 194, "slide": 176, "slideshow": [123, 142], "slow": [129, 172], "smem": 108, "snakemak": [179, 180], "snappi": 183, "snapshot": [57, 161, 172], "snippet": 177, "softwar": [81, 100, 108, 130, 132, 167, 175, 178, 179, 181, 182, 183, 184, 185, 186, 187, 200, 212, 213], "solut": [179, 180], "some": [81, 100, 130], "someth": 104, "sound": 172, "sourc": [71, 93, 130, 146, 172, 213], "space": [86, 206], "special": [64, 209], "specif": [58, 108, 130], "spell": [71, 146], "spellcheck": 147, "spend": 154, "split": [176, 200, 211], "ssh": [1, 6, 135, 160, 167], "sshf": 88, "stack": 212, "stale": 81, "standbi": 3, "star": 175, "start": [37, 73, 74, 85, 106, 120, 143, 148, 163, 178, 194, 196, 215], "start_metr": 42, "startup": [110, 130, 200], "statement": [1, 73], "statist": 130, "statu": [168, 209, 215], "stellargraph": 183, "step": [73, 81, 110, 116, 120, 123, 125, 212], "sticki": [176, 211], "still": 64, "stop": [37, 54, 167], "stopwatch": [176, 202, 211], "storag": [74, 167], "store": 172, "strategi": 197, "streamlit": 131, "stuck": 129, "student": [156, 170, 189, 190, 191, 194, 195, 196, 197, 198], "studi": 96, "studio": 210, "subdomain": 136, "subfil": 146, "subscript": [1, 5, 137], "summari": 178, "support": [1, 7, 71, 144, 146, 147, 175, 178, 182, 196, 212], "sure": 81, "svg": [105, 130, 172], "sy": 100, "sympi": 182, "sync": [88, 194], "system": [61, 167, 177], "t": [79, 81, 88, 107, 141, 204], "ta": 195, "tab": [81, 135, 172, 200, 215], "tabl": [65, 142, 176, 194, 211], "tag": 165, "taichi": 184, "task": [163, 188], "teach": [64, 191, 194, 197], "teacher": [195, 197, 198], "team": 212, "technic": 215, "temporari": 161, "tensorflow": [179, 180], "termin": [3, 9, 88, 104, 108, 130, 134, 161, 196, 200, 215], "test": [137, 175], "texmf": 146, "text": [71, 89, 143, 150, 171, 176, 196, 211], "theori": [179, 180], "thing": [80, 111], "think": 109, "throw": 184, "ticket": 7, "tikzplotlib": 184, "time": [142, 154, 160, 163, 171, 193, 196], "timeout": [3, 81, 130, 206], "timer": [176, 202, 211], "timetravel": [57, 87, 172, 176, 201, 211], "tip": [144, 175, 196, 200, 215], "titl": [2, 37, 167], "token": [121, 165], "ton": 81, "too": [81, 89, 104, 144], "tool": [88, 98], "toolbar": [1, 68, 73, 168], "top": [68, 108, 109, 126], "tos": 98, "touch_project": 43, "tour": [68, 159, 200, 203], "train": 199, "transact": 5, "transfer": [58, 135], "trash": 196, "travel": 196, "trial": 204, "trick": [144, 196, 200, 215], "troubleshoot": [133, 144], "try": [80, 81, 104, 129], "turn": 146, "turtl": 134, "type": [2, 71], "typescript": 93, "typeset": 9, "u": 195, "ubuntu": [77, 152, 156, 183, 186], "undelet": 196, "understand": 172, "underworld": [179, 180], "undo": 172, "uniqu": 64, "unlink_passport": 44, "up": [104, 108, 160, 196], "updat": [99, 146, 178, 181, 182, 183, 184, 185, 186, 187], "upgrad": [1, 37, 149, 152, 154, 156, 167, 189, 197, 198, 205, 206], "upload": [96, 135], "url": [90, 167, 175], "us": [9, 48, 49, 53, 64, 88, 95, 104, 108, 111, 121, 129, 130, 136, 144, 146, 150, 152, 154, 156, 165, 167, 179, 180, 196, 201, 204, 209, 213], "usag": [108, 130, 167], "user": [37, 49, 55, 65, 100, 104, 207, 208, 209], "user_auth": 45, "user_search": 46, "util": [117, 126, 172], "v": [64, 130, 167, 178], "v1": 28, "v2": [5, 51], "vaniti": 175, "variabl": 167, "variou": [182, 185], "vendor": 212, "venn": 183, "veri": 81, "verifi": 196, "version": [81, 84, 88, 95, 194, 195, 198], "versu": 141, "via": [48, 58, 88, 121], "view": [6, 176, 190, 211], "viewer": 66, "vim": 200, "virtualenv": 100, "visual": 210, "voucher": 209, "vpn": 64, "vscode": [93, 184, 185], "w": 100, "wai": 108, "warn": 86, "wav": 144, "web": [56, 93, 139, 160], "webserv": [130, 136], "websit": 144, "websocket": [81, 90], "weird": 111, "welcom": 65, "what": [9, 74, 81, 96, 109, 111, 130, 136, 137, 143, 146, 160, 166, 172, 191, 195, 197, 198], "when": [111, 172, 195, 202], "where": [150, 171], "while": 81, "whiteboard": 211, "who": 201, "whole": 175, "why": [108, 167, 195, 204, 212, 213], "wide": 177, "widget": 142, "width": 130, "wiki": 172, "window": [176, 211, 215], "wire": 58, "within": 150, "without": [190, 196], "word": 147, "work": [81, 88, 107, 112, 129, 146, 160, 195, 214], "worksheet": [124, 130, 134, 156, 167, 172], "workshop": [179, 180, 209], "world": [131, 212], "would": 130, "write": 123, "write_text_file_to_project": 47, "wrong": [81, 111], "x": 109, "x11": [64, 114, 134, 215], "xxx": 213, "you": [2, 81, 146, 154, 213], "your": [6, 53, 73, 80, 81, 106, 108, 144, 167, 175, 195], "yourself": 99, "zero": 202, "zoom": 215}})
\ No newline at end of file
+Search.setIndex({"alltitles": {"(+) New": [[158, "new"]], "1. Configure the payment option": [[198, "configure-the-payment-option"]], "1. Instructor configures the payment option": [[198, "instructor-configures-the-payment-option"]], "1. Processes": [[109, "processes"]], "1. Try to eliminate Jupyter if possible": [[105, "try-to-eliminate-jupyter-if-possible"]], "100 numpy exercises": [[180, "id1"], [181, "id1"]], "2. Apply a license to the course": [[198, "apply-a-license-to-the-course"]], "2. Project settings": [[109, "project-settings"]], "2. Students see a payment banner": [[198, "students-see-a-payment-banner"]], "2. Try to eliminate the CoCalc user interface": [[105, "try-to-eliminate-the-cocalc-user-interface"]], "2018-09-01": [[182, "update-2018-09-01"]], "2018-09-08": [[182, "update-2018-09-08"]], "2018-09-11": [[182, "update-2018-09-11"]], "2018-09-15": [[182, "update-2018-09-15"]], "2018-09-23": [[182, "update-2018-09-23"]], "2018-09-29": [[182, "update-2018-09-29"]], "2018-10-06": [[182, "update-2018-10-06"]], "2018-10-18": [[182, "update-2018-10-18"]], "2018-10-27": [[182, "update-2018-10-27"]], "2018-11-03": [[182, "update-2018-11-03"]], "2018-11-10": [[182, "update-2018-11-10"]], "2018-11-13": [[182, "update-2018-11-13"]], "2018-11-28": [[182, "update-2018-11-28"]], "2018-12-01": [[182, "update-2018-12-01"]], "2018-12-03": [[182, "update-2018-12-03"]], "2018-12-08": [[182, "update-2018-12-08"]], "2018-12-16": [[182, "update-2018-12-16"]], "2018-12-22": [[182, "update-2018-12-22"]], "2018-12-30": [[182, "update-2018-12-30"]], "2019-01-06": [[183, "update-2019-01-06"]], "2019-01-12": [[183, "update-2019-01-12"]], "2019-01-20": [[183, "update-2019-01-20"]], "2019-01-26": [[183, "update-2019-01-26"]], "2019-02-09": [[183, "update-2019-02-09"]], "2019-02-16": [[183, "update-2019-02-16"]], "2019-02-23": [[183, "update-2019-02-23"]], "2019-03-02": [[183, "update-2019-03-02"]], "2019-03-11": [[183, "update-2019-03-11"]], "2019-03-23": [[183, "update-2019-03-23"]], "2019-03-31": [[183, "update-2019-03-31"]], "2019-04-07": [[183, "update-2019-04-07"]], "2019-04-14": [[183, "update-2019-04-14"]], "2019-04-21": [[183, "update-2019-04-21"]], "2019-04-27": [[183, "update-2019-04-27"]], "2019-05-04": [[183, "update-2019-05-04"]], "2019-05-11": [[183, "update-2019-05-11"]], "2019-05-18": [[183, "update-2019-05-18"]], "2019-05-26": [[183, "update-2019-05-26"]], "2019-06-02": [[183, "update-2019-06-02"]], "2019-06-08": [[183, "update-2019-06-08"]], "2019-06-17": [[183, "update-2019-06-17"]], "2019-06-24": [[183, "update-2019-06-24"]], "2019-06-30": [[183, "update-2019-06-30"]], "2019-07-08": [[183, "update-2019-07-08"]], "2019-07-15": [[183, "update-2019-07-15"]], "2019-07-28": [[183, "update-2019-07-28"]], "2019-08-10": [[183, "update-2019-08-10"]], "2019-08-25": [[183, "update-2019-08-25"]], "2019-08-28": [[183, "update-2019-08-28"]], "2019-09-09": [[183, "update-2019-09-09"]], "2019-09-21": [[183, "update-2019-09-21"]], "2019-09-28": [[183, "update-2019-09-28"]], "2019-09-30": [[183, "update-2019-09-30"]], "2019-10-05": [[183, "update-2019-10-05"]], "2019-10-11": [[183, "update-2019-10-11"]], "2019-10-19": [[183, "update-2019-10-19"]], "2019-10-25": [[183, "update-2019-10-25"]], "2019-11-09": [[183, "update-2019-11-09"]], "2019-11-16": [[183, "update-2019-11-16"]], "2019-11-19: improved support for Rust": [[183, "improved-support-for-rust"]], "2019-11-23: various Python 3 package updates": [[183, "various-python-3-package-updates"]], "2019-11-29: Julia 1.3": [[183, "julia-1-3"]], "2019-12-07: Design of Experiment Generator": [[183, "design-of-experiment-generator"]], "2019-12-15: SymPy 1.5": [[183, "sympy-1-5"]], "2019-12-16: Anonymous accounts": [[157, "anonymous-accounts"]], "2020-01-05: SageMath 9.0 based on Python 3": [[184, "sagemath-9-0-based-on-python-3"]], "2020-01-13: Site licenses": [[157, "site-licenses"]], "2020-01-14: Export student file use": [[157, "export-student-file-use"]], "2020-01-16: dark mode": [[157, "dark-mode"]], "2020-01-16: nbgrader autograder for Jupyter notebooks": [[157, "nbgrader-autograder-for-jupyter-notebooks"]], "2020-01-19: SentimentAnalysis R package": [[184, "sentimentanalysis-r-package"]], "2020-01-29 Rust 1.40": [[184, "rust-1-40"]], "2020-02-03: AstroPy 4.0": [[184, "astropy-4-0"]], "2020-02-16: Pandas 1.0 and Octave 5.2.0": [[184, "pandas-1-0-and-octave-5-2-0"]], "2020-02-21: LEAN 3.5.1 and JavaScript Kernel": [[184, "lean-3-5-1-and-javascript-kernel"]], "2020-02-29: Async I/O in Jupyter Notebooks": [[184, "async-i-o-in-jupyter-notebooks"]], "2020-03-15: Convert Batch of Jupyter Notebooks and Sage Worksheets to PDF": [[157, "convert-batch-of-jupyter-notebooks-and-sage-worksheets-to-pdf"]], "2020-03-20:": [[184, "update-2020-03-20"]], "2020-03-30: Julia 1.4": [[184, "julia-1-4"]], "2020-04-08: healpy 1.13": [[184, "healpy-1-13"]], "2020-04-16 COBOL (GnuCOBOL)": [[184, "cobol-gnucobol"]], "2020-04-25: R 3.6.3 and Julia 1.4.1": [[184, "r-3-6-3-and-julia-1-4-1"]], "2020-05-04: Stellargraph": [[184, "stellargraph"]], "2020-05-08: Fixing Keras": [[184, "fixing-keras"]], "2020-05-10: QuSpin and RmdFormats": [[184, "quspin-and-rmdformats"]], "2020-05-12: Octave 5.2.0": [[184, "octave-5-2-0"]], "2020-05-20": [[184, "update-2020-05-20"]], "2020-05-27: Sage 9.1 and Node.js 12": [[184, "sage-9-1-and-node-js-12"]], "2020-06-06: Prophet and pmdarima": [[184, "prophet-and-pmdarima"]], "2020-06-20: Updating SnapPy in SageMath": [[184, "updating-snappy-in-sagemath"]], "2020-07-16: Minor/Bugfixes": [[184, "minor-bugfixes"]], "2020-07-31: Cumulative Updates": [[184, "cumulative-updates"]], "2020-08-14/18.04: Regular update of Ubuntu 18.04": [[184, "regular-update-of-ubuntu-18-04"]], "2020-08-18: Ubuntu 20.04": [[184, "ubuntu-20-04"]], "2020-08-18: Ubuntu 20.04 Upgrade": [[153, "ubuntu-20-04-upgrade"], [157, "ubuntu-2004-upgrade"]], "2020-09-01: Julia 1.5.1": [[184, "julia-1-5-1"]], "2020-09-12: Regular update": [[184, "regular-update"]], "2020-09-28: aTSA, BERT and pyGIMLi": [[184, "atsa-bert-and-pygimli"]], "2020-10-09: Project Information": [[157, "project-information"]], "2020-10-12: RPC info, PyCaret, R 4.0.3, \u2026": [[184, "rpc-info-pycaret-r-4-0-3"]], "2020-10-28: Pandoc 2.11": [[184, "pandoc-2-11"]], "2020-11-01: Sage 9.2": [[184, "sage-9-2"]], "2020-11-09 : RDkit, Matplotlib Venn and data8 datascience": [[184, "rdkit-matplotlib-venn-and-data8-datascience"]], "2020-11-19 : Mathics, gprMax, and pybedtools": [[184, "mathics-gprmax-and-pybedtools"]], "2020-12-09: materialize, hardlink, and updates": [[184, "materialize-hardlink-and-updates"]], "2021-01-07: More Python libs!": [[185, "more-python-libs"]], "2021-01-28: Julia 1.5.3, MACS2, \u2026": [[185, "julia-1-5-3-macs2"]], "2021-02-17: Rust 1.5": [[185, "rust-1-5"]], "2021-03-05: ASE, Papermill, etc.": [[185, "ase-papermill-etc"]], "2021-03-08: Bioconductor": [[185, "bioconductor"]], "2021-03-21: Julia 1.6": [[185, "julia-1-6"]], "2021-04-03: R 4.0.5 (\u201cShake and Throw\u201d)": [[185, "r-4-0-5-shake-and-throw"]], "2021-04-26: Julia 1.6.1": [[185, "julia-1-6-1"]], "2021-05-17: HAXE": [[185, "haxe"]], "2021-06-07: Octave 6.2.0 & Bugfixes": [[185, "octave-6-2-0-bugfixes"]], "2021-07-05: Package updates": [[185, "package-updates"]], "2021-07-12: MODIS and PreTeXt": [[185, "modis-and-pretext"]], "2021-07-13: flipper in Sage": [[185, "flipper-in-sage"]], "2021-07-26 Julia 1.6.2": [[185, "julia-1-6-2"]], "2021-08-02: Octave 6.3.0": [[185, "octave-6-3-0"]], "2021-08-03: VSCode": [[185, "vscode"]], "2021-08-13: R 4.1.1": [[185, "r-4-1-1"]], "2021-09-02: Sage 9.4, NASM, \u2026": [[185, "sage-9-4-nasm"]], "2021-09-07: PyPy (Python 3)": [[185, "pypy-python-3"]], "2021-09-27: Mathics 4, Scikit-Learn 1.0, Julia 1.6.3": [[185, "mathics-4-scikit-learn-1-0-julia-1-6-3"]], "2021-10-10: Routine updates": [[185, "update-2021-10-10"]], "2021-11-01: taichi, tikzplotlib, Scikit Optimize": [[185, "taichi-tikzplotlib-scikit-optimize"]], "2021-12-13: Julia 1.7 & various updates": [[186, "julia-1-7-various-updates"]], "2021-12-13: Routine updates\u2026": [[185, "routine-updates"]], "2022-02-12: Sage 9.5": [[186, "sage-9-5"]], "2022-02-27: Removing PyPy Notebooks": [[186, "removing-pypy-notebooks"]], "2022-03-08: Regular update": [[186, "regular-update"]], "2022-03-19: Bioconductor Maintenance": [[186, "bioconductor-maintenance"]], "2022-03-24: New Anaconda Environment": [[186, "new-anaconda-environment"]], "2022-04-19: Various updates \u2026": [[186, "update-2022-04-19"]], "2022-05-07: R 4.2": [[186, "r-4-2"]], "2022-05-30: Octave 7.1.0 and Sage 9.6": [[186, "octave-7-1-0-and-sage-9-6"]], "2022-06-24: More Updates \u2026": [[186, "more-updates"]], "2022-07-18: Node 14": [[186, "node-14"]], "2022-07-19: VSCode reverted": [[186, "vscode-reverted"]], "2022-08-15: Updates": [[186, "updates"]], "2022-08-17: Python packages": [[186, "python-packages"]], "2022-08-18 Quarto": [[157, "quarto"]], "2022-09-12: Various updates": [[186, "update-2022-09-12"]], "2022-09-13: Fixing HoloViews": [[186, "fixing-holoviews"]], "2022-09-14: Fixing ipywidgets": [[186, "fixing-ipywidgets"]], "2022-10-03: Sage 9.7 and Julia 1.8": [[186, "sage-9-7-and-julia-1-8"]], "2022-10-13: More packages \u2026": [[186, "more-packages"]], "2022-10-17: Fixing Julia/Pluto": [[186, "fixing-julia-pluto"]], "2022-10-29: Sage 9.7": [[186, "sage-9-7"]], "2022-11-25: Various updates": [[186, "various-updates"]], "2023-01-08: First release of Ubuntu 22.04": [[187, "first-release-of-ubuntu-22-04"]], "2023-02-27: Sage 9.8": [[187, "sage-9-8"]], "2023-03-30: DUNE, OpenAI, etc.": [[187, "dune-openai-etc"]], "2023-06-07: Ubuntu 22.04 and Sage 10.0": [[187, "ubuntu-22-04-and-sage-10-0"]], "2023-06-28: Macaulay2, new Python pkgs, etc.": [[187, "macaulay2-new-python-pkgs-etc"]], "2023-07-12: Sage 10.0 on Ubuntu 20.04": [[187, "sage-10-0-on-ubuntu-20-04"]], "2023-09-11: Sage 10.1": [[187, "sage-10-1"]], "2023-10-23: Miniforge 2023": [[187, "miniforge-2023"]], "2023-12-11: Sage 10.2 and Python 3 (Colab)": [[187, "sage-10-2-and-python-3-colab"]], "2024-01-02: Sage 10.2 and Julia 1.10": [[188, "sage-10-2-and-julia-1-10"]], "2024-02-07: Octave fixes": [[188, "octave-fixes"]], "3. Apply the course license to the instructor project (optional)": [[198, "apply-the-course-license-to-the-instructor-project-optional"]], "3. Students make payments": [[198, "students-make-payments"]], "3. Use \u201ctop\u201d/\u201dhtop\u201d in a terminal": [[109, "use-top-htop-in-a-terminal"]], "4. Use \u201csmem -ntk\u201d in a terminal": [[109, "use-smem-ntk-in-a-terminal"]], "4. What do students see": [[198, "what-do-students-see"]], "5. License strategy (multiple licenses only)": [[198, "license-strategy-multiple-licenses-only"]], "5. Peak memory usage": [[109, "peak-memory-usage"]], "@-Mention collaborators in chat": [[194, "mention-collaborators-in-chat"]], "@-mentions": [[60, "mentions"], [151, "mentions"]], "AI Assistant": [[9, "ai-assistant"]], "API Endpoints": [[29, null]], "API Examples & Howto": [[11, "api-examples-howto"], [29, "api-examples-howto"]], "API Keys": [[57, "api-keys"]], "API Message Reference": [[29, "api-message-reference"], [30, "api-message-reference"]], "API v1": [[29, "api-v1"]], "API v2": [[52, "api-v2"]], "API v2 Examples": [[52, "api-v2-examples"]], "API v2 General-Purpose Endpoints": [[52, null]], "API v2 Partner Endpoints": [[52, null]], "API v2 endpoint": [[5, "api-v2-endpoint"]], "AWS S3": [[168, "aws-s3"]], "About collaborators": [[168, "about-collaborators"]], "About exported TimeTravel data": [[88, "about-exported-timetravel-data"]], "About the CoCalc Implementation of Markdown": [[151, "about-the-cocalc-implementation-of-markdown"]], "Academic discount (if applicable)": [[2, "academic-discount-if-applicable"]], "Access": [[62, "access"]], "Access your course content": [[196, "access-your-course-content"]], "Account": [[169, "account"]], "Account API Keys": [[57, "account-api-keys"]], "Account Balance": [[5, "account-balance"]], "Account Dropdown Menu": [[0, "account-dropdown-menu"]], "Account Toolbar": [[1, "account-toolbar"]], "Account management, restrictions, and Single-Sign-On": [[197, "account-management-restrictions-and-single-sign-on"]], "Account settings": [[3, "account-settings"]], "Activity Bar": [[8, "activity-bar"]], "Add Capacity For a Short Time": [[155, "add-capacity-for-a-short-time"]], "Add SSH public keys for your account": [[6, "add-ssh-public-keys-for-your-account"]], "Add Students to the Course": [[192, "add-students-to-the-course"]], "Add Teaching Assistants to the Course Project": [[192, "add-teaching-assistants-to-the-course-project"]], "Add a License to a Project": [[168, "add-a-license-to-a-project"]], "Add an upgrade to a project": [[38, "add-an-upgrade-to-a-project"]], "Add new collaborators": [[168, "add-new-collaborators"]], "Adding Capacity": [[198, "adding-capacity"]], "Adding a Kernel to CoCalc Jupyter": [[85, "adding-a-kernel-to-cocalc-jupyter"]], "Adding files": [[196, "adding-files"]], "Adding more student upgrades": [[199, "adding-more-student-upgrades"]], "Additional References": [[29, "additional-references"], [30, "additional-references"]], "Additional Resources": [[74, "additional-resources"]], "Adjust the output cut-offs": [[131, "adjust-the-output-cut-offs"]], "Advanced options": [[2, "advanced-options"]], "After a Session is Done": [[200, "after-a-session-is-done"]], "After the Course Ends": [[190, "after-the-course-ends"]], "Alternate Jupyter Servers in CoCalc": [[168, "alternate-jupyter-servers-in-cocalc"]], "Alternative to JupyterHub": [[10, "alternative-to-jupyterhub"]], "Alternatives: Plain Jupyter Server and JupyterLab Server": [[142, "alternatives-plain-jupyter-server-and-jupyterlab-server"]], "Always running": [[2, "always-running"]], "An Easy Fix when Things Get Weird": [[112, "an-easy-fix-when-things-get-weird"]], "Anaconda Environment": [[101, "anaconda-environment"], [201, "anaconda-environment"]], "Appendix": [[66, null]], "Are my files backed up?": [[161, "are-my-files-backed-up"]], "Assembly Language Programming": [[76, "assembly-language-programming"]], "Attach Sage files to Sage Worksheets": [[173, "attach-sage-files-to-sage-worksheets"]], "Authentication": [[29, "authentication"], [30, "authentication"]], "Automatic Grading": [[191, "automatic-grading"]], "Auxiliary Files": [[176, "auxiliary-files"]], "Availability": [[65, "availability"]], "Available Custom Environments": [[179, null]], "Available features": [[168, "available-features"]], "Available formatter": [[168, "available-formatter"]], "Azure": [[75, "azure"]], "Backups": [[58, "backups"], [62, "backups"]], "Backups (snapshots)": [[173, "backups-snapshots"]], "Bash Fortunes": [[78, "bash-fortunes"]], "Basic Features": [[144, "basic-features"]], "Batch Operations on Projects": [[166, "batch-operations-on-projects"]], "Becoming root and Port Forwarding": [[65, "becoming-root-and-port-forwarding"]], "Billing": [[62, "billing"]], "Billing Estimate": [[62, "billing-estimate"]], "Billing FAQ": [[59, "billing-faq"]], "Billing for a Compute Server": [[65, "billing-for-a-compute-server"]], "Bokeh / DASK / Holoview": [[79, "bokeh-dask-holoview"]], "Bokeh / DASK server": [[79, "bokeh-dask-server"]], "Broken VIM key bindings": [[201, "broken-vim-key-bindings"]], "Build command": [[148, "build-command"]], "Build the extensions": [[107, "build-the-extensions"]], "Built-in Support for Multi-File Documents (preferred)": [[147, "built-in-support-for-multi-file-documents-preferred"]], "But Why Isn\u2019t CoCalc Just Free?": [[205, "but-why-isn-t-cocalc-just-free"]], "Buy a license\u2026": [[2, "buy-a-license"]], "Buy and Apply a License": [[150, "buy-and-apply-a-license"]], "C++ Programming": [[84, "c-programming"]], "CPU": [[207, "cpu"]], "CSV File": [[90, "csv-file"]], "CSV Viewer": [[67, "csv-viewer"]], "Can I Continue Using Trial Projects Only?": [[205, "can-i-continue-using-trial-projects-only"]], "Can I close my web-browser at any time?": [[161, "can-i-close-my-web-browser-at-any-time"]], "Can I pay via wire transfer?": [[59, "can-i-pay-via-wire-transfer"]], "Can I work with Git \u2013 including GitHub, Bitbucket, GitLab, etc.?": [[161, "can-i-work-with-git-including-github-bitbucket-gitlab-etc"]], "Can\u2019t Save File": [[80, "can-t-save-file"]], "Categories": [[216, "id1"]], "Change the due date of an assignment": [[197, "change-the-due-date-of-an-assignment"]], "Charges for Paid LLMs": [[198, "charges-for-paid-llms"]], "Chat": [[177, "chat"], [212, "chat"]], "ChatGPT": [[61, "chatgpt"]], "ChatGPT help understanding errors": [[173, "chatgpt-help-understanding-errors"]], "Chatrooms": [[60, "chatrooms"]], "Check Memory Use": [[130, "check-memory-use"]], "Check \u201cStudent View\u201d": [[191, "check-student-view"]], "Checkboxes": [[151, "checkboxes"]], "Checking your clock skew": [[81, "checking-your-clock-skew"]], "Choosing a Cloud": [[65, "choosing-a-cloud"]], "Classical Versus CoCalc Jupyter Notebooks": [[142, "classical-versus-cocalc-jupyter-notebooks"]], "Classical versus CoCalc": [[142, "classical-versus-cocalc"]], "Clear TimeTravel History for a File": [[202, "clear-timetravel-history-for-a-file"]], "Clone a Repository Using New": [[96, "clone-a-repository-using-new"]], "Cloud File System": [[62, "cloud-file-system"]], "Cloud storage & remote file systems": [[168, "cloud-storage-remote-file-systems"]], "CoCalc Administrators": [[210, "cocalc-administrators"]], "CoCalc Cloud": [[63, "cocalc-cloud"]], "CoCalc Credit Balance Does Not Expire": [[155, "cocalc-credit-balance-does-not-expire"]], "CoCalc Credit Vouchers": [[210, "cocalc-credit-vouchers"]], "CoCalc Desktop": [[64, "cocalc-desktop"]], "CoCalc Docker Image": [[94, "cocalc-docker-image"]], "CoCalc Enhancements to Jupyter Notebooks": [[143, "cocalc-enhancements-to-jupyter-notebooks"]], "CoCalc License Vouchers": [[210, "cocalc-license-vouchers"]], "CoCalc Logo": [[169, "cocalc-logo"]], "CoCalc Native iPad Application": [[140, "cocalc-native-ipad-application"]], "CoCalc News": [[152, "cocalc-news"]], "CoCalc OnPrem": [[154, "cocalc-onprem"]], "CoCalc Platform": [[99, "cocalc-platform"]], "CoCalc Resellers and Bookstores": [[210, "cocalc-resellers-and-bookstores"]], "CoCalc Share Server": [[176, "share-server"]], "CoCalc Terminal Commands": [[201, "cocalc-terminal-commands"]], "CoCalc for Short Training Sessions": [[200, "cocalc-for-short-training-sessions"]], "CoCalc in iPad Web Browser": [[140, "cocalc-in-ipad-web-browser"]], "CoCalc nbgrader": [[195, "cocalc-nbgrader"]], "CoCalc says your clock is off": [[81, "cocalc-says-your-clock-is-off"]], "CoCalc.com": [[94, "cocalc-com"]], "CoCalc\u2019s Jupyter Notebook": [[104, "cocalc-s-jupyter-notebook"]], "CoCalc\u2019s Most Unique Offering": [[65, "cocalc-s-most-unique-offering"]], "Collaborate. Share! Publish!!!": [[176, "collaborate-share-publish"]], "Collaborating": [[176, "collaborating"]], "Collaboration": [[194, "collaboration"]], "Collaboration and Side Chat": [[201, "collaboration-and-side-chat"]], "Collaboration with Classical Jupyter": [[142, "collaboration-with-classical-jupyter"]], "Collaborative Editing": [[177, "collaborative-editing"], [212, "collaborative-editing"]], "Collaborative editing": [[151, "collaborative-editing"]], "Collaborator actions": [[167, "collaborator-actions"]], "Collect the assignment": [[195, "collect-the-assignment"]], "Collecting assignments from students": [[191, "collecting-assignments-from-students"]], "Collections of Documents": [[176, "collections-of-documents"]], "Command Line / Custom Depot Path": [[100, "command-line-custom-depot-path"]], "Command Line / Custom Environment": [[100, "command-line-custom-environment"]], "Command line (recommended)": [[102, "command-line-recommended"]], "Command-line": [[93, "command-line"]], "Completing a task": [[189, "completing-a-task"]], "Computational Mechanics & Discrete Information Theory": [[180, "id2"], [181, "id2"]], "Compute Server Filesystem": [[65, "compute-server-filesystem"]], "Compute Server VPN": [[65, "compute-server-vpn"]], "Compute Servers": [[65, "compute-servers"], [109, "compute-servers"]], "Concise Documentation": [[173, "concise-documentation"]], "Configuration: baseUrlPath": [[132, "configuration-baseurlpath"]], "Configure Firewall": [[91, "configure-firewall"]], "Configure a Jupyter kernel for my custom Anaconda environment": [[101, "configure-a-jupyter-kernel-for-my-custom-anaconda-environment"], [131, "configure-a-jupyter-kernel-for-my-custom-anaconda-environment"]], "Configuring SSH Keys for a Single Project": [[168, "configuring-ssh-keys-for-a-single-project"]], "Configuring the .bashrc File": [[78, "configuring-the-bashrc-file"]], "Configuring the Voucher": [[210, "configuring-the-voucher"]], "Connect an HTML form with Python code": [[173, "connect-an-html-form-with-python-code"]], "Connect with a client": [[86, "connect-with-a-client"]], "Connecting to a database": [[94, "connecting-to-a-database"]], "Connection Status": [[169, "connection-status"]], "Contacting your lecturer or TA": [[196, "contacting-your-lecturer-or-ta"]], "Contents of the Account toolbar": [[1, "contents-of-the-account-toolbar"]], "Continue using Ubuntu 18.04": [[153, "continue-using-ubuntu-18-04"]], "Conversion utilities": [[173, "conversion-utilities"]], "Convert HTML to PDF": [[83, "convert-html-to-pdf"]], "Convert student notebooks to pdf for export": [[197, "convert-student-notebooks-to-pdf-for-export"]], "Copy a file between projects": [[11, "copy-a-file-between-projects"], [29, "copy-a-file-between-projects"]], "Copy missing files to a student project": [[197, "copy-missing-files-to-a-student-project"]], "Cost": [[65, "cost"]], "Course Management": [[191, "course-management"]], "Create a new Handout": [[191, "create-a-new-handout"]], "Create a new assignment": [[191, "create-a-new-assignment"]], "Create an API Key With Web Client": [[57, "create-an-api-key-with-web-client"]], "Create an assignment folder": [[195, "create-an-assignment-folder"]], "Create and run a Ruby program": [[131, "create-and-run-a-ruby-program"]], "Create documents in Hebrew": [[147, "create-documents-in-hebrew"]], "Create questions": [[195, "create-questions"]], "Create the Course File": [[192, "create-the-course-file"]], "Create the Course Project": [[192, "create-the-course-project"]], "Create, compile and run a C program": [[131, "create-compile-and-run-a-c-program"]], "Create, compile and run a Fortran F90 program": [[131, "create-compile-and-run-a-fortran-f90-program"]], "Create, compile and run a Java program": [[131, "create-compile-and-run-a-java-program"]], "Creating Project Invitation Token or Link": [[122, "creating-project-invitation-token-or-link"]], "Creating a Chatroom": [[60, "creating-a-chatroom"]], "Creating a Compute Server": [[65, "creating-a-compute-server"]], "Creating a File": [[74, "creating-a-file"]], "Creating a New Course": [[192, "creating-a-new-course"]], "Creating a Stopwatch or Timer": [[203, "creating-a-stopwatch-or-timer"]], "Creating a Task List": [[189, "creating-a-task-list"]], "Creating a new kernel for a Custom Python Version": [[85, "creating-a-new-kernel-for-a-custom-python-version"]], "Creating an Account": [[74, "creating-an-account"]], "Creating the Voucher": [[210, "creating-the-voucher"]], "Current collaborators": [[168, "current-collaborators"]], "Current limitations": [[179, "current-limitations"]], "Custom Jupyter Kernel": [[85, "custom-jupyter-kernel"]], "Custom Modules": [[131, "custom-modules"]], "Custom Python3": [[131, "custom-python3"]], "Custom Sage binaries": [[131, "custom-sage-binaries"]], "Custom Snippets": [[178, "custom-snippets"]], "Custom Software": [[180, "custom-software"]], "Custom built-from-source Sage": [[131, "custom-built-from-source-sage"]], "Custom environment variables": [[168, "custom-environment-variables"]], "Custom environments": [[179, "custom-environments"]], "Customize Jupyter notebook LaTeX export settings": [[145, "customize-jupyter-notebook-latex-export-settings"], [147, "customize-jupyter-notebook-latex-export-settings"]], "Customize font": [[201, "customize-font"]], "Customized version of FriCAS": [[89, "customized-version-of-fricas"]], "Cut or Copy and Paste": [[177, "cut-or-copy-and-paste"], [212, "cut-or-copy-and-paste"]], "Dark mode": [[3, "dark-mode"]], "Dash": [[119, "dash"]], "Dashboard": [[86, "dashboard"]], "Dask Example Notebooks": [[180, "id3"], [181, "id3"]], "Dask cluster": [[86, "dask-cluster"]], "Data Sets": [[176, "data-sets"]], "Data Storage": [[75, "data-storage"]], "Dataset Access, Modification and Deletion": [[75, "dataset-access-modification-and-deletion"]], "Deal with large documents across multiple source files": [[147, "deal-with-large-documents-across-multiple-source-files"]], "Debug the connection": [[130, "debug-the-connection"]], "Debugging": [[164, "debugging"]], "Debugging connectivity issues": [[82, "debugging-connectivity-issues"]], "Dedicated CPU cores": [[2, "dedicated-cpu-cores"]], "Dedicated RAM": [[2, "dedicated-ram"]], "Deep Learning Workshop": [[180, "id4"], [181, "id4"]], "Default contents for new files": [[158, "default-contents-for-new-files"]], "Default environment": [[179, "default-environment"]], "Delete and undelete assignments": [[197, "delete-and-undelete-assignments"]], "Delete and undelete handouts": [[197, "delete-and-undelete-handouts"]], "Delete and undelete students": [[197, "delete-and-undelete-students"]], "Deleting a project": [[168, "deleting-a-project"]], "Desktop Application": [[68, "desktop-application"]], "Details element": [[151, "details-element"]], "Detect Sage Worksheet Environment": [[131, "detect-sage-worksheet-environment"]], "Develop Software": [[131, "develop-software"]], "Development": [[164, "development"]], "Directory listing for a given path": [[49, "directory-listing-for-a-given-path"]], "Directory listings for all known paths at once": [[49, "directory-listings-for-all-known-paths-at-once"]], "Disconnect and Resume": [[201, "disconnect-and-resume"]], "Disk Space Warning": [[87, "disk-space-warning"]], "Disk space": [[207, "disk-space"]], "Display Options": [[68, "display-options"]], "Display local public key fingerprints": [[6, "display-local-public-key-fingerprints"]], "Distribute the assignment to students": [[195, "distribute-the-assignment-to-students"]], "Distributing Codes to Users": [[210, "distributing-codes-to-users"]], "Distributing an assignment to students": [[191, "distributing-an-assignment-to-students"]], "Do I Still Need a License?": [[65, "do-i-still-need-a-license"]], "Do manual grading and add instructor comments": [[195, "do-manual-grading-and-add-instructor-comments"]], "Don\u2019t mix CoCalc and Classical!": [[142, "don-t-mix-cocalc-and-classical"]], "Downloading Voucher Codes": [[210, "downloading-voucher-codes"]], "Drag and drop": [[136, "drag-and-drop"]], "Draw using Asymptote": [[147, "draw-using-asymptote"]], "Due date": [[189, "due-date"]], "Duration of Software Support": [[176, "duration-of-software-support"]], "Edges": [[177, "edges"], [212, "edges"]], "Edit code and run a terminal side-by-side": [[131, "edit-code-and-run-a-terminal-side-by-side"]], "Editing Python, R, and Other Files": [[9, "editing-python-r-and-other-files"]], "Editing the Description (Markdown)": [[189, "editing-the-description-markdown"]], "Editor settings": [[3, "editor-settings"]], "Efficient Automated Data Analysis, using snakemake": [[180, "id5"], [181, "id5"]], "Email address of a user": [[50, "email-address-of-a-user"]], "Embed a CoCalc project in your website": [[145, "embed-a-cocalc-project-in-your-website"]], "Embedded LaTeX": [[151, "embedded-latex"]], "Embedding in an IFrame": [[11, "embedding-in-an-iframe"], [29, "embedding-in-an-iframe"]], "Emojis": [[151, "emojis"]], "Empty trash: remove deleted objects from course file": [[197, "empty-trash-remove-deleted-objects-from-course-file"]], "Enable shell-escape to plot using Gnuplot": [[147, "enable-shell-escape-to-plot-using-gnuplot"]], "Enable/Disable Automatic Payments": [[5, "enable-disable-automatic-payments"]], "Encapsulated PIP w/ Jupyter Kernel": [[101, "encapsulated-pip-w-jupyter-kernel"]], "Encoding": [[148, "encoding"]], "Enhanced features in CoCalc Markdown": [[151, "enhanced-features-in-cocalc-markdown"]], "Entering initial student upgrades": [[199, "entering-initial-student-upgrades"]], "Even more utilities": [[127, "even-more-utilities"]], "Example 1: record project start time": [[164, "example-1-record-project-start-time"]], "Example 2: a periodic task in Python": [[164, "example-2-a-periodic-task-in-python"]], "Example 3: Periodic task in SageMath": [[164, "example-3-periodic-task-in-sagemath"]], "Examples of Compute Server Uses": [[65, "examples-of-compute-server-uses"]], "Examples of Voucher Use": [[210, "examples-of-voucher-use"]], "Examples of a get query": [[38, "examples-of-a-get-query"]], "Examples of a set query": [[38, "examples-of-a-set-query"]], "Examples of the Fortune Command": [[78, "examples-of-the-fortune-command"]], "Explorer": [[69, "explorer"], [71, "explorer"]], "Explorer Top Bar": [[69, "explorer-top-bar"]], "Explorer Tour": [[69, "explorer-tour"]], "Export History": [[202, "export-history"]], "Export TimeTravel History": [[88, "export-timetravel-history"]], "Export button in TimeTravel": [[88, "export-button-in-timetravel"]], "Export student file use": [[197, "export-student-file-use"]], "Export to HTML": [[151, "export-to-html"]], "Export to PDF": [[151, "export-to-pdf"]], "Exporting grades": [[191, "exporting-grades"]], "Extended Documentation": [[173, "extended-documentation"]], "Extensive Command Set": [[201, "extensive-command-set"]], "FAQ": [[82, "faq"], [147, "faq"]], "FAQ, Tips and Tricks": [[197, "faq-tips-and-tricks"]], "Features": [[60, "features"], [201, "features"]], "Features and Configuration": [[168, "features-and-configuration"]], "Fenced Code Blocks": [[151, "fenced-code-blocks"]], "Fetch from the Internet": [[136, "fetch-from-the-internet"]], "File Actions on Multiple Files": [[162, "file-actions-on-multiple-files"]], "File Actions on One File": [[162, "file-actions-on-one-file"]], "File Too Large": [[90, "file-too-large"]], "File format": [[189, "file-format"]], "Files Search": [[70, "files-search"]], "Files Toolbar": [[69, "files-toolbar"]], "Filter log entries displayed": [[167, "filter-log-entries-displayed"]], "Filtering the Project List": [[166, "filtering-the-project-list"]], "Find Files": [[71, "find-files"]], "First example": [[86, "first-example"]], "First run: OAuth2 authentication": [[97, "first-run-oauth2-authentication"]], "Fix an exception related to Sage\u2019s Integer(\u2026) vs. Python ints?": [[131, "fix-an-exception-related-to-sage-s-integer-vs-python-ints"]], "Fix broken Jupyter PDF export": [[92, "fix-broken-jupyter-pdf-export"]], "Flexibility": [[10, "flexibility"]], "Flush, Commit and Close": [[75, "flush-commit-and-close"]], "Flyout Panels": [[71, "flyout-panels"]], "Font options": [[172, "font-options"]], "For further study": [[97, "for-further-study"]], "Fortran Programming": [[93, "fortran-programming"]], "Forward & Inverse Search": [[148, "forward-inverse-search"]], "Frame Editor": [[72, "frame-editor"]], "Frames": [[177, "frames"], [212, "frames"]], "Front-end Web Development": [[94, "front-end-web-development"]], "Full Control of the Software Stack": [[213, "full-control-of-the-software-stack"]], "Fullscreen Mode": [[169, "fullscreen-mode"]], "Fullscreen Options": [[68, "fullscreen-options"]], "Functions specific to Sage worksheets": [[131, "functions-specific-to-sage-worksheets"]], "Future of Ubuntu 18.04": [[153, "future-of-ubuntu-18-04"]], "GAP Jupyter kernel not available": [[95, "gap-jupyter-kernel-not-available"]], "GNU assembler": [[76, "id1"]], "GSL C Code Compilation": [[98, "gsl-c-code-compilation"]], "General": [[131, "general"]], "General Notes": [[94, "general-notes"]], "Generate student version of the notebook": [[195, "generate-student-version-of-the-notebook"]], "Generated filenames": [[3, "generated-filenames"]], "Geographic Location": [[65, "geographic-location"]], "Get an API Key": [[52, "get-an-api-key"]], "Get credentials file": [[97, "get-credentials-file"]], "Get editor settings for the present user": [[38, "get-editor-settings-for-the-present-user"]], "Get project id, given title and description": [[38, "get-project-id-given-title-and-description"]], "Get title and description for a project": [[38, "get-title-and-description-for-a-project"]], "Get users, given the project id": [[38, "get-users-given-the-project-id"]], "Gettable and settable fields": [[38, "gettable-and-settable-fields"]], "Getting Started": [[74, "getting-started"]], "Getting Started with Hub": [[75, "getting-started-with-hub"]], "Getting Started with Jupyter Notebooks": [[144, "getting-started-with-jupyter-notebooks"]], "Getting all of your licenses": [[54, "getting-all-of-your-licenses"]], "Getting started": [[179, "getting-started"], [216, "getting-started"]], "Getting started with LaTeX": [[149, "getting-started-with-latex"]], "Git Version Control": [[96, "git-version-control"]], "Git command-line": [[96, "git-command-line"]], "Git graphical desktop emulator": [[96, "git-graphical-desktop-emulator"]], "Google": [[65, "google"]], "Google Cloud Storage": [[75, "google-cloud-storage"]], "Google GCS": [[168, "google-gcs"]], "Google Sheets API Demo": [[97, "google-sheets-api-demo"]], "Grading Jupyter Notebooks": [[109, "grading-jupyter-notebooks"]], "Graphical Application": [[114, "graphical-application"]], "Group Projects": [[194, "group-projects"]], "HTML": [[72, "html"]], "HTML or Text File": [[90, "html-or-text-file"]], "Hands-on Machine Learning with Scikit-Learn, Keras and TensorFlow 2.0": [[180, "id6"], [181, "id6"]], "Hashtags": [[60, "hashtags"], [151, "hashtags"], [177, "hashtags"], [189, "hashtags"], [212, "hashtags"]], "Help": [[169, "help"]], "Help about SageMath": [[173, "help-about-sagemath"]], "Help for Programmers": [[173, "help-for-programmers"]], "Hidden and Deleted projects": [[168, "hidden-and-deleted-projects"]], "Hidden and/or Deleted Projects": [[166, "hidden-and-or-deleted-projects"]], "Hidden vs. Deleted projects": [[168, "hidden-vs-deleted-projects"]], "Hide Temporary Files": [[162, "hide-temporary-files"]], "Hide or Delete Student Projects": [[190, "hide-or-delete-student-projects"]], "Hide or delete project": [[168, "hide-or-delete-project"]], "Hiding a project": [[168, "hiding-a-project"]], "High-resolution HDPI displays": [[216, "high-resolution-hdpi-displays"]], "Hints for dealing with large files": [[136, "hints-for-dealing-with-large-files"]], "Holoview App": [[79, "holoview-app"]], "Host a Git repository in CoCalc": [[96, "host-a-git-repository-in-cocalc"]], "Hosting a Workshop": [[210, "hosting-a-workshop"]], "How Long are Definitions Stored in a Sage Worksheet?": [[173, "how-long-are-definitions-stored-in-a-sage-worksheet"]], "How can I download my files?": [[161, "how-can-i-download-my-files"]], "How can I install Python packages from PyPI using pip?": [[131, "how-can-i-install-python-packages-from-pypi-using-pip"]], "How do I get an invoice with specific information?": [[59, "how-do-i-get-an-invoice-with-specific-information"]], "How exactly are Assignments copied to students?": [[197, "how-exactly-are-assignments-copied-to-students"]], "How to Disable Pay-As-You-Go Upgrades": [[155, "how-to-disable-pay-as-you-go-upgrades"]], "How to Enable Pay-As-You-Go Upgrades": [[155, "how-to-enable-pay-as-you-go-upgrades"]], "How to Revert/Undo Changes in a Sage Worksheet": [[173, "how-to-revert-undo-changes-in-a-sage-worksheet"]], "How to prepare an assignment in CoCalc for R": [[113, "how-to-prepare-an-assignment-in-cocalc-for-r"]], "How to setup nbgrader for CoCalc to work with R": [[113, "how-to-setup-nbgrader-for-cocalc-to-work-with-r"]], "How to use multiple CoCalc accounts at once": [[112, "how-to-use-multiple-cocalc-accounts-at-once"]], "How-tos": [[99, "how-tos"]], "Howto": [[147, "howto"], [173, "howto"]], "Hub": [[75, "hub"]], "Hyperstack": [[65, "hyperstack"]], "I (or a collaborator) clicked on \u201cDelete Project\u201d in Project Settings.": [[110, "i-or-a-collaborator-clicked-on-delete-project-in-project-settings"]], "I clicked the x next to my project at the top, and now it is gone.": [[110, "i-clicked-the-x-next-to-my-project-at-the-top-and-now-it-is-gone"]], "I logged in and my projects are gone or empty!": [[110, "i-logged-in-and-my-projects-are-gone-or-empty"]], "I think I deleted my project! What do I do?": [[110, "i-think-i-deleted-my-project-what-do-i-do"]], "I would like to develop a webserver in Python": [[131, "i-would-like-to-develop-a-webserver-in-python"]], "I would like to install new R packages": [[131, "i-would-like-to-install-new-r-packages"]], "IFrame communication": [[11, "iframe-communication"], [29, "iframe-communication"]], "Icons": [[177, "icons"], [212, "icons"]], "Identify the problem program": [[130, "identify-the-problem-program"]], "Idle timeout": [[207, "upg-idleto"]], "If nothing works\u2026": [[130, "if-nothing-works"]], "Import from Overleaf/Sharelatex": [[117, "import-from-overleaf-sharelatex"]], "In a Jupyter Notebook": [[100, "in-a-jupyter-notebook"]], "Include an image": [[147, "include-an-image"]], "Index": [[73, "index"]], "Indices, references and tables": [[66, "indices-references-and-tables"]], "Insert Page": [[212, "insert-page"]], "Insert Slide": [[177, "insert-slide"]], "Insert a backslash or dollar sign": [[147, "insert-a-backslash-or-dollar-sign"]], "Insert emoji": [[172, "insert-emoji"]], "Inspect in detail why the project is running out of memory": [[109, "inspect-in-detail-why-the-project-is-running-out-of-memory"]], "Install AWS CLI": [[77, "install-aws-cli"]], "Install Julia Packages": [[100, "install-julia-packages"]], "Install Python Packages": [[101, "install-python-packages"]], "Install R Packages": [[102, "install-r-packages"]], "Install Requests": [[100, "install-requests"]], "Install a package": [[102, "install-a-package"]], "Install compiled software": [[133, "install-compiled-software"]], "Install location and sys.path": [[101, "install-location-and-sys-path"]], "Install packages in a project": [[147, "install-packages-in-a-project"]], "Install requests": [[101, "install-requests"], [102, "install-requests"]], "Install some software into my own Anaconda environment": [[101, "install-some-software-into-my-own-anaconda-environment"], [131, "install-some-software-into-my-own-anaconda-environment"]], "Install/Update a Package Yourself": [[100, "install-update-a-package-yourself"]], "Installation": [[78, "installation"]], "Installed Applications": [[216, "installed-applications"]], "Installing Packages on a Local Debian / Ubuntu Box": [[78, "installing-packages-on-a-local-debian-ubuntu-box"]], "Installing software packages": [[201, "installing-software-packages"]], "Instructor Guide": [[193, "instructor-guide"]], "Interactive Elements": [[176, "interactive-elements"]], "Internet access": [[207, "internet-access"]], "Introducing the Project List": [[166, "introducing-the-project-list"]], "Introduction": [[139, "introduction"], [151, "introduction"], [173, "introduction"]], "Inverse search": [[151, "inverse-search"]], "Invite Students Without Having Their Email Addresses": [[197, "invite-students-without-having-their-email-addresses"]], "Invite via Tokens": [[122, "invite-via-tokens"]], "Invoices and receipts": [[5, "invoices-and-receipts"]], "Is .bashrc or .bash_profile called on startup?": [[131, "is-bashrc-or-bash-profile-called-on-startup"]], "Is Scilab broken?": [[216, "is-scilab-broken"]], "Is it caused by something else?": [[105, "is-it-caused-by-something-else"]], "Is it caused by using up too much memory?": [[105, "is-it-caused-by-using-up-too-much-memory"]], "Julia in a Sage Worksheet": [[131, "julia-in-a-sage-worksheet"]], "Jupyter Cells": [[177, "jupyter-cells"], [212, "jupyter-cells"]], "Jupyter Classic": [[104, "jupyter-classic"]], "Jupyter Classic/Lab vs. CoCalc\u2019s Jupyter": [[179, "jupyter-classic-lab-vs-cocalc-s-jupyter"]], "Jupyter Kernel Selection": [[104, "jupyter-kernel-selection"]], "Jupyter Kernel Terminated": [[105, "jupyter-kernel-terminated"]], "Jupyter Kernels": [[144, "jupyter-kernels"]], "Jupyter Lab": [[104, "jupyter-lab"]], "Jupyter Notebook": [[93, "jupyter-notebook"], [102, "jupyter-notebook"], [114, "jupyter-notebook"]], "Jupyter Notebook Too Large": [[90, "jupyter-notebook-too-large"]], "Jupyter Notebooks": [[9, "jupyter-notebooks"], [99, "jupyter-notebooks"], [141, "jupyter-notebooks"]], "Jupyter Tips and Tricks": [[145, "jupyter-tips-and-tricks"]], "JupyterLab Extensions": [[107, "jupyterlab-extensions"]], "JupyterLab server": [[168, "jupyterlab-server"]], "JupyterLab, VS Code, X11 Desktop": [[65, "jupyterlab-vs-code-x11-desktop"]], "Key Features of JupyterHub": [[10, "key-features-of-jupyterhub"]], "Key benefits": [[179, "key-benefits"]], "Keyboard Layout": [[216, "keyboard-layout"]], "Keyboard shortcuts": [[189, "keyboard-shortcuts"]], "Knitr": [[147, "knitr"]], "LLM Choice and Billing": [[9, "llm-choice-and-billing"]], "LLMs in Chat Rooms and Side Chat": [[9, "llms-in-chat-rooms-and-side-chat"]], "LaTeX": [[72, "latex"]], "LaTeX 101": [[149, "latex-101"]], "LaTeX Editor": [[146, "latex-editor"]], "LaTeX Expressions": [[177, "latex-expressions"], [212, "latex-expressions"]], "LaTeX Howto and FAQ": [[147, "latex-howto-and-faq"]], "LaTeX Multi-File Support": [[148, "latex-multi-file-support"]], "LaTeX editor features": [[148, "latex-editor-features"]], "LaTeX in Rich Text Editing": [[172, "latex-in-rich-text-editing"]], "Launch a Pluto Notebook": [[120, "launch-a-pluto-notebook"]], "Lectures in Scientific Computing in Python": [[180, "id7"], [181, "id7"]], "License Doesn\u2019t Work": [[108, "license-doesn-t-work"]], "License Error Messages": [[150, "license-error-messages"]], "Licenses": [[1, "licenses"], [2, "licenses"], [150, "licenses"], [190, "licenses"]], "Licenses that you manage": [[2, "licenses-that-you-manage"]], "Limitations": [[172, "limitations"]], "Limitations of long-running computations": [[131, "limitations-of-long-running-computations"]], "Linux Terminal": [[201, "linux-terminal"]], "Linux Terminal and Shell Scripts": [[9, "linux-terminal-and-shell-scripts"]], "List of Files": [[69, "list-of-files"]], "Live collaborative editing": [[194, "live-collaborative-editing"]], "Load older entries": [[167, "load-older-entries"]], "Local Disk Size": [[62, "local-disk-size"]], "Local storage": [[75, "local-storage"]], "Location Choice": [[62, "location-choice"]], "Low Memory Problems": [[109, "low-memory-problems"]], "Machine Learning for OpenCV": [[180, "id8"], [181, "id8"]], "Main supported software environments": [[179, "main-supported-software-environments"]], "Make a path public (publish a file)": [[38, "make-a-path-public-publish-a-file"]], "Making multiple assignment folders quickly": [[197, "making-multiple-assignment-folders-quickly"]], "Manage Running Processes": [[127, "manage-running-processes"]], "Manage and Edit Licenses": [[150, "manage-and-edit-licenses"]], "Manual Grading": [[191, "manual-grading"]], "Markdown": [[72, "markdown"], [151, "markdown"]], "Materials Project Workshop": [[180, "id9"], [181, "id9"]], "Matplotlib": [[109, "matplotlib"]], "Maximum Number of Simultaneously Upgraded Projects": [[150, "maximum-number-of-simultaneously-upgraded-projects"]], "Member hosting": [[2, "member-hosting"], [207, "member-hosting"]], "Merging Accounts": [[112, "merging-accounts"]], "Method 1: use different browsers": [[112, "method-1-use-different-browsers"]], "Method 2: use private / icognito sessions": [[112, "method-2-use-private-icognito-sessions"]], "Method 3: use different browser profiles / identities": [[112, "method-3-use-different-browser-profiles-identities"]], "MinIO": [[75, "minio"]], "Mini-terminal": [[162, "mini-terminal"]], "Mission": [[138, null]], "ModSimPython: Modeling and Simulation in Python": [[180, "id10"], [181, "id10"]], "Modifying CoCalc Sources": [[94, "modifying-cocalc-sources"]], "MongoDB": [[111, "mongodb"]], "Moodle integration": [[197, "moodle-integration"]], "Motivation": [[179, "motivation"]], "Mount remote files via SSHFS": [[89, "mount-remote-files-via-sshfs"]], "Move": [[130, "move"]], "Moving tasks": [[189, "moving-tasks"]], "Multi-project/-node cluster": [[86, "multi-project-node-cluster"]], "Multiple Cursors": [[72, "multiple-cursors"]], "Multiple Terminals in a Single Browser Tab": [[201, "multiple-terminals-in-a-single-browser-tab"]], "NEURON simulation environment": [[114, "neuron-simulation-environment"]], "Navigate With Arrow Keys": [[177, "navigate-with-arrow-keys"], [212, "navigate-with-arrow-keys"]], "Netwide assembler": [[76, "id2"]], "New File": [[71, "new-file"]], "New to Linux?": [[201, "new-to-linux"]], "Next Steps": [[74, "next-steps"], [213, "next-steps"]], "Nextjs": [[94, "nextjs"]], "No Limits": [[122, "no-limits"]], "No Special Arrangement Is Needed": [[210, "no-special-arrangement-is-needed"]], "No Vendor Lock-In": [[213, "no-vendor-lock-in"]], "Node.js": [[94, "id1"]], "Not used with Licenses": [[155, "not-used-with-licenses"]], "Notebook table of contents": [[195, "notebook-table-of-contents"]], "Notebook too large? Remove output.": [[145, "notebook-too-large-remove-output"]], "Notes on URL proxying": [[176, "notes-on-url-proxying"]], "Notifications": [[169, "notifications"]], "Number of Files": [[62, "number-of-files"]], "Number of Projects and Type": [[2, "number-of-projects-and-type"]], "Obtaining a Credit Voucher": [[210, "obtaining-a-credit-voucher"]], "Obtaining a License Voucher": [[210, "obtaining-a-license-voucher"]], "Obtaining a Voucher": [[210, "obtaining-a-voucher"]], "Octave": [[131, "octave"]], "Octave Images and Plots": [[115, "octave-images-and-plots"]], "Octave with Jupyter Kernel": [[115, "octave-with-jupyter-kernel"]], "Octave with X11 Desktop": [[115, "octave-with-x11-desktop"]], "Off-site backups": [[58, "off-site-backups"]], "On Premises Option": [[213, "on-premises-option"]], "OnPrem": [[65, "onprem"]], "OnPrem Compute Server": [[154, "onprem-compute-server"]], "Open Projects": [[169, "open-projects"]], "Open World Approach": [[213, "open-world-approach"]], "Opening a File": [[162, "opening-a-file"]], "Option: Skip entering grades": [[195, "option-skip-entering-grades"]], "Option: Sync grades": [[195, "option-sync-grades"]], "Other Languages": [[131, "other-languages"]], "Other information": [[75, "other-information"]], "Other languages besides Bash?": [[164, "other-languages-besides-bash"]], "Other settings": [[3, "other-settings"]], "Our teacher requires us students to pay. How?": [[196, "our-teacher-requires-us-students-to-pay-how"]], "Overlay Dialogs": [[216, "overlay-dialogs"]], "Override the default width and height for R SVG figures in a CoCalc worksheet": [[131, "override-the-default-width-and-height-for-r-svg-figures-in-a-cocalc-worksheet"]], "Overview Map": [[177, "overview-map"], [212, "overview-map"]], "Pages View": [[177, "pages-view"], [212, "pages-view"]], "Pay-As-You-Go Purchase": [[155, "pay-as-you-go-purchase"]], "Peer Grading": [[191, "peer-grading"]], "Pens": [[177, "pens"], [212, "pens"]], "Pentadactyl plugin isn\u2019t working": [[89, "pentadactyl-plugin-isn-t-working"]], "Period, Title, Cost, and Purchase": [[2, "period-title-cost-and-purchase"]], "Pick a Subscription": [[138, "pick-a-subscription"]], "Place your order": [[54, "place-your-order"]], "Plain Jupyter server": [[168, "plain-jupyter-server"]], "Platform": [[156, "platform"]], "Platform News 2019-2022": [[157, "platform-news-2019-2022"]], "Play a .wav file in a Jupyter notebook": [[145, "play-a-wav-file-in-a-jupyter-notebook"]], "Play sounds": [[173, "play-sounds"]], "Plotting from Python Scripts": [[211, "plotting-from-python-scripts"]], "Pluto Notebooks for Julia": [[120, "pluto-notebooks-for-julia"]], "Port forwarding": [[179, "port-forwarding"]], "Portability": [[10, "portability"]], "PostgreSQL": [[121, "postgresql"]], "Pre-built environments": [[179, "pre-built-environments"]], "Preferences": [[1, "preferences"], [3, "preferences"]], "Prepare your project": [[107, "prepare-your-project"]], "Presentation Mode": [[177, "presentation-mode"]], "Problems with Licenses": [[198, "problems-with-licenses"]], "Problems/Missing?": [[153, "problems-missing"]], "Process an R Markdown (.Rmd) documents": [[131, "process-an-r-markdown-rmd-documents"]], "Process for Debugging Connectivity": [[82, "process-for-debugging-connectivity"]], "Processes": [[71, "processes"], [159, "processes"]], "Program Seems Slow or Stuck": [[130, "program-seems-slow-or-stuck"]], "Programming Languages": [[99, "programming-languages"]], "Project API Keys": [[57, "project-api-keys"]], "Project Files": [[162, "project-files"]], "Project Home": [[163, "project-home"]], "Project Image": [[168, "project-image"]], "Project Initialization": [[164, "project-initialization"]], "Project Initialization Scripts": [[164, "project-initialization-scripts"]], "Project Library": [[165, "project-library"]], "Project List": [[166, "project-list"], [169, "project-list"]], "Project Log": [[71, "project-log"], [167, "project-log"]], "Project Name": [[168, "project-name"]], "Project Settings": [[168, "project-settings"]], "Project Toolbar": [[169, "project-toolbar"]], "Project URL": [[168, "index-5"]], "Project Upgrades": [[206, "project-upgrades"]], "Project control": [[168, "project-control"]], "Projects": [[160, "projects"]], "Projects FAQ": [[161, "projects-faq"]], "Projects Page Tour": [[160, "projects-page-tour"]], "Projects with licenses": [[2, "projects-with-licenses"]], "Protocol and Data Format": [[29, "protocol-and-data-format"], [30, "protocol-and-data-format"]], "Public Files": [[1, "public-files"]], "Public files": [[4, "public-files"]], "Publish": [[177, "publish"], [212, "publish"]], "Publishing Files and Folders": [[176, "publishing-files-and-folders"]], "Publishing Rendered GitHub Files": [[176, "publishing-rendered-github-files"]], "Publishing Tips and Considerations": [[176, "publishing-tips-and-considerations"]], "Publishing the Whole Project": [[176, "publishing-the-whole-project"]], "Purchases": [[1, "purchases"], [5, "purchases"]], "Purpose": [[29, "purpose"], [30, "purpose"]], "Purpose and Limitations": [[205, "purpose-and-limitations"]], "Purpose of nbgrader": [[195, "purpose-of-nbgrader"]], "Python": [[131, "python"]], "Python 2 compatibility": [[97, "python-2-compatibility"]], "Python Data Science Handbook": [[180, "id11"], [181, "id11"]], "Python \u201cuser\u201d installs": [[101, "python-user-installs"]], "PythonTeX": [[147, "pythontex"]], "Quantum Chemistry": [[180, "id12"], [181, "id12"]], "Quarto": [[151, "quarto"]], "Question about Sage": [[128, "question-about-sage"]], "Question: I can access some of my files/projects in my CoCalc account but not others in that same account. What\u2019s wrong?": [[82, "question-i-can-access-some-of-my-files-projects-in-my-cocalc-account-but-not-others-in-that-same-account-what-s-wrong"]], "Question: I don\u2019t see any icons, but everything else works.": [[82, "question-i-don-t-see-any-icons-but-everything-else-works"]], "Question: I see the error message \u201cTimeout while loading CoCalc\u201d instead of the CoCalc landing page.": [[82, "question-i-see-the-error-message-timeout-while-loading-cocalc-instead-of-the-cocalc-landing-page"]], "Questions?": [[200, "questions"], [210, "questions"]], "Quickstart": [[75, "quickstart"], [201, "quickstart"]], "R Markdown": [[72, "r-markdown"]], "R Statistical Software": [[131, "r-statistical-software"]], "R Step-by-Step with Jupyter": [[126, "r-step-by-step-with-jupyter"]], "RAM": [[207, "ram"]], "RSTAN": [[109, "rstan"]], "RStudio with CoCalc": [[216, "rstudio-with-cocalc"]], "Raise the limit on the number of output messages per cell": [[131, "raise-the-limit-on-the-number-of-output-messages-per-cell"]], "Raw Files Server": [[137, "raw-files-server"]], "React": [[94, "id2"]], "Real-time Collaboration": [[172, "real-time-collaboration"]], "Real-time chatrooms": [[194, "real-time-chatrooms"]], "Reboot": [[130, "reboot"]], "Recently Edited Documents and Chat": [[169, "recently-edited-documents-and-chat"]], "Recently opened files": [[167, "recently-opened-files"]], "Reconfigure Student Projects": [[192, "reconfigure-student-projects"]], "Reconnect": [[130, "reconnect"]], "Recovering a Deleted File": [[123, "recovering-a-deleted-file"]], "Recovering a Deleted Project": [[110, "recovering-a-deleted-project"]], "Redeeming Voucher Codes": [[210, "redeeming-voucher-codes"]], "Reference links": [[151, "reference-links"]], "References": [[120, "references"], [132, "references"], [170, "references"]], "Refresh Files List": [[162, "refresh-files-list"]], "Reliability": [[10, "reliability"]], "RemarkJS Slideshow": [[124, "remarkjs-slideshow"]], "Remote files with SSH": [[168, "remote-files-with-ssh"]], "Remove License or Upgrades from Student Projects": [[190, "remove-license-or-upgrades-from-student-projects"]], "Remove Local Files to Troubleshoot a Notebook": [[145, "remove-local-files-to-troubleshoot-a-notebook"]], "Remove history from a terminal file": [[201, "remove-history-from-a-terminal-file"]], "Resend outstanding email invites": [[192, "resend-outstanding-email-invites"]], "Responsive Support Team": [[213, "responsive-support-team"]], "Restart Project and Stop Project": [[168, "restart-project-and-stop-project"]], "Restart the project": [[130, "restart-the-project"]], "Restarting a project": [[196, "restarting-a-project"], [197, "restarting-a-project"]], "Restrict Student Projects": [[171, "restrict-student-projects"]], "Resuming a Session": [[74, "resuming-a-session"]], "Return the assignment": [[195, "return-the-assignment"]], "Returning Assignments Without Grading": [[191, "returning-assignments-without-grading"]], "Returning an assignment to students": [[191, "returning-an-assignment-to-students"]], "Rich Text Editing": [[151, "rich-text-editing"], [172, "rich-text-editing"]], "Riemann Problems and Jupyter Solutions": [[180, "id13"], [181, "id13"]], "Ruby Programming": [[125, "ruby-programming"]], "Ruby code in a Sage worksheet": [[125, "ruby-code-in-a-sage-worksheet"]], "Ruby files in the frame editor": [[125, "ruby-files-in-the-frame-editor"]], "Run Jupyter notebook with GPU support": [[145, "run-jupyter-notebook-with-gpu-support"]], "Run Sage locally, on my own machine": [[131, "run-sage-locally-on-my-own-machine"]], "Run Terminal command in all student projects": [[197, "run-terminal-command-in-all-student-projects"]], "Run a Webserver": [[137, "run-a-webserver"]], "Run nbgrader": [[195, "run-nbgrader"]], "Run plotly in a Jupyter notebook": [[131, "run-plotly-in-a-jupyter-notebook"]], "Running a Jupyter Notebook": [[74, "running-a-jupyter-notebook"]], "S3": [[75, "s3"]], "SSH File Transfer": [[136, "ssh-file-transfer"]], "SSH keys": [[1, "ssh-keys"], [6, "ssh-keys"]], "SSH login for a project": [[6, "ssh-login-for-a-project"]], "SVG and PNG plots in Jupyter Notebooks": [[106, "svg-and-png-plots-in-jupyter-notebooks"]], "Sage": [[101, "sage"]], "Sage Worksheet Slow When Plotting? Disable svg.": [[173, "sage-worksheet-slow-when-plotting-disable-svg"]], "Sage Worksheets": [[131, "sage-worksheets"], [173, "sage-worksheets"], [173, "sagews-wiki"]], "Sage worksheet server": [[168, "sage-worksheet-server"]], "Sage worksheet with Turtle module": [[135, "sage-worksheet-with-turtle-module"]], "SageTeX": [[147, "sagetex"]], "Save Money If You Pay in Advance": [[155, "save-money-if-you-pay-in-advance"]], "Schema": [[75, "schema"]], "Screenshot": [[111, "screenshot"]], "Search": [[189, "search"]], "Search View": [[177, "search-view"], [212, "search-view"]], "Search and Replace Inside the File": [[72, "search-and-replace-inside-the-file"]], "Search and Replace Within the File": [[151, "search-and-replace-within-the-file"]], "Second and later runs": [[97, "second-and-later-runs"]], "See Memory Usage": [[131, "see-memory-usage"]], "See Memory Utilization": [[127, "see-memory-utilization"]], "See all Processes": [[127, "see-all-processes"]], "See all processes running in my project": [[131, "see-all-processes-running-in-my-project"]], "Self-Imposed Spending Limits": [[155, "self-imposed-spending-limits"]], "Servers": [[99, "servers"], [174, "servers"]], "Service Options": [[175, "service-options"]], "Sessions": [[68, "sessions"]], "Set title and description for a project": [[38, "set-title-and-description-for-a-project"]], "Settings": [[71, "settings"]], "Setup": [[103, "setup"]], "Setup Jupyter Extensions": [[103, "setup-jupyter-extensions"]], "Setup SSH Keys": [[168, "setup-ssh-keys"]], "Setup fish shell": [[201, "setup-fish-shell"]], "Setup texmf in a project": [[147, "setup-texmf-in-a-project"]], "Shape": [[75, "shape"]], "Shared Project": [[194, "shared-project"]], "Sharing Files and Folders": [[176, "sharing-files-and-folders"]], "Shiny": [[129, "shiny"]], "Show Hidden Files": [[162, "show-hidden-files"]], "Side Chat": [[60, "side-chat"], [72, "side-chat"]], "Signing Out": [[74, "signing-out"]], "Signing in Again": [[74, "signing-in-again"]], "Signing out of CoCalc": [[1, "signing-out-of-cocalc"]], "Simple Python Server": [[94, "simple-python-server"]], "Site license for courses": [[157, "site-license-for-courses"]], "Site license for individual projects": [[157, "site-license-for-individual-projects"]], "Slides": [[177, "slides"]], "Snapshot Backups": [[162, "snapshot-backups"]], "Snapshots": [[58, "snapshots"]], "Snippets": [[178, "snippets"]], "Software": [[179, "software"]], "Software Environment": [[168, "software-environment"]], "Software Updates 2018": [[182, "software-updates-2018"]], "Software Updates 2019": [[183, "software-updates-2019"]], "Software Updates 2020": [[184, "software-updates-2020"]], "Software Updates 2021": [[185, "software-updates-2021"]], "Software Updates 2022": [[186, "software-updates-2022"]], "Software Updates 2023": [[187, "software-updates-2023"]], "Software Updates 2024": [[188, "software-updates-2024"]], "Software specific": [[109, "software-specific"]], "Software update detailed items": [[179, "software-update-detailed-items"]], "Software update summaries": [[179, "software-update-summaries"]], "Source Code": [[173, "source-code"]], "Special Considerations": [[65, "special-considerations"]], "Spell Checker": [[72, "spell-checker"]], "Spell check a LaTeX document": [[147, "spell-check-a-latex-document"]], "Spellcheck": [[148, "spellcheck"]], "Split Whiteboard Windows": [[212, "split-whiteboard-windows"]], "Split Windows": [[177, "split-windows"]], "Standby timeout": [[3, "standby-timeout"]], "Starring Published Files": [[176, "starring-published-files"]], "Start JupyterLab": [[107, "start-jupyterlab"]], "Start a Jupyter notebook for the assignment": [[195, "start-a-jupyter-notebook-for-the-assignment"]], "Start and Stop a project": [[38, "start-and-stop-a-project"]], "Start cluster": [[86, "start-cluster"]], "Start file": [[179, "start-file"]], "Starting up everyone\u2019s project before class": [[197, "starting-up-everyone-s-project-before-class"]], "Startup files": [[201, "startup-files"]], "Statements": [[1, "statements"], [74, "statements"]], "Status of Vouchers Created": [[210, "status-of-vouchers-created"]], "Step 10: Is your computer infected with malware?": [[82, "step-10-is-your-computer-infected-with-malware"]], "Step 11: Is the problem with your DNS (Domain Name Service) settings?": [[82, "step-11-is-the-problem-with-your-dns-domain-name-service-settings"]], "Step 12: Is your browser out of date or otherwise incompatible with CoCalc?": [[82, "step-12-is-your-browser-out-of-date-or-otherwise-incompatible-with-cocalc"]], "Step 13: Do WebSocket connections work?": [[82, "step-13-do-websocket-connections-work"]], "Step 1: Export": [[117, "step-1-export"]], "Step 1: HTML barebone": [[124, "step-1-html-barebone"]], "Step 1: Setup": [[121, "step-1-setup"]], "Step 1: Startup": [[111, "step-1-startup"]], "Step 1: Try connecting with the latest version of Google Chrome.": [[82, "step-1-try-connecting-with-the-latest-version-of-google-chrome"]], "Step 2: Connect": [[111, "step-2-connect"]], "Step 2: Import": [[117, "step-2-import"]], "Step 2: Make sure you are running a very recent version of Google Chrome, Safari, Firefox, or Edge.": [[82, "step-2-make-sure-you-are-running-a-very-recent-version-of-google-chrome-safari-firefox-or-edge"]], "Step 2: Markdown": [[124, "step-2-markdown"]], "Step 2: Start Server": [[121, "step-2-start-server"]], "Step 3: Check": [[124, "step-3-check"]], "Step 3: Connect to the database": [[121, "step-3-connect-to-the-database"]], "Step 3: Double check if are you connected at all.": [[82, "step-3-double-check-if-are-you-connected-at-all"]], "Step 3: Shutting Down": [[111, "step-3-shutting-down"]], "Step 4: Network congestion?": [[82, "step-4-network-congestion"]], "Step 4: Shutting Down": [[121, "step-4-shutting-down"]], "Step 4: Write Slideshow": [[124, "step-4-write-slideshow"]], "Step 5: Do you have tons of tabs open?": [[82, "step-5-do-you-have-tons-of-tabs-open"]], "Step 5: Present": [[124, "step-5-present"]], "Step 6: Is your browser (or an intermediate server) attempting to cache too much?": [[82, "step-6-is-your-browser-or-an-intermediate-server-attempting-to-cache-too-much"]], "Step 7: Does the problem relate to stale cookies?": [[82, "step-7-does-the-problem-relate-to-stale-cookies"]], "Step 8: Have you installed browser extensions (\u201cadd-on\u201ds) or enabled blocking software on your computer?": [[82, "step-8-have-you-installed-browser-extensions-add-on-s-or-enabled-blocking-software-on-your-computer"]], "Step 9: Are the CoCalc servers down?": [[82, "step-9-are-the-cocalc-servers-down"]], "Sticky Notes": [[177, "sticky-notes"], [212, "sticky-notes"]], "Stopwatches and Timers": [[177, "stopwatches-and-timers"], [203, "stopwatches-and-timers"], [212, "stopwatches-and-timers"]], "Streamlit": [[132, "streamlit"]], "Streamlit Example": [[132, "streamlit-example"]], "Streamlit Python script": [[132, "streamlit-python-script"]], "Streamlit \u201cHello world\u201d": [[132, "streamlit-hello-world"]], "Student Access After Course Ends": [[190, "student-access-after-course-ends"]], "Student Guide": [[196, "student-guide"]], "Students Pay For Upgrades": [[198, "students-pay-for-upgrades"]], "Students complete the assignment": [[195, "students-complete-the-assignment"]], "Subscriptions": [[1, "subscriptions"], [5, "subscriptions"]], "Subscriptions (legacy page)": [[5, "subscriptions-legacy-page"]], "Support": [[1, "support"], [7, "support"]], "Support tickets": [[7, "support-tickets"]], "Supported file types": [[72, "supported-file-types"]], "Sync with Dropbox or Google Drive?": [[89, "sync-with-dropbox-or-google-drive"]], "System-wide Snippets": [[178, "system-wide-snippets"]], "Tab Completion": [[173, "tab-completion"]], "Table of Contents": [[177, "table-of-contents"], [212, "table-of-contents"]], "Tagging Projects": [[166, "tagging-projects"]], "Task Lists": [[189, "task-lists"]], "Teacher or Institute Pays for Upgrades": [[198, "teacher-or-institute-pays-for-upgrades"]], "Teacher or institution pays for upgrades": [[199, "teacher-or-institution-pays-for-upgrades"]], "Teaching with Compute Servers": [[65, "teaching-with-compute-servers"], [198, "teaching-with-compute-servers"]], "Teaching with nbgrader": [[195, "teaching-with-nbgrader"]], "Technical Status": [[216, "technical-status"]], "Terminal": [[216, "terminal"]], "Terminal Environment in Split Frame with File Editor": [[201, "terminal-environment-in-split-frame-with-file-editor"]], "Terminal Tour": [[201, "terminal-tour"]], "Terminal settings": [[3, "terminal-settings"]], "Test It Out": [[138, "test-it-out"]], "Test Your Publication": [[176, "test-your-publication"]], "Text": [[177, "text"], [212, "text"]], "Text fields generally support Markdown and LaTeX": [[197, "text-fields-generally-support-markdown-and-latex"]], "Text, Source Code, and Data Files": [[72, "text-source-code-and-data-files"]], "The PDF cannot be built. What\u2019s the problem?": [[147, "the-pdf-cannot-be-built-what-s-the-problem"]], "The hub API": [[88, "the-hub-api"]], "The project API": [[88, "the-project-api"]], "The subfiles Package (legacy method)": [[147, "the-subfiles-package-legacy-method"]], "Things to try": [[81, "things-to-try"]], "Time Travel Diffs": [[197, "time-travel-diffs"]], "TimeTravel": [[58, "timetravel"], [173, "timetravel"], [177, "timetravel"], [202, "timetravel"], [212, "timetravel"]], "Timeout/Killed calculations": [[131, "timeout-killed-calculations"]], "Tips & Tricks": [[216, "tips-tricks"]], "Tips and tricks": [[201, "tips-and-tricks"]], "Title and Description": [[168, "title-and-description"]], "Title, Description, Name, Image": [[168, "title-description-name-image"]], "To-do Lists": [[177, "to-do-lists"], [212, "to-do-lists"]], "Toolbars": [[74, "toolbars"]], "Tools": [[99, "tools"]], "Tours": [[204, "tours"]], "Transactions, Limits, and Plots": [[5, "transactions-limits-and-plots"]], "Trial Projects": [[205, "trial-projects"]], "Troubleshooting": [[134, "troubleshooting"]], "Try CoCalc Desktop": [[130, "try-cocalc-desktop"]], "Turn off automatic build and PDF preview": [[147, "turn-off-automatic-build-and-pdf-preview"]], "Turtle Graphics with CoCalc": [[135, "turtle-graphics-with-cocalc"]], "Typescript": [[94, "typescript"]], "Typeset Scientific Content with LaTeX": [[9, "typeset-scientific-content-with-latex"]], "URLs and Port Numbers": [[91, "urls-and-port-numbers"]], "Understanding Error Messages": [[173, "understanding-error-messages"]], "Underworld 2": [[180, "id14"], [181, "id14"]], "Upgrades": [[1, "upgrades"], [190, "upgrades"], [207, "upgrades"]], "Upgrading Student Projects": [[198, "upgrading-student-projects"]], "Upgrading Student Projects (legacy version)": [[199, "upgrading-student-projects-legacy-version"]], "Upload Button in Files Tab": [[136, "upload-button-in-files-tab"]], "Upload Files": [[136, "upload-files"]], "Upload Python script and credentials to CoCalc": [[97, "upload-python-script-and-credentials-to-cocalc"]], "Uploading from Google Drive": [[136, "uploading-from-google-drive"]], "Use Emacs in a Terminal (Chrome)": [[89, "use-emacs-in-a-terminal-chrome"]], "Use External Tools": [[89, "use-external-tools"]], "Use Multiple Accounts": [[112, "use-multiple-accounts"]], "Use PSTricks macros": [[147, "use-pstricks-macros"]], "Use R in a Sage worksheet": [[131, "use-r-in-a-sage-worksheet"]], "Use member hosting or dedicated CPU": [[130, "use-member-hosting-or-dedicated-cpu"]], "Use the Halt Button to Conserve Memory": [[145, "use-the-halt-button-to-conserve-memory"]], "User Interface": [[208, "user-interface"]], "Users": [[209, "users"]], "Using Git": [[197, "using-git"]], "Using SSH": [[168, "using-ssh"]], "Using TimeTravel": [[202, "using-timetravel"]], "Using a Compute Server": [[65, "using-a-compute-server"]], "Using a Project Invitation Link": [[122, "using-a-project-invitation-link"]], "Using a Project Invitation Token": [[122, "using-a-project-invitation-token"]], "Using an Invitation Token": [[166, "using-an-invitation-token"]], "Using the API to add a license to your shopping cart": [[54, "using-the-api-to-add-a-license-to-your-shopping-cart"]], "Using the CoCalc API to buy a license": [[54, "using-the-cocalc-api-to-buy-a-license"]], "Using the CoCalc API to get directory listings for a project via the database": [[49, "using-the-cocalc-api-to-get-directory-listings-for-a-project-via-the-database"]], "Using the CoCalc API to get the email address of a user from their account_id": [[50, "using-the-cocalc-api-to-get-the-email-address-of-a-user-from-their-account-id"]], "Using the port proxy": [[137, "using-the-port-proxy"]], "Utilize Multiple CPUs": [[118, "utilize-multiple-cpus"]], "VSCode": [[94, "vscode"]], "Vanity URLs": [[176, "vanity-urls"]], "Verifying Student Activity": [[197, "verifying-student-activity"]], "Version control": [[196, "version-control"]], "View account SSH keys": [[6, "view-account-ssh-keys"]], "Virtualenv": [[101, "virtualenv"]], "Visual Studio Code Server": [[211, "visual-studio-code-server"]], "Vouchers": [[210, "vouchers"]], "Ways to clear up your project\u2019s memory": [[109, "ways-to-clear-up-your-project-s-memory"]], "WebSockets": [[91, "websockets"]], "Webserver proxy": [[137, "webserver-proxy"]], "Welcome to CoCalc\u2019s User Manual!": [[66, "welcome-to-cocalc-s-user-manual"]], "What Can go Wrong?": [[112, "what-can-go-wrong"]], "What I am getting?": [[196, "what-i-am-getting"]], "What Is Sent to LLMs and How Is My Data Used?": [[9, "what-is-sent-to-llms-and-how-is-my-data-used"]], "What about dynamically generated subdomains?": [[137, "what-about-dynamically-generated-subdomains"]], "What about security?": [[137, "what-about-security"]], "What do the Students Get?": [[192, "what-do-the-students-get"]], "What happens when I finish the course/my degree?": [[196, "what-happens-when-i-finish-the-course-my-degree"]], "What is CoCalc?": [[138, "what-is-cocalc"], [196, "what-is-cocalc"]], "What is Hub?": [[75, "what-is-hub"]], "What is an \u201cidle timeout?\u201d": [[131, "what-is-an-idle-timeout"]], "What is logged": [[167, "what-is-logged"]], "What should you do if the preview does not update?": [[147, "what-should-you-do-if-the-preview-does-not-update"]], "What the program does": [[97, "what-the-program-does"]], "What the student sees": [[199, "what-the-student-sees"]], "What\u2019s a Jupyter Notebook?": [[144, "what-s-a-jupyter-notebook"]], "What\u2019s a Sage Worksheet?": [[173, "what-s-a-sage-worksheet"]], "What\u2019s the fingerprint of the SSH gateway\u2019s host key?": [[161, "what-s-the-fingerprint-of-the-ssh-gateway-s-host-key"]], "When a Timer Counts Down to Zero": [[203, "when-a-timer-counts-down-to-zero"]], "Where Markdown can be used in CoCalc": [[151, "where-markdown-can-be-used-in-cocalc"]], "Where Rich Text Editing is Available": [[172, "where-rich-text-editing-is-available"]], "Whiteboard": [[212, "whiteboard"]], "Who Changed My File?": [[202, "who-changed-my-file"]], "Why Add Upgrades?": [[168, "why-add-upgrades"]], "Why CoCalc?": [[196, "why-cocalc"], [213, "why-cocalc"]], "Why NOT CoCalc?": [[214, "why-not-cocalc"]], "Why is my project out of memory?": [[109, "why-is-my-project-out-of-memory"]], "Wiki resources": [[173, "wiki-resources"]], "Will my code keep running if I disconnect?": [[131, "will-my-code-keep-running-if-i-disconnect"]], "Window Tabs": [[216, "window-tabs"]], "Word count": [[148, "word-count"]], "Work with SageTeX, PythonTeX, or Knitr": [[147, "work-with-sagetex-pythontex-or-knitr"]], "Working With": [[215, "working-with"]], "Working in your course project": [[196, "working-in-your-course-project"]], "X11 Desktop on a Compute Server": [[135, "x11-desktop-on-a-compute-server"]], "X11 Graphical Applications": [[216, "x11-graphical-applications"]], "X11 terminal with Jupyter notebook": [[135, "x11-terminal-with-jupyter-notebook"]], "X11 terminal with nteract": [[135, "x11-terminal-with-nteract"]], "You Cannot Pay Anything": [[214, "you-cannot-pay-anything"]], "You Must Use Fully Open Source Software": [[214, "you-must-use-fully-open-source-software"]], "You Need Proprietary Software Maintenance": [[214, "you-need-proprietary-software-maintenance"]], "You Need the Simplest Possible Interface": [[214, "you-need-the-simplest-possible-interface"]], "You Require XXX Security Certification": [[214, "you-require-xxx-security-certification"]], "Your CoCalc Session": [[74, "your-cocalc-session"]], "Your First CoCalc Session": [[74, "your-first-cocalc-session"]], "Your assignments": [[196, "your-assignments"]], "Your upgrade contributions": [[168, "your-upgrade-contributions"]], "Zoom": [[216, "zoom"]], "active cell": [[144, "active-cell"]], "add_collaborator": [[12, "add-collaborator"]], "add_license_to_project": [[13, "add-license-to-project"]], "button row": [[144, "button-row"]], "cell-insert bar": [[143, "cell-insert-bar"]], "change_email_address": [[14, "change-email-address"]], "change_password": [[15, "change-password"]], "code cell output": [[144, "code-cell-output"]], "consecutive cell numbers": [[143, "consecutive-cell-numbers"]], "copy_path_between_projects": [[16, "copy-path-between-projects"]], "copy_path_delete": [[17, "copy-path-delete"]], "copy_path_status": [[18, "copy-path-status"]], "copy_public_path_between_projects": [[19, "copy-public-path-between-projects"]], "create_account": [[20, "create-account"]], "create_project": [[21, "create-project"]], "create_support_ticket": [[22, "create-support-ticket"]], "default": [[68, "default"], [68, "id2"]], "delete_account": [[23, "delete-account"]], "directory-listing": [[49, "directory-listing"]], "disconnect_from_project": [[24, "disconnect-from-project"]], "drag-and-drop": [[143, "drag-and-drop"]], "email-address-from-account-id": [[50, "email-address-from-account-id"]], "execution counter": [[144, "execution-counter"]], "forgot_password": [[25, "forgot-password"]], "get-purchases (Python example)": [[51, "get-purchases-python-example"]], "get_available_upgrades": [[26, "get-available-upgrades"]], "get_support_tickets": [[27, "get-support-tickets"]], "get_usernames": [[28, "get-usernames"]], "glances": [[127, "glances"]], "iPad": [[140, "ipad"]], "icon for project Project usage and quotas": [[168, "dashboard-icon-project-usage-and-quotas"]], "invite_collaborator": [[31, "invite-collaborator"]], "invite_noncloud_collaborators": [[32, "invite-noncloud-collaborators"]], "kiosk": [[68, "kiosk"]], "latex": [[53, "latex"]], "log_client_error": [[33, "log-client-error"]], "menu bar": [[144, "menu-bar"]], "metrics": [[34, "metrics"]], "nbgrader for R": [[113, "nbgrader-for-r"]], "nbgrader integration": [[143, "nbgrader-integration"]], "no session": [[68, "no-session"]], "ping": [[35, "ping"]], "pip": [[101, "pip"]], "pip install directly from git repository": [[101, "pip-install-directly-from-git-repository"]], "processes microchip icon Processes": [[159, "microchip-processes"]], "project": [[68, "project"]], "project_exec": [[36, "project-exec"]], "protect cells from deletion": [[143, "protect-cells-from-deletion"]], "protect cells from editing": [[143, "protect-cells-from-editing"]], "ps aux": [[127, "ps-aux"]], "public_get_text_file": [[37, "public-get-text-file"]], "purchasing licenses": [[54, "purchasing-licenses"]], "query": [[38, "query"]], "read_text_file_from_project": [[39, "read-text-file-from-project"]], "remove_collaborator": [[40, "remove-collaborator"]], "remove_license_from_project": [[41, "remove-license-from-project"]], "reset_forgot_password": [[42, "reset-forgot-password"]], "run time for compute cells": [[143, "run-time-for-compute-cells"]], "saving": [[144, "saving"]], "search magnifying glass icon Find": [[70, "search-find"]], "select multiple cells": [[144, "select-multiple-cells"]], "servers icon Servers": [[174, "servers-servers"]], "setup.py": [[101, "setup-py"]], "slideshow": [[143, "slideshow"]], "start_metrics": [[43, "start-metrics"]], "stop": [[55, "stop"]], "streamlit package availability": [[132, "streamlit-package-availability"]], "table of contents": [[143, "table-of-contents"]], "text cells": [[144, "text-cells"]], "top": [[127, "top"]], "touch_project": [[44, "touch-project"]], "unlink_passport": [[45, "unlink-passport"]], "user-query": [[56, "user-query"]], "user_auth": [[46, "user-auth"]], "user_search": [[47, "user-search"]], "wav file embedded in notebook": [[145, "wav-file-embedded-in-notebook"]], "wav file on disk": [[145, "wav-file-on-disk"]], "widgets in CoCalc": [[143, "widgets-in-cocalc"]], "write_text_file_to_project": [[48, "write-text-file-to-project"]]}, "docnames": ["account-dropdown", "account-toolbar", "account/licenses", "account/preferences", "account/public-files", "account/purchases", "account/ssh", "account/support", "activity-bar", "ai", "alternativeto/jupyterhub", "api-examples", "api/add_collaborator", "api/add_license_to_project", "api/change_email_address", "api/change_password", "api/copy_path_between_projects", "api/copy_path_delete", "api/copy_path_status", "api/copy_public_path_between_projects", "api/create_account", "api/create_project", "api/create_support_ticket", "api/delete_account", "api/disconnect_from_project", "api/forgot_password", "api/get_available_upgrades", "api/get_support_tickets", "api/get_usernames", "api/index", "api/index0", "api/invite_collaborator", "api/invite_noncloud_collaborators", "api/log_client_error", "api/metrics", "api/ping", "api/project_exec", "api/public_get_text_file", "api/query", "api/read_text_file_from_project", "api/remove_collaborator", "api/remove_license_from_project", "api/reset_forgot_password", "api/start_metrics", "api/touch_project", "api/unlink_passport", "api/user_auth", "api/user_search", "api/write_text_file_to_project", "api2/directory-listing", "api2/email-address-from-account-id", "api2/get-purchases", "api2/index", "api2/latex", "api2/purchasing-licenses", "api2/stop", "api2/user-query", "apikeys", "backups", "billing", "chat", "chatgpt", "cloud_file_system", "cocalc-cloud", "cocalc-desktop", "compute_server", "contents", "csv-viewer", "display-options", "explorer", "files-search", "flyouts", "frame-editor", "genindex", "getting-started", "howto/activeloop-hub", "howto/assembly-language", "howto/awscli", "howto/bash-fortunes", "howto/bokeh-server", "howto/cant-save", "howto/clock-is-off", "howto/connectivity-issues", "howto/convert-html-to-pdf", "howto/cplusplus", "howto/custom-jupyter-kernel", "howto/dask", "howto/disk-space-warning", "howto/export-timetravel", "howto/external-tools", "howto/file-too-large", "howto/firewall-info", "howto/fix-broken-jupyter-pdf", "howto/fortran", "howto/front-end-dev", "howto/gap-kernel-unavailable", "howto/git", "howto/google-api", "howto/gsl", "howto/index", "howto/install-julia-package", "howto/install-python-lib", "howto/install-r-package", "howto/jupyter-extension", "howto/jupyter-kernel-selection", "howto/jupyter-kernel-terminated", "howto/jupyter-plot-png-svg", "howto/jupyterlab-extensions", "howto/license-doesnt-work", "howto/low-memory", "howto/missing-project", "howto/mongodb", "howto/multiple-accounts", "howto/nbgrader", "howto/neuron", "howto/octave", "howto/orphan", "howto/overleaf", "howto/parallel", "howto/plotly-dash", "howto/pluto", "howto/postgresql", "howto/project-invitation-tokens", "howto/recover-deleted-file", "howto/remarkjs-slideshow", "howto/ruby", "howto/run-r-step-by-step", "howto/running-processes", "howto/sage-question", "howto/shiny-server", "howto/slow-worksheet", "howto/software-development", "howto/streamlit", "howto/sudo-make-install", "howto/trouble", "howto/turtle", "howto/upload", "howto/webserver", "index", "introduction", "ipad", "jupyter", "jupyter-classical-vs-cocalc", "jupyter-enhancements", "jupyter-start", "jupyter-tips-and-tricks", "latex", "latex-faq", "latex-features", "latex-start", "licenses", "markdown", "news", "news/ubuntu-2004", "on-premises", "paygo", "platform", "platform-news", "plus-new", "processes", "project", "project-faq", "project-files", "project-home", "project-init", "project-library", "project-list", "project-log", "project-settings", "project-toolbar", "references", "restrict-student-projects", "rich-text", "sagews", "servers", "service_options", "share", "slides", "snippets", "software", "software/custom_software", "software/custom_software0", "software/updates-2018", "software/updates-2019", "software/updates-2020", "software/updates-2021", "software/updates-2022", "software/updates-2023", "software/updates-2024", "tasks", "teaching-after-course", "teaching-course-management", "teaching-create-course", "teaching-instructors", "teaching-interactions", "teaching-nbgrader", "teaching-students", "teaching-tips_and_tricks", "teaching-upgrade-course", "teaching-upgrade-legacy", "teaching-workshop", "terminal", "time-travel", "timers", "tours", "trial", "upgrade-guide", "upgrades", "user_interface", "users", "vouchers", "vscode", "whiteboard", "why", "why_not", "working_with", "x11"], "envversion": {"sphinx": 61, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.todo": 2}, "filenames": ["account-dropdown.rst", "account-toolbar.rst", "account/licenses.rst", "account/preferences.rst", "account/public-files.rst", "account/purchases.rst", "account/ssh.rst", "account/support.rst", "activity-bar.rst", "ai.rst", "alternativeto/jupyterhub.rst", "api-examples.rst", "api/add_collaborator.rst", "api/add_license_to_project.rst", "api/change_email_address.rst", "api/change_password.rst", "api/copy_path_between_projects.rst", "api/copy_path_delete.rst", "api/copy_path_status.rst", "api/copy_public_path_between_projects.rst", "api/create_account.rst", "api/create_project.rst", "api/create_support_ticket.rst", "api/delete_account.rst", "api/disconnect_from_project.rst", "api/forgot_password.rst", "api/get_available_upgrades.rst", "api/get_support_tickets.rst", "api/get_usernames.rst", "api/index.rst", "api/index0.rst", "api/invite_collaborator.rst", "api/invite_noncloud_collaborators.rst", "api/log_client_error.rst", "api/metrics.rst", "api/ping.rst", "api/project_exec.rst", "api/public_get_text_file.rst", "api/query.rst", "api/read_text_file_from_project.rst", "api/remove_collaborator.rst", "api/remove_license_from_project.rst", "api/reset_forgot_password.rst", "api/start_metrics.rst", "api/touch_project.rst", "api/unlink_passport.rst", "api/user_auth.rst", "api/user_search.rst", "api/write_text_file_to_project.rst", "api2/directory-listing.rst", "api2/email-address-from-account-id.rst", "api2/get-purchases.rst", "api2/index.rst", "api2/latex.rst", "api2/purchasing-licenses.rst", "api2/stop.rst", "api2/user-query.rst", "apikeys.rst", "backups.rst", "billing.rst", "chat.rst", "chatgpt.rst", "cloud_file_system.rst", "cocalc-cloud.rst", "cocalc-desktop.rst", "compute_server.rst", "contents.rst", "csv-viewer.rst", "display-options.rst", "explorer.rst", "files-search.rst", "flyouts.rst", "frame-editor.rst", "genindex.rst", "getting-started.rst", "howto/activeloop-hub.rst", "howto/assembly-language.rst", "howto/awscli.rst", "howto/bash-fortunes.rst", "howto/bokeh-server.rst", "howto/cant-save.rst", "howto/clock-is-off.rst", "howto/connectivity-issues.rst", "howto/convert-html-to-pdf.rst", "howto/cplusplus.rst", "howto/custom-jupyter-kernel.rst", "howto/dask.rst", "howto/disk-space-warning.rst", "howto/export-timetravel.rst", "howto/external-tools.rst", "howto/file-too-large.rst", "howto/firewall-info.rst", "howto/fix-broken-jupyter-pdf.rst", "howto/fortran.rst", "howto/front-end-dev.rst", "howto/gap-kernel-unavailable.rst", "howto/git.rst", "howto/google-api.rst", "howto/gsl.rst", "howto/index.rst", "howto/install-julia-package.rst", "howto/install-python-lib.rst", "howto/install-r-package.rst", "howto/jupyter-extension.rst", "howto/jupyter-kernel-selection.rst", "howto/jupyter-kernel-terminated.rst", "howto/jupyter-plot-png-svg.rst", "howto/jupyterlab-extensions.rst", "howto/license-doesnt-work.rst", "howto/low-memory.rst", "howto/missing-project.rst", "howto/mongodb.rst", "howto/multiple-accounts.rst", "howto/nbgrader.rst", "howto/neuron.rst", "howto/octave.rst", "howto/orphan.rst", "howto/overleaf.rst", "howto/parallel.rst", "howto/plotly-dash.rst", "howto/pluto.rst", "howto/postgresql.rst", "howto/project-invitation-tokens.rst", "howto/recover-deleted-file.rst", "howto/remarkjs-slideshow.rst", "howto/ruby.rst", "howto/run-r-step-by-step.rst", "howto/running-processes.rst", "howto/sage-question.rst", "howto/shiny-server.rst", "howto/slow-worksheet.rst", "howto/software-development.rst", "howto/streamlit.rst", "howto/sudo-make-install.rst", "howto/trouble.rst", "howto/turtle.rst", "howto/upload.rst", "howto/webserver.rst", "index.rst", "introduction.rst", "ipad.rst", "jupyter.rst", "jupyter-classical-vs-cocalc.rst", "jupyter-enhancements.rst", "jupyter-start.rst", "jupyter-tips-and-tricks.rst", "latex.rst", "latex-faq.rst", "latex-features.rst", "latex-start.rst", "licenses.rst", "markdown.rst", "news.rst", "news/ubuntu-2004.rst", "on-premises.rst", "paygo.rst", "platform.rst", "platform-news.rst", "plus-new.rst", "processes.rst", "project.rst", "project-faq.rst", "project-files.rst", "project-home.rst", "project-init.rst", "project-library.rst", "project-list.rst", "project-log.rst", "project-settings.rst", "project-toolbar.rst", "references.rst", "restrict-student-projects.rst", "rich-text.rst", "sagews.rst", "servers.rst", "service_options.rst", "share.rst", "slides.rst", "snippets.rst", "software.rst", "software/custom_software.rst", "software/custom_software0.rst", "software/updates-2018.rst", "software/updates-2019.rst", "software/updates-2020.rst", "software/updates-2021.rst", "software/updates-2022.rst", "software/updates-2023.rst", "software/updates-2024.rst", "tasks.rst", "teaching-after-course.rst", "teaching-course-management.rst", "teaching-create-course.rst", "teaching-instructors.rst", "teaching-interactions.rst", "teaching-nbgrader.rst", "teaching-students.rst", "teaching-tips_and_tricks.rst", "teaching-upgrade-course.rst", "teaching-upgrade-legacy.rst", "teaching-workshop.rst", "terminal.rst", "time-travel.rst", "timers.rst", "tours.rst", "trial.rst", "upgrade-guide.rst", "upgrades.rst", "user_interface.rst", "users.rst", "vouchers.rst", "vscode.rst", "whiteboard.rst", "why.rst", "why_not.rst", "working_with.rst", "x11.rst"], "indexentries": {}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"": [0, 1, 2, 3, 5, 6, 9, 10, 11, 16, 18, 29, 38, 39, 51, 53, 54, 57, 60, 62, 67, 68, 69, 72, 74, 75, 76, 78, 79, 80, 81, 85, 86, 87, 89, 91, 92, 96, 97, 100, 101, 102, 103, 105, 107, 113, 121, 122, 123, 126, 127, 129, 136, 137, 138, 142, 148, 149, 151, 152, 153, 155, 157, 160, 163, 164, 166, 167, 168, 169, 172, 174, 175, 176, 177, 182, 183, 184, 186, 188, 189, 191, 192, 193, 194, 195, 196, 201, 202, 207, 210, 211, 212, 213, 214, 216], "0": [2, 16, 18, 19, 22, 36, 49, 51, 62, 65, 72, 77, 79, 81, 85, 86, 92, 93, 98, 101, 111, 114, 119, 121, 127, 129, 131, 137, 147, 153, 164, 173, 182, 183, 197], "00": [2, 16, 101, 127, 164, 197], "000": [62, 65, 81, 85, 109, 131], "000077": 98, "0000ff": 172, "000362": 98, "000531": 98, "0010abe1": [22, 27], "001882": 98, "002b": 38, "003410": 98, "003461": 98, "004": 65, "0073f1196181": 168, "01": [101, 102], "010z": 51, "011z": 51, "0123": [22, 27], "013436": 98, "015": 147, "017470052": 51, "019005": 98, "026": 62, "0288b7d0": 37, "02feab6c": 36, "03": 164, "0333": 36, "03t16": [11, 29], "04": 49, "05": [35, 78, 182], "050": 129, "0546448087431694": 51, "05464481": 51, "05t14": 27, "06": [127, 173, 176, 191], "061806": 176, "06t02": 33, "07": [27, 33, 182], "0700": 121, "07897899": 21, "07t22": 51, "08": [16, 51], "08e8": [23, 46], "09": [164, 197], "098d": [11, 29], "0a5d792fc511": 101, "0b4df293": 21, "0b9641043b46": [35, 38], "0c7ae00c": 22, "0e9418a7": 47, "0k": 127, "0rc2": 183, "1": [2, 16, 38, 51, 54, 60, 62, 65, 72, 78, 79, 85, 86, 92, 93, 98, 101, 102, 118, 119, 123, 127, 129, 135, 143, 144, 147, 148, 149, 150, 151, 153, 162, 165, 173, 176, 177, 182, 192, 197, 199, 202, 207, 210, 212, 216], "10": [26, 36, 54, 62, 65, 75, 85, 86, 101, 119, 121, 127, 129, 131, 140, 147, 151, 164, 168, 173, 197, 199], "100": [2, 59, 62, 65, 75, 118, 131, 173, 183, 187, 191], "1000": [18, 62, 75, 79, 86, 131, 147, 199, 216], "100000": 131, "101": [196, 199], "102": 184, "1024": [32, 38], "1038": 77, "105": 127, "108": 127, "10a8e336a88d": 45, "10x": 65, "11": [11, 29, 35, 65, 77, 102, 153, 164, 197], "110": [65, 75], "111634c0": 38, "114": [65, 127], "115924": 127, "11757": 36, "11ec": 132, "11ed": [53, 55, 56], "11ee": 51, "12": [46, 65, 101, 127, 153, 164, 173, 188], "120": 81, "120000": 26, "121400": 164, "122": 184, "1234": [27, 75], "1238c868ff8b": [50, 54], "123f": 50, "1268": 65, "127": [86, 111], "128": 32, "1295981061": 211, "12d44cebb8cb": [11, 29], "13": [62, 77, 127, 183, 197], "131000": 26, "1324640": 127, "136": 127, "1364": 183, "137": 65, "1388": [11, 29], "13922": 183, "1397": 127, "13bcb9c7e9e5": [11, 29], "13t13": 191, "14": [164, 180, 181, 182, 185, 187], "141": 183, "14159265358": 45, "141z": 191, "14332": 164, "1453204": 182, "149": 65, "14df": [11, 29], "14f6": 28, "15": [35, 77, 179, 184, 185, 207], "150": 127, "1508": 35, "152": [131, 183], "16": [49, 54, 98, 127, 185, 187, 197, 207], "160712": 49, "162": 65, "164144": 49, "165": 65, "1650036446": 49, "1650150434": 49, "166b4dcaac7": 38, "1677": 36, "1677111163": 49, "1691447836428": 51, "1691447837010": 51, "1691448987937": 51, "16mb": 62, "17": [51, 78, 147, 182, 184], "170": 135, "1701809699a7": 38, "173": 65, "1731": 33, "1733400": 26, "176z": 33, "177z": [11, 29], "18": [65, 164], "1800": 98, "1809": 49, "18955da4": [12, 31, 32, 40], "19": [127, 182, 191], "19191cd03325": 38, "192f": [16, 19, 36, 37, 39, 48], "1960": 184, "1977": 98, "1a842a67": 47, "1c87a139": 33, "1d889484c794": 35, "1e37cac858ef": 26, "1e54d8c8e558": 25, "1fa1626": 38, "1m": 127, "1ubuntu0": 182, "2": [2, 36, 38, 49, 51, 52, 54, 60, 62, 65, 77, 78, 79, 88, 93, 98, 101, 102, 107, 119, 122, 123, 127, 129, 131, 143, 147, 149, 151, 153, 162, 165, 166, 167, 173, 177, 179, 182, 183, 197, 199, 202, 207, 212, 214], "20": [11, 29, 47, 62, 121, 123, 129, 164, 182, 186, 198, 199, 216], "200": [29, 30, 62, 135, 216], "2000": 51, "200000": 26, "2001": 78, "2002": 184, "200gb": 62, "2013": 193, "2015": [101, 214], "2016": [82, 101, 191], "20160307": 183, "2017": [27, 33, 35, 164, 180, 181, 182], "20170613": 182, "2018": [173, 179, 183], "20180717": 183, "20180806": 183, "2019": [16, 110, 142, 153, 161, 179, 184, 216], "202": 65, "2020": [11, 29, 101, 179, 185, 186, 197], "2021": [102, 179, 187], "2022": [49, 168, 176, 179, 185, 187], "2023": [5, 9, 51, 179, 198], "2024": [151, 179, 214], "2048": [26, 161], "20e4a191": 101, "21": [35, 78, 98, 127, 164, 198], "211": 65, "212": 127, "214d": [16, 19], "2194": 184, "22": [16, 77, 91, 164, 183, 184, 186], "22050": 173, "2222": [127, 164], "22296": 127, "222z": [11, 29], "22308": 127, "23": [2, 184], "231": 65, "2332be03": 20, "2337": 109, "234": 131, "234r": 131, "234z": [11, 29], "24": [38, 46, 65, 127, 173, 182, 184, 191, 193, 197], "240": 65, "242": 65, "24be9aa2aa1d": 38, "24t13": 35, "24t17": 35, "25": [49, 62, 182], "2507078b": 168, "2507078b6e5b43da809a0073f1196181": 168, "256": [38, 75, 136], "256color": [182, 201], "256m": 86, "2595": [35, 38], "25d0": 47, "26": [62, 127, 182, 191], "262c": 56, "262e": 55, "2634": 53, "26ed294b": 25, "27": [51, 176, 197], "27000": 38, "27017": 111, "28": [27, 75, 77, 101], "28648": 183, "288z": 35, "29": [16, 27, 35, 127], "2916": 173, "29163de6": 38, "291f43c1": 22, "29z": 27, "2a0ba54fa": 183, "2aae4347": [16, 19], "2ae9a0a47fef": 51, "2be22e08": 38, "2c080bb07155": 47, "2d0e2faa": 37, "2dde5af3aed8": 35, "2f22f36cbe91": 55, "2f23a33f675": 47, "2fa": 197, "2m": 127, "2nd": 178, "2pi": 98, "3": [36, 38, 47, 51, 62, 65, 74, 75, 77, 79, 81, 85, 86, 93, 97, 98, 101, 102, 103, 104, 106, 118, 129, 131, 143, 147, 151, 153, 165, 168, 173, 182, 186, 188, 191, 197, 202, 207, 216], "30": [62, 65, 109, 118, 131, 168, 169, 176, 207], "300": [38, 167], "3000": [38, 51], "3029": 22, "304506b4": 55, "31": [78, 118], "312z": 35, "32": [33, 78, 183], "3210df68748f": 42, "3212": 127, "321e": 47, "3235": 38, "32767": 173, "32b485a8": 28, "32fafe733f29": 47, "33": 183, "34": [65, 183], "3400": 182, "3456000": 26, "3461": 147, "348e": 15, "34a424dc": 33, "3573": 183, "3586c43348d1": 21, "3589": 153, "35a0eea6": 42, "36": [22, 65], "36148": 127, "36862b42": 53, "37": [51, 127], "370a": 42, "372": 26, "372b55e1544a": 15, "37525": 184, "377eb8": 129, "37836": 164, "37cb983298e3": 14, "38": 182, "380": 147, "3818fa50": 47, "3823b1e1773f": 38, "384": 49, "38512af603a6": 22, "38be": 51, "38z": 27, "39": 183, "391322": 98, "392673": 98, "39289ba7": 36, "3932039296856768591842462603255": 98, "393204": 98, "393281": 98, "398042fae8c9": [23, 46], "39d7203d": 32, "39fde95dc71d": 47, "3b8b6aedd65b": 53, "3d": [176, 187, 216], "3m": 127, "3rd": [60, 82, 89, 91], "4": [38, 47, 62, 65, 79, 86, 88, 98, 102, 119, 127, 129, 131, 147, 153, 164, 165, 182, 183, 197, 199, 210], "40": [2, 62, 65, 101, 131, 182, 183, 191], "400": [26, 62, 65, 124], "4000": 183, "4004": 47, "400gb": 62, "400ital": 124, "401a": 47, "404e": [11, 29], "405d": 47, "407z": 191, "41": [33, 183, 184], "410b": [16, 19, 36, 37, 39, 48], "411a": 36, "4120": 183, "4121857": 176, "412209": 98, "4128": 38, "412f43ac5": 183, "413c": 28, "4145": 32, "4147": [11, 29], "4167": 47, "416d": 35, "41a3": 47, "41b5": 38, "41e7": 38, "41ff89c3": 15, "42": [183, 184], "4208": [11, 29], "4240": 173, "427": 51, "4281e501b85": 21, "42d2": [35, 38], "43": [82, 183, 184], "4300": 65, "430f": 35, "431c": 22, "4321": 75, "432a": [23, 46], "4361": 15, "43da": 168, "44": [78, 183, 184], "440": 173, "443": 91, "443d": 38, "44572": 182, "44c1": 37, "44ef": 26, "45": [183, 184], "4501f022": 14, "450f": 39, "4519": 22, "4520": 164, "4560ea788": 183, "4562": [22, 27], "45ae": 137, "45c3": 42, "45d0": 21, "45d851ac": [16, 19], "46": 183, "4602": 27, "4628": [127, 164], "46be": 38, "47": [35, 184], "4762": 143, "47e1": 25, "47f0": 86, "48": [161, 183, 184], "480e518b2f84": 39, "481c": [50, 54], "481d6055": 39, "483": 49, "4859": 42, "4871": 38, "4893": 38, "4895": 37, "48ad": 36, "49": [65, 183, 184], "4921": 101, "4952": 22, "495b": [36, 45], "496f": 38, "4981": 22, "499500": 86, "49a6": 20, "4a18": 28, "4a5f0542": 173, "4aaf": 14, "4aea": [16, 19], "4afa": [12, 31, 32, 40], "4b31": 33, "4b42": [22, 27], "4b88": 14, "4b89fd934fba": [16, 19, 36, 37, 39, 48], "4beta4": 182, "4bf8": [11, 29], "4bfa": [12, 31, 32, 40], "4c4ad130": 86, "4c5c": 38, "4cbc": [12, 31, 40], "4cdd": 33, "4daf4a": 129, "4dbfe0db2b9c": 28, "4e27": 47, "4e29": [12, 14, 23, 31, 36, 40, 46], "4eda65": 101, "4eed": 173, "4f78": 45, "4fbc": 21, "4fd1": [16, 19], "4fda": 28, "4fe5": 49, "4m": 127, "4th": 86, "5": [2, 22, 36, 62, 65, 75, 77, 79, 90, 98, 101, 119, 127, 129, 136, 140, 147, 153, 164, 173, 176, 179, 182], "50": [47, 62, 145, 166, 182], "500": [131, 184], "5006": 79, "501st": 131, "5034af8c0004": 28, "51": [26, 183], "512": [26, 75], "512m": 86, "51e2b4c": 153, "52": 127, "523": 184, "5270": 120, "52818dfe": [11, 29], "537": 22, "54": [11, 29, 98, 127], "540054e5bcaf": [11, 29], "55": [11, 29, 185], "553f2815": 35, "56": [51, 62, 65, 183], "5609": 39, "5728": 164, "57fcfd71": 26, "58": [22, 127, 183], "581076966": 135, "5836": 127, "5873": 173, "5896": 127, "58bfd6f4": 27, "58f8": [12, 14, 23, 31, 40, 46], "59": [2, 35, 101, 161], "59203bbbb017": 37, "5960": 127, "5972": 127, "59e41d5682a3": 32, "5bd0": 137, "5c5b8afd8": 183, "5e835bd47570": 42, "5ea0": [16, 19], "5ee8d3ca": 49, "5k": 197, "5m": 127, "6": [15, 20, 26, 42, 77, 121, 127, 131, 153, 182, 183], "60": [62, 65, 82, 164, 182, 183], "600": 79, "6000": [65, 127, 164], "6001": [127, 164], "6024": [177, 212], "6059": [11, 29], "60f9ea81": 137, "61": 186, "6128": 186, "62": 182, "62bf": 86, "63": 185, "631": 127, "639a6b2": 38, "64": [15, 20, 42, 65, 76, 101, 102, 183], "644d": 42, "64bit": 184, "65": [62, 118, 161, 183], "650": 182, "65cd2079": [11, 29], "66": [118, 216], "6631": 152, "665b": 45, "6695": 188, "67": [161, 183], "675": 184, "6767": 119, "676d92f8b0b8": 27, "69": 182, "6969": 129, "6a90": 36, "6bbb": 21, "6bd1fef1a6fa": 86, "6c21": 47, "6c28c5f4": 38, "6e5b": 168, "6m": 127, "7": [9, 65, 78, 101, 131, 144, 153, 164, 182, 183, 184, 193], "70": [184, 191], "700": [124, 183], "7048": 38, "712307fa6859": 22, "72": [127, 161], "720": 183, "72296": [127, 164], "7247": 183, "73": 182, "730": 183, "73ea": 101, "74": [98, 183], "740": 183, "742z": 35, "7499": 38, "75": 183, "750": 184, "7500": 167, "756": [127, 164], "76": [183, 184], "761": 184, "768": 38, "76de986e101f": 137, "78": 184, "79": 184, "7f2358c05eb8": [12, 31, 32, 40], "7m": 127, "8": [65, 98, 101, 124, 127, 148, 153, 164, 182, 183, 184, 185], "80": [26, 65, 91, 132, 184, 191], "800": 79, "8000": 26, "8006": 79, "809a": 168, "809c": [16, 19], "80a7": 21, "80e9": 101, "8123": 65, "81fe3614": 132, "820d": 45, "8269": [16, 19, 36, 37, 39, 48], "82b8": 27, "8305184841156006": 93, "832": 164, "8358017cec89": 56, "836a": 35, "84": 65, "8501": 132, "85bd6027": 42, "86400": 38, "86fea3f0": 36, "87": 65, "876": 127, "8786": 86, "8787": 86, "87ba": 37, "88": 127, "885": 122, "886": 197, "888": 49, "889d": 53, "89": 127, "893a": 37, "897d": 47, "89b1": 32, "89e6": [11, 29], "8a23b58988a9": 36, "8a33": 56, "8a3c": 21, "8a78a37d": 36, "8a7a": 32, "8da110d44cd242ec916118a52f745337": 136, "8dbd": 86, "8e248b54eb94": 45, "8e69": 35, "8ec4ac73": [35, 38], "8ei2z0": 36, "8f3f": 25, "8f68f6c4": 14, "8m": 127, "8ubuntu0": 182, "8x": 65, "9": [101, 121, 147, 153, 164, 182, 183, 199], "90": [147, 183, 191], "90d4a8b1ac47": 22, "91": 127, "910c": [12, 31, 32, 40], "9131": [11, 29], "9172": 28, "92": 161, "9202": 51, "920a": 28, "922b": 25, "9283": [22, 27], "93": 161, "933a": 20, "937z": 51, "93f8131c": 47, "94000": 26, "94ae": 36, "9523": 47, "96": 22, "960": 62, "96c523b8": 47, "970a": 47, "978240": 164, "97f4": 47, "981c": [12, 31, 40], "9845": 38, "9845fac7076c": [11, 29], "984e": 36, "984ea3": 129, "9851": 14, "99": [38, 183], "9928": 54, "9965": 137, "9997": [16, 19], "999999": 129, "99a06c054a60": [16, 19], "99ebde5c": [12, 14, 23, 31, 40, 46], "9aab": [22, 27], "9b0": 183, "9b0e": 38, "9b896055": 28, "9c14a25fbe58": 36, "9cd5f68bac20": 38, "9cd8": 14, "9dd3ef3f": 38, "9e13": 33, "9e17": 42, "9e8b68ac": [23, 46], "9f64": 37, "A": [0, 1, 2, 4, 5, 7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 39, 40, 41, 42, 44, 46, 47, 48, 56, 57, 60, 62, 65, 71, 78, 79, 81, 82, 88, 91, 93, 94, 98, 101, 107, 109, 117, 118, 119, 120, 124, 128, 131, 135, 138, 143, 144, 147, 148, 155, 157, 162, 164, 168, 169, 173, 177, 179, 183, 184, 185, 186, 187, 189, 191, 195, 197, 202, 212, 216], "And": [62, 74, 84, 164, 168, 172], "As": [2, 49, 50, 62, 65, 66, 82, 87, 95, 123, 136, 147, 153, 161, 166, 168, 175, 177, 183, 186, 192, 194, 195, 196, 198, 212, 213, 214, 216], "At": [16, 60, 65, 74, 95, 107, 108, 131, 147, 168, 169, 172, 177, 191, 195, 197, 212, 216], "Be": [54, 108, 132, 192], "Being": 62, "But": [109, 161, 175], "By": [53, 62, 68, 131, 133, 144, 147, 148, 149, 151, 162, 167, 177, 194, 197, 207, 212], "For": [2, 4, 6, 9, 50, 52, 59, 62, 64, 65, 72, 75, 76, 79, 82, 84, 85, 86, 88, 92, 95, 98, 103, 106, 109, 110, 112, 113, 122, 124, 128, 131, 136, 137, 143, 144, 145, 146, 147, 149, 150, 151, 153, 158, 161, 164, 166, 168, 172, 173, 175, 176, 179, 184, 185, 190, 191, 192, 193, 195, 196, 197, 199, 201, 202, 203, 207, 210, 211, 216], "IFS": 184, "IT": [79, 213], "If": [0, 2, 3, 5, 6, 7, 8, 9, 10, 11, 16, 19, 22, 29, 30, 36, 39, 47, 48, 49, 50, 54, 57, 59, 60, 62, 64, 65, 67, 68, 69, 70, 72, 74, 75, 78, 79, 80, 81, 82, 84, 85, 86, 87, 88, 89, 90, 92, 96, 97, 100, 101, 102, 105, 108, 109, 110, 112, 113, 114, 115, 117, 118, 120, 122, 126, 127, 128, 129, 131, 132, 134, 135, 137, 138, 140, 142, 143, 144, 145, 147, 148, 149, 150, 151, 153, 162, 166, 168, 169, 172, 173, 175, 176, 177, 178, 179, 184, 190, 191, 192, 194, 195, 196, 197, 198, 200, 201, 202, 205, 206, 210, 212, 213, 214, 216], "In": [2, 3, 9, 10, 11, 22, 29, 30, 33, 36, 38, 39, 52, 54, 57, 60, 65, 68, 72, 74, 75, 78, 82, 85, 86, 88, 90, 91, 93, 97, 101, 102, 103, 104, 105, 107, 109, 110, 111, 114, 117, 121, 122, 123, 126, 130, 131, 132, 135, 136, 139, 144, 145, 147, 148, 149, 150, 151, 153, 155, 157, 158, 164, 165, 168, 171, 172, 173, 176, 177, 179, 185, 186, 187, 189, 190, 192, 194, 195, 196, 197, 198, 199, 200, 201, 202, 205, 210, 211, 212, 214, 216], "It": [1, 2, 5, 9, 10, 11, 29, 36, 38, 49, 57, 62, 65, 68, 69, 75, 82, 86, 88, 91, 92, 98, 101, 102, 105, 110, 111, 113, 115, 125, 127, 129, 131, 135, 136, 139, 140, 143, 144, 147, 149, 151, 153, 154, 157, 160, 161, 162, 164, 168, 169, 171, 173, 179, 180, 181, 182, 183, 184, 185, 186, 187, 189, 191, 192, 195, 196, 197, 201, 202, 205, 210, 211, 216], "Its": 138, "NOT": [9, 10, 12, 40, 62, 65, 66, 82, 122, 139, 142, 168, 173, 176, 196, 216], "No": [38, 68, 100, 101, 113, 139, 150, 175, 180, 181, 191, 202, 214], "Not": [94, 150, 173, 175, 176, 179, 186], "OF": 78, "OR": 84, "Of": [10, 54, 65, 105, 177, 189, 194], "On": [62, 65, 74, 82, 113, 139, 144, 168, 173, 188, 192, 193, 196, 216], "One": [4, 54, 78, 80, 82, 83, 88, 105, 112, 131, 144, 147, 154, 160, 168, 196, 199, 201], "Or": [9, 80, 82, 105, 112, 122, 125, 131, 168, 189, 190, 191, 195], "Such": [82, 147, 179, 201], "THE": [78, 97], "That": [7, 52, 65, 82, 86, 92, 97, 100, 112, 131, 140, 147, 153, 168, 173, 176, 199, 201, 216], "The": [0, 1, 2, 3, 4, 5, 8, 9, 10, 11, 12, 16, 19, 22, 29, 30, 31, 38, 40, 47, 48, 49, 53, 54, 55, 56, 57, 60, 62, 64, 65, 67, 68, 69, 72, 75, 77, 78, 79, 81, 82, 85, 86, 89, 90, 92, 96, 97, 98, 100, 101, 102, 103, 104, 105, 109, 111, 112, 113, 114, 115, 119, 121, 122, 123, 125, 127, 128, 129, 130, 131, 132, 135, 136, 142, 143, 144, 145, 148, 149, 151, 152, 153, 154, 155, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 172, 173, 176, 177, 178, 179, 180, 181, 183, 184, 185, 186, 187, 189, 190, 191, 192, 194, 195, 196, 197, 198, 199, 200, 201, 202, 205, 207, 210, 212, 214, 216], "Their": 193, "Then": [11, 29, 32, 62, 65, 72, 82, 84, 85, 92, 97, 98, 101, 102, 103, 105, 109, 112, 117, 123, 128, 129, 131, 132, 133, 136, 145, 147, 150, 151, 162, 168, 190, 196, 197, 198, 201, 202, 210], "There": [2, 4, 9, 10, 18, 27, 47, 54, 62, 65, 70, 72, 74, 82, 83, 88, 92, 96, 101, 104, 105, 109, 112, 113, 122, 124, 125, 128, 131, 135, 136, 140, 144, 145, 147, 148, 149, 151, 153, 154, 157, 158, 159, 165, 166, 168, 173, 176, 177, 179, 183, 193, 194, 195, 196, 197, 201, 207, 211, 212, 213, 216], "These": [10, 38, 49, 52, 62, 65, 72, 85, 99, 106, 123, 131, 142, 143, 147, 148, 150, 162, 168, 171, 172, 191, 199, 201, 207], "To": [1, 3, 5, 6, 9, 11, 29, 30, 32, 52, 54, 57, 59, 60, 62, 65, 67, 72, 75, 76, 84, 85, 86, 92, 96, 97, 100, 101, 102, 103, 104, 108, 110, 113, 114, 117, 121, 125, 130, 131, 132, 135, 136, 138, 142, 143, 144, 145, 147, 148, 149, 150, 151, 155, 160, 162, 164, 168, 169, 172, 173, 176, 182, 183, 184, 189, 190, 192, 194, 196, 197, 201, 202, 203, 207, 210, 211, 213, 216], "Will": 62, "With": [2, 3, 10, 11, 29, 62, 66, 77, 82, 101, 115, 121, 131, 156, 162, 172, 178, 195, 197, 198, 202, 210], "_": [78, 147, 164, 178, 182, 183, 216], "___": 78, "_______________________________________": 78, "_________________________________________": 78, "__init__": 101, "__main__": [79, 119], "__name__": [79, 119], "__sagews__": 131, "__version__": [101, 114], "_note": 178, "_permiss": 121, "a083": 22, "a1": [39, 48], "a100": 65, "a17037cb": 22, "a18c706e8bcd": 173, "a222": 47, "a229": 39, "a2554ec8": 45, "a279": 55, "a4": 65, "a407cc35": 54, "a407dd35": 50, "a541": 36, "a57c": 14, "a622": 28, "a63f": 132, "a65628": 129, "a743": 36, "a803": 28, "a853": [23, 46], "a85c": 173, "a94": 49, "aa71929b2bfb": 37, "aa7d": 20, "ab": 135, "ab2f": 42, "abbrevi": 101, "abc": 36, "abc3": 38, "abc3ca91": [11, 29], "abd649bf": 22, "abil": [11, 29, 176], "abl": [11, 23, 29, 57, 62, 65, 68, 85, 86, 87, 101, 102, 109, 112, 115, 130, 145, 147, 150, 168, 176, 182, 194, 196, 198, 205, 213], "aboslut": 127, "about": [1, 3, 5, 9, 11, 16, 18, 22, 29, 51, 52, 53, 55, 56, 58, 59, 62, 65, 66, 69, 74, 82, 86, 89, 92, 100, 102, 103, 104, 109, 110, 111, 112, 113, 115, 120, 121, 122, 123, 127, 131, 134, 144, 147, 148, 150, 157, 160, 161, 163, 164, 165, 166, 169, 176, 177, 179, 180, 181, 182, 183, 184, 192, 195, 197, 199, 200, 201, 202, 205, 206, 207, 208, 211, 212, 213, 216], "abov": [2, 3, 10, 11, 29, 33, 38, 47, 49, 54, 57, 59, 65, 81, 82, 85, 86, 92, 97, 101, 102, 109, 110, 123, 130, 131, 132, 135, 136, 137, 142, 143, 144, 145, 151, 161, 164, 166, 168, 173, 176, 191, 197, 199, 200, 210, 216], "absolut": [89, 137], "abstract": 187, "abus": 205, "ac": 191, "ac1f": 38, "ac5": 182, "acad": 98, "acceler": 65, "accept": [12, 29, 30, 32, 81, 122, 168, 184], "access": [1, 2, 4, 5, 6, 10, 16, 17, 18, 19, 38, 39, 48, 57, 65, 74, 79, 85, 91, 96, 98, 100, 101, 102, 105, 112, 119, 121, 123, 131, 132, 134, 136, 137, 138, 144, 153, 154, 164, 167, 168, 175, 176, 177, 183, 185, 192, 193, 194, 197, 199, 200, 201, 205, 208, 211, 213, 214, 216], "accessibilitystat": 74, "accident": [65, 68, 155, 168], "accommod": [191, 207], "accompani": [176, 178, 179, 180, 181, 183], "accomplish": [85, 92, 99, 147, 151, 197], "accont": 57, "accord": [65, 151, 192, 199, 201], "accordingli": [72, 113, 216], "account": [4, 7, 11, 12, 14, 15, 20, 22, 23, 25, 27, 28, 29, 31, 32, 38, 45, 46, 47, 52, 54, 56, 62, 65, 66, 68, 72, 76, 96, 97, 99, 101, 103, 110, 122, 136, 138, 139, 142, 147, 149, 150, 154, 155, 156, 166, 167, 168, 176, 179, 189, 190, 191, 192, 193, 196, 198, 199, 208, 210, 213, 216], "account_creation_fail": 20, "account_delet": 23, "account_id": [12, 14, 15, 22, 23, 27, 28, 31, 33, 38, 40, 45, 46, 47, 49, 54, 56], "accumul": [197, 201], "achiev": [197, 202], "ack": [11, 29], "acknowledg": [11, 29, 109], "acquir": 150, "acronym": 184, "across": [60, 62, 68, 82, 108, 157, 168, 179, 183, 186, 187], "act": [167, 213], "action": [1, 11, 29, 38, 54, 68, 69, 82, 105, 109, 143, 144, 160, 168, 169, 172, 177, 185, 208, 212, 216], "action_request": 38, "activ": [2, 3, 5, 10, 38, 44, 47, 60, 62, 66, 71, 72, 74, 82, 85, 87, 101, 104, 109, 131, 142, 143, 148, 150, 151, 155, 159, 163, 166, 167, 168, 174, 190, 191, 193, 207, 208, 209, 211, 214], "activeloop": 75, "actual": [11, 29, 38, 62, 65, 85, 86, 88, 101, 104, 117, 124, 131, 145, 148, 161, 176, 197, 207], "ad": [12, 52, 54, 62, 68, 74, 82, 97, 112, 113, 122, 131, 143, 144, 145, 147, 150, 151, 153, 155, 157, 162, 166, 168, 172, 176, 178, 182, 183, 184, 186, 189, 190, 191, 192, 193, 194, 195, 197, 201, 203, 205, 210], "ad1d": 15, "ad47": [35, 38], "ad7d6b17": 38, "ada": 182, "adapt": 51, "adb": 182, "add": [2, 3, 5, 10, 12, 13, 57, 59, 60, 65, 72, 75, 78, 85, 87, 100, 101, 102, 107, 108, 109, 112, 113, 114, 121, 122, 128, 130, 131, 142, 143, 147, 148, 150, 151, 157, 160, 162, 166, 169, 172, 175, 176, 177, 178, 183, 191, 193, 194, 196, 197, 199, 201, 202, 203, 206, 207, 208, 209, 210, 212], "add_collabor": 29, "add_cus_dep": 147, "add_license_to_project": 29, "addeventlisten": [11, 29], "addit": [2, 3, 9, 11, 22, 51, 58, 60, 62, 65, 71, 82, 96, 101, 109, 131, 132, 137, 139, 147, 151, 153, 155, 156, 159, 164, 169, 174, 176, 179, 182, 183, 184, 186, 189, 194, 195, 196, 197, 201, 207, 210, 216], "addition": [18, 82, 183, 184, 187, 196, 201], "addplot": 147, "address": [2, 3, 7, 10, 14, 20, 25, 31, 32, 47, 52, 56, 59, 60, 65, 74, 82, 86, 110, 112, 121, 131, 136, 137, 168, 188, 190, 192, 193, 196, 210, 214], "addtion": 168, "adequ": 65, "adipisc": 151, "adjust": [65, 107, 138, 150, 168, 173, 176, 198, 199, 201], "admcycl": [183, 184, 186], "admin": [10, 11, 29, 47, 50], "administr": [78, 175, 190, 213, 214], "adopt": [213, 214], "adtk": [183, 184], "advanc": [9, 62, 143, 145, 165, 175, 179, 198, 207, 213, 216], "advantag": [9, 10, 62, 68, 82, 142, 144, 213, 216], "advertis": 82, "advis": 191, "aer": 183, "af0eb05ebfc": 14, "af6a": 47, "afca": 36, "affect": [62, 82, 142, 168, 182, 197], "affi": 183, "affili": [184, 197], "afford": [2, 214], "after": [0, 2, 3, 4, 8, 9, 16, 23, 29, 30, 36, 54, 57, 60, 62, 65, 66, 68, 69, 71, 72, 75, 80, 82, 85, 87, 97, 98, 100, 101, 102, 104, 105, 107, 108, 111, 119, 121, 122, 127, 131, 132, 135, 140, 144, 145, 147, 148, 149, 150, 151, 155, 157, 161, 164, 166, 168, 169, 172, 173, 174, 177, 178, 179, 187, 191, 192, 193, 195, 196, 197, 198, 199, 201, 203, 207, 209, 210, 212, 216], "afterward": [161, 214, 216], "ag": 121, "again": [57, 65, 68, 78, 82, 85, 86, 87, 88, 97, 102, 110, 112, 114, 115, 117, 121, 127, 130, 131, 135, 139, 143, 144, 145, 147, 151, 168, 182, 184, 197, 199, 201, 216], "against": [52, 58, 62, 87, 98, 198], "agat": 185, "agenda": 124, "agent": 168, "aggreg": 36, "aggress": 82, "ago": [162, 199], "agre": 74, "agreed_to_term": 20, "agreement": 9, "ahead": [65, 147, 150, 179, 195, 216], "ai": [10, 61, 65, 66, 75, 138, 144, 171, 198, 213, 215], "aid": 152, "aim": [180, 181], "aiohttp": 183, "aip": 79, "air": 65, "alert": [60, 81, 152], "algebra": [183, 184, 216], "algopi": 182, "algorithm": [95, 183, 184, 185, 187], "alia": 168, "alias": 131, "aliqua": 151, "aliyun": 213, "all": [3, 4, 6, 9, 11, 16, 19, 29, 30, 36, 38, 47, 50, 57, 58, 59, 60, 62, 65, 68, 72, 74, 78, 81, 83, 85, 86, 88, 89, 91, 92, 98, 100, 101, 108, 109, 110, 112, 123, 130, 137, 138, 140, 144, 145, 147, 148, 149, 150, 151, 153, 157, 158, 160, 161, 162, 164, 165, 166, 168, 171, 173, 176, 177, 179, 180, 181, 183, 184, 185, 187, 189, 190, 191, 192, 193, 194, 195, 196, 198, 199, 200, 201, 202, 205, 210, 211, 212, 213, 214, 216], "alloc": [62, 86, 108, 109, 197, 199], "allot": 65, "allow": [1, 3, 5, 9, 10, 29, 30, 36, 52, 65, 68, 69, 79, 86, 89, 91, 92, 96, 100, 107, 109, 112, 119, 129, 130, 133, 136, 140, 142, 143, 144, 145, 147, 150, 155, 159, 166, 168, 169, 176, 177, 178, 183, 184, 191, 192, 195, 197, 198, 199, 201, 203, 205, 207, 212, 213, 216], "allow_websocket_origin": 79, "almost": [82, 101, 102, 110, 153, 192, 216], "alon": [112, 183, 216], "along": [65, 81, 82, 153, 168, 183, 191, 213], "alongsid": 176, "alpha": 179, "alreadi": [2, 5, 9, 10, 12, 14, 16, 20, 23, 31, 32, 48, 54, 59, 65, 85, 97, 100, 101, 102, 111, 122, 132, 137, 147, 148, 150, 153, 154, 168, 179, 186, 192, 196, 197, 198, 201, 205, 210, 213, 216], "also": [1, 3, 5, 9, 10, 11, 18, 23, 29, 30, 39, 49, 50, 54, 57, 58, 60, 62, 65, 70, 72, 74, 75, 78, 82, 86, 88, 89, 92, 93, 97, 98, 100, 101, 102, 103, 104, 105, 109, 110, 112, 113, 121, 127, 128, 129, 130, 131, 142, 147, 148, 149, 151, 152, 153, 157, 158, 161, 165, 166, 168, 171, 172, 173, 176, 179, 180, 182, 183, 184, 185, 186, 187, 188, 189, 190, 192, 194, 196, 197, 199, 201, 202, 203, 207, 210, 211, 212, 213, 216], "alt": [72, 89, 148, 149, 189], "altair": 184, "alter": [3, 9, 168, 197], "altern": [62, 65, 75, 82, 101, 109, 131, 145, 147, 153, 160, 178, 179, 184, 185, 191, 196, 197, 208, 213, 214], "although": [62, 168, 186, 194, 216], "alwai": [62, 68, 82, 86, 100, 105, 131, 142, 147, 151, 168, 179, 184, 190, 194, 207, 216], "am": [9, 173, 197], "amazon": [77, 168], "amazonaw": 77, "ambient": 65, "amet": 151, "among": [44, 85, 118, 138, 187], "amount": [9, 54, 62, 65, 109, 119, 131, 138, 143, 145, 155, 173, 196, 198, 199, 207, 210], "amplitud": 79, "an": [1, 2, 3, 4, 5, 6, 7, 9, 10, 12, 14, 15, 16, 18, 20, 22, 23, 25, 30, 31, 32, 33, 36, 39, 46, 47, 49, 50, 51, 54, 55, 60, 62, 65, 68, 72, 75, 78, 79, 80, 83, 85, 86, 88, 89, 90, 93, 96, 97, 98, 100, 101, 102, 103, 104, 109, 110, 117, 121, 122, 126, 127, 132, 135, 136, 137, 138, 139, 140, 142, 143, 144, 145, 148, 149, 150, 151, 153, 154, 155, 156, 157, 160, 161, 162, 164, 165, 168, 171, 172, 176, 177, 179, 180, 181, 182, 183, 184, 185, 186, 187, 189, 190, 192, 193, 194, 196, 198, 199, 201, 205, 207, 208, 210, 212, 213, 216], "anacond2019": 201, "anaconda": [65, 153, 182, 183, 184, 185, 187], "anaconda2019": 201, "anaconda2020": [101, 153], "anaconda3": [105, 183], "anaconda5": [182, 201], "analag": 197, "analog": 65, "analogu": 176, "analysi": [183, 184, 185, 186, 216], "analyt": [184, 186], "analyz": [91, 183, 184, 185], "ani": [2, 4, 5, 8, 9, 10, 38, 50, 52, 57, 60, 62, 65, 68, 72, 74, 77, 80, 96, 100, 101, 104, 108, 111, 113, 117, 121, 122, 124, 130, 131, 133, 136, 138, 145, 146, 147, 148, 149, 150, 151, 153, 155, 157, 158, 160, 162, 164, 166, 167, 168, 169, 171, 172, 173, 176, 177, 184, 189, 191, 192, 194, 196, 197, 198, 199, 200, 201, 202, 203, 205, 207, 210, 211, 212, 213, 214, 216], "anim": 75, "ann": [5, 57, 67, 71, 152, 163, 166, 172, 177, 183, 210], "anneal": 183, "annot": [178, 191, 195, 216], "announc": [5, 57, 67, 71, 152, 163, 166, 172, 177, 178, 183, 210, 212], "anomali": 183, "anonym": [50, 122, 191, 197], "anoth": [2, 16, 36, 50, 62, 65, 75, 82, 85, 105, 110, 118, 131, 132, 135, 142, 147, 150, 151, 161, 168, 172, 173, 176, 177, 184, 189, 190, 191, 192, 195, 196, 201, 202, 212, 213], "ansi2html": 184, "answer": [9, 59, 98, 113, 128, 161, 173, 183, 190, 191, 195, 197, 206, 213], "anti": 82, "anybodi": [123, 137, 176], "anymor": 122, "anyon": [121, 122, 168], "anyplac": 143, "anyth": [20, 62, 65, 85, 98, 100, 130, 136, 138, 139, 157, 168, 173, 190, 191, 195, 196, 197, 210, 213], "anytim": 65, "anywai": [62, 86], "anywher": [60, 151, 162, 172, 189, 205], "apach": 183, "apart": [9, 10, 65], "api": [3, 12, 14, 15, 16, 19, 20, 21, 22, 23, 25, 26, 27, 28, 31, 32, 33, 35, 36, 37, 38, 39, 40, 42, 45, 46, 47, 48, 51, 53, 55, 56, 66, 99, 109, 156, 168, 180, 181, 182, 183, 208], "api_kei": [51, 57], "app": [11, 29, 46, 57, 68, 75, 89, 96, 129, 132, 216], "appear": [0, 2, 3, 4, 8, 9, 26, 29, 30, 52, 60, 65, 68, 71, 72, 80, 84, 101, 108, 115, 135, 143, 145, 147, 150, 155, 162, 166, 168, 169, 172, 173, 177, 178, 182, 189, 191, 192, 195, 197, 198, 201, 212, 216], "append": [22, 78, 88, 97, 109, 131, 148, 151, 164, 173, 182], "appl": [119, 177, 183, 212], "appli": [2, 6, 38, 74, 108, 109, 131, 142, 155, 161, 168, 171, 175, 190, 192, 196, 197, 199, 200, 210], "applic": [11, 22, 28, 29, 30, 35, 36, 38, 45, 49, 50, 51, 54, 56, 57, 64, 65, 66, 78, 79, 89, 90, 119, 127, 130, 131, 132, 135, 138, 145, 152, 168, 177, 180, 181, 183, 184, 187, 201, 208, 211, 212, 214, 215], "approach": [65, 85, 101, 112, 118, 131, 135, 139, 142, 154, 173, 176, 180, 181, 183, 214, 216], "appropri": [9, 10, 60, 109, 183, 196, 197, 205, 216], "approxfun": 184, "approxim": [62, 183], "april": 142, "apt": [65, 78, 131, 135], "aqua": 183, "ar": [1, 2, 3, 4, 5, 6, 8, 9, 10, 11, 16, 17, 18, 19, 22, 26, 27, 29, 30, 32, 36, 38, 45, 47, 48, 49, 52, 53, 54, 57, 58, 59, 60, 62, 65, 68, 69, 70, 71, 72, 74, 75, 76, 77, 78, 79, 80, 81, 83, 84, 85, 87, 88, 89, 90, 91, 92, 95, 96, 97, 98, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 113, 114, 115, 117, 118, 119, 120, 121, 122, 123, 124, 125, 127, 128, 130, 131, 132, 134, 135, 136, 138, 140, 142, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, 154, 155, 157, 158, 159, 160, 162, 165, 166, 168, 169, 171, 172, 176, 177, 178, 179, 180, 181, 182, 183, 184, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 198, 199, 200, 201, 205, 206, 207, 210, 211, 212, 213, 214, 216], "arab": 147, "arang": 173, "arbitrari": [2, 11, 29, 54, 147, 184, 197, 214], "arbitrarili": 186, "arch": 183, "architectur": [154, 185], "archiv": [27, 36, 62, 117, 157, 161, 162, 182, 196, 197], "arctic": [182, 183, 184], "area": [2, 6, 9, 69, 104, 122, 144, 148, 168, 187, 191, 197, 216], "aren": [62, 131, 164, 184, 197, 207], "arg": [36, 131], "arguabl": 96, "argument": [36, 37, 39, 75, 85, 109, 119, 173], "argv": 85, "arima": 184, "aris": [62, 68, 201], "around": [68, 82, 101, 109, 114, 149, 151, 153, 183, 186, 202], "arrai": [12, 18, 39, 54, 85, 109, 184], "arrang": [1, 8, 10, 175], "arraydiff": 183, "arriv": [82, 199], "arrow": [16, 117, 183, 189, 202, 216], "arrrrgh": 78, "art": [75, 78], "articl": [53, 71, 96, 118, 132, 164, 166, 168, 173, 178, 207], "artifact": 77, "artist": 216, "arv": 85, "arviz": 184, "ascii": 78, "asciidoctor": 184, "asdf": 216, "ase": 185, "asi": 147, "ask": [3, 9, 60, 82, 102, 109, 123, 128, 129, 131, 138, 179, 183, 190, 196], "asl": 183, "asm": 76, "aspect": [1, 168, 192, 197, 216], "aspel": [72, 147], "assembl": 185, "assembli": 99, "assert": 51, "assess": 191, "asset": [180, 181, 183], "assign": [39, 48, 75, 105, 130, 150, 157, 171, 176, 183, 184, 192, 193, 194, 199, 201], "assignment1": [191, 197], "assignment3": 195, "assignment4": 195, "assignment_nam": 197, "assist": [10, 61, 65, 66, 138, 144, 168, 178, 184, 190, 193, 196, 198, 215], "associ": [16, 17, 18, 50, 75, 82, 109, 112, 157, 168, 182, 183, 184, 190, 192, 194, 196, 198, 202, 214], "asssembl": 185, "assum": [6, 49, 50, 54, 62, 92, 119, 131, 148, 164, 168, 190, 195, 197, 199, 213], "ast": 183, "astro": 166, "astroalign": 183, "astronomi": 183, "astropi": 183, "astroplan": 184, "asyncio": [183, 184], "atom": [182, 185], "atomist": 185, "attach": 145, "attack": [96, 207], "attempt": [10, 20, 36, 37, 90, 92, 109, 112, 168, 179], "attende": 210, "attent": 62, "attract": [65, 144, 184], "attribut": [38, 75, 88, 173], "auctex": 216, "audaci": 185, "audienc": [122, 168], "audio": [60, 145, 173], "audit": 214, "august": [5, 198], "auth": [11, 29, 45, 46, 51], "auth_token": [11, 29, 46], "authent": [10, 46, 57, 75, 119, 156, 168, 190, 197], "author": [78, 88, 97, 179, 216], "authorized_kei": 168, "auto": [2, 95, 131, 138, 216], "auto_close_bracket": 38, "auto_close_xml_tag": 38, "autoclass": 62, "autoclos": 72, "autogener": [65, 149], "autograd": [113, 184, 186, 195], "autom": [5, 29, 30, 57, 183, 195], "automat": [2, 9, 10, 53, 54, 62, 65, 74, 79, 81, 82, 85, 108, 118, 122, 131, 148, 157, 164, 168, 169, 173, 179, 182, 183, 185, 189, 192, 193, 194, 195, 199, 201, 203, 208], "automount": 62, "autoregress": 183, "autosav": 147, "autumn_2016_phy001": 191, "auxf": 164, "auxiliari": [62, 78], "avail": [0, 1, 3, 5, 10, 11, 13, 26, 27, 29, 30, 41, 49, 52, 54, 62, 66, 76, 78, 79, 82, 85, 86, 89, 93, 101, 102, 104, 113, 128, 130, 134, 137, 142, 143, 147, 148, 151, 152, 153, 162, 164, 173, 174, 175, 176, 177, 178, 180, 181, 182, 183, 184, 185, 186, 187, 188, 190, 191, 195, 196, 199, 201, 205, 207, 210, 212, 213, 214, 216], "available_upgrad": 26, "avatar": 169, "averag": 184, "avh": 136, "avogadro": [182, 216], "avoid": [9, 62, 98, 101, 109, 131, 136, 142, 147, 148, 168, 176, 183, 201, 205], "aw": [99, 183, 213], "awai": [10, 101, 105, 144, 169, 172, 196, 205], "await": 184, "awak": 131, "awar": [10, 100, 140, 147, 192, 196, 213], "aws_access_key_id": 75, "aws_secret_access_kei": 75, "awscli": 77, "awscliv2": 77, "ax": 132, "axelrod": 183, "axi": 147, "b": [32, 77, 183, 197], "b0": 161, "b025": 38, "b02c": 33, "b0e2": 45, "b1": 161, "b112": 38, "b25c8b8ffa0e": 36, "b2d0": 38, "b2fb": 36, "b31f": 38, "b327150442d8": [16, 19], "b3c1": 22, "b403": [22, 27], "b454": 22, "b50f": 26, "b55b8fd71a1b": [12, 14, 23, 31, 40, 46], "b580": [11, 29], "b5b0": 38, "b6e4": [12, 14, 23, 31, 40, 46], "b723": 49, "b75d": 38, "b763": 22, "b8": 161, "b892": 47, "b925": 22, "b9d9": 47, "ba3d": 33, "ba66": 26, "back": [9, 62, 75, 82, 101, 123, 124, 130, 131, 142, 144, 145, 147, 149, 151, 153, 160, 164, 167, 168, 173, 176, 183, 184, 186, 187, 191, 193, 195, 197, 198, 201, 202], "backend": [54, 137, 179, 183, 202], "background": [7, 9, 80, 109, 127, 131, 157, 176, 177, 196, 199, 212, 216], "backlog": 169, "backspac": 100, "backup": [10, 11, 16, 19, 29, 66, 87, 123, 131, 145, 156, 160, 161, 168, 175, 196, 197], "backward": 78, "bad": [51, 80, 82, 144], "badli": 216, "bag": 86, "balanc": [175, 208, 210], "banana": 119, "bandwidth": [3, 62], "banner": [11, 29, 57, 74, 82, 105, 168, 192, 196, 199], "bar": [47, 65, 66, 71, 74, 87, 109, 119, 155, 163, 168, 174, 179, 191, 194, 207, 208, 209, 211], "bar123": 47, "bare": 216, "barmod": 119, "barplot": 132, "base": [9, 62, 65, 78, 79, 82, 119, 124, 127, 131, 132, 143, 147, 151, 153, 154, 164, 168, 172, 179, 183, 185, 186, 187, 188, 196, 197, 201, 202, 216], "base_url": 119, "basemap": [182, 183], "basenam": 147, "baseurl": 94, "bash": [16, 36, 85, 99, 127, 131, 151, 160, 178, 183, 197, 201], "bash_alias": [85, 131], "bashrc": [85, 121, 164, 168, 182, 201], "basi": [62, 153, 207], "basic": [2, 49, 50, 62, 65, 100, 118, 142, 145, 151, 157, 183, 184, 196, 199, 205, 214], "batch": [118, 160, 190], "bayesian": [183, 186], "bazel": [182, 183, 184], "bb54": [11, 29], "bbox": 75, "bcc9": 45, "bd65": 14, "bdeb": [11, 29], "beautifulsoup4": 183, "becam": 187, "becaus": [2, 9, 10, 16, 27, 38, 56, 62, 65, 82, 86, 89, 92, 101, 104, 110, 121, 131, 145, 147, 153, 155, 164, 168, 173, 176, 179, 182, 183, 184, 192, 198, 199, 207, 213, 214], "becom": [10, 31, 62, 80, 100, 102, 136, 167, 175, 176, 183, 185, 187, 190, 197, 205], "been": [4, 5, 9, 38, 63, 74, 77, 82, 122, 123, 131, 136, 147, 150, 162, 166, 168, 169, 172, 176, 190, 191, 192, 195, 196, 197, 198, 199, 210, 214], "befor": [3, 5, 16, 19, 23, 45, 59, 65, 72, 78, 83, 84, 94, 100, 131, 136, 145, 147, 149, 151, 153, 155, 172, 186, 191, 193, 195, 196, 198, 210, 213], "begin": [16, 29, 30, 47, 53, 60, 92, 113, 125, 131, 144, 147, 148, 149, 162, 166, 168, 173], "begin_fil": 135, "begin_solution_delimet": 113, "behav": [1, 62, 65, 131], "behavior": [62, 78, 129, 140, 153], "behaviour": [131, 196], "behind": [62, 109, 136, 173, 186, 195, 197, 216], "being": [2, 5, 11, 15, 29, 44, 54, 65, 127, 130, 143, 144, 150, 151, 160, 176, 192, 194, 196, 197, 199, 200, 201, 214], "believ": 128, "bell": [60, 194], "belov": 65, "below": [4, 9, 11, 29, 49, 50, 52, 54, 62, 65, 68, 71, 72, 75, 76, 81, 82, 84, 85, 86, 101, 109, 122, 129, 131, 132, 135, 136, 142, 143, 144, 147, 148, 149, 151, 157, 162, 165, 167, 168, 169, 172, 173, 179, 183, 195, 196, 197, 198, 199, 210, 216], "bem": 187, "benefici": 198, "benefit": [10, 65, 118, 154, 176, 199], "berkelei": 184, "besid": [82, 103, 127, 147, 160, 179, 180, 187, 216], "best": [10, 65, 82, 138, 147, 176, 191, 192, 196, 197, 214], "beta": [11, 29, 183, 184], "beta0": [182, 183], "beta1": 183, "beta2": [182, 183], "beta3": 182, "beta4": 183, "beta5": [182, 183], "beta6": [182, 183], "beta8": 183, "better": [9, 21, 52, 62, 100, 131, 149, 168, 169, 192, 205, 214, 216], "between": [10, 15, 20, 27, 42, 60, 62, 65, 68, 72, 81, 82, 86, 104, 113, 127, 143, 147, 149, 151, 156, 168, 169, 172, 173, 177, 178, 179, 183, 188, 189, 201, 202, 212], "beyel": [180, 181], "beyond": [100, 124, 145, 157, 176, 183], "bgoodri": 109, "bibclean": 183, "bibcurs": 183, "bibliometrix": 183, "bibtex": [148, 149, 183, 216], "bibtex2html": 183, "bibtexconv": 183, "bibtool": 183, "big": [62, 183], "bigger": [62, 168], "bigqueri": 183, "biject": 72, "bikeshar": [180, 181], "bill": [5, 66, 161, 175, 206, 207, 208], "billion": 82, "bin": [77, 85, 89, 101, 109, 127, 129, 131, 133, 164, 182, 183, 184, 185], "binari": [68, 91, 133, 182, 183], "bind": [38, 89, 183], "binder": [179, 183], "bio": 183, "bioconductor": 183, "biomart": 185, "biopython": [101, 184], "bird": 102, "bit": [74, 76, 78, 82, 101, 102, 114, 169], "bitarrai": 184, "bitbucket": [96, 160, 168], "black": [183, 186], "blackboxoptim": 183, "blah": 124, "blank": [3, 37, 72, 143, 173, 189, 195], "blender": [182, 216], "blob": [26, 53, 75, 176], "block": [16, 95, 101, 126, 128, 143, 147, 160, 173, 177, 183, 192], "blocker": [68, 82, 138], "blog": [96, 131, 164, 168, 173, 178, 183, 202, 216], "blogpost": 144, "blowup": 183, "blue": [3, 7, 69, 143, 144, 160, 168, 169, 183, 201, 202], "bmatrix": 92, "board": [82, 101, 176, 182, 216], "bodi": [22, 29, 30, 31, 32, 124, 151, 180, 181, 184], "bokeh": [99, 182, 183, 184], "bold": 172, "book": [128, 146, 147, 148, 176, 180, 181], "bookstor": 175, "boolean": 184, "boost": [54, 210], "border": 144, "boson": 184, "both": [9, 10, 57, 62, 64, 65, 72, 76, 78, 85, 97, 108, 112, 113, 142, 147, 151, 153, 168, 177, 191, 194, 197], "bottom": [5, 57, 60, 62, 72, 74, 81, 85, 101, 121, 122, 127, 128, 135, 151, 153, 166, 189, 197, 199, 216], "bought": [168, 198], "bound": 65, "box": [2, 3, 60, 65, 69, 74, 82, 97, 112, 119, 123, 136, 151, 157, 162, 166, 167, 168, 171, 176, 177, 183, 189, 191, 192, 195, 196, 197, 212], "boxplot": 166, "bqokikjovbii2hlwgh4olfq2": 46, "bqplot": 184, "br": 32, "brace": 55, "bracket": [100, 143, 151, 177, 212], "branch": 202, "branden": 78, "break": [82, 92, 101, 135, 176, 183, 184], "breakdown": 109, "breaker": 214, "brief": [72, 151, 162, 168], "briefli": 101, "bright": 202, "bring": [10, 65, 89, 148, 166, 169, 216], "broad": 182, "broke": 183, "broken": [11, 29, 54, 62, 82, 99, 149, 153, 173, 182, 186, 187], "brotli": 183, "brows": [1, 5, 6, 49, 53, 57, 58, 69, 82, 97, 130, 131, 155, 173, 178, 210], "browsabl": [177, 212], "browser": [3, 10, 22, 64, 65, 68, 72, 74, 80, 81, 83, 86, 89, 90, 91, 97, 105, 115, 117, 120, 124, 130, 131, 132, 135, 136, 137, 142, 143, 147, 148, 149, 151, 160, 162, 167, 168, 169, 173, 176, 182, 183, 189, 191, 192, 208, 211, 212, 216], "browserspi": 81, "bubbl": 196, "bucket": [62, 168], "budget": 62, "buffer": 172, "bug": [10, 54, 75, 95, 105, 128, 130, 173, 182, 183, 185, 186, 213], "bugreport": 173, "bugzilla": 182, "bui": [5, 108, 175, 198, 199, 200, 210], "build": [65, 75, 101, 114, 129, 131, 133, 138, 143, 149, 153, 160, 179, 182, 183, 184, 185], "built": [36, 62, 101, 113, 126, 151, 153, 157, 168, 173], "bulid": 148, "bunch": 109, "bundl": [179, 180, 183], "burden": 213, "bureaucrat": 214, "burn": 65, "burst": 155, "busi": [2, 54, 101, 184, 214], "button": [1, 2, 3, 5, 7, 9, 58, 60, 65, 68, 69, 74, 82, 86, 90, 92, 96, 101, 104, 109, 110, 115, 117, 122, 123, 128, 130, 131, 135, 143, 147, 148, 149, 150, 151, 158, 160, 161, 162, 165, 166, 168, 169, 173, 176, 177, 182, 189, 190, 191, 192, 194, 195, 196, 197, 198, 201, 202, 210, 211, 212, 213, 216], "bv": 184, "bypass": 65, "byte": 65, "bz2": 161, "c": [9, 53, 72, 76, 86, 89, 99, 100, 101, 102, 109, 111, 113, 127, 129, 138, 145, 153, 164, 177, 182, 183, 186, 197, 201, 212, 213], "c0e8c843deec": [12, 31, 40], "c15a3872d683": [22, 27], "c74afb40": 35, "c960": [50, 54], "ca": 184, "cach": [62, 75, 78, 145, 168, 183, 186], "cadabra2": [183, 216], "cafe": 82, "cairo": [183, 185], "calc": 216, "calcul": [11, 29, 105, 109, 138, 144, 147, 160, 173, 183, 216], "calendar": 191, "call": [9, 11, 16, 19, 23, 29, 30, 33, 36, 47, 49, 50, 51, 52, 53, 54, 76, 83, 88, 97, 101, 102, 104, 113, 129, 140, 147, 148, 149, 153, 157, 158, 164, 166, 168, 173, 179, 182, 184, 191, 196, 197, 199, 201, 202], "callback": [11, 29], "can": [1, 2, 3, 4, 5, 6, 8, 9, 10, 11, 12, 16, 22, 29, 33, 36, 39, 46, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 60, 62, 65, 66, 68, 69, 70, 72, 74, 75, 76, 77, 78, 79, 81, 84, 85, 86, 88, 89, 90, 91, 93, 95, 96, 97, 98, 100, 101, 102, 104, 105, 108, 109, 110, 111, 113, 115, 118, 121, 122, 123, 125, 126, 127, 129, 130, 132, 134, 135, 136, 137, 138, 140, 142, 143, 144, 145, 147, 148, 149, 150, 152, 153, 154, 155, 157, 158, 159, 160, 162, 163, 164, 165, 166, 167, 168, 169, 171, 172, 173, 174, 175, 176, 177, 178, 179, 182, 183, 184, 185, 186, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 206, 207, 208, 209, 210, 211, 212, 213, 214, 216], "canada": 65, "cancel": [2, 5, 216], "candid": 183, "cannnot": [29, 30], "cannot": [10, 22, 33, 40, 59, 62, 65, 82, 96, 122, 139, 155, 168, 194, 197, 205], "canon": 101, "cantera": 183, "canva": 212, "cap": [155, 207], "capabl": [101, 143, 164, 165, 179], "capac": [175, 193], "captcha": 54, "caption": [147, 210], "captur": [57, 131, 157, 168, 216], "capytain": 187, "car": 113, "card": [2, 54, 196, 210], "cardioid": 176, "care": [54, 58, 75, 131, 168, 214], "cargo": [182, 183], "carlo": [98, 187], "carri": 57, "cars2": 113, "cart": 210, "cascad": 82, "case": [9, 10, 12, 22, 29, 30, 36, 39, 47, 50, 62, 65, 68, 70, 72, 75, 80, 82, 85, 86, 88, 89, 90, 101, 104, 105, 108, 109, 110, 117, 119, 123, 131, 145, 147, 148, 150, 151, 153, 158, 162, 168, 177, 184, 190, 191, 192, 194, 195, 196, 197, 198, 202, 210, 213], "cash": 210, "cat": [6, 109, 121, 129, 168], "catch": [62, 173, 177, 196, 197, 212], "categor": 129, "categori": 178, "caus": [3, 8, 36, 64, 71, 74, 80, 82, 100, 109, 130, 142, 145, 151, 158, 162, 167, 168, 172, 194, 201, 202, 207], "caution": 168, "caveat": [49, 168, 197], "cb": 173, "cc": [145, 161, 173, 184, 201], "cc3cb7f1": 28, "cc8f1243": [22, 27], "ccd": 184, "ccdproc": 184, "ccproj": 168, "ccsb": 183, "cd": [77, 78, 83, 85, 101, 111, 121, 131, 145, 147, 158, 185, 197], "cd9824b7331a": 20, "cdn": 82, "ce25": 38, "celesti": [180, 181], "cell": [74, 81, 88, 92, 93, 100, 102, 104, 109, 113, 114, 115, 125, 126, 135, 145, 151, 172, 173, 178, 183, 191, 195, 196], "cent": 9, "center": [62, 124, 129, 147, 177, 212], "centr": 65, "central": [10, 49], "ceo": [62, 65, 100, 109, 213, 216], "certain": [6, 53, 60, 68, 82, 89, 99, 134, 142, 147, 166, 168, 176, 179, 183, 195, 197, 201, 216], "certainli": [65, 197, 214], "certif": 139, "cex": 129, "cff0a68d0c91": 132, "cgi": 182, "cgroup": 127, "chain": 187, "challeng": 184, "chanc": [65, 82, 123], "chang": [2, 3, 14, 15, 16, 19, 38, 61, 62, 63, 65, 68, 72, 75, 82, 85, 86, 88, 92, 97, 101, 104, 124, 129, 131, 132, 138, 142, 143, 144, 147, 148, 149, 153, 155, 156, 161, 162, 167, 168, 169, 177, 178, 182, 183, 184, 189, 190, 191, 193, 194, 195, 196, 198, 199, 201, 212, 216], "change_email_address": [29, 30], "change_password": 29, "changed_email_address": 14, "changed_password": 15, "channel": [11, 29, 101, 152, 183], "chapter": [147, 176, 192], "charact": [15, 20, 32, 36, 42, 46, 60, 88, 131, 147, 148, 168, 172, 201, 216], "characterist": 65, "charg": [9, 58, 62, 65, 193, 207], "charset": 124, "chat": [10, 65, 68, 74, 82, 122, 138, 143, 144, 151, 172, 173, 176, 183, 193, 196, 197, 208, 210, 213], "chatgpt": [143, 204], "chatroom": [66, 122, 172, 177, 193, 212, 215], "cheap": 65, "cheaper": 168, "cheat": 171, "check": [3, 11, 18, 29, 52, 62, 69, 72, 74, 80, 85, 86, 101, 104, 107, 109, 113, 121, 131, 134, 136, 138, 143, 144, 148, 149, 151, 157, 164, 168, 169, 171, 173, 177, 182, 183, 186, 192, 193, 194, 195, 196, 197, 198, 199, 210, 212], "checkbox": [4, 90, 124, 142, 162, 166, 168, 176, 177, 189, 190, 197, 199, 212], "checker": 147, "checkit": 186, "checklist": 189, "checkout": [5, 54], "checkpoint": [62, 131], "checksum": 101, "chem": 216, "chemic": 216, "cheminformat": 184, "chemistri": [183, 216], "cherrypi": 183, "chg": [182, 183], "child": [164, 183], "children": [119, 216], "chip": 185, "chisq": 98, "chmod": [131, 168, 194], "choic": [2, 65, 72, 104, 122, 144, 148, 152, 155, 168, 175, 176, 182, 184, 198, 210, 212, 214], "choos": [3, 9, 10, 62, 74, 75, 97, 101, 117, 144, 148, 155, 162, 164, 168, 172, 175, 176, 177, 190, 198, 212], "chop": 82, "choropleth": 186, "chose": 65, "chosen": [4, 9, 62], "christma": 101, "chrome": [22, 65, 83, 91, 112, 140, 182, 183, 201, 216], "chromedriv": [183, 184], "chromeo": 89, "chromium": [83, 89], "chstgpt": 143, "chunk": [62, 136, 151], "cifar10_train": 75, "circl": 169, "circuit": [186, 187, 216], "circul": 210, "circumst": 148, "circumv": 143, "cirq": 187, "cirular": 202, "cite": 98, "cites": 183, "citi": [81, 119], "citizen": 184, "cjvf": 161, "cl": 147, "clang": 109, "class": [2, 32, 62, 78, 124, 128, 131, 138, 172, 184, 185, 191, 193, 199], "classic": [3, 38, 103, 127, 131, 141, 145, 151, 158, 168, 174, 183, 195, 202, 216], "classif": 186, "classlabel": 75, "classroom": 114, "claud": 9, "clean": [53, 82, 109, 145, 148, 149, 197], "cleanup": [82, 183, 184, 196], "clear": [60, 74, 80, 82, 115, 130, 143, 144, 156], "clearli": 128, "clearsolut": 113, "clever": 197, "cli": [99, 131, 183, 184, 185], "click": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 57, 58, 60, 62, 65, 68, 69, 70, 71, 72, 74, 79, 82, 84, 86, 87, 88, 89, 90, 92, 97, 101, 102, 104, 105, 107, 109, 115, 117, 120, 122, 123, 124, 125, 127, 128, 130, 131, 132, 135, 136, 137, 142, 143, 144, 145, 147, 148, 149, 150, 151, 155, 160, 161, 162, 165, 166, 167, 168, 169, 172, 173, 174, 176, 177, 178, 179, 184, 189, 190, 191, 192, 194, 195, 196, 197, 198, 199, 201, 202, 203, 207, 209, 210, 211, 212, 213, 216], "clickabl": [143, 151], "clickjack": 145, "client": [29, 30, 43, 68, 96, 97, 111, 137, 140, 156, 168, 179, 182, 184, 189, 216], "client_error_log": 33, "cling": 182, "clipboard": [80, 97, 122, 143, 176, 177, 212], "clock": [66, 134, 191, 202], "clock_skew": 81, "clone": [2, 62, 78, 196, 205], "close": [0, 7, 8, 10, 11, 29, 62, 65, 68, 71, 72, 74, 82, 105, 109, 110, 112, 124, 145, 149, 151, 160, 162, 169, 192, 196, 201, 216], "closeal": [11, 29], "closer": [10, 65, 177, 212], "closest": 85, "cloud": [2, 10, 66, 82, 117, 138, 147, 154, 160, 173, 175, 183, 196, 207, 208, 213], "cloudf": 62, "cloudflar": [82, 182], "clue": 173, "cluster": [10, 65, 99, 129, 130, 154, 168, 179, 183, 207, 213, 214], "clutter": [162, 183, 190], "cmake": 184, "cmd": [72, 164, 192], "co": [93, 98, 147, 173, 216], "cobra": 184, "cocalc": [0, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 19, 20, 21, 22, 23, 25, 26, 27, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 39, 40, 42, 45, 46, 47, 48, 51, 52, 53, 55, 56, 57, 58, 59, 60, 61, 62, 67, 68, 69, 71, 72, 76, 77, 78, 79, 80, 83, 86, 87, 88, 89, 90, 91, 92, 93, 95, 98, 100, 101, 102, 103, 106, 108, 109, 110, 111, 114, 115, 117, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 132, 134, 136, 137, 139, 141, 144, 147, 148, 149, 150, 153, 156, 157, 160, 161, 163, 164, 165, 166, 167, 171, 172, 173, 174, 175, 177, 178, 180, 181, 182, 183, 184, 185, 187, 189, 190, 191, 192, 193, 194, 197, 198, 199, 202, 203, 206, 207, 208, 211, 212], "cocalc_code_snippets_dir": 178, "cocalc_datashar": 168, "cocalc_project_id": [79, 86, 119, 127, 129, 132, 164], "code": [3, 8, 9, 10, 29, 30, 36, 38, 42, 51, 52, 53, 54, 55, 56, 60, 66, 74, 75, 82, 84, 88, 93, 95, 97, 100, 101, 104, 105, 109, 113, 114, 118, 122, 124, 126, 128, 129, 130, 132, 135, 138, 143, 145, 147, 148, 149, 150, 158, 167, 168, 172, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 191, 194, 195, 196, 197, 201, 212, 213, 214, 215, 216], "code_fold": 38, "code_stub": 113, "codemirror": [72, 89, 151], "codewar": 153, "coffe": 82, "coffeescript": [182, 183, 184], "cognit": [180, 181], "cohort": 199, "coincbc": 183, "col": 129, "colab": [65, 213], "collab": 12, "collabor": [1, 2, 3, 6, 10, 12, 23, 31, 32, 37, 38, 40, 55, 58, 60, 65, 66, 67, 88, 109, 112, 119, 122, 126, 137, 138, 143, 144, 145, 150, 154, 156, 160, 162, 166, 173, 179, 183, 185, 192, 193, 195, 196, 197, 202, 205, 207, 208, 209, 211, 213, 216], "colleagu": 138, "collect": [65, 98, 102, 134, 147, 157, 165, 168, 171, 179, 180, 181, 184, 185, 193, 194, 196, 197, 205, 213], "colleg": 190, "color": [119, 135, 148, 169, 172, 177, 191, 212], "colour": 65, "column": [8, 9, 97, 109, 127, 130, 159, 176, 189, 192, 201, 211], "com": [0, 1, 2, 5, 6, 7, 9, 11, 12, 14, 15, 16, 19, 20, 21, 22, 23, 25, 26, 27, 28, 29, 31, 32, 33, 35, 36, 37, 38, 39, 40, 42, 45, 46, 47, 48, 50, 51, 52, 53, 54, 55, 56, 57, 59, 60, 64, 65, 68, 74, 76, 77, 78, 79, 81, 82, 86, 89, 91, 97, 101, 102, 105, 108, 109, 110, 112, 119, 123, 124, 129, 131, 132, 136, 137, 143, 150, 151, 152, 153, 154, 161, 165, 168, 169, 173, 176, 182, 183, 197, 199, 200, 201, 210, 213], "combin": [2, 9, 60, 62, 65, 68, 79, 129, 143, 144, 147, 155, 179, 180, 181, 183, 198, 205, 216], "combinator": 183, "combinatori": 183, "come": [36, 77, 82, 100, 101, 152, 164, 173, 176, 183, 190, 195, 196, 198, 213], "comfort": 216, "comic": 183, "comma": [21, 32, 47, 72, 192], "command": [6, 9, 11, 16, 19, 29, 30, 35, 36, 45, 53, 54, 56, 62, 65, 69, 72, 76, 77, 82, 83, 84, 85, 86, 89, 90, 92, 97, 98, 101, 103, 104, 109, 113, 121, 126, 127, 129, 131, 132, 136, 143, 144, 145, 147, 149, 151, 159, 161, 162, 164, 167, 168, 172, 173, 179, 182, 183, 185, 186, 188, 189, 193, 207, 216], "comment": [52, 72, 109, 113, 128, 143, 147, 148, 157, 176, 191, 193, 201, 213], "commerci": [9, 10], "commit": [96, 197, 205], "common": [72, 104, 130, 131, 147, 164, 168, 176, 180, 181, 183, 184, 194, 197], "commonli": 60, "commonmark": [151, 183], "commun": [9, 60, 65, 75, 121, 144, 153, 156, 164, 183, 184, 192, 197, 201], "compani": [10, 205, 213, 214], "companion": 148, "compar": [10, 62, 65, 102, 154, 179, 197, 213], "comparison": 106, "compat": [89, 115, 150, 151, 171, 179, 182, 183, 184, 185, 186, 216], "compens": 214, "compet": 130, "competit": [65, 207, 214], "competitor": [205, 213], "compil": [36, 53, 62, 65, 66, 84, 92, 99, 100, 109, 117, 134, 147, 148, 149, 153, 168, 182, 183, 184, 185, 186, 187], "complement": [10, 65], "complet": [10, 17, 18, 19, 22, 29, 30, 65, 88, 89, 100, 101, 122, 130, 131, 147, 151, 154, 168, 176, 177, 179, 192, 193, 196, 197, 198, 205, 207, 210, 211, 212, 214], "complex": [82, 186], "complexupset": 186, "complianc": 74, "compliant": 62, "complic": [62, 138, 213, 214], "compon": [8, 179, 186], "compos": [60, 119, 147], "composit": [183, 184], "compositor": 83, "comprehens": 183, "compress": [136, 162, 183], "comput": [2, 6, 9, 10, 49, 62, 66, 74, 75, 80, 81, 86, 88, 96, 97, 98, 100, 101, 102, 113, 114, 117, 118, 127, 128, 130, 132, 136, 137, 138, 145, 147, 155, 161, 162, 168, 173, 175, 176, 179, 183, 184, 185, 187, 193, 196, 201, 205, 207, 212, 213, 214, 216], "computation": [62, 65], "con": [103, 179], "concaten": 173, "conceiv": 197, "concept": [11, 29, 62, 155, 160, 216], "concern": [22, 62, 81, 147, 176], "concurr": [2, 150], "conda": [101, 183], "condit": 183, "conduct": 193, "conf": 121, "config": [86, 109, 113, 132, 145, 168, 182], "configur": [0, 1, 2, 3, 6, 10, 62, 65, 68, 72, 82, 86, 97, 99, 104, 107, 113, 133, 138, 148, 149, 150, 151, 153, 155, 157, 160, 163, 171, 175, 183, 190, 191, 192, 195, 196, 197, 199, 200, 201, 207, 208, 213, 214, 216], "confirm": [3, 11, 12, 29, 54, 65, 77, 82, 97, 102, 105, 122, 132, 147, 168, 179, 195, 196, 197, 210, 216], "conflict": [100, 153, 179], "confus": [63, 109, 164, 171, 216], "congratul": [86, 117], "conjoint": 183, "conn": 121, "connect": [2, 6, 11, 29, 35, 58, 60, 62, 65, 66, 68, 74, 75, 80, 81, 87, 91, 96, 134, 136, 137, 140, 155, 161, 168, 208, 213, 216], "connection_fil": 85, "consectetur": 151, "consequ": [213, 214], "conserv": [3, 86], "consid": [10, 62, 65, 80, 82, 87, 100, 105, 113, 131, 176, 193, 196, 198, 213, 214], "consider": [156, 175], "consist": [47, 75, 82, 136, 162, 168, 191, 196, 197, 216], "consol": [11, 29, 81, 85, 100, 183, 184], "consolid": [159, 184], "constant": 82, "constrain": 184, "constraint": 184, "construct": [130, 183], "consult": [5, 96, 127, 184, 201], "consum": [130, 173, 197], "cont": 187, "contact": [2, 11, 29, 54, 59, 62, 65, 82, 114, 138, 153, 161, 168, 179, 200, 213], "contain": [1, 4, 10, 11, 18, 29, 30, 34, 37, 39, 48, 65, 69, 70, 84, 101, 102, 111, 112, 121, 131, 144, 149, 153, 157, 160, 162, 164, 165, 166, 167, 178, 179, 180, 181, 183, 184, 189, 191, 192, 194, 196, 197, 201], "content": [6, 11, 22, 28, 29, 30, 35, 36, 38, 39, 45, 48, 49, 50, 51, 53, 54, 56, 60, 66, 72, 74, 75, 78, 79, 82, 87, 88, 96, 107, 121, 124, 128, 131, 138, 151, 156, 157, 160, 162, 164, 168, 171, 172, 176, 178, 179, 180, 183, 184, 193, 197, 201, 202, 208], "contentwindow": [11, 29], "context": [9, 151, 173, 202], "contextili": 183, "contextu": 112, "contigu": 144, "contin": 62, "continu": [2, 9, 10, 65, 74, 75, 92, 109, 122, 161, 169, 173, 175, 183, 187, 197, 201, 207], "contrari": 173, "contrast": 131, "contrib": [103, 183], "contribut": [75, 78, 79, 88, 103, 160, 178, 202, 208], "control": [9, 10, 65, 89, 99, 100, 109, 131, 139, 144, 145, 147, 148, 149, 153, 160, 161, 173, 176, 179, 182, 183, 184, 186, 189, 192, 197, 202, 205, 208, 214, 216], "convei": 179, "conveni": [10, 62, 65, 85, 93, 94, 127, 129, 136, 151, 157, 195, 197, 198], "convent": 162, "converg": 98, "convers": [9, 172, 186], "convert": [53, 75, 92, 99, 126, 173, 179, 182, 183, 193, 201, 213], "convex": 183, "cooki": [74, 78, 112], "cookiecutt": 183, "cool": 65, "coolest": 183, "coordin": [147, 177, 185, 212], "copi": [6, 9, 10, 16, 17, 18, 19, 49, 62, 65, 72, 75, 80, 82, 85, 96, 97, 100, 105, 122, 128, 131, 132, 135, 136, 143, 144, 145, 151, 156, 158, 162, 165, 167, 168, 172, 173, 176, 183, 184, 191, 192, 193, 194, 195, 196, 202, 216], "copy_path": 17, "copy_path_between_project": [11, 18, 29], "copy_path_between_projects_respons": [11, 29], "copy_path_delet": [29, 183], "copy_path_id": [11, 16, 17, 18, 29], "copy_path_statu": [11, 16, 29, 183], "copy_path_status_respons": [11, 29], "copy_public_path_between_project": 29, "copyright": [101, 102, 176], "core": [26, 38, 65, 75, 86, 113, 118, 127, 144, 179, 183, 195, 198, 199, 213], "corner": [82, 144, 194, 196], "coronaviru": 184, "coroutin": 184, "correct": [72, 81, 101, 112, 147, 148, 190, 192, 196, 201], "correctli": [86, 147, 176, 183, 196, 198, 201, 213], "correspond": [6, 8, 51, 52, 71, 75, 78, 83, 88, 113, 143, 148, 149, 151, 168, 171, 183, 189, 191, 192, 196, 197, 201, 210, 216], "cost": [9, 51, 62, 175, 205, 210, 214], "cost_per_hour": 51, "costli": 197, "could": [2, 6, 16, 19, 54, 82, 92, 96, 101, 104, 109, 113, 131, 145, 147, 148, 151, 161, 164, 168, 173, 182, 190, 197, 202, 216], "couldn": 113, "count": [58, 87, 129, 131, 132, 169, 177, 198, 212], "countdown": 203, "counter": [4, 152, 169, 203], "countri": 5, "coupl": [58, 107, 109, 153, 165, 168, 176, 179, 182, 183, 184, 196], "cours": [1, 2, 5, 10, 22, 54, 60, 65, 66, 101, 105, 108, 109, 113, 118, 131, 135, 138, 150, 153, 168, 171, 177, 179, 180, 181, 182, 183, 184, 189, 193, 194, 195, 199, 200, 201, 210, 213, 214], "course_id": 113, "coursework": 196, "cov": 183, "cover": [5, 9, 59, 62, 161, 165, 198, 201, 210], "coverag": 183, "covid": 184, "cow": [75, 78], "cowsai": 78, "cp": [78, 85], "cpp": 84, "cpu": [3, 10, 38, 54, 65, 82, 88, 99, 105, 127, 159, 164, 185, 198, 199, 208], "cpu_shar": [26, 38], "craft": 46, "cran": [101, 102, 147, 183, 184], "crash": [74, 105, 109, 134, 140, 161, 207, 216], "creat": [2, 3, 5, 6, 7, 9, 11, 16, 20, 21, 22, 27, 29, 30, 33, 35, 48, 50, 52, 53, 54, 62, 66, 69, 72, 75, 76, 79, 80, 81, 84, 86, 90, 96, 97, 98, 100, 101, 102, 104, 109, 110, 111, 113, 115, 117, 119, 121, 123, 124, 125, 128, 129, 132, 135, 136, 138, 139, 143, 144, 145, 148, 149, 151, 154, 156, 157, 158, 160, 161, 162, 164, 166, 167, 168, 169, 171, 173, 175, 176, 177, 179, 182, 183, 184, 186, 187, 193, 194, 196, 197, 199, 200, 201, 212, 213, 214, 216], "create_account": [11, 29], "create_project": 29, "create_support_ticket": 29, "created_at": 27, "createdb": 121, "creation": [20, 75, 158, 185, 197, 213], "credenti": [57, 74, 75], "credit": [2, 5, 54, 65, 75, 78, 79, 101, 102, 150, 175, 196, 198], "criterion": 65, "crontab": 164, "cross": 185, "croucher": 191, "css": [82, 124, 173], "csv": [66, 72, 113, 132, 182, 184, 191, 215], "ctan": 147, "ctl": 161, "ctrl": [72, 85, 86, 89, 102, 111, 149, 168, 192, 197, 201], "cu": 65, "cuda": 65, "cufflink": 197, "cumsum": 216, "cur": 121, "curat": 178, "curio": [183, 184], "curiou": 97, "curl": [12, 14, 15, 16, 19, 20, 21, 22, 23, 25, 26, 27, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 39, 40, 42, 45, 46, 47, 48, 49, 50, 53, 54, 55, 56, 77, 85, 136, 182], "current": [1, 2, 4, 5, 11, 14, 29, 45, 54, 61, 65, 81, 82, 85, 88, 89, 97, 104, 105, 109, 110, 131, 144, 145, 147, 148, 155, 157, 159, 160, 162, 165, 173, 176, 177, 183, 184, 185, 191, 199, 201, 207, 208, 212, 214, 216], "cursor": [1, 121, 127, 143, 148, 150, 151, 177, 189, 212], "curv": [79, 185], "custom": [1, 5, 10, 29, 30, 53, 57, 59, 65, 78, 82, 99, 104, 107, 133, 138, 151, 156, 160, 173, 174, 176, 183, 184, 189, 200, 207, 208, 213, 214, 216], "customari": 151, "customiz": [10, 131, 180], "cut": [82, 179], "cutoff": 131, "cvxpy": 183, "cxx": 109, "cxxflag": 109, "cycl": [2, 3, 118], "cyipopt": 183, "cython": [183, 184], "cytoolz": 183, "d": [12, 14, 15, 16, 19, 20, 21, 22, 23, 25, 28, 31, 32, 33, 35, 36, 37, 38, 39, 40, 42, 45, 46, 47, 48, 49, 50, 53, 54, 55, 56, 65, 72, 75, 78, 82, 85, 86, 100, 102, 121, 127, 131, 164, 168, 178, 184, 197], "d0381938": 51, "d0e4": 132, "d0f1b21a9df64f": 182, "d22d521b36af": 47, "d4abd9c6c225": 47, "d4m": 183, "d518": 21, "d573": [22, 27], "d66acdeac949": 36, "d89b": 35, "da3a8eaf": [11, 29], "dai": [2, 5, 9, 10, 54, 62, 65, 101, 110, 131, 168, 183, 192, 200, 205, 210], "daili": [65, 184, 186, 207], "dark": 169, "darktabl": [182, 216], "darriba": 176, "dartmouth": 182, "dash": [99, 131, 168], "dash_01": 119, "dash_app": 119, "dash_core_compon": 119, "dash_html_compon": 119, "dashboard": [119, 132], "dask": [99, 182, 183, 184], "dat": 78, "data": [5, 11, 16, 19, 22, 37, 51, 58, 62, 65, 78, 79, 82, 86, 87, 97, 107, 109, 110, 111, 113, 118, 119, 121, 129, 132, 138, 145, 147, 151, 154, 156, 157, 165, 167, 168, 173, 182, 183, 184, 185, 186, 187, 191, 197, 201, 202, 205, 213, 216], "databas": [33, 38, 45, 53, 54, 85, 111, 168, 184, 185, 202, 216], "datafram": [79, 119, 182, 183, 184], "datahub": 183, "datapackag": 183, "dataread": [182, 183], "dataset": [79, 168, 182], "dataset_nam": 75, "datashad": [79, 183], "date": [2, 4, 5, 16, 57, 68, 78, 81, 150, 153, 164, 176, 179, 190, 191, 192, 193, 196, 198, 210], "datetim": 164, "datri": 183, "db": [29, 30, 38, 86, 216], "db_assign": 113, "db_student": 113, "dbname": 121, "dbpath": 111, "dbu": 183, "dc8c62659886": 49, "dcc": 119, "dd": [79, 144], "dda9": 37, "ddf": 79, "de": 131, "deactiv": 101, "dead": 216, "deadlin": 196, "deae": 22, "deal": [65, 105, 109, 130, 183, 213, 214], "dealt": 213, "deap": 183, "deb": 65, "debug": [24, 66, 119, 126, 131, 134, 160, 211], "debug1": 161, "decid": [82, 155, 213], "decis": [89, 214], "declar": 75, "declaredesign": 184, "decod": 164, "decor": 183, "decreas": [10, 62, 176], "dedic": [65, 72, 138, 150, 168, 183, 205, 210, 213], "deduct": 65, "deep": [75, 124, 185], "def": [79, 164, 173, 184], "default": [2, 3, 14, 15, 16, 18, 19, 21, 36, 38, 47, 53, 62, 65, 66, 67, 72, 78, 89, 97, 100, 101, 104, 109, 113, 129, 133, 137, 142, 144, 145, 147, 148, 149, 151, 153, 156, 160, 162, 168, 173, 180, 182, 183, 184, 185, 186, 187, 188, 189, 194, 197, 198, 201, 207, 208, 212, 216], "default_mod": [95, 125, 131], "defin": [45, 86, 89, 93, 101, 102, 113, 129, 131, 151, 153, 168, 172, 178, 179, 183, 184], "definit": [29, 30, 38, 82, 100, 109, 130, 131, 148, 151, 179], "defunct": 127, "del": [114, 183], "delai": [27, 179], "delet": [3, 16, 17, 19, 23, 60, 62, 66, 82, 87, 114, 130, 134, 144, 145, 149, 160, 162, 164, 167, 177, 193, 196, 201, 202, 203, 208], "delete_account": 29, "delete_miss": [11, 16, 19, 29], "delimit": [32, 113], "deliv": 101, "deliveri": 82, "demo": [11, 29, 62, 79, 99, 113, 147, 182, 183], "demonstr": [109, 147, 191], "deni": 168, "denot": 5, "dep": [148, 183], "depend": [6, 9, 10, 62, 65, 72, 100, 101, 102, 104, 107, 115, 118, 136, 137, 148, 168, 176, 183, 184, 195, 198, 199, 214], "depict": 104, "deploi": [10, 79, 184, 213], "deploy": 183, "deprec": [14, 112, 182, 183, 184, 187], "deprovis": [62, 65], "depth": [60, 66, 202], "deriv": [62, 75, 185, 197], "desc": [38, 54, 189], "describ": [6, 9, 75, 100, 101, 102, 131, 136, 143, 147, 168, 189, 191, 197, 199, 207], "descript": [2, 4, 9, 21, 27, 51, 54, 60, 75, 144, 147, 151, 160, 166, 167, 171, 176, 178, 180, 181, 192, 198, 208, 210, 216], "deselect": 168, "design": [10, 91, 131, 151, 174, 184, 216], "designlibrari": 184, "desir": [65, 78, 85, 92, 105, 155, 162, 190, 191, 197, 210], "desktop": [66, 89, 114, 168, 175, 182, 183, 184, 185, 208, 211, 216], "desolve_tides_mpfr": 183, "despit": [186, 207], "dest": [16, 19, 197], "destin": [16, 19, 48, 82, 135, 162, 197], "destruct": [16, 19], "detail": [3, 5, 11, 27, 29, 54, 59, 62, 65, 85, 86, 88, 100, 103, 118, 131, 138, 142, 145, 147, 150, 154, 157, 159, 161, 168, 169, 171, 173, 190, 196, 197, 198, 200, 205], "detect": [81, 105, 130, 147, 183, 184], "determin": [12, 144, 177, 189, 210, 212], "detour": 97, "dev": [20, 65, 131, 147, 182, 184], "develop": [24, 52, 62, 65, 99, 137, 138, 143, 151, 152, 153, 160, 173, 179, 182, 183, 184, 186, 205, 207, 213, 214, 216], "devic": [82, 129, 136, 177, 212], "devot": 82, "df": [79, 119, 132], "dfb4007a8e7f": 28, "dia": 216, "diagnost": 82, "diagon": 184, "diagram": 216, "dialog": [2, 57, 65, 72, 82, 85, 97, 104, 120, 122, 123, 147, 162, 165, 168, 196, 198, 199], "dialogu": 168, "dict": [22, 75, 79, 113], "dictionari": [72, 88], "did": [11, 18, 29, 80, 96, 123, 130, 173, 179, 207, 216], "didn": [78, 183], "diff": [193, 196, 216], "diffeqflux": 183, "differ": [0, 1, 5, 9, 10, 36, 49, 59, 62, 65, 68, 74, 81, 82, 96, 104, 110, 113, 130, 138, 142, 147, 149, 150, 151, 155, 162, 168, 173, 176, 177, 179, 187, 188, 190, 192, 196, 198, 199, 201, 202, 207, 210, 212, 213], "differenti": [173, 182, 187], "differentialequ": 183, "difficult": 105, "digit": [60, 131, 132, 166, 197], "dill": 183, "dim": 98, "dimens": 183, "dimension": [183, 184, 186], "diplai": 203, "dir": [102, 109, 131, 148], "direct": [60, 62, 65, 92, 137, 143, 147, 148, 151, 153, 172, 173, 177, 194, 197, 205, 212], "directli": [9, 10, 12, 38, 54, 65, 82, 83, 88, 89, 96, 102, 105, 145, 147, 164, 176, 189, 195, 198, 207], "directori": [4, 6, 11, 16, 19, 29, 36, 37, 38, 39, 48, 52, 54, 60, 62, 65, 69, 72, 77, 83, 85, 86, 96, 98, 101, 102, 107, 111, 113, 124, 131, 133, 136, 147, 148, 158, 160, 161, 162, 164, 165, 168, 178, 183, 191, 194, 196, 197, 216], "dirnam": 168, "disabl": [2, 62, 65, 79, 82, 83, 89, 109, 121, 147, 148, 168, 171, 175, 183, 184, 201, 202, 208], "disadvantag": 213, "disappear": 192, "disc": 168, "disclosur": [151, 173], "disconnect": [24, 74, 80, 82, 169], "disconnect_from_project": 29, "discontinu": [153, 182], "discord": 74, "discount": 65, "discourag": 198, "discours": 183, "discov": [10, 153, 176, 198], "discover": 176, "discoveri": 147, "discrep": 161, "discret": 183, "discuss": [5, 10, 57, 60, 67, 71, 74, 82, 112, 120, 122, 147, 151, 152, 163, 166, 168, 172, 177, 210, 212, 214], "diseas": [180, 181], "disk": [2, 38, 54, 58, 65, 66, 80, 88, 131, 134, 136, 147, 149, 155, 159, 168, 175, 191, 202, 208, 210], "disk_quota": [26, 38, 51], "displai": [2, 3, 4, 5, 8, 57, 60, 65, 66, 67, 69, 71, 72, 79, 82, 85, 101, 104, 114, 115, 132, 135, 143, 149, 150, 151, 160, 162, 163, 166, 168, 169, 172, 173, 177, 184, 194, 195, 197, 203, 208, 210, 211, 212], "display_nam": [85, 101], "disrupt": 82, "distinct": [49, 112], "distinguish": 65, "distribut": [1, 62, 77, 86, 101, 112, 153, 168, 175, 179, 182, 183, 184, 187, 193, 194, 196, 197, 198, 199, 201, 213], "dit": 183, "div": [119, 173], "dive": 124, "diversipi": 183, "divid": [136, 201], "django": 183, "dk": 81, "dl": 65, "dmap": 79, "dmmmh": 78, "dmmmy": 78, "dny": 78, "do": [6, 9, 10, 11, 29, 30, 32, 38, 47, 48, 49, 50, 54, 57, 62, 72, 74, 78, 84, 85, 89, 90, 91, 92, 97, 100, 101, 102, 105, 108, 112, 113, 115, 118, 122, 126, 130, 131, 132, 135, 136, 137, 142, 144, 145, 148, 149, 151, 157, 158, 162, 164, 166, 168, 171, 172, 173, 175, 176, 178, 179, 183, 189, 190, 191, 193, 194, 196, 197, 201, 205, 207, 208, 210, 213], "doc": [16, 19, 76, 77, 79, 93, 101, 131, 132, 135, 151, 182, 183, 194, 216], "docker": [11, 20, 29, 65, 102, 121, 127, 160, 183, 216], "docsifi": [182, 183], "docstr": 173, "doctestplu": [183, 184], "doctyp": 124, "document": [3, 9, 10, 11, 29, 52, 53, 54, 72, 75, 78, 79, 82, 88, 92, 97, 98, 100, 101, 103, 113, 127, 128, 130, 132, 138, 143, 144, 145, 146, 148, 149, 151, 154, 160, 165, 167, 168, 177, 178, 179, 180, 181, 182, 183, 195, 196, 197, 202, 208, 216], "documentclass": [53, 147], "docx": 216, "doe": [2, 9, 10, 16, 28, 37, 47, 56, 58, 65, 68, 74, 75, 80, 87, 101, 105, 109, 113, 131, 132, 137, 140, 142, 145, 151, 166, 168, 172, 173, 175, 191, 192, 193, 195, 196, 197, 198, 202, 205, 207, 213, 216], "doe00": 20, "doepi": 183, "doesn": [66, 67, 72, 82, 89, 109, 114, 131, 134, 143, 147, 155, 164, 169, 172, 173, 182, 202, 216], "dof": 98, "dollar": [92, 172, 189], "dolor": 151, "domain": [11, 29, 65, 79, 91, 119, 121, 197, 201], "don": [49, 50, 54, 60, 62, 65, 69, 74, 87, 97, 100, 101, 117, 123, 129, 131, 132, 137, 143, 147, 157, 164, 168, 169, 183, 196, 197, 212], "done": [6, 11, 29, 65, 101, 102, 109, 110, 130, 135, 144, 147, 151, 173, 176, 177, 182, 183, 189, 193, 194, 197, 201, 210, 212], "door": 201, "dot": [65, 147, 162, 172], "doubl": [60, 84, 98, 104, 144, 148, 149, 151, 173, 189, 197], "doubt": 153, "down": [57, 62, 65, 85, 86, 104, 105, 107, 110, 113, 130, 136, 159, 161, 168, 173, 176, 177, 189, 197, 210, 212, 213], "downgrad": [183, 184, 186], "download": [2, 62, 68, 78, 90, 97, 100, 101, 102, 117, 124, 131, 138, 144, 147, 149, 160, 162, 167, 168, 173, 175, 196, 197, 213], "downloaded_packag": 102, "downward": 117, "dozen": [10, 105, 177, 196, 212], "dpi": 216, "dplyr": [182, 183], "dr": [79, 183], "drag": [60, 145, 149, 177, 189, 196, 197, 201, 212], "drastic": 168, "draw": [83, 177, 183, 212, 216], "drawback": 102, "drawio": 183, "drawn": 147, "dream": 65, "drive": [58, 97, 184], "droid": 124, "drop": [60, 62, 82, 115, 145, 176, 177, 196, 212], "dropdown": [1, 6, 66, 102, 144, 148, 149, 172, 177, 195, 208, 212], "drouff": 98, "drracket": 183, "drxyzzi": 132, "ds9": 182, "dt": 16, "dta": 184, "dtype": 75, "due": [54, 62, 100, 130, 140, 147, 153, 161, 176, 183, 186, 191, 192, 193, 196, 207, 213, 216], "due_dat": 197, "dull": 202, "dumb": 127, "dump": 131, "dunfield": 131, "duplic": [101, 131, 162, 167, 184], "durat": [5, 62, 173, 196, 200, 205], "duration_": 173, "dure": [11, 29, 74, 75, 82, 101, 147, 148, 155, 171, 177, 210], "dx": 98, "dy": 98, "dynam": [101, 129, 183, 184, 207, 216], "dynamicmap": 79, "dz": 98, "e": [2, 5, 6, 10, 11, 20, 29, 30, 49, 50, 60, 62, 65, 72, 74, 78, 82, 85, 86, 89, 93, 100, 101, 102, 105, 109, 111, 115, 118, 121, 122, 123, 129, 131, 133, 136, 137, 143, 145, 147, 151, 153, 157, 158, 162, 164, 166, 168, 171, 172, 173, 176, 177, 178, 179, 182, 183, 184, 188, 189, 190, 195, 196, 197, 198, 201, 202, 207, 210, 212, 216], "e32a26f8": 56, "e41a1c": 129, "e44c6903945": 22, "e49e86aa": [16, 19, 36, 37, 39, 48], "e6": 161, "e6993694": 45, "e7d41dcfe921": 33, "e80fd64d": [12, 31, 40], "ea2d": 22, "ea43": 22, "each": [2, 4, 5, 6, 9, 10, 11, 29, 30, 32, 52, 62, 65, 71, 72, 78, 82, 86, 88, 108, 109, 112, 121, 127, 131, 132, 136, 143, 144, 145, 147, 150, 159, 161, 164, 166, 167, 168, 169, 172, 173, 176, 177, 178, 179, 180, 181, 186, 189, 191, 192, 193, 194, 195, 196, 197, 198, 200, 201, 203, 207, 210], "earli": [62, 213], "earlier": [18, 145, 186, 187], "earliest": 16, "earth": 183, "eas": 216, "easi": [9, 62, 64, 82, 149, 151, 157, 166, 168, 172, 176, 177, 180, 181, 183, 187, 210, 212, 216], "easier": [65, 84, 168, 177, 183, 191, 197, 212, 213], "easiest": [96, 109], "easili": [2, 8, 10, 54, 62, 65, 85, 111, 121, 122, 138, 142, 149, 150, 173, 176, 183, 190, 197, 198, 201, 210, 212, 213], "east1": [65, 168], "ec822d6f": 38, "echo": [6, 36, 53, 56, 78, 79, 82, 85, 107, 121, 132, 135, 147, 197, 211], "econometr": 183, "ed25519": 168, "edg": 179, "edit": [4, 5, 10, 58, 60, 65, 66, 67, 68, 72, 74, 84, 85, 87, 88, 89, 90, 92, 105, 117, 125, 129, 138, 142, 144, 145, 147, 148, 149, 162, 168, 175, 176, 180, 181, 183, 184, 186, 187, 191, 193, 195, 196, 197, 198, 201, 202, 207, 208, 211, 215, 216], "editor": [9, 11, 29, 65, 66, 74, 76, 84, 86, 89, 90, 92, 93, 97, 98, 101, 109, 117, 124, 129, 131, 138, 142, 143, 147, 149, 151, 157, 167, 168, 172, 179, 182, 183, 189, 196, 197, 202, 208, 211, 215, 216], "editor_set": 38, "edu": [190, 197], "educ": [86, 150, 180, 181, 196], "edward": 182, "edward2": 182, "ee": 161, "eed3": 47, "effect": [65, 148, 149, 164, 168, 184, 186], "effici": [49, 62, 173, 183, 184], "effort": [9, 88, 132, 150, 155, 214], "ehanc": 143, "ehrhart_seri": 183, "eigensolv": 183, "either": [1, 6, 38, 60, 62, 65, 72, 74, 76, 78, 81, 82, 83, 84, 92, 101, 121, 125, 129, 131, 136, 142, 144, 145, 147, 149, 150, 151, 168, 176, 182, 190, 191, 201, 205], "eiusmod": 151, "elan": 153, "elbow": 109, "electr": [65, 184], "electric_char": 38, "electromagnet": 184, "electron": 186, "eleg": [183, 216], "element": [104, 129, 131, 165, 183, 185, 186, 187, 213], "elementari": 2, "elev": [50, 157], "elimin": [64, 65, 68, 130], "elit": 151, "els": [5, 10, 109, 121, 130, 137, 144, 145, 161, 205, 210, 213, 214, 216], "elsewher": 173, "emac": [68, 90, 216], "email": [2, 3, 5, 7, 12, 14, 20, 22, 25, 31, 32, 40, 42, 47, 52, 56, 59, 60, 65, 74, 81, 82, 110, 112, 123, 131, 132, 151, 168, 183, 190, 191, 193, 194, 196, 210, 216], "email_address": [20, 22, 25, 47, 49, 50, 54, 56], "email_already_taken": 14, "emb": [11, 29, 57, 147, 172], "embed": [30, 68, 142, 147, 149, 156, 173, 176, 211, 216], "embree3": 183, "emce": 183, "emoticon": 60, "employ": 82, "empow": 138, "empti": [62, 101, 132, 143, 151, 168, 177, 193, 210, 212, 216], "emptibl": 173, "empyr": 184, "en": [72, 151, 182, 183], "enabl": [2, 3, 51, 54, 57, 72, 75, 85, 86, 89, 91, 96, 97, 98, 103, 107, 113, 127, 131, 136, 142, 143, 144, 148, 151, 157, 168, 175, 177, 183, 196, 197, 202, 208, 212, 216], "enclos": [60, 84, 151, 177, 212], "encount": 173, "encourag": 214, "encrypt": [58, 65, 82, 91, 137], "end": [2, 11, 29, 30, 53, 62, 65, 66, 72, 77, 78, 80, 82, 84, 92, 93, 95, 96, 101, 102, 113, 125, 129, 130, 131, 133, 134, 144, 147, 148, 149, 151, 168, 173, 177, 184, 193, 197, 198, 200, 201, 202, 210, 212, 216], "end_fil": 135, "end_solution_delimet": 113, "endpoint": [11, 12, 16, 30, 51, 53, 54, 55, 56, 88, 119, 164, 183, 208], "endpoint_url": 75, "engag": 144, "engin": [147, 148, 149, 176, 183, 216], "england": [180, 181], "english": [72, 147, 184], "enh": [182, 183], "enhanc": [60, 64, 101, 122, 141, 142, 168, 183, 214], "enjoi": [65, 183, 214], "enorm": 54, "enough": [2, 62, 65, 107, 145, 168, 173, 176, 191, 205], "enrich": 186, "enrol": [192, 197, 198], "ensur": [91, 131, 176, 190, 192, 193, 196, 197], "enter": [2, 3, 4, 5, 6, 9, 69, 72, 74, 81, 97, 122, 125, 130, 131, 132, 135, 145, 147, 149, 150, 151, 157, 162, 166, 167, 168, 172, 173, 176, 177, 189, 191, 192, 193, 196, 197, 201, 203, 210, 211], "enteract": 135, "enterpris": 213, "entertain": 78, "entir": [2, 10, 24, 38, 62, 72, 82, 89, 109, 112, 123, 168, 177, 186, 191, 196, 197, 202, 212], "entri": [3, 9, 17, 60, 77, 88, 109, 131, 135, 143, 160, 164, 165, 172, 176, 182, 183, 191, 197, 202, 208], "env": [101, 127, 129, 131, 164, 182], "envelop": 169, "environ": [10, 57, 65, 85, 89, 99, 102, 104, 107, 119, 127, 132, 135, 138, 144, 147, 148, 149, 153, 156, 160, 164, 173, 176, 178, 180, 182, 183, 184, 185, 187, 188, 195, 196, 197, 207, 208, 211, 213, 216], "envoron": 168, "eon": 184, "ep": 147, "ephemer": 65, "epidem": 184, "episod": 82, "epoch": [189, 197], "equal": [32, 57, 148, 176, 197], "equat": [103, 147, 149, 173, 187], "equival": [103, 113, 147, 168], "era": 184, "erocarrera": 183, "err": 164, "err_on_exit": 36, "errat": 82, "erron": 185, "error": [9, 11, 14, 16, 18, 19, 20, 25, 29, 33, 36, 37, 39, 42, 54, 62, 65, 90, 92, 98, 100, 102, 112, 113, 128, 131, 138, 143, 145, 147, 148, 149, 164, 168, 175, 182, 195, 198, 216], "esc": [89, 177, 201], "escap": [65, 183], "escienc": 79, "esda": 183, "esp": 89, "especi": [62, 65, 109, 145, 179, 182, 213, 216], "esr": 182, "essenc": 103, "essenti": [2, 29, 30, 62, 65, 92, 128, 147, 159, 213, 214], "establish": 60, "estim": [65, 175, 182, 183, 184], "et": 151, "etc": [2, 10, 11, 29, 36, 60, 65, 68, 72, 84, 85, 86, 88, 89, 105, 109, 112, 113, 121, 123, 125, 127, 130, 131, 143, 144, 145, 147, 160, 164, 167, 168, 172, 173, 177, 179, 182, 183, 184, 186, 189, 195, 197, 199, 201, 210, 212, 216], "ev": 164, "eval": 85, "evalu": [81, 88, 125, 129, 131, 144, 147, 151, 164, 173, 195, 196, 201, 205, 210], "evcd": 183, "even": [9, 10, 49, 62, 65, 72, 82, 92, 102, 109, 112, 128, 131, 143, 144, 148, 151, 168, 171, 172, 174, 176, 201, 202, 205, 207, 213, 216], "event": [11, 12, 14, 15, 16, 19, 20, 21, 22, 23, 25, 26, 27, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 39, 40, 42, 45, 46, 47, 109, 131, 167, 216], "eventu": [12, 168], "ever": [9, 122], "everi": [2, 43, 52, 58, 62, 78, 82, 84, 89, 109, 110, 123, 164, 169, 177, 185, 194, 196, 197, 210, 212], "everybodi": [122, 194], "everyon": [100, 101, 102, 144, 168, 193], "everyth": [1, 10, 62, 65, 102, 105, 112, 123, 129, 130, 132, 137, 149, 151, 168, 176, 179, 189, 191, 193, 196, 197, 199, 201, 216], "evolut": [184, 202], "evolutionari": 183, "evolv": 184, "ex": [77, 151], "ex1": 151, "exact": [2, 9, 10, 62, 98, 112, 136, 137, 151, 168, 179, 184, 197, 198, 199, 210], "exactli": [9, 32, 57, 127, 130, 131, 140, 144, 147, 173, 176, 179, 191, 192, 193, 198, 199, 202], "exam": 171, "exampl": [3, 6, 9, 12, 13, 14, 15, 16, 19, 20, 21, 22, 23, 25, 26, 27, 28, 30, 31, 32, 33, 35, 36, 37, 39, 40, 41, 42, 45, 47, 48, 50, 54, 56, 57, 60, 62, 72, 74, 75, 76, 79, 82, 84, 85, 88, 91, 92, 93, 97, 98, 99, 100, 101, 102, 103, 105, 106, 107, 109, 110, 112, 113, 114, 119, 128, 129, 131, 135, 137, 144, 147, 149, 150, 151, 155, 156, 157, 158, 165, 168, 172, 173, 175, 176, 177, 178, 179, 182, 183, 184, 185, 186, 187, 190, 191, 192, 195, 197, 199, 201, 202, 205, 212, 214, 216], "exce": [109, 145, 168], "excel": [173, 186], "except": [65, 74, 89, 108, 151, 161, 168, 173, 176, 183, 196, 197, 201, 205, 207, 210], "excess": [26, 62, 147], "exchang": [113, 210], "exclud": [4, 16, 19, 60, 162, 177, 212], "exclude_histori": [16, 19], "exclus": [91, 168, 190], "exec": [164, 201], "execut": [3, 29, 30, 36, 65, 76, 89, 98, 101, 121, 125, 131, 132, 143, 151, 168, 173, 177, 179, 185, 186, 187, 191, 196, 201, 207, 212, 216], "execute_cod": 173, "exercis": [179, 191, 195], "exhaust": 150, "exhibit": 140, "exist": [9, 16, 23, 25, 48, 65, 98, 100, 102, 104, 131, 132, 136, 147, 149, 169, 176, 179, 182, 183, 187, 195, 197, 198, 202, 205, 216], "exit": [36, 86, 100, 102, 168, 177, 201], "exit_cod": 36, "exo": 132, "exoplanet": 132, "exp": [78, 182], "expand": [2, 22, 52, 85, 104, 149, 150, 151, 166, 184, 197, 213], "expandus": [86, 101, 113], "expect": [49, 62, 65, 109, 130, 144, 169, 171, 176, 197, 207], "expect_equ": 113, "expens": [9, 62, 65, 198], "experi": [9, 10, 21, 65, 82, 138, 153, 157, 185, 191, 195, 196, 205, 214], "experienc": [82, 131, 173], "experiment": [65, 132, 182, 183], "expert": 183, "expertis": [10, 65, 100, 214], "expir": [2, 57, 122, 150, 175, 177, 190, 203, 205, 212], "explain": [9, 11, 29, 30, 49, 50, 54, 65, 66, 72, 85, 89, 98, 99, 100, 101, 103, 113, 117, 124, 129, 131, 136, 147, 150, 161, 168, 180, 181, 191, 192, 195, 216], "explan": [4, 52, 101, 134, 150, 168, 173, 216], "explanatori": [3, 144, 178, 195, 197], "explicit": [33, 153, 182, 183], "explicitli": [9, 49, 65, 82, 84, 96, 101, 104, 105, 123, 148, 155, 164, 168, 179, 182, 183, 191, 192, 196, 197, 202, 216], "explor": [8, 58, 65, 66, 70, 93, 147, 157, 165, 176, 183, 204, 208, 216], "exploratori": 184, "export": [83, 85, 99, 100, 121, 156, 177, 182, 183, 184, 185, 193, 201, 212], "expos": [65, 137, 151, 182], "express": [49, 60, 72, 81, 119, 195], "ext": [85, 131, 147, 182, 183, 184, 185], "ext4": 89, "extend": [10, 147, 151, 179, 183, 213], "extens": [64, 68, 72, 74, 79, 85, 93, 99, 101, 113, 117, 123, 140, 142, 143, 145, 147, 151, 157, 168, 173, 177, 179, 183, 184, 185, 189, 194, 195, 197, 203, 213], "extern": [29, 30, 65, 82, 97, 99, 101, 131, 136, 154, 189, 216], "extra": [59, 65, 78, 87, 131, 136, 138, 168, 183, 190, 191, 196, 199], "extra_button_bar": 38, "extract": [117, 147, 173, 185], "extran": 197, "extrem": [9, 62, 65, 82, 131, 148, 169, 196], "ey": [62, 75, 86, 162, 177, 201, 212], "f": [6, 36, 51, 72, 78, 85, 119, 147, 148, 164, 168, 177, 189, 212], "f00c": 38, "f1": [93, 161], "f214": 28, "f2py": 93, "f5": 127, "f5a9": 38, "f781bf": 129, "f87129fd409e": 38, "f9": 127, "f90": 93, "f95": 93, "f9fe": 38, "fa4fc1e3be57": [22, 27], "fa8581c2d584": 38, "face": 172, "facebook": [3, 38, 45, 74, 110, 190], "facilit": [176, 184, 197, 205, 213], "fact": [62, 112, 151, 207, 210], "factor": [65, 118, 136, 151], "fail": [14, 18, 20, 29, 30, 54, 92, 105, 115, 130, 149, 151, 153, 168, 176, 179], "failur": [16, 29, 30, 62, 109], "fair": 196, "fairli": [179, 197], "fake": 197, "fall": [205, 214], "fals": [11, 14, 16, 18, 19, 21, 25, 29, 36, 38, 42, 45, 47, 54, 79, 85, 88, 102, 109, 129, 171, 173], "famili": [124, 172, 201], "familiar": [10, 138], "famou": [92, 179, 213, 216], "fan": 197, "faq": [5, 66, 131, 146, 156, 160, 193, 206, 207, 208], "far": [81, 105, 123, 143, 169, 197], "fashion": 75, "fast": [62, 65, 75, 118, 183, 184, 185], "fasta": 107, "fastdtw": 183, "faster": [65, 72, 101], "fastest": [75, 184], "fatal": 90, "fault": [105, 123], "favor": 199, "favour": 205, "favourit": 82, "fbprophet": 184, "fc8a484980d9": 33, "fd": 187, "fd63": 27, "fd7e": [12, 31, 40], "fd9b025b": 47, "fe": 187, "feasibl": [65, 176], "featur": [3, 5, 8, 57, 65, 67, 68, 69, 71, 75, 79, 124, 131, 138, 142, 143, 146, 147, 150, 152, 155, 157, 160, 163, 166, 171, 172, 173, 176, 177, 183, 191, 194, 195, 196, 197, 205, 207, 208, 210, 211, 212, 213, 214], "feb": 110, "fee": [9, 62, 196, 198], "feed": 152, "feedback": [65, 138, 157, 182, 183, 184], "feel": [29, 30, 52, 65, 164, 207, 210, 213, 214], "felf64": 76, "fenic": 183, "fermion": 184, "fetch": 27, "fetchal": 121, "few": [3, 5, 9, 11, 29, 60, 62, 65, 74, 78, 82, 87, 97, 110, 115, 119, 123, 131, 136, 145, 162, 164, 166, 168, 173, 182, 186, 189, 198, 213], "fewer": [20, 65], "ff": 161, "ff51440c855f": 38, "ff7f00": 129, "ffff33": 129, "ffmpeg": 183, "fftw": 184, "fi": 147, "fictiti": 160, "field": [6, 11, 18, 27, 29, 30, 54, 88, 98, 166, 168, 183, 189, 193, 195, 210, 216], "field1": [11, 29], "field2": [11, 29], "fig": [119, 132, 147], "figur": [2, 9, 65, 78, 110, 113, 115, 119, 123, 132, 143, 145, 147, 164, 166, 196, 210], "file": [2, 3, 5, 6, 7, 8, 10, 16, 19, 22, 30, 36, 37, 39, 48, 49, 52, 53, 54, 58, 60, 64, 65, 66, 67, 68, 76, 77, 79, 83, 84, 85, 86, 87, 88, 92, 93, 95, 96, 98, 99, 100, 101, 102, 105, 108, 109, 110, 111, 112, 113, 114, 115, 117, 119, 120, 121, 124, 128, 129, 130, 131, 132, 134, 135, 138, 139, 140, 142, 143, 144, 149, 150, 153, 156, 160, 164, 165, 169, 171, 172, 175, 177, 178, 182, 183, 184, 186, 190, 191, 193, 194, 195, 198, 199, 200, 203, 205, 207, 208, 211, 212, 213, 214, 216], "file1": [201, 216], "file2": 201, "file3": 201, "filenam": [6, 72, 83, 84, 101, 112, 123, 125, 131, 136, 147, 151, 158, 161, 178, 189, 191, 194, 201, 203, 216], "filepath": 75, "filesystem": [101, 162, 168, 175, 195, 197, 202], "filetyp": [60, 144], "fill": [109, 192], "filter": [4, 18, 60, 69, 123, 160, 162, 208], "final": [75, 82, 98, 101, 131, 147, 172, 184], "financ": 183, "financi": 183, "find": [1, 8, 65, 68, 72, 82, 101, 107, 109, 110, 113, 123, 130, 131, 132, 134, 147, 148, 151, 166, 168, 173, 176, 177, 183, 184, 189, 191, 194, 197, 201, 208, 212, 213, 216], "fine": [2, 65, 82, 92, 105, 128, 137, 168], "fingerprint": [160, 168], "fingerprinthash": 161, "finish": [11, 18, 29, 36, 65, 111, 121, 145, 168, 189, 191, 201, 202], "finit": [109, 187], "fire": 65, "firefox": [91, 112, 142, 182, 183, 216], "firewal": [82, 99], "first": [1, 2, 3, 5, 11, 28, 29, 36, 47, 54, 61, 62, 65, 72, 75, 76, 78, 83, 85, 92, 98, 101, 102, 103, 105, 109, 110, 114, 115, 120, 129, 131, 132, 135, 138, 139, 140, 144, 147, 148, 149, 151, 162, 166, 168, 172, 173, 177, 178, 180, 181, 182, 183, 184, 185, 189, 192, 196, 197, 198, 199, 203, 210, 212], "first_line_numb": 38, "first_nam": [20, 28, 47], "fit": [62, 184, 185, 186], "five": 151, "fix": [9, 10, 65, 82, 99, 130, 138, 173, 182, 183, 185, 201, 205, 213], "flag": [85, 101, 137, 148, 168, 197], "flaki": [176, 193], "flask": 183, "flatli": 129, "flavor": [151, 197], "flaw": 131, "flexibl": [62, 65, 164, 179, 183, 199, 200, 213, 214, 216], "flexibli": 150, "flicker": 216, "flight": 169, "float": [131, 147, 189], "flow": [186, 187], "fluidpag": 129, "flux": 183, "fluxdiffeq": 183, "fly": 65, "flyout": [8, 66, 208], "fn": [177, 212], "focu": [65, 138, 153, 176, 179, 187, 193, 201, 213, 216], "focus": [68, 171, 201], "fold": [84, 125], "folder": [4, 16, 65, 70, 75, 97, 101, 117, 135, 156, 158, 162, 173, 191, 192, 193, 196], "folium": [183, 184], "follow": [2, 4, 6, 11, 16, 29, 30, 33, 38, 49, 54, 57, 60, 65, 68, 72, 74, 78, 79, 80, 81, 82, 84, 85, 88, 89, 90, 97, 100, 101, 107, 108, 109, 119, 121, 126, 127, 129, 131, 132, 133, 135, 144, 145, 147, 148, 150, 151, 166, 168, 172, 173, 176, 177, 178, 180, 181, 183, 184, 191, 192, 194, 195, 196, 197, 199, 212, 214], "font": [3, 82, 124, 147, 177, 183, 191, 212], "fontenc": 148, "fontspec": 148, "foo": [47, 131, 168, 177, 189, 191, 197, 212], "fooxyz": 47, "for_json": 16, "forc": 184, "forecast": [183, 184, 186], "foreign": 148, "forese": 153, "forev": 183, "forg": 183, "forget": [65, 72, 168], "forgot_password": 29, "forgot_password_respons": 25, "fork": [105, 131, 151, 183, 184], "form": [2, 16, 19, 29, 30, 57, 65, 75, 119, 144, 168, 171, 172, 177, 180, 191, 195, 212], "format": [20, 22, 35, 36, 56, 65, 67, 107, 132, 144, 145, 147, 151, 156, 164, 168, 172, 173, 183, 184, 191, 195, 197, 199, 205, 213], "former": 179, "formerli": [182, 183], "formula": [9, 60, 62, 92, 147, 149, 151, 177, 179, 183, 197, 216], "forth": [82, 130, 142, 144], "fortran": [99, 182], "fortranmag": 93, "fortun": 99, "forum": [57, 74, 194], "forward": [135, 147, 168, 175, 197], "forwardag": 168, "found": [6, 52, 78, 82, 128, 132, 140, 147, 173, 194], "foundat": [101, 102], "founder": [62, 65, 100, 109, 213, 216], "four": [112, 151, 166], "fourier": 182, "fout": 164, "fr": 182, "frac": [60, 147, 149, 151], "fractal": 184, "fractint": 184, "fraction": [2, 9, 62, 172], "fragment": [143, 151], "frame": [9, 66, 74, 76, 84, 86, 90, 93, 97, 98, 113, 119, 124, 129, 131, 138, 143, 147, 148, 149, 151, 168, 172, 183, 202, 211, 215, 216], "framework": [119, 131, 133, 147, 183, 185, 187, 214], "fred": 121, "free": [2, 5, 9, 62, 65, 82, 96, 130, 131, 164, 173, 175, 186, 190, 191, 192, 195, 198, 207, 214], "freedom": 65, "freehand": [177, 212], "freq_hz": 173, "frequenc": [79, 173], "frequent": [62, 82, 109, 147, 153, 168], "fresh": [11, 29, 153, 168, 183], "freshli": 65, "fresnel": 183, "freud": 183, "fridai": 37, "friendli": [10, 65, 78], "from": [2, 3, 6, 7, 9, 10, 16, 19, 22, 24, 27, 32, 38, 40, 41, 44, 51, 52, 56, 57, 62, 64, 65, 68, 74, 75, 76, 77, 79, 81, 82, 85, 86, 87, 88, 89, 95, 96, 97, 98, 100, 102, 109, 110, 112, 113, 114, 115, 118, 119, 121, 122, 123, 125, 129, 130, 132, 135, 138, 142, 144, 145, 146, 147, 148, 149, 150, 151, 153, 154, 162, 163, 164, 166, 167, 168, 169, 171, 172, 173, 176, 177, 178, 180, 181, 182, 183, 184, 185, 187, 189, 192, 193, 194, 195, 196, 198, 199, 200, 202, 205, 206, 207, 210, 212, 213, 214, 216], "from_panda": 79, "from_sequ": 86, "from_tfd": 75, "fromfil": 136, "front": [11, 29, 80, 82, 131, 177, 202, 212], "frontend": 151, "fruit": 119, "fsspec": 183, "fulfil": 179, "full": [9, 10, 11, 29, 31, 51, 65, 68, 87, 96, 128, 131, 139, 142, 148, 155, 172, 177, 189, 190, 205, 216], "fulli": [9, 10, 54, 62, 65, 101, 119, 123, 139, 140, 142, 168, 176, 189, 195, 199, 205, 213, 216], "fullscreen": [11, 29, 177, 208], "function": [10, 11, 29, 52, 68, 72, 83, 93, 98, 102, 109, 113, 129, 130, 147, 164, 168, 171, 173, 179, 180, 181, 183, 184, 186, 191, 195, 197, 205, 213], "fund": [198, 213], "fundament": [75, 160, 180, 181], "further": [5, 16, 78, 84, 86, 159, 172, 196, 201, 216], "furthermor": [101, 134], "futur": [2, 16, 17, 33, 65, 101, 150, 155, 182, 185, 187, 190, 191, 194, 214], "fv": 187, "g": [2, 5, 11, 29, 49, 60, 65, 72, 75, 78, 82, 84, 85, 86, 89, 93, 98, 101, 105, 109, 115, 118, 121, 122, 123, 129, 131, 132, 136, 137, 145, 147, 148, 151, 153, 157, 158, 162, 168, 171, 172, 173, 176, 177, 178, 182, 183, 184, 186, 188, 189, 195, 196, 197, 198, 201, 202, 207, 210, 212, 216], "g0": 109, "gadfli": 182, "gain": [10, 65, 171, 183], "galleri": 147, "game": 78, "gamma": 98, "gap": [66, 134, 178, 182, 183, 201], "gatewai": [120, 160], "gather": [151, 197], "gaussian": 186, "gb": [2, 62, 65, 107, 109, 136, 191, 207], "gbq": 183, "gc": 75, "gcc": [76, 98, 101, 131, 183, 186, 188], "gchempaint": 216, "gcp": [77, 168, 183, 213], "gcsf": 183, "gdpr": 74, "gear": [89, 151], "geckodriv": 183, "geda": 216, "gedit": 216, "gen": 183, "gene": 186, "gener": [2, 9, 10, 29, 30, 57, 62, 74, 79, 82, 86, 92, 100, 101, 102, 104, 113, 118, 129, 132, 138, 145, 146, 147, 148, 149, 153, 162, 163, 168, 173, 179, 184, 185, 193, 194, 200, 202, 207, 216], "genet": 183, "genlasso": 184, "genom": 184, "geodynam": [180, 181], "geograph": [175, 213], "geographiclib": 183, "geomview": 184, "geopanda": [182, 183, 184], "geophys": 184, "geopi": 183, "german": 216, "gerrychain": 187, "get": [2, 5, 9, 10, 11, 16, 20, 24, 28, 29, 45, 46, 53, 56, 62, 65, 66, 72, 76, 77, 78, 79, 81, 82, 84, 85, 86, 88, 90, 99, 100, 101, 107, 109, 113, 119, 120, 123, 125, 131, 132, 135, 136, 137, 138, 139, 141, 142, 143, 146, 147, 150, 151, 155, 156, 157, 164, 165, 167, 168, 169, 171, 172, 173, 176, 177, 182, 183, 191, 193, 194, 197, 198, 201, 202, 205, 208, 210, 212, 213, 214], "get_api_kei": [20, 57], "get_available_upgrad": 29, "get_config": 113, "get_support_ticket": [22, 29], "get_syncdoc_histori": 88, "get_usernam": [29, 113], "get_xticklabel": 132, "getelementbyid": [11, 29], "getenv": [102, 129], "gfortran": [93, 183], "gg": 74, "ggformula": 183, "ggfortifi": 183, "ggmap": 183, "ggplot": 183, "ggplot2": [183, 185, 186], "ggstanc": 183, "ghc": 184, "gi": 183, "giac": 182, "gigabyt": 136, "gimp": [182, 216], "gist": [147, 176], "git": [2, 10, 62, 65, 70, 78, 99, 147, 160, 170, 176, 182, 183, 193, 196, 202, 205, 211, 216], "gitg": [96, 216], "github": [3, 10, 26, 50, 52, 53, 55, 56, 68, 74, 75, 78, 96, 97, 101, 110, 120, 122, 129, 131, 143, 151, 160, 165, 168, 172, 173, 178, 182, 183, 189, 190, 196, 197, 205], "githubusercont": 97, "gitk": [96, 216], "gitlab": [96, 160, 168], "give": [1, 10, 11, 29, 49, 65, 77, 88, 93, 96, 97, 98, 101, 109, 120, 129, 138, 144, 147, 149, 157, 158, 161, 162, 164, 166, 167, 168, 173, 177, 180, 181, 182, 183, 191, 195, 201, 205, 212, 213, 214], "given": [2, 14, 15, 16, 17, 18, 20, 21, 25, 27, 32, 36, 42, 45, 47, 48, 55, 60, 65, 82, 85, 88, 92, 100, 112, 122, 127, 137, 158, 166, 168, 191, 194, 197, 202, 205, 210, 213], "glanc": 182, "glass": 201, "glasser": 98, "glib": 183, "glm": [182, 183], "global": [100, 101, 102, 103, 113, 131, 133, 153, 164, 168, 176, 182, 183, 185, 186, 197, 216], "glpk": 183, "gmail": [54, 97], "gnat": 182, "gnms0l6r": 101, "gnome": [182, 216], "gnu": [93, 98, 101, 102, 115, 133, 148, 182, 186], "gnumer": 216, "gnuplot": [115, 183], "gnutl": 183, "go": [5, 9, 10, 32, 62, 65, 66, 74, 75, 78, 79, 82, 84, 89, 92, 97, 101, 105, 108, 110, 113, 123, 124, 127, 130, 131, 136, 138, 143, 144, 145, 147, 150, 158, 161, 164, 167, 168, 169, 175, 176, 177, 183, 184, 186, 191, 194, 195, 196, 197, 199, 210, 212, 214, 216], "goal": [10, 64, 138, 213], "goe": [62, 82, 129], "gone": [65, 173, 201], "good": [7, 62, 101, 105, 118, 143, 147, 155, 168, 197, 205], "googl": [3, 62, 74, 91, 99, 110, 112, 131, 140, 173, 175, 177, 182, 183, 187, 190, 194, 201, 207, 216], "googleapi": [124, 183], "got": [9, 78, 157, 183, 197], "gotten": 113, "gp": 9, "gprofiler2": 186, "gpt": 210, "gpu": [9, 10, 65, 83, 138, 187, 198, 210, 214], "gpy": 183, "gpyopt": 183, "grab": [131, 137, 152], "grade": [105, 138, 157, 171, 183, 193, 197], "gradl": 183, "grai": 3, "grant": [168, 176], "graph": [62, 119, 177, 184, 212, 216], "graphic": [65, 66, 99, 109, 115, 131, 138, 147, 168, 182, 183, 184, 187, 215], "graphicx": 147, "graphql": [38, 54], "graphviz": 182, "grass": 183, "great": [10, 52, 62, 65, 191, 192, 213], "greater": [2, 36], "greatli": [128, 131, 138, 213], "green": [11, 29, 82, 149, 202], "greet": 111, "grei": 169, "grenobl": 182, "grepcidr": 184, "grid": [67, 187], "group": [2, 36, 38, 54, 62, 74, 95, 119, 138, 177, 192, 193, 202, 212], "grow": [65, 145, 166, 185, 213], "growth": [180, 181], "gruber": 151, "gschem": [182, 216], "gsd": 183, "gsl": 99, "gsl_math": 98, "gsl_mont": 98, "gsl_monte_mis": 98, "gsl_monte_plain": 98, "gsl_monte_vega": 98, "gspread": 183, "gst": 183, "gstreamer": 183, "gsuitedev": 97, "gtk": [182, 183, 216], "gtkwave": 183, "guarante": [2, 65], "guess": [65, 150, 216], "guest": 82, "gui": [143, 168, 183, 216], "guid": [29, 30, 52, 66, 72, 74, 85, 91, 117, 124, 131, 134, 138, 149, 157, 161, 166, 168, 184, 197], "gvar": 186, "gvim": 216, "gyoto": 183, "gz": 131, "h": [16, 22, 28, 35, 36, 38, 45, 49, 50, 54, 56, 62, 98, 114, 121, 127, 131, 164, 172], "h1": [39, 48, 119, 124], "h100": 65, "h13577e0_0": 183, "h14c3975_0": 183, "h14c3975_1001": 183, "h167e202_0": 183, "h1bed415_1002": 183, "h2": 124, "h2a4e5f8_1": 183, "h2ad7f00_6": 183, "h2fc8fa2_1002": 183, "h3": 124, "h37c48d4_0": 183, "h422b904_5": 183, "h470a237_1": 183, "h4ea9474_1004": 183, "h52cfd70_1": 183, "h5py": 183, "h66beb1c_1001": 183, "h714fa37_1": 183, "h80bd089_1005": 183, "h8bf5577_3": 183, "ha": [2, 4, 5, 6, 9, 10, 11, 29, 30, 31, 51, 52, 63, 65, 74, 75, 77, 78, 82, 89, 90, 91, 96, 97, 100, 101, 102, 105, 109, 112, 113, 122, 123, 127, 129, 130, 131, 135, 136, 138, 140, 142, 143, 144, 145, 147, 148, 149, 150, 151, 152, 157, 162, 167, 168, 169, 172, 173, 176, 183, 189, 190, 191, 192, 194, 195, 196, 197, 198, 199, 200, 201, 205, 210, 216], "ha0c5888_2": 183, "ha4e643d_1000": 183, "hablar": 182, "hack": [82, 151], "had": [5, 54, 65, 161, 191, 205], "had28632_1001": 183, "haiku": 9, "half": 2, "halt": [105, 109, 131, 196], "hand": [10, 52, 62, 72, 82, 131, 138, 144, 148, 168, 191, 196, 198, 216], "handi": [65, 196, 197], "handl": [82, 101, 113, 147, 182, 184, 196, 198], "handout": [138, 157, 193, 196, 201], "handout1": 191, "haplo": 184, "happen": [54, 65, 80, 82, 101, 105, 108, 109, 110, 123, 130, 131, 135, 148, 155, 168, 176, 195, 197, 202], "happi": [9, 10, 60, 92, 214], "hard": [47, 62, 136, 153, 197], "hardcod": 148, "hardwar": [10, 62, 65, 154, 205, 213, 214], "harfbuzz": 183, "harm": 157, "hash": [151, 189], "hashtag": [166, 168, 190], "haskel": [153, 184], "hasn": 195, "have": [2, 3, 4, 5, 6, 7, 9, 10, 11, 12, 16, 17, 18, 19, 29, 32, 38, 39, 46, 48, 49, 50, 54, 59, 60, 61, 62, 65, 68, 69, 72, 74, 75, 78, 81, 83, 85, 88, 91, 96, 97, 100, 101, 102, 103, 104, 105, 107, 109, 110, 111, 112, 113, 114, 117, 118, 119, 121, 122, 126, 128, 129, 130, 131, 132, 135, 136, 137, 138, 140, 142, 143, 145, 147, 148, 149, 150, 151, 153, 154, 157, 160, 161, 162, 163, 166, 167, 168, 169, 171, 173, 176, 177, 178, 179, 182, 183, 186, 189, 190, 191, 192, 193, 194, 195, 196, 198, 199, 200, 201, 202, 205, 210, 212, 213, 214, 216], "haven": 54, "hb": 183, "hb453b48_1": 183, "hd3a4fd2_1002": 183, "hdf3bae2_1001": 183, "he": 194, "he243708_1001": 183, "he372182_0": 183, "head": [4, 124, 143, 151, 172, 176, 195], "header": [29, 30, 51, 56, 57, 113, 127, 178, 183], "headerpanel": 129, "headless": [83, 182], "hear": [82, 131], "heavi": [109, 140, 147, 207], "heavili": [2, 5, 207], "hebrewfont": 147, "heed": 78, "height": [79, 147, 149, 177, 184, 212], "held": 82, "hellerbard": 182, "hello": [37, 39, 48, 53, 54, 74, 76, 84, 119, 131, 138, 149, 184, 196], "helloworld": 131, "help": [2, 6, 7, 9, 29, 30, 32, 52, 54, 59, 62, 65, 75, 81, 82, 91, 101, 104, 105, 109, 110, 117, 121, 123, 127, 128, 130, 131, 138, 147, 148, 153, 159, 161, 166, 168, 183, 184, 189, 192, 193, 196, 199, 200, 202, 208, 210, 213, 216], "helper": 184, "henc": [82, 131, 133, 148, 153, 184, 186, 197], "her": [183, 194, 199], "here": [0, 1, 2, 3, 5, 6, 7, 8, 11, 29, 49, 54, 57, 62, 65, 67, 72, 74, 76, 77, 78, 81, 84, 85, 86, 87, 90, 93, 98, 100, 101, 102, 103, 104, 105, 107, 108, 109, 112, 113, 115, 120, 129, 130, 131, 132, 135, 136, 142, 145, 147, 148, 150, 151, 152, 153, 155, 157, 163, 164, 166, 167, 168, 169, 172, 176, 177, 178, 183, 186, 190, 194, 195, 197, 198, 199, 201, 202, 210, 216], "heroku": 184, "hesit": [117, 179], "heteroskedast": 183, "hex": 132, "hexadecim": 6, "hf0c64fd_1003": 183, "hf63aee3_1001": 183, "hi": [154, 168, 194, 199], "hidden": [60, 70, 147, 151, 160, 173, 183, 190, 201, 202], "hide": [8, 62, 65, 68, 109, 151, 160, 166, 169, 193, 197, 208], "hide_cod": 183, "high": [62, 82, 92, 131, 147, 179, 185, 187, 196, 214], "highchart": 183, "higher": [2, 65, 184], "highli": [82, 131, 164, 207, 214], "highlight": [6, 60, 65, 84, 125, 151, 157, 172, 182, 183, 191, 211], "highmap": 183, "highstock": 183, "hilbert": 184, "him": 183, "hint": [72, 173], "hippi": 102, "hire": 10, "hist": 147, "histogram": 147, "histor": [147, 202, 213], "histori": [16, 19, 58, 60, 85, 99, 138, 156, 167, 177, 196, 207, 212], "historymanag": 85, "hit": [72, 80, 97, 100, 102, 105, 109, 120, 125, 130, 132, 135, 145, 149, 161, 177, 192, 197, 201, 216], "hmmh": 78, "hmmlearn": 182, "hmmmd": 78, "hnh": 78, "hobbyist": 2, "hog": 82, "hold": [82, 179, 184], "holidai": [184, 186], "holo": 79, "holoview": 99, "holoviz": 79, "holt": 184, "home": [4, 6, 8, 11, 16, 29, 36, 37, 39, 48, 49, 62, 65, 66, 69, 74, 77, 85, 86, 89, 100, 101, 102, 107, 113, 121, 131, 133, 136, 137, 147, 158, 160, 164, 168, 169, 176, 177, 178, 182, 183, 201, 208, 211, 212], "homepag": 163, "homework": [191, 195, 197], "homotopycontinu": 183, "hone": 65, "hood": [62, 83, 147, 160, 172, 179, 197], "hook": [11, 29], "hoomod": 183, "hope": [62, 205], "hopefulli": [65, 197], "horizont": [72, 86, 149, 177, 201, 212], "hors": 75, "host": [10, 38, 65, 74, 79, 101, 109, 119, 121, 129, 131, 141, 154, 160, 165, 168, 173, 175, 176, 196, 199, 208, 213], "hostnam": [6, 168], "hot": 197, "hotel": 82, "hotfix": 183, "hotmail": 192, "hour": [38, 46, 60, 65, 82, 131, 145, 173, 197, 199, 213], "hover": [1, 9, 65, 143, 151, 168, 171], "how": [1, 10, 19, 29, 30, 49, 52, 62, 65, 66, 68, 72, 75, 77, 78, 83, 85, 86, 98, 100, 101, 102, 104, 105, 107, 108, 109, 110, 114, 117, 119, 122, 124, 129, 130, 134, 138, 144, 145, 147, 149, 150, 151, 154, 157, 160, 168, 172, 175, 177, 178, 179, 186, 187, 188, 190, 192, 193, 198, 201, 207, 208, 210, 212, 216], "howev": [10, 62, 65, 68, 82, 89, 112, 131, 133, 136, 149, 168, 173, 187, 192, 197, 205, 213, 214, 216], "howto": [85, 132, 142, 146, 161, 183, 197], "href": [32, 137], "html": [22, 29, 30, 31, 32, 60, 77, 82, 99, 101, 119, 132, 137, 148, 182, 183, 184, 191, 197], "html5": 173, "htop": [86, 127, 182], "http": [0, 1, 5, 6, 7, 9, 10, 11, 12, 14, 15, 16, 19, 20, 21, 22, 23, 25, 26, 27, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 39, 40, 42, 45, 46, 47, 48, 51, 52, 53, 54, 55, 56, 57, 60, 65, 68, 74, 75, 77, 78, 79, 81, 82, 85, 86, 89, 91, 97, 101, 102, 108, 119, 121, 124, 129, 131, 132, 137, 143, 150, 151, 152, 153, 165, 168, 169, 170, 173, 176, 182, 183, 196, 197, 199, 210, 213], "httpadapt": 51, "httpbasicauth": 51, "hub": [10, 24, 29, 30, 43, 99, 164], "huge": [109, 173], "hull": 183, "human": [62, 185, 202], "hundr": [100, 101, 102, 193], "hunt": 110, "hv": 79, "hw3": 195, "hydro": 65, "hyperbol": [180, 181], "hyperlink": 151, "hyperparamet": [183, 185], "hyperstack": 175, "hyphen": [6, 166, 168], "hypothesi": 184, "i": [0, 1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 14, 15, 16, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 35, 36, 37, 38, 39, 40, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 60, 62, 64, 66, 68, 69, 70, 71, 72, 74, 76, 77, 78, 79, 80, 83, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 100, 101, 102, 103, 104, 107, 111, 112, 113, 114, 115, 117, 118, 119, 121, 122, 123, 126, 127, 128, 129, 130, 132, 133, 134, 135, 136, 137, 139, 140, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 157, 159, 160, 162, 163, 164, 165, 166, 168, 169, 171, 173, 175, 176, 177, 178, 179, 180, 181, 182, 183, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 197, 198, 199, 201, 202, 203, 207, 208, 211, 212, 213, 214], "iam": 168, "ibmq": 183, "icmp_seq": 65, "icon": [3, 8, 60, 62, 71, 80, 86, 89, 97, 104, 122, 130, 131, 136, 143, 145, 147, 150, 162, 167, 169, 172, 176, 191, 194, 196, 201, 216], "id": [6, 10, 11, 12, 13, 14, 15, 16, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 35, 36, 37, 39, 40, 41, 42, 44, 45, 46, 47, 48, 51, 52, 65, 68, 75, 109, 113, 119, 132, 137, 138, 151, 168, 173, 176, 182, 183, 216], "id_": 96, "id_ed25519": [6, 168], "id_rsa": 96, "idea": [77, 82, 101, 129, 168, 183], "ideal": [185, 213], "ident": [1, 78, 148, 154, 168, 197], "identifi": [6, 50, 57, 82, 104, 186, 189, 191], "identityfil": 168, "idl": [2, 3, 38, 44, 74, 109, 161, 168, 169, 173, 182, 197, 199, 205, 208, 216], "ieee": 183, "ifram": [68, 72, 124, 156], "ifs": 184, "ifsfract": 184, "igni": 183, "ignor": [14, 36, 72, 74, 82, 132], "ihaskel": 153, "ijavascript": [184, 187], "ijulia": 183, "illustr": [29, 30, 50, 71, 97, 173, 195, 197], "imag": [11, 21, 29, 60, 62, 65, 75, 82, 102, 136, 143, 145, 150, 160, 172, 176, 177, 179, 180, 181, 182, 183, 184, 185, 187, 199, 208, 212, 216], "imageio": 184, "imagemagick": [182, 183], "imaginari": 184, "imbalanc": 183, "immedi": [2, 16, 57, 60, 65, 96, 122, 131, 157, 210], "immers": 138, "immun": 131, "impact": 131, "imper": 184, "implemenet": 131, "implement": [52, 54, 60, 65, 72, 103, 110, 122, 142, 143, 172, 176, 177, 183, 185, 187, 195, 197, 212, 213], "impli": [153, 179, 183], "implicit": [27, 151], "import": [11, 29, 51, 62, 65, 75, 79, 82, 86, 88, 97, 100, 101, 105, 109, 113, 114, 119, 121, 124, 131, 132, 135, 146, 147, 149, 164, 168, 173, 183, 184, 185, 192, 197, 214, 216], "impos": [65, 175, 197, 212], "imposs": [9, 62, 65, 110, 176, 187, 197, 207], "improp": 65, "improperli": 20, "improv": [11, 29, 52, 68, 131, 138, 196, 205, 213], "imput": 186, "inact": [2, 3], "inadvert": [82, 131], "inbox": 192, "inch": 131, "incididunt": 151, "incl": [183, 185], "includ": [2, 4, 9, 10, 16, 22, 32, 36, 39, 47, 52, 54, 57, 62, 65, 69, 72, 82, 85, 89, 94, 98, 100, 101, 102, 113, 122, 130, 131, 132, 136, 137, 138, 143, 144, 150, 151, 160, 162, 168, 169, 173, 174, 176, 177, 178, 180, 181, 182, 183, 184, 185, 186, 191, 195, 197, 198, 199, 201, 202, 207, 210, 211, 212, 213, 214], "includegraph": 147, "incognito": [82, 112, 176, 191], "incompat": [150, 182, 183, 186], "inconsequenti": 65, "inconsist": [179, 183], "inconveni": 131, "incorrect": 113, "increas": [2, 3, 5, 10, 38, 62, 65, 136, 144, 155, 176, 198], "incred": 196, "incur": 214, "inde": [164, 214], "indent": [84, 125, 143], "indent_unit": 38, "independ": [62, 118, 192, 197], "index": [66, 74, 79, 137, 151, 182, 183], "india": 5, "indic": [5, 7, 65, 67, 82, 144, 147, 148, 157, 168, 169, 196, 199, 216], "indirectli": 82, "individu": [29, 30, 86, 88, 110, 117, 147, 161, 168, 176, 183, 191, 213], "industri": [184, 197, 214], "ineffect": 150, "infecti": [180, 181], "infer": 183, "infinit": [130, 131, 164, 177, 212], "info": [22, 38, 91, 130, 151, 157, 168, 183, 187], "inform": [0, 1, 2, 4, 5, 11, 18, 26, 27, 29, 30, 38, 50, 64, 65, 68, 69, 71, 72, 81, 82, 86, 88, 96, 100, 101, 102, 105, 107, 109, 113, 122, 127, 129, 130, 131, 132, 136, 143, 144, 147, 148, 150, 151, 153, 154, 161, 163, 164, 166, 168, 173, 179, 182, 183, 192, 194, 197, 199, 202, 206, 207, 208, 211], "infrastructur": [10, 179], "ingest": 152, "inherit": 92, "init": [85, 86, 127, 164], "initdb": 121, "initi": [5, 62, 86, 119, 138, 147, 148, 149, 153, 156, 158, 160, 166, 167, 168, 173, 176, 183, 190, 197, 216], "inject": 82, "inkscap": 216, "inlin": [85, 124, 147, 149, 211], "innoc": 109, "innocu": 10, "input": [9, 60, 62, 83, 129, 131, 144, 147, 148, 149, 151, 173, 184, 195, 197, 216], "inputenc": 148, "inquiri": 200, "ins": 151, "insensit": [47, 191], "insert": [9, 60, 88, 101, 114, 121, 145, 178, 183, 195], "insid": [65, 69, 82, 85, 86, 92, 96, 97, 101, 102, 103, 111, 121, 137, 147, 151, 152, 153, 160, 162, 168, 173, 177, 179, 183, 186, 191, 194, 197, 201, 207, 212, 216], "insignific": 62, "inspect": [82, 91, 178], "inspir": [9, 65], "instal": [6, 10, 22, 64, 65, 66, 75, 85, 89, 99, 103, 107, 108, 117, 127, 128, 130, 132, 134, 135, 136, 138, 150, 153, 161, 168, 176, 177, 179, 182, 183, 184, 185, 186, 195, 196, 197, 205, 210, 212, 213, 214], "instanc": [10, 11, 29, 65, 79, 86, 102, 131, 154, 164, 168, 173, 197, 213, 214], "instantan": 173, "instanti": [104, 129, 179], "instantli": [168, 177, 212], "instead": [2, 5, 16, 19, 36, 38, 39, 64, 79, 89, 92, 101, 118, 137, 145, 147, 148, 149, 155, 168, 172, 173, 176, 179, 185, 193, 197, 213, 216], "institut": [193, 197], "instruct": [65, 76, 78, 85, 89, 100, 101, 120, 131, 133, 147, 149, 157, 179, 183, 185, 190, 191, 192, 201], "instructor": [2, 65, 66, 108, 113, 128, 150, 157, 168, 171, 190, 191, 196, 197, 199, 200, 201], "instrument": 183, "int": [98, 121], "int16": 173, "integ": 86, "integr": [11, 29, 52, 61, 65, 98, 101, 117, 147, 157, 171, 179, 193, 195, 213], "intel": 184, "intel64": 184, "intellig": [180, 181, 211], "intend": [33, 59, 65, 180, 181, 192, 201], "intens": [65, 100], "intent": [20, 62, 93, 105, 152], "interact": [9, 65, 79, 85, 102, 119, 129, 142, 143, 144, 145, 148, 164, 168, 173, 177, 179, 180, 181, 183, 184, 194, 196, 201, 212, 216], "intercept": [57, 89, 201], "interconnect": 65, "interest": [5, 49, 52, 62, 65, 127, 138, 148, 165, 176, 191, 197, 213], "interf": 201, "interfac": [1, 3, 10, 29, 30, 51, 54, 65, 66, 68, 82, 136, 138, 139, 142, 143, 144, 147, 148, 149, 161, 168, 180, 181, 182, 183, 184, 185, 191, 199, 201, 205, 213, 216], "interfer": [82, 112, 191], "interior": 183, "interleav": 151, "intermedi": [2, 109, 187], "intern": [24, 65, 101, 168, 197], "internet": [2, 38, 58, 65, 75, 82, 96, 100, 101, 102, 138, 154, 161, 168, 183, 196, 197, 199, 205, 208], "interoper": 161, "interpret": [101, 151, 201], "interrupt": [65, 86, 104, 201, 207], "interv": [2, 3, 47, 147, 184, 197], "interval_": 43, "intervent": [10, 131], "intro": 151, "introduc": [52, 71, 149, 160, 180, 181, 182, 184], "introduct": [11, 29, 66, 69, 119, 124, 146, 148, 160, 165, 177, 180, 181, 183, 201], "introductori": [2, 132, 201], "introtomanifold": 176, "intuit": 183, "invalid": [75, 105], "invers": [147, 184], "investig": 184, "invis": 131, "invit": [31, 32, 99, 160, 167, 168, 193, 196, 205], "invite_collabor": 29, "invite_noncloud_collabor": 29, "invite_noncloud_collaborators_resp": 32, "invoc": [29, 30], "invoic": 208, "invoice_id": 51, "invok": [9, 29, 30, 36, 187], "involv": [65, 168, 210, 214], "io": [57, 173, 182, 183], "iop": 62, "ip": [65, 86, 121, 137], "ipad": [66, 208, 216], "ipencil": [177, 212], "ipopt": 183, "ipsum": 151, "iputil": 65, "ipykernel": [85, 101, 184], "ipyleaflet": 183, "ipynb": [3, 11, 22, 29, 49, 68, 86, 88, 90, 101, 114, 126, 142, 144, 145, 151, 158, 176, 178, 182, 183, 195, 201, 213], "ipynb2sagew": [173, 201], "ipython": [72, 85, 131, 145, 179, 183, 184], "ipython2": [101, 201], "ipython3": [101, 179, 201, 216], "ipython_kernel": 85, "ipyvolum": 183, "ipywidget": [10, 142, 183], "ir": 85, "irdisplai": 183, "iri": 129, "iridium": 82, "irkernel": 183, "irregular": 182, "isdir": 49, "ish": 20, "isn": [3, 12, 74, 108, 121, 131, 147, 173, 175, 176, 183], "iso": 35, "isochron": [182, 184], "isocpp": 84, "isol": [11, 29, 160, 193], "issu": [11, 29, 45, 59, 66, 68, 75, 78, 80, 86, 100, 103, 105, 109, 120, 122, 130, 131, 134, 138, 140, 142, 143, 147, 149, 151, 153, 161, 168, 169, 171, 173, 177, 182, 183, 184, 185, 186, 188, 197, 201, 205, 210, 212, 213, 216], "ital": 172, "item": [5, 47, 54, 152, 162, 169, 173, 177, 187, 210, 212], "iter": [118, 182], "its": [6, 10, 16, 55, 62, 65, 82, 91, 92, 97, 101, 113, 129, 131, 144, 145, 147, 150, 161, 164, 165, 167, 168, 169, 176, 179, 183, 192, 194, 195, 196, 197, 198, 205, 210, 216], "itself": [65, 128, 145, 147, 148, 152, 173, 184, 216], "itzykson": 98, "iverilog": 183, "j": [29, 30, 98, 124, 127, 153, 164, 173, 177, 182, 183, 186, 187, 189, 212], "jan": 197, "jane": [28, 56, 196], "janic": 195, "januari": 197, "jar": 112, "java": [72, 182, 201, 216], "javac": 131, "javascript": [57, 81, 82, 113, 173, 182, 183, 197], "jax": [183, 186], "jaxlib": 183, "jd": [20, 22, 47], "jdbc": 182, "jedit": 216, "jieba": 183, "jinja2": [131, 182, 183], "jit": [182, 186], "jl": 120, "joblib": [182, 183, 184], "jobqueu": 183, "joe": [50, 121], "john": [6, 28, 47, 151], "john00": 20, "join": [32, 75, 168, 183, 192, 197], "jplephem": 183, "jq": [49, 53, 54, 56], "json": [11, 22, 28, 29, 30, 35, 36, 38, 45, 49, 50, 51, 54, 56, 72, 85, 88, 97, 100, 101, 168, 189, 197], "juicef": 62, "jul": 101, "juli": [180, 181], "julia": [65, 85, 99, 138, 151, 153, 178, 179, 182, 195, 201, 213], "julia_depot": 100, "julia_depot_path": 100, "julia_project": 183, "julialang": 183, "juliaopt": 183, "jump": [52, 147, 148, 149, 173, 177, 183, 193, 212], "juno": [57, 140, 182], "jupter": 183, "jupyt": [3, 10, 38, 57, 65, 66, 79, 81, 83, 86, 87, 88, 107, 113, 121, 129, 130, 134, 138, 139, 140, 151, 153, 158, 160, 172, 173, 174, 176, 178, 182, 183, 185, 186, 187, 188, 191, 193, 196, 197, 201, 202, 205, 208, 211, 213, 215, 216], "jupyter_class": 38, "jupyter_contrib_nbextens": 103, "jupyterhub": [142, 184], "jupyterlab": [8, 10, 87, 99, 104, 138, 145, 158, 174, 175, 184, 195, 202, 213, 216], "jupyterlab_dir": 107, "jupytext": [126, 182, 183, 184], "jurko": 183, "just": [2, 6, 8, 9, 10, 11, 29, 54, 57, 60, 62, 65, 68, 72, 79, 82, 86, 88, 92, 100, 101, 105, 109, 110, 111, 115, 117, 121, 124, 130, 131, 132, 137, 143, 147, 148, 150, 153, 155, 157, 162, 166, 167, 168, 169, 173, 175, 176, 182, 191, 192, 196, 197, 198, 203, 210, 216], "juypter": 101, "k": [6, 98, 109, 127, 129, 130, 189], "k3": 161, "kaffeesatz": 124, "kafka": 184, "kaggl": 75, "katex": 151, "kbibtex": [183, 216], "kbyte": 109, "kdim": 79, "keep": [2, 44, 57, 60, 62, 65, 74, 82, 86, 112, 142, 149, 152, 171, 173, 177, 179, 182, 190, 205, 207, 210, 212, 213, 216], "kei": [3, 8, 11, 20, 26, 29, 30, 35, 37, 38, 49, 50, 51, 53, 54, 55, 56, 65, 66, 75, 82, 89, 91, 96, 102, 109, 111, 112, 127, 131, 136, 144, 150, 156, 157, 160, 169, 173, 189, 198, 199, 200, 208, 210, 216], "kepler": 184, "kept": [9, 148, 182], "kera": [182, 183], "kernel": [10, 65, 66, 74, 81, 99, 100, 102, 106, 109, 114, 126, 134, 145, 151, 153, 158, 168, 176, 177, 182, 183, 185, 186, 187, 188, 195, 196, 201, 212, 216], "kernel_nam": 85, "kernelspec": [85, 101], "kexi": 216, "keybind": 72, "keyboard": [68, 127, 143, 148, 177, 212], "keydb": 62, "keygen": [6, 96, 168], "keystrok": 89, "keyword": 178, "kgraphview": 182, "khalatyan": 79, "kick": 148, "kilcommin": 132, "kile": 216, "kill": [36, 105, 109, 127, 130, 161], "kind": [75, 77, 101, 214], "kiosk": [11, 29], "kirb": 183, "kmean": 129, "knet": 183, "knitr": [182, 183, 216], "knob": 202, "know": [9, 11, 22, 29, 62, 65, 82, 85, 98, 105, 123, 130, 132, 142, 147, 148, 153, 183, 184, 195, 196, 197, 205, 210, 213, 214], "knowledg": 82, "known": [148, 151, 153, 168, 182, 185, 197, 207, 210], "kplr": 184, "kpsewhich": 147, "krita": [182, 216], "kubernet": [10, 65, 154], "kucalc": [161, 164], "kucalc_image_nam": 164, "kwant": 183, "l": [6, 65, 78, 97, 98, 109, 121, 194, 197], "l4": 65, "l40": 65, "lab": [10, 103, 107, 142, 183, 185], "label": [75, 82, 109, 142, 147, 186], "labextens": 107, "labor": [151, 210], "laboratori": 114, "lack": [102, 105], "lag": 186, "lambda": 154, "lame": 183, "lamin": 185, "land": 185, "lang": [72, 183], "langaug": 72, "languag": [9, 10, 66, 72, 92, 101, 104, 113, 115, 118, 138, 144, 146, 147, 148, 151, 160, 173, 178, 179, 182, 183, 184, 185, 196, 197, 213, 216], "laptop": [10, 65, 154, 213], "larg": [6, 9, 62, 65, 66, 75, 79, 80, 82, 109, 134, 138, 155, 166, 168, 172, 173, 179, 183, 213], "larger": [62, 82, 90, 136, 148, 173, 177, 188, 207, 212], "lasso": 184, "last": [3, 4, 9, 18, 28, 46, 47, 49, 62, 101, 104, 105, 118, 123, 127, 131, 144, 148, 166, 167, 173, 177, 183, 189, 192, 197, 210, 212], "last_edit": 189, "last_nam": [20, 28, 47], "latenc": [65, 82, 207], "later": [2, 5, 16, 62, 75, 118, 138, 142, 148, 150, 168, 176, 190, 192, 196, 197, 210], "latest": [68, 77, 94, 124, 135, 152, 182, 183, 184, 194], "latex": [10, 52, 60, 66, 74, 83, 92, 117, 132, 138, 153, 160, 162, 165, 170, 179, 182, 183, 189, 193, 195, 196, 201, 202, 213, 215, 216], "latexdraw": 216, "latexmk": [53, 147, 148, 149], "latexmkrc": 147, "latter": [143, 168, 197], "lattic": 184, "launch": [64, 65, 69, 96, 101, 105, 132, 158, 160, 168, 183, 194, 201, 207, 216], "launcher": [104, 182, 216], "law": [5, 65], "layer": [183, 186], "layout": [119, 127, 129, 149, 163, 179, 185], "ld": 76, "ld_library_path": 184, "lead": [54, 147, 184], "leader": 194, "lean": [153, 182, 183], "leanproject": 153, "leanprov": 182, "learn": [2, 3, 9, 11, 16, 29, 30, 51, 52, 53, 55, 56, 59, 65, 74, 75, 76, 94, 97, 111, 121, 127, 131, 138, 147, 165, 166, 168, 169, 176, 177, 178, 179, 182, 183, 184, 186, 187, 192, 207, 212, 213], "least": [2, 9, 11, 29, 65, 107, 130, 131, 168, 173, 178, 186, 195, 198, 207, 210], "leav": [53, 65, 68, 92, 131, 195, 199], "left": [0, 1, 8, 57, 60, 67, 72, 90, 96, 97, 115, 122, 124, 130, 131, 135, 140, 143, 144, 148, 149, 161, 167, 168, 169, 176, 177, 178, 183, 184, 189, 192, 194, 195, 196, 201, 212, 216], "legaci": [66, 143, 193, 197, 208], "len": 75, "length": [9, 12, 15, 20, 32, 39, 42, 88], "lerna": [183, 184], "less": [32, 65, 81, 87, 90, 127, 130, 150, 168, 183, 201, 207], "let": [2, 3, 10, 54, 62, 65, 72, 75, 79, 82, 86, 92, 100, 101, 105, 124, 130, 138, 142, 143, 147, 148, 151, 153, 154, 155, 157, 167, 168, 173, 176, 177, 183, 184, 188, 189, 196, 199, 201, 205, 210, 214], "letter": [60, 127, 166], "level": [2, 101, 118, 143, 168, 176, 178, 185, 187, 201, 216], "lexicograph": [177, 212], "lf": [182, 183], "lfm": 184, "lgsl": 98, "lgslcbla": 98, "lgslclba": 98, "lht": 197, "lib": [101, 102, 114, 131, 133, 182, 183, 184, 186, 187], "libcloud": 183, "libhomfli": 182, "libnetcdff": 184, "libnetcdff6": 184, "libopenbla": 182, "libpys": 183, "libqgi": 183, "librari": [11, 16, 29, 33, 65, 72, 79, 82, 98, 101, 102, 103, 105, 118, 135, 147, 151, 156, 160, 164, 167, 168, 177, 179, 180, 182, 183, 184, 185, 186, 187, 188, 196, 212, 213], "librecad": 184, "libreoffic": [90, 182, 216], "libxml2": 183, "licens": [4, 5, 10, 13, 21, 41, 49, 50, 52, 59, 66, 87, 96, 101, 102, 130, 131, 134, 160, 175, 176, 192, 193, 197, 199, 200, 206, 207, 208, 213, 214], "license_id": [13, 41], "lid": 65, "lie": [177, 212], "life": 205, "lifetim": 65, "lift": 205, "light": [60, 62, 169, 183, 202], "lightgraph": 183, "lightweight": [68, 151], "like": [5, 6, 9, 11, 22, 29, 38, 46, 49, 54, 57, 62, 65, 68, 74, 75, 79, 82, 85, 89, 90, 92, 93, 96, 98, 101, 102, 103, 105, 108, 112, 117, 119, 121, 126, 129, 132, 133, 136, 137, 144, 145, 147, 151, 153, 161, 164, 168, 173, 176, 178, 179, 180, 181, 182, 183, 184, 187, 189, 190, 191, 195, 196, 197, 200, 201, 205, 211, 213, 216], "limit": [18, 32, 36, 47, 51, 65, 68, 80, 86, 109, 114, 115, 127, 130, 136, 138, 145, 150, 162, 166, 167, 168, 175, 196, 198, 207, 208, 213, 214], "limma": 183, "line": [31, 36, 62, 65, 72, 74, 76, 77, 78, 79, 81, 82, 84, 85, 89, 90, 92, 97, 98, 101, 113, 119, 121, 126, 127, 129, 131, 135, 136, 144, 147, 148, 149, 151, 162, 168, 172, 173, 177, 178, 179, 182, 183, 184, 185, 186, 187, 188, 189, 201], "line_numb": 38, "line_wrap": 38, "linear": [183, 184, 185, 186, 187], "linearalgebra": [182, 183], "linearmodel": [183, 184], "linex": 183, "link": [3, 7, 9, 31, 45, 53, 57, 58, 60, 64, 68, 75, 76, 81, 82, 85, 90, 97, 98, 101, 107, 112, 113, 119, 124, 128, 129, 130, 131, 132, 135, 136, 137, 143, 148, 149, 155, 167, 168, 169, 172, 173, 176, 177, 178, 184, 189, 195, 196, 197, 210, 211, 212], "link2proj": [31, 32], "linkifi": 151, "linspac": 79, "linux": [6, 10, 39, 48, 56, 65, 66, 69, 72, 74, 76, 77, 78, 83, 84, 85, 86, 89, 90, 93, 96, 98, 100, 101, 102, 103, 104, 107, 109, 111, 119, 121, 127, 129, 130, 131, 132, 138, 143, 145, 147, 148, 151, 158, 159, 160, 161, 162, 168, 173, 179, 182, 183, 184, 185, 186, 187, 188, 196, 197, 205, 213, 215, 216], "liquid": 184, "list": [0, 1, 2, 4, 5, 7, 11, 22, 23, 28, 29, 30, 38, 47, 52, 54, 58, 60, 65, 66, 74, 85, 90, 92, 97, 101, 109, 110, 117, 122, 123, 124, 127, 128, 129, 131, 135, 136, 142, 143, 145, 147, 149, 151, 152, 156, 157, 159, 160, 167, 168, 172, 173, 176, 178, 179, 180, 181, 183, 184, 186, 190, 191, 192, 196, 197, 201, 208, 210, 215], "list_plot": 173, "listcompr": 102, "listen": [119, 121], "littl": [86, 117, 131, 147, 173, 177, 182, 184, 201], "live": [122, 131, 173, 177, 193, 197], "ll": [0, 16, 54, 57, 62, 72, 82, 84, 85, 107, 110, 117, 123, 125, 130, 131, 143, 145, 147, 172, 173, 176, 179, 183, 187, 191, 195, 196, 200, 201, 216], "llm": [61, 65, 138, 193], "llvmlite": [182, 183], "lm": 98, "lmfit": 185, "lmodern": 148, "ln": [131, 168], "lo": 136, "load": [2, 11, 29, 33, 68, 75, 79, 85, 88, 90, 102, 115, 119, 130, 134, 147, 160, 166, 168, 169, 173, 197, 202, 207, 208, 214], "load_ext": 93, "load_sess": 173, "lobas": 216, "local": [2, 32, 47, 65, 80, 82, 85, 86, 100, 101, 102, 114, 117, 121, 133, 136, 147, 153, 162, 164, 168, 175, 196, 201], "local_hub": [127, 164], "localc": [90, 216], "localhost": [65, 86, 137], "localstorag": 81, "locat": [11, 22, 29, 74, 131, 147, 148, 154, 164, 175, 177, 182, 183, 184, 196, 202, 212], "lock": [5, 62, 101, 139, 151, 205, 214], "locket": 182, "lockstep": 52, "log": [8, 11, 29, 33, 37, 66, 68, 97, 109, 112, 123, 131, 132, 149, 156, 160, 162, 164, 168, 197, 208], "log_client_error": 29, "logfil": 121, "login": [14, 23, 57, 75, 137, 168, 190, 196], "logo": [0, 1, 104, 208], "loimpress": 216, "london": [180, 181], "long": [2, 19, 62, 95, 119, 123, 144, 147, 167, 168, 176, 183, 187, 196, 197, 201, 202, 216], "longer": [3, 89, 130, 183, 192, 196, 198, 213], "look": [10, 11, 29, 30, 33, 50, 65, 82, 89, 98, 101, 109, 110, 113, 117, 119, 129, 131, 132, 134, 135, 144, 147, 150, 151, 164, 168, 173, 190, 191, 194, 195, 196, 197, 199, 210, 213, 216], "loop": [75, 109, 130, 131, 164], "lorem": 151, "lose": [10, 57, 62, 65, 130, 168, 200], "loss": [111, 121], "lost": [130, 131, 168, 197, 202], "lot": [9, 10, 61, 62, 65, 109, 119, 153, 179, 182, 188], "love": [82, 131, 213, 214], "low": [62, 66, 105, 130, 134, 184, 207], "lower": [3, 5, 62, 65, 96, 115, 118, 131, 147, 168, 178, 192, 197, 207], "lowrit": 216, "lsqfit": 186, "lt": [183, 184], "ltd": [180, 181], "lualatex": 148, "luatex": [148, 179, 183], "luck": 140, "lwd": 129, "ly": 119, "lyx": 216, "lz4": 183, "m": [16, 32, 47, 64, 65, 82, 85, 89, 98, 101, 109, 113, 131, 216], "m1": 64, "m2": 187, "m_pi": 98, "mac": [72, 173, 177, 212], "macaulay2": 183, "machin": [10, 65, 82, 102, 109, 112, 147, 154, 173, 183, 184, 185, 202, 207, 213, 214], "maco": [6, 64, 68, 168], "made": [5, 29, 30, 51, 52, 54, 85, 86, 89, 110, 123, 144, 184, 187, 191, 194, 197, 202, 211], "magna": 151, "magnif": 201, "mai": [2, 3, 6, 9, 10, 27, 29, 30, 32, 36, 37, 38, 45, 47, 49, 50, 52, 54, 62, 64, 65, 68, 72, 75, 81, 82, 85, 87, 88, 91, 100, 101, 102, 105, 108, 109, 110, 115, 128, 130, 131, 135, 136, 142, 143, 145, 147, 148, 149, 151, 154, 162, 166, 168, 171, 173, 176, 179, 190, 191, 192, 195, 197, 198, 201, 205, 207, 210, 213, 214, 216], "mail": [20, 74, 128, 180, 181, 183, 192], "mailto": 153, "main": [10, 11, 29, 53, 68, 69, 74, 77, 82, 103, 105, 119, 124, 131, 142, 143, 147, 174, 176, 183, 184, 187, 191, 198, 212], "mainli": 3, "mainpanel": 129, "maintain": [153, 179, 183, 185, 193, 195, 205, 213, 214], "mainten": [2, 139, 153, 184], "major": [89, 97, 131, 182, 183, 184], "make": [9, 10, 11, 12, 16, 19, 27, 29, 30, 39, 54, 57, 58, 59, 62, 65, 75, 77, 81, 84, 85, 86, 87, 89, 92, 97, 100, 101, 102, 107, 109, 110, 112, 118, 121, 122, 123, 124, 128, 131, 132, 133, 136, 137, 143, 144, 145, 147, 148, 150, 151, 153, 154, 155, 157, 161, 162, 163, 164, 166, 168, 173, 176, 177, 179, 182, 183, 184, 187, 189, 190, 191, 193, 194, 195, 196, 199, 202, 205, 207, 210, 211, 212, 213, 216], "makefil": 148, "maketitl": 149, "makevar": 109, "maladi": 82, "malici": [82, 96, 207], "man": [127, 168, 182], "manag": [10, 12, 54, 65, 66, 69, 75, 82, 99, 100, 101, 108, 109, 111, 112, 121, 149, 157, 159, 164, 165, 168, 175, 176, 177, 183, 184, 190, 192, 193, 194, 195, 196, 209, 210, 212, 213, 214, 216], "mandatori": [11, 29], "mangl": 82, "mani": [1, 10, 29, 30, 62, 65, 72, 78, 82, 86, 100, 105, 109, 110, 115, 122, 127, 130, 137, 138, 140, 144, 147, 148, 149, 153, 168, 173, 177, 178, 179, 183, 184, 186, 187, 188, 189, 196, 201, 202, 203, 207, 212, 213, 216], "manifold": 183, "manipul": [184, 185, 186], "manner": 65, "manpag": 127, "manual": [57, 74, 81, 90, 157, 168, 173, 193, 194, 197, 198, 206], "map": [11, 29, 89, 168, 183, 184, 185, 186], "mapclassifi": 186, "mar": 129, "march": 109, "margin": 177, "mark": [44, 60, 147, 151, 166, 173, 176, 177, 184, 189, 190, 191, 196, 197, 210, 212], "markdown": [10, 60, 66, 92, 132, 138, 143, 144, 145, 148, 172, 173, 176, 177, 178, 183, 191, 193, 195, 215, 216], "markdown2": 184, "markedli": 173, "markov": [183, 187], "markovchain": 184, "markup": [32, 146, 151], "mask": 162, "mass": 186, "massiv": [65, 177, 212], "master": [26, 97, 129, 131, 147, 176, 183], "match": [14, 47, 81, 101, 129, 151, 166, 168, 172, 177, 178, 201, 212, 216], "match_bracket": 38, "match_xml_tag": 38, "materi": [165, 176, 179, 196, 197], "math": [2, 78, 98, 122, 151, 177, 184, 196, 197, 199, 213, 216], "math_202": 197, "mathemat": [92, 128, 151, 165, 172, 173, 177, 179, 189, 212, 216], "mathematica": 184, "mathi": 78, "mathjax": 151, "mathlib": [153, 182, 183, 184], "mathlibtool": 184, "matlab": 115, "matplotlib": [85, 131, 132, 183, 185, 216], "matplotlib_venn": 184, "matrix": 109, "matter": [62, 65, 191], "matur": 179, "maualli": 147, "max": [18, 129, 155], "max_output": 36, "max_output_messag": 131, "max_retri": 51, "max_shap": 75, "max_stdout_s": 131, "maxi": 78, "maxim": [177, 198, 216], "maxima": 216, "maximum": [2, 18, 36, 47, 109, 175, 198, 207], "mayb": [60, 82, 110, 111, 117, 128, 147, 153, 168, 179, 182, 183, 197, 213, 216], "mb": [38, 62, 90, 109, 136, 145, 199], "md": [11, 20, 22, 29, 49, 72, 124, 128, 151, 158, 172, 173, 176, 182, 183, 191, 195, 197], "md5": [6, 161], "mdr": 183, "mdtraj": 101, "me": [2, 9, 121, 173], "mean": [11, 16, 19, 29, 62, 75, 82, 102, 104, 109, 129, 133, 136, 137, 143, 144, 147, 153, 168, 173, 176, 179, 183, 184, 196, 201, 202, 210], "meaning": [6, 168], "meant": 36, "meantim": 54, "measur": 81, "meatax": 183, "mechan": [100, 133, 147, 164, 168, 197], "medium": [54, 155], "meet": [177, 182, 212], "megabyt": 136, "meld": 216, "mem": [127, 164], "member": [22, 38, 54, 74, 131, 168, 192, 194, 196, 199, 208], "member_host": [26, 38, 51], "memeb": 194, "memit": 183, "memor": 183, "memori": [2, 26, 38, 51, 66, 74, 82, 86, 88, 107, 134, 148, 159, 161, 173, 183, 186, 195, 196, 197, 205, 207], "memory_profil": 183, "memory_request": 26, "mention": [9, 82, 101, 131, 136, 168, 169, 183, 193, 197], "menu": [1, 6, 9, 65, 66, 67, 69, 83, 85, 92, 101, 102, 104, 112, 113, 117, 142, 143, 147, 148, 149, 151, 162, 168, 172, 176, 177, 194, 195, 196, 197, 208, 212, 216], "mercantil": 183, "merg": [38, 147, 176, 197, 216], "mesa": [183, 184], "mesg": [11, 29, 32], "meshlab": 184, "mess": [131, 147], "messag": [9, 11, 13, 16, 20, 24, 28, 32, 33, 36, 38, 41, 44, 60, 65, 78, 81, 90, 91, 97, 100, 102, 105, 112, 130, 145, 156, 168, 169, 175, 194, 195, 198, 199, 210, 216], "meta": 124, "metadata": [22, 62, 113, 183, 195, 197], "method": [5, 49, 52, 74, 75, 82, 110, 132, 135, 136, 143, 155, 173, 184, 187, 190, 192, 197, 199], "metric": [29, 43], "michael": [180, 181], "microsoft": [10, 101, 202, 211, 216], "microwav": 183, "middl": [104, 124, 131, 147, 201], "might": [2, 11, 16, 18, 29, 52, 62, 64, 68, 78, 82, 85, 88, 91, 100, 101, 103, 105, 109, 112, 119, 127, 131, 137, 144, 145, 147, 149, 155, 157, 162, 164, 168, 173, 184, 194, 196, 197, 200, 201, 207, 210, 214, 216], "mike": 191, "mike_test": 191, "million": 62, "millisecond": [82, 189, 197], "min": [124, 129, 155], "mind": [65, 131, 177], "mini": [69, 136, 160, 167, 168], "minim": [64, 65, 128, 132, 189, 214, 216], "minimalist": 216, "miniterm": 183, "minor": [182, 183], "mintim": [26, 38], "minu": [60, 89, 177, 201, 212], "minut": [3, 9, 16, 27, 58, 62, 65, 81, 107, 123, 130, 131, 135, 164, 179, 184, 207], "mirror": 101, "misc": 185, "miser": 98, "misplac": 196, "miss": [16, 19, 65, 92, 110, 117, 142, 183, 193], "mission": 213, "misspel": [72, 148, 196], "mist": 182, "mistak": [65, 131], "mitig": [168, 179], "mix": [47, 65, 93, 172], "mkdir": [77, 85, 101, 111, 131, 147, 158, 197], "mkl": 184, "ml": [182, 183, 184], "mlrose": 183, "mltool": 184, "mlv": 182, "mlxtend": [183, 184], "mmmmmmddddddddddmm": 78, "mmmmmmmmmmmmmmmmmm": 78, "mmy": 78, "mnist": 75, "mobil": [140, 216], "mocha": [29, 30], "mock": [183, 184], "mod": [78, 189], "modal": 216, "mode": [67, 75, 82, 109, 124, 131, 142, 151, 172, 173, 183, 184, 191, 201, 208, 212, 216], "model": [9, 65, 94, 114, 183, 184, 185, 186, 200, 216], "moder": 169, "modern": [10, 65, 109, 127, 131, 147, 185, 216], "modif": [9, 119, 137, 152, 168, 194], "modifi": [9, 57, 75, 89, 113, 131, 133, 143, 145, 147, 162, 168, 178, 191, 194, 195, 197, 202], "modsimpi": 183, "modul": [97, 101, 151, 183, 185, 195, 197], "modular": [148, 183, 187], "modulenotfounderror": 101, "molecul": 216, "moment": [21, 65, 107, 135, 150, 199, 205, 214], "mon": 164, "monei": [10, 62, 65, 175, 198, 205], "mongo": 111, "mongod": 111, "mongodb": 99, "monitor": [10, 38, 62, 127, 164, 182, 213], "mono": 124, "mononoki": 183, "mont": [98, 187], "month": [2, 62, 65, 166, 167, 168, 199], "monthli": [2, 54, 62, 155, 207], "monti": [182, 183], "montreal": 119, "moodl": 193, "more": [0, 1, 2, 3, 9, 10, 11, 20, 21, 29, 30, 47, 49, 51, 52, 53, 55, 56, 59, 60, 64, 65, 68, 69, 72, 74, 75, 78, 82, 85, 86, 87, 91, 92, 93, 96, 97, 101, 102, 103, 104, 105, 107, 109, 112, 113, 117, 118, 119, 120, 129, 130, 131, 132, 136, 142, 143, 144, 147, 148, 149, 150, 151, 153, 157, 161, 162, 164, 165, 166, 168, 169, 171, 173, 176, 178, 179, 182, 183, 184, 187, 191, 192, 194, 195, 196, 197, 198, 201, 202, 203, 205, 206, 207, 210, 211, 213, 214, 216], "moreov": [49, 131, 151, 213], "moreutil": 183, "morn": 62, "most": [2, 3, 9, 10, 29, 30, 47, 53, 58, 62, 72, 74, 75, 78, 80, 82, 91, 101, 104, 108, 123, 127, 131, 138, 148, 151, 167, 168, 172, 173, 175, 177, 179, 184, 186, 192, 196, 197, 201, 212, 213, 214, 216], "mostli": [101, 151, 184, 216], "motiv": [153, 183, 216], "mount": [51, 62, 168], "mous": [3, 6, 72, 109, 127, 136, 149, 168, 177, 212, 216], "move": [3, 62, 65, 74, 81, 144, 149, 162, 167, 168, 177, 183, 184, 187, 196, 197, 201, 207, 212], "mozilla": [22, 112, 182], "mp3": 173, "mpi4pi": 183, "mpl_toolkit": 182, "mplbackend": 183, "mro": 101, "mscorefont": 183, "msg": 173, "msgerr": 173, "msglog": 173, "msimput": 186, "mtcar": 113, "mtime": 49, "mtune": 109, "much": [2, 3, 9, 62, 65, 87, 90, 97, 101, 109, 110, 113, 123, 130, 131, 147, 149, 150, 151, 161, 164, 168, 183, 199, 207, 210, 213, 216], "multi": [72, 82, 162, 184, 186], "multi_respons": [38, 45], "multifactor": 183, "multifil": 183, "multipl": [12, 18, 21, 36, 39, 62, 65, 82, 99, 105, 126, 138, 142, 148, 151, 160, 168, 172, 176, 177, 185, 189, 192, 193, 194, 196, 207, 210, 211, 212, 216], "multiple_cursor": 38, "multipli": 98, "multiregion": 62, "music": 183, "must": [2, 11, 12, 14, 15, 16, 20, 22, 28, 29, 31, 32, 36, 38, 39, 40, 42, 48, 52, 54, 55, 57, 60, 75, 100, 101, 102, 132, 136, 139, 153, 162, 168, 172, 173, 178, 192, 196, 197, 198, 210], "mv": 101, "mwout": 182, "mxnet": [182, 183, 184], "my": [21, 38, 54, 89, 91, 113, 132, 156, 160, 166, 176, 180, 181, 190, 197], "my_schema": 75, "myapp": [57, 173], "mybind": [176, 179], "myconda": 101, "myfil": [38, 145], "myfunc": 173, "mykei": 168, "mymdtraj": 101, "mypi": [182, 183, 184], "mysql": 182, "mzcli": 184, "n": [27, 32, 36, 37, 48, 60, 78, 89, 101, 102, 109, 119, 121, 129, 131, 147, 164, 166, 168, 173, 177, 189, 197, 210, 212], "nag": 20, "name": [2, 3, 6, 22, 28, 29, 30, 31, 32, 38, 47, 49, 60, 63, 65, 74, 75, 79, 81, 83, 84, 85, 88, 89, 96, 97, 98, 100, 101, 102, 104, 110, 113, 117, 119, 121, 123, 124, 129, 145, 147, 148, 149, 151, 160, 161, 162, 164, 166, 167, 173, 176, 178, 179, 183, 186, 191, 192, 194, 195, 196, 197, 201, 208, 216], "narrow": [166, 179, 213], "nasm": 76, "nathan": 131, "nativ": [72, 109, 147, 149, 177, 208, 212], "natl": 98, "natsort": 183, "natur": [9, 29, 30, 147, 184], "navig": [8, 68, 82, 96, 105, 135, 148, 176, 183, 191, 196], "nbconvert": [143, 147, 182, 184, 185], "nbextens": [103, 183], "nbextensions_configur": 103, "nbgrade": 183, "nbgrader": [66, 183, 191, 193], "nbgrader_config": 113, "nbgrader_exchang": 113, "nbval": 182, "nbviewer": 176, "ncours": 27, "nearli": 185, "necessari": [38, 65, 82, 86, 91, 96, 101, 102, 121, 131, 147, 179, 191, 196, 197, 198, 210, 213, 214, 216], "necessarili": 49, "need": [2, 3, 10, 11, 12, 16, 17, 18, 19, 20, 29, 36, 37, 38, 39, 48, 52, 57, 62, 72, 74, 75, 78, 80, 82, 83, 84, 85, 87, 88, 92, 96, 97, 100, 101, 102, 104, 107, 109, 113, 114, 121, 128, 130, 131, 132, 136, 138, 139, 142, 143, 145, 147, 150, 151, 153, 155, 162, 164, 166, 168, 173, 175, 176, 178, 179, 183, 185, 190, 191, 194, 195, 196, 197, 198, 199, 201, 205, 213, 216], "nehs2gk": 74, "neither": 168, "nemo": 183, "nemoh": 187, "neron": 114, "nest": [183, 184, 213], "net": 75, "nettl": 183, "netwid": 185, "network": [2, 3, 26, 38, 51, 62, 65, 114, 130, 131, 132, 183, 184, 192, 214], "networkx": [183, 184], "neue": 183, "neuron": [99, 183], "neutron": [183, 185], "never": [16, 23, 123, 179, 192, 197], "new": [2, 5, 8, 9, 14, 15, 16, 20, 21, 38, 52, 53, 57, 60, 62, 65, 66, 69, 74, 75, 78, 82, 84, 86, 89, 93, 97, 101, 102, 104, 110, 112, 113, 115, 120, 122, 125, 127, 128, 129, 130, 132, 135, 136, 139, 142, 143, 147, 148, 149, 153, 156, 160, 162, 166, 169, 172, 173, 176, 177, 178, 179, 182, 183, 184, 185, 188, 189, 193, 194, 195, 196, 197, 202, 203, 208, 210, 211, 212, 213, 214, 216], "new_api_intro": 75, "new_dataset": 75, "new_email_address": 14, "new_modul": 131, "new_password": [15, 42], "newer": [16, 19, 153, 168, 176, 184, 187, 197, 199, 202], "newest": 182, "newfontfamili": 147, "newli": [101, 131], "next": [9, 10, 52, 54, 58, 60, 68, 69, 72, 78, 86, 89, 93, 94, 119, 131, 139, 143, 150, 151, 155, 157, 162, 168, 169, 176, 177, 178, 179, 190, 191, 192, 195, 197, 199, 201, 202, 216], "nfail": 113, "nglview": 183, "ngspice": 186, "nhttp": 27, "nice": [56, 67, 124, 145, 176], "nicer": [3, 168], "nightli": [183, 184], "nilearn": 184, "nipyp": 184, "nisq": 187, "nlsolv": 183, "nltk": 183, "nnn": 184, "nnnn": 65, "noaa": 182, "noauth_local_webserv": 97, "nobodi": 137, "node": [51, 65, 127, 130, 153, 164, 182, 183, 187, 207], "nodej": [182, 183], "noisi": [186, 187], "non": [10, 47, 159, 164, 168, 173, 183, 184, 185, 186, 195, 210], "none": [38, 51, 81, 189], "nonlinear": 186, "nonsens": 54, "nonstart": 89, "nonstopmod": 148, "nonzero": 36, "nopen": 129, "nor": [168, 205], "normal": [55, 62, 68, 80, 82, 89, 100, 101, 102, 110, 112, 124, 142, 145, 168, 169, 171, 197], "normaliz": 183, "normalizepath": 109, "norwai": 65, "nosql": 111, "notabl": [162, 182, 183, 192], "notbook": 102, "note": [2, 3, 10, 11, 14, 16, 17, 18, 19, 22, 27, 28, 29, 30, 33, 36, 38, 39, 45, 47, 48, 50, 51, 54, 55, 60, 65, 72, 83, 85, 86, 87, 89, 95, 97, 100, 101, 113, 115, 131, 132, 136, 140, 142, 143, 147, 148, 150, 151, 161, 162, 167, 168, 172, 173, 178, 179, 182, 183, 184, 187, 188, 190, 191, 192, 196, 197, 198, 199, 200, 201, 202, 210, 216], "notebook": [3, 10, 11, 22, 29, 38, 57, 60, 65, 66, 81, 83, 85, 86, 87, 88, 92, 101, 103, 105, 107, 113, 115, 118, 121, 126, 129, 130, 138, 139, 151, 158, 160, 168, 172, 173, 176, 178, 179, 182, 183, 185, 187, 188, 191, 193, 194, 196, 201, 202, 205, 211, 213, 215, 216], "notedown": 182, "noteworthi": [182, 183, 184], "noth": [65, 82, 108, 147, 168, 177, 197, 213, 214], "notic": [10, 65, 88, 128, 182, 196, 213], "notif": [31, 60, 152, 162, 177, 194, 197, 203, 208, 212], "notifi": [12, 40, 196, 201], "notimplementederror": 113, "notion": 12, "noto": 147, "novel": 183, "novic": 183, "now": [6, 9, 11, 16, 29, 35, 46, 54, 62, 65, 74, 75, 78, 79, 85, 86, 97, 101, 112, 117, 121, 122, 131, 135, 145, 147, 148, 153, 157, 163, 168, 173, 182, 183, 184, 186, 187, 188, 191, 192, 196, 197, 198, 199, 201, 210], "np": [75, 79, 173, 216], "npartit": 86, "npm": [182, 183, 184], "nproc": 86, "nrais": 113, "nrn": 114, "nrngui": 114, "nshow": 121, "nteract": [10, 182, 216], "nthread": 86, "nthrow": 113, "ntodai": 37, "null": [38, 45, 49, 54, 56, 113], "num": [75, 86], "num_class": 75, "numba": [182, 183, 184], "number": [4, 6, 9, 10, 16, 18, 19, 36, 47, 65, 80, 82, 86, 88, 103, 113, 119, 121, 129, 130, 132, 135, 140, 144, 149, 166, 168, 172, 173, 175, 177, 182, 184, 189, 191, 192, 195, 197, 198, 199, 201, 205, 207, 210, 212, 216], "numdifftool": 182, "numer": [45, 54, 82, 129, 147, 151, 158, 162, 185, 186, 187], "numpi": [75, 79, 131, 173, 182, 183, 184, 185, 186, 216], "numpyro": 186, "nutshel": [101, 102], "nvcc": 65, "o": [22, 76, 77, 79, 84, 86, 89, 98, 101, 109, 113, 114, 119, 121, 127, 131, 135, 147, 151, 161, 164, 168, 180, 181, 207], "o_o": 78, "oauth": 10, "object": [22, 26, 28, 29, 30, 34, 36, 38, 39, 75, 79, 129, 143, 168, 173, 177, 183, 184, 193, 212], "observ": 131, "obspi": 184, "obtain": [46, 57, 175], "obviou": 65, "obvious": [49, 62, 137], "ocaml": 184, "occas": 168, "occasion": [2, 10, 65, 168, 187, 205], "occur": [74, 145, 150], "occurr": 72, "ocr": 183, "oct": 197, "octav": [85, 99, 153, 157, 178, 201, 216], "od": 216, "odd": 82, "odt": 216, "off": [2, 9, 10, 52, 53, 60, 62, 65, 66, 77, 82, 121, 134, 140, 148, 156, 161, 162, 184, 198], "offens": 78, "offer": [68, 72, 141, 143, 159, 164, 168, 172, 175, 176, 178, 179, 180, 187, 197, 205, 210, 214], "offic": [202, 216], "offici": [113, 128, 131, 153, 195], "offlin": [157, 197], "offset": [18, 51], "offsit": 58, "often": [2, 29, 30, 80, 82, 143, 151, 167, 173, 192], "ogg": 173, "ok": [51, 123, 148, 153, 168, 184, 195, 210, 216], "okpi": 184, "okular": 216, "old": [15, 82, 123, 182, 184, 190, 197, 216], "old_email_address": 14, "old_password": 15, "older": [2, 153, 160, 168, 182, 183, 186, 187, 190, 201, 208], "oligo": [183, 185], "omedit": 216, "omit": [35, 68], "ommmdsooooooooynm": 78, "ommmmh": 78, "onc": [5, 11, 29, 39, 62, 65, 74, 75, 82, 85, 86, 96, 102, 104, 109, 119, 121, 131, 145, 147, 164, 167, 168, 173, 179, 183, 191, 192, 194, 196, 197, 198, 199, 205, 210, 216], "one": [2, 3, 6, 9, 11, 16, 18, 29, 30, 36, 47, 52, 53, 54, 57, 60, 62, 65, 68, 69, 72, 76, 82, 84, 85, 86, 87, 88, 90, 92, 97, 100, 101, 105, 106, 109, 110, 111, 112, 113, 117, 118, 125, 126, 127, 129, 130, 131, 132, 136, 138, 142, 143, 144, 147, 148, 149, 150, 151, 153, 155, 157, 160, 161, 162, 166, 168, 169, 172, 173, 176, 177, 178, 179, 183, 184, 186, 187, 189, 190, 191, 192, 194, 195, 196, 197, 198, 199, 200, 201, 203, 207, 210, 212, 213, 214, 216], "ones": [9, 49, 54, 75, 101, 109, 168, 176, 183, 184, 197, 213, 216], "ongo": [82, 120, 201, 214], "onli": [2, 5, 9, 10, 11, 12, 17, 18, 29, 33, 36, 38, 46, 47, 57, 62, 65, 72, 82, 86, 101, 102, 104, 109, 113, 114, 118, 119, 121, 124, 127, 128, 129, 130, 135, 137, 143, 147, 149, 150, 151, 153, 155, 161, 162, 164, 166, 168, 173, 175, 176, 177, 179, 182, 183, 184, 187, 188, 189, 190, 192, 194, 195, 196, 197, 199, 202, 207, 212, 213, 214, 216], "onlin": [2, 3, 74, 75, 96, 122, 128, 138, 141, 154, 164, 177, 179, 196, 201, 210], "onprem": [10, 63, 66, 168, 175, 210], "ons": [78, 82], "onto": [60, 136], "oom": 109, "op": 18, "open": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 22, 27, 29, 38, 57, 60, 65, 67, 68, 69, 71, 72, 74, 75, 76, 78, 81, 83, 84, 85, 86, 87, 88, 90, 92, 96, 97, 100, 101, 102, 103, 104, 105, 107, 109, 110, 112, 114, 115, 117, 119, 120, 122, 124, 125, 126, 129, 130, 131, 132, 135, 136, 139, 140, 142, 143, 145, 147, 148, 149, 150, 151, 155, 157, 158, 160, 163, 164, 165, 168, 171, 172, 173, 174, 176, 177, 178, 179, 182, 183, 184, 185, 186, 189, 190, 191, 192, 195, 196, 197, 198, 199, 200, 201, 202, 203, 207, 208, 209, 210, 211, 212, 216], "open_fil": [11, 29], "openapi": 52, "opencv": [182, 183], "opendyslex": 183, "openfil": 183, "openmodelica": [182, 216], "openscad": 184, "opensourc": 196, "openssh": [6, 168], "opentsn": 184, "openwebui": 9, "oper": [11, 16, 17, 18, 29, 30, 62, 65, 75, 79, 81, 82, 89, 118, 127, 136, 144, 160, 176, 179, 183, 190, 195, 207, 213, 216], "oppos": 38, "opt": [79, 129, 184], "optim": [65, 168, 182, 183], "option": [3, 5, 10, 12, 16, 18, 19, 20, 21, 22, 28, 29, 30, 32, 35, 36, 38, 53, 57, 65, 66, 70, 72, 74, 79, 87, 89, 97, 102, 119, 122, 129, 131, 136, 139, 141, 142, 145, 147, 148, 151, 154, 157, 158, 164, 168, 171, 173, 174, 176, 179, 183, 189, 191, 192, 193, 196, 197, 199, 207, 208, 216], "optlang": 184, "orang": [80, 119, 169, 183], "orange3": 184, "orbit": 183, "order": [2, 5, 10, 39, 60, 65, 68, 72, 75, 78, 86, 92, 100, 101, 102, 105, 109, 111, 114, 131, 147, 148, 155, 161, 164, 168, 169, 176, 177, 178, 179, 180, 181, 189, 195, 197, 199, 201, 210, 212, 216], "ordinari": 5, "org": [10, 82, 84, 101, 121, 128, 131, 151, 153, 170, 176, 182, 183], "organ": [10, 65, 82, 91, 101, 138, 155, 160, 176, 177, 180, 181, 189, 196, 197, 212, 213, 214], "orient": 184, "origin": [11, 29, 79, 98, 143, 151, 162, 177, 190, 191, 201, 210], "ortholog": 186, "ortool": 183, "osbot": 183, "osnabr\u00fcck": [180, 181], "other": [2, 5, 7, 10, 29, 30, 44, 47, 57, 62, 65, 68, 72, 74, 80, 86, 89, 96, 101, 105, 110, 112, 113, 118, 121, 126, 130, 133, 136, 137, 138, 143, 144, 145, 146, 147, 148, 149, 150, 151, 154, 155, 160, 161, 162, 166, 168, 173, 176, 177, 179, 182, 183, 184, 185, 189, 190, 191, 192, 194, 195, 197, 198, 199, 201, 202, 205, 207, 208, 210, 212, 213, 214, 216], "otherwis": [2, 38, 62, 83, 101, 102, 105, 130, 131, 137, 144, 147, 168, 196, 197, 198, 216], "our": [9, 10, 52, 54, 62, 65, 66, 74, 75, 78, 101, 109, 130, 137, 138, 142, 144, 150, 151, 154, 168, 169, 177, 182, 183, 192, 197, 205, 212, 213, 214], "out": [2, 3, 9, 16, 44, 52, 54, 62, 63, 65, 76, 78, 80, 87, 89, 92, 93, 101, 105, 110, 112, 113, 123, 130, 131, 132, 134, 139, 144, 145, 148, 151, 153, 155, 159, 164, 169, 176, 183, 191, 199, 201, 205, 208, 210, 213], "out_d": 75, "outcom": 16, "outdat": [78, 82, 168, 173, 179], "outfit": 101, "outlin": [72, 165, 177, 212], "output": [9, 10, 36, 49, 51, 53, 54, 55, 56, 62, 72, 78, 81, 82, 83, 84, 88, 90, 92, 97, 98, 100, 101, 115, 121, 129, 135, 143, 147, 148, 151, 161, 162, 164, 168, 173, 182, 184, 188, 197, 201], "outsid": [121, 129, 164, 177, 191], "outstand": [130, 193], "over": [1, 3, 9, 62, 65, 75, 82, 85, 90, 91, 96, 98, 143, 145, 148, 149, 150, 151, 165, 168, 171, 177, 179, 182, 183, 187, 190, 196, 197, 202, 212, 213], "overal": [11, 29, 62, 65, 82, 92, 127, 136, 157, 168, 182, 195, 205], "overcom": 134, "overflow": [102, 131, 180, 181], "overlai": 101, "overleaf": [146, 149], "overload": [213, 214], "overlook": 147, "overnight": 207, "overrid": [104, 147, 162], "overspend": 155, "overview": [1, 75, 117, 149, 154, 162, 166, 183, 195], "overwhelm": 9, "overwrit": [16, 19, 75, 147], "overwrite_new": [11, 16, 19, 29], "overwritten": 48, "own": [9, 10, 11, 23, 29, 52, 65, 82, 85, 89, 100, 102, 103, 104, 111, 113, 121, 135, 147, 148, 150, 153, 154, 168, 171, 174, 176, 178, 179, 183, 192, 195, 196, 197, 200, 201, 205, 213, 214, 216], "owner": [1, 2, 6, 12, 23, 27, 31, 32, 37, 38, 40, 51, 55, 56, 137, 162, 166, 167, 168, 176, 190], "p": [55, 75, 83, 85, 101, 111, 124, 131, 147, 158, 164, 177, 183, 212], "p21": 98, "p_group_cohomologi": 183, "packag": [1, 5, 22, 26, 27, 29, 30, 52, 62, 77, 82, 85, 99, 103, 113, 115, 138, 145, 148, 151, 153, 168, 179, 182, 187, 188, 196, 197, 199, 205, 213], "package_nam": [100, 101], "packagevers": 129, "packet": 82, "packt": [180, 181], "pad": 12, "page": [11, 29, 52, 57, 59, 68, 72, 74, 89, 93, 97, 99, 100, 101, 102, 110, 112, 113, 119, 127, 131, 132, 135, 144, 156, 157, 163, 164, 166, 168, 169, 173, 176, 182, 199, 204, 208, 210, 211, 216], "pai": [5, 62, 65, 66, 101, 131, 139, 150, 175, 193, 207, 208, 210], "paid": [2, 9, 130, 131, 138, 168, 193, 205], "pain": 89, "painlessli": 82, "paint": 216, "pair": [6, 29, 30, 55, 96, 136, 151, 168, 177, 178, 212], "palett": [129, 172, 183], "panda": [79, 85, 101, 119, 132, 182, 183, 185, 186], "pandoc": [151, 157, 183, 185], "pane": [57, 72, 97, 147, 151, 178, 207, 212, 216], "panel": [5, 8, 65, 66, 72, 79, 86, 96, 98, 120, 127, 131, 147, 148, 149, 151, 153, 155, 157, 159, 168, 173, 176, 177, 183, 196, 197, 201, 208, 209, 212, 216], "pango": 183, "paper": [65, 98], "papermil": 186, "par": [129, 153], "paragraph": [142, 148, 149], "parallel": [118, 185], "param": 98, "paramet": [2, 11, 29, 30, 36, 53, 54, 62, 65, 68, 75, 85, 98, 179, 186, 198], "parameter": [185, 186], "paraview": 185, "parent": [11, 29], "parenthes": 4, "pari": 9, "pariss": 182, "parq": 79, "parquet": 79, "pars": [131, 151], "parseabl": 16, "parser": 151, "part": [2, 3, 5, 11, 29, 65, 69, 82, 101, 102, 109, 129, 131, 147, 151, 157, 162, 177, 180, 181, 183, 196, 197, 210, 212, 216], "partd": 182, "parti": [10, 60, 82, 89, 91, 205], "partial": [71, 92, 147, 149, 177, 187, 212], "partici": 201, "particip": [65, 82, 200, 201, 214], "particl": 183, "particular": [11, 29, 39, 52, 62, 65, 78, 82, 89, 102, 109, 130, 138, 147, 148, 153, 171, 173, 179, 182, 183, 196, 197, 205, 210], "particularli": [131, 184, 213], "partner": [50, 54], "pass": [16, 19, 75, 82, 129, 168, 183, 195, 196], "passport": 45, "password": [3, 14, 15, 20, 25, 42, 46, 57, 75, 110, 121, 137, 168, 190, 196, 197], "past": [6, 9, 38, 65, 86, 97, 98, 104, 105, 111, 121, 122, 128, 129, 131, 135, 136, 143, 152, 166, 167, 168, 172, 192, 196, 197], "patch": [88, 202], "patch_length": 88, "path": [4, 11, 16, 17, 18, 19, 22, 29, 30, 36, 37, 39, 48, 51, 53, 69, 75, 83, 85, 86, 88, 89, 102, 113, 114, 132, 133, 147, 168, 173, 178, 182, 184, 191, 195, 197, 201, 202], "patient": 192, "patron": 179, "patsi": 183, "pattern": [62, 151], "paus": [3, 196], "payload": [11, 29], "payment": [196, 199, 208], "pc": [81, 101, 102], "pcb": [182, 216], "pch": 129, "pd": [79, 119, 132], "pde": [180, 181, 187], "pdf": [53, 59, 72, 99, 148, 149, 173, 177, 182, 183, 191, 193, 212, 216], "pdfkit": 183, "pdflatex": [147, 148, 179], "pdftk": 182, "pdpipe": [183, 184], "peak": 82, "peer": 193, "pefil": 183, "pegler": 183, "penalti": 150, "pencil": [177, 212], "pend": [18, 51, 192], "penni": [65, 145], "peopl": [5, 60, 121, 122, 131, 142, 176, 189, 213], "peptid": 186, "per": [2, 62, 65, 72, 86, 102, 132, 168, 173, 185, 189, 191, 192, 199, 207], "perfect": 197, "perfectli": [62, 210], "perform": [62, 65, 68, 69, 75, 153, 154, 168, 173, 183, 185, 191], "perhap": [9, 62, 65, 82, 89, 112, 176, 197, 205, 213], "period": [54, 58, 82, 84, 88, 123, 147, 168, 183, 185], "period_end": 51, "period_start": 51, "periodict": [183, 185], "perman": [110, 168, 197], "permiss": [10, 39, 47, 48, 101, 168, 194], "permit": 168, "persist": [72, 79, 131, 179], "person": [5, 9, 65, 72, 95, 112, 122, 135, 138, 150, 154, 167, 168, 196, 202, 214], "personal_w": 72, "petsc": 183, "pg_ctl": 121, "pgf": [147, 185], "pgfplot": 147, "pghost": 121, "pgmpy": 184, "pharmacokinet": [180, 181], "phase": [79, 183, 184, 199], "phenomenon": 112, "photographi": 216, "php": 81, "phy": 166, "physic": [58, 65, 165, 180, 181, 216], "pi": [79, 98, 173], "pick": [65, 100, 101, 102, 139, 147, 176, 205], "picker": [117, 172], "pictur": [60, 145, 147], "pid": [109, 127, 164], "pidfil": [127, 164], "piec": [9, 82, 144, 168, 196], "pile": 147, "pillar": 183, "pillow": 184, "pin": [153, 176], "ping": [11, 29, 30, 65, 82, 169, 183], "pint": 183, "pinta": 216, "pip": [85, 132, 153, 182, 183, 184, 197, 205], "pip2": [101, 153, 182, 183], "pip3": [75, 101, 103, 131, 153, 182, 183], "pipe": 164, "pipelin": [75, 183], "pipenv": [101, 182], "pipfil": 101, "pitch": 173, "pitfal": 164, "pivottablej": 182, "pixel": 184, "pkg": [100, 183, 185, 186], "pl": 9, "place": [72, 100, 113, 130, 147, 148, 168, 173, 177, 178, 191, 195, 196, 197, 205, 212, 213], "placehold": 86, "placement": [143, 147], "plai": [82, 92], "plain": [31, 72, 98, 105, 131, 145, 151, 183], "plaintext": 151, "plan": [2, 5, 65, 89, 110, 138, 150, 161, 163, 176, 183, 190, 194, 197, 198, 199], "planet": 183, "platform": [11, 29, 30, 66, 75, 94, 101, 102, 128, 130, 138, 143, 154, 173, 179, 183, 185, 186, 193, 196, 201, 205, 213], "player": [145, 173], "playground": 183, "pleas": [2, 5, 11, 22, 29, 32, 59, 62, 65, 75, 82, 100, 101, 102, 103, 109, 113, 114, 117, 131, 142, 150, 153, 161, 164, 168, 173, 179, 182, 183, 184, 187, 192, 196, 199, 201, 205, 216], "plenti": 113, "plethora": [65, 179], "plink": 184, "plot": [79, 80, 93, 99, 119, 129, 131, 145, 176, 182, 183, 184, 185, 186, 208, 216], "plot1": 129, "plot3d": 183, "plot4": 147, "plot_mimetyp": [145, 183], "plotli": [101, 119, 182, 183], "plotoutput": 129, "plt": [109, 216], "plu": [2, 65, 89, 91, 184, 186, 196, 198, 201], "plug": 151, "pluggabl": 10, "plugin": [10, 151, 183, 213], "pluto": [99, 138, 158, 174, 185], "pm2": 183, "pn": 79, "png": [99, 136, 145, 147, 177, 183, 212], "po": [135, 199], "point": [10, 11, 29, 52, 65, 68, 74, 77, 79, 80, 85, 92, 95, 107, 109, 111, 113, 117, 123, 128, 129, 131, 132, 136, 151, 155, 162, 168, 169, 173, 177, 183, 184, 191, 192, 195, 197, 212], "pointer": 168, "polici": [52, 65, 74, 168, 182, 205], "polit": 187, "polyglossia": 147, "polyhedr": 183, "polyhedron": 183, "pomegran": 183, "pong": 35, "pool": 190, "poor": [82, 196], "pop": [2, 3, 5, 57, 81, 82, 97, 143, 155, 177, 195, 203, 212], "poppler": 183, "popul": [180, 181, 185, 191, 192], "popular": [144, 172, 184], "por": 184, "port": [75, 79, 86, 111, 119, 121, 129, 132, 175, 184], "portabl": [183, 185], "porter": [182, 183], "portion": [62, 75, 82, 132], "posit": [75, 129, 148, 149, 177, 183, 189, 212], "posix": 62, "possess": 176, "possibl": [5, 10, 11, 29, 30, 47, 54, 57, 62, 65, 72, 80, 82, 86, 89, 101, 102, 103, 109, 119, 122, 123, 129, 131, 133, 137, 139, 140, 143, 144, 145, 147, 151, 153, 154, 157, 161, 162, 168, 173, 179, 187, 191, 192, 194, 196, 198, 201, 205, 211, 213, 216], "possibli": [11, 21, 29, 82, 107, 131, 137, 142, 162, 168, 174], "post": [11, 26, 27, 29, 30, 35, 51, 52, 57, 102, 131, 136, 168, 194, 202, 216], "post1": 184, "postgres_data": 121, "postgresql": [29, 30, 49, 53, 54, 99, 182, 183, 202], "posthoc": 183, "postmessag": [11, 29], "postpon": 16, "postscript": 147, "potenti": [62, 65, 130, 168, 187, 210], "potsdam": 79, "pound": [60, 72, 166], "power": [2, 9, 10, 65, 82, 131, 147, 155, 184, 186, 198, 205, 213, 216], "powerlin": 182, "powerpoint": 177, "pp": 51, "pprint": 51, "ppt": 216, "practic": [168, 214], "pre": [65, 77, 85, 147, 153, 173, 177, 184, 185, 212], "preambl": [72, 147, 149], "preced": [38, 60, 84, 142, 148, 151, 177, 212], "precis": [9, 65, 101], "precompil": [182, 183], "preconfigur": [10, 210], "predict": 62, "preemptibl": [2, 131], "prefer": [9, 57, 65, 66, 72, 74, 75, 78, 131, 140, 142, 144, 148, 149, 157, 158, 176, 192, 196, 197, 199, 208, 213, 216], "prefix": [75, 83, 86, 101, 131, 133], "preivou": 185, "premis": 139, "premium": 183, "prepar": [2, 184, 193], "prepars": 173, "prepend": 197, "prepopul": 183, "preprocess": [75, 183], "presenc": 65, "present": [4, 20, 22, 68, 72, 89, 143, 153, 168, 172, 173, 180, 181, 194, 197, 212, 216], "preserv": [10, 197, 201], "preset": 155, "press": [74, 89, 97, 102, 111, 124, 127, 131, 136, 144, 173, 177, 189, 191, 201, 216], "pretti": 62, "prettier": [182, 183, 184], "prettyprint": 51, "prettyt": 182, "prevent": [2, 3, 111, 121, 131, 143, 155, 168, 171, 191, 198, 200, 201, 207, 214], "preview": [9, 72, 148, 149, 176, 177, 212], "previou": [32, 72, 78, 117, 131, 138, 144, 150, 153, 173, 182, 183, 184, 186, 196, 197, 199, 201], "previous": [60, 105, 136, 168, 176, 183, 196, 197], "price": [2, 9, 62, 65, 150, 161, 168, 183, 199, 200, 207, 210, 214], "primari": [10, 112], "primarili": [182, 183, 216], "prime": [9, 183, 207], "print": [74, 75, 78, 82, 83, 97, 101, 113, 119, 121, 129, 131, 132, 149, 151, 173, 184, 216], "printf": 131, "println": 131, "prior": [118, 186], "priorit": [2, 65], "prioriti": 2, "privaci": [205, 213], "privat": [9, 19, 36, 37, 82, 96, 122, 136, 160, 162, 168, 179, 194, 210], "privileg": [50, 57, 101], "pro": [103, 140, 142, 179], "probabilist": [183, 184, 185, 186], "probabl": [11, 29, 74, 90, 110, 127, 130, 143, 182, 183, 184, 190, 197, 198, 213, 216], "problem": [10, 64, 65, 66, 68, 80, 87, 89, 92, 105, 112, 113, 114, 117, 128, 134, 136, 142, 143, 145, 149, 150, 157, 159, 168, 169, 183, 184, 185, 187, 191, 193, 195, 196, 213], "problemat": [82, 92], "proc": 98, "proce": [143, 195, 199], "procedur": [184, 186], "proceed": 3, "process": [5, 8, 12, 62, 65, 66, 86, 92, 99, 102, 105, 118, 130, 138, 144, 145, 147, 148, 149, 154, 157, 161, 162, 168, 172, 173, 176, 180, 181, 182, 183, 188, 192, 196, 197, 199, 201, 202, 207, 208, 213, 216], "processor": [146, 147], "produc": [72, 92, 109, 145, 147, 149, 151], "product": [2, 10, 11, 29, 30, 54, 66, 74, 94, 100, 160, 168, 185, 199, 213, 216], "profession": [213, 216], "profil": [169, 176, 183, 184, 186], "program": [2, 9, 10, 29, 30, 65, 66, 74, 80, 92, 95, 98, 104, 109, 115, 118, 134, 144, 148, 151, 162, 168, 173, 178, 179, 180, 181, 182, 183, 184, 185, 186, 191, 196, 197, 201, 216], "programm": [131, 183], "progress": [180, 181, 196], "prohibit": [143, 214], "projec": 127, "project": [0, 1, 3, 4, 5, 8, 10, 12, 13, 16, 17, 18, 19, 21, 22, 23, 24, 26, 27, 31, 32, 36, 37, 39, 40, 41, 44, 48, 51, 52, 53, 54, 55, 58, 59, 60, 62, 65, 66, 69, 72, 74, 75, 77, 80, 85, 87, 89, 90, 94, 96, 97, 100, 101, 102, 103, 105, 108, 111, 112, 113, 117, 119, 121, 123, 126, 127, 129, 132, 134, 135, 136, 137, 138, 140, 142, 148, 151, 153, 155, 156, 158, 159, 170, 173, 174, 175, 178, 179, 182, 183, 184, 186, 187, 189, 191, 193, 195, 200, 201, 202, 203, 204, 207, 208, 209, 210, 211, 213, 214, 216], "project_cr": 21, "project_exec": 29, "project_exec_output": 36, "project_id": [11, 12, 13, 21, 22, 24, 29, 31, 32, 36, 37, 38, 39, 40, 41, 44, 48, 49, 51, 53, 54, 55, 79, 119, 129, 137], "project_init": 164, "project_invite_token": 12, "projectil": [180, 181], "projects_al": 38, "prologu": 147, "prompt": [77, 97, 101, 102, 132, 135, 143, 168, 182, 195, 201], "proof": [11, 29], "propag": 168, "proper": [11, 29, 92, 147, 151], "properli": [82, 91, 101, 119, 147, 168, 216], "prophet": 186, "proport": 173, "proportion": [62, 145], "proprietari": [139, 213], "prorat": [5, 150], "protein": 186, "proto": 183, "protobuf": 184, "protocol": [10, 91, 136, 156, 168, 184], "prototyp": [86, 183], "prove": 205, "proven": 193, "prover": 184, "provid": [2, 3, 5, 9, 10, 12, 22, 29, 30, 33, 35, 36, 38, 46, 50, 54, 58, 62, 64, 65, 68, 75, 78, 82, 91, 93, 97, 100, 101, 113, 115, 127, 138, 147, 151, 155, 157, 159, 168, 172, 176, 179, 180, 181, 182, 183, 184, 185, 187, 190, 191, 192, 196, 197, 198, 199, 200, 210, 212, 213], "provinc": 184, "proxi": [82, 179], "ps1": 113, "psi4": [180, 181], "pso": 183, "pspp": [182, 216], "psppire": 216, "psql": [9, 121], "pss": 127, "pstrick": 216, "psych": 183, "psycopg2": [121, 183], "psycopg2_tutori": 121, "pt": 127, "pub": [6, 96, 168], "public": [3, 19, 37, 52, 62, 96, 131, 136, 150, 162, 168, 179, 183, 196, 213, 214], "public_get_text_fil": 29, "public_path": [38, 176], "public_text_file_cont": 37, "publicli": [57, 112, 145, 157, 196], "publish": [4, 66, 128, 131, 135, 138, 144, 145, 151, 156, 157, 168, 180, 181, 196, 197], "pull": [96, 113, 150, 151], "pulldown": [67, 151, 172], "puma": 183, "pumadata": 183, "punctur": 185, "purchas": [9, 49, 50, 52, 59, 66, 96, 131, 150, 161, 168, 175, 191, 199, 208, 210, 213, 214], "pure": [131, 185], "purg": 197, "purpos": [65, 82, 138, 156, 175, 179, 180, 182, 183, 184, 185, 193, 207, 216], "push": [75, 96, 197, 213], "put": [50, 60, 65, 77, 84, 89, 105, 125, 131, 135, 145, 147, 150, 151, 173, 176, 177, 189, 192, 198, 205, 212, 213, 214], "puzzl": 92, "pw": 72, "pwd": 36, "pwlf": 184, "px": 119, "py": [9, 72, 79, 97, 105, 113, 119, 131, 132, 147, 164, 182, 185, 201], "py2": [182, 183], "py3": [85, 182, 183], "py36_1": 183, "py36_blas_openblash641cfe3_1205": 183, "py36_blas_openblashbbbf1d5_201": 183, "py36h438ddbb_0": 183, "py36h5f35d83_1": 183, "py36h8210e8a_7": 183, "py36h8e2386c_0": 183, "py36h9c20d5c_0": 183, "py36hcca6a23_0": 183, "py36hf484d3e_1000": 183, "py36hfc679d8_0": 183, "pyarrow": 186, "pyberni": 183, "pyblock": 147, "pyc": 101, "pycairo": 183, "pycharm": 182, "pydata": 101, "pydicom": 183, "pydo": 184, "pyeda": 183, "pyee": 183, "pyenv": 85, "pyfftw": 183, "pyflux": 182, "pygam": 183, "pygment": 184, "pygsheet": 183, "pylab": 147, "pyladvi": 182, "pylatex": 184, "pylatexenc": 183, "pylint": [183, 184], "pymatgen": 185, "pymc3": [182, 183], "pymp": 183, "pynormaliz": 183, "pyomo": 183, "pypi": [101, 183, 184], "pyplot": [109, 132, 183, 216], "pyppet": 183, "pyproj": 183, "pypy3": [101, 186], "pyqt": 183, "pyqt5": 183, "pyqtwebengin": 183, "pyreadstat": 184, "pyro": 185, "pysal": [183, 184], "pyscf": [183, 184], "pyshp": 183, "pysingular": 183, "pyspic": 186, "pystan": 183, "pyswarm": 183, "pytabl": 183, "pytest": [183, 184], "python": [16, 29, 30, 52, 72, 74, 77, 79, 81, 88, 89, 93, 99, 103, 104, 106, 113, 114, 119, 121, 127, 129, 135, 136, 143, 147, 151, 153, 178, 179, 182, 188, 191, 195, 197, 201, 213, 216], "python2": [85, 97, 101, 131, 153, 182, 183, 201], "python3": [22, 79, 85, 101, 119, 135, 144, 153, 164, 179, 182, 183, 184, 186, 187, 201], "pythonhost": 182, "pythonpath": [114, 131], "pythontex": 182, "pytorch": [65, 75, 183, 184, 185], "pytz": 101, "pytzwher": 183, "pyvi": 183, "pywavelet": 184, "pyzmq": 131, "q": [56, 91, 102, 109, 121, 127, 197], "qdap": 183, "qgi": [182, 183, 184], "qgrid": 184, "qiskit": [180, 181, 182, 183, 184], "qjqhddfsfj": 42, "qmd": 151, "qt": 183, "qtawesom": 183, "qtpy": 183, "qualiti": [9, 11, 29, 92, 136, 147, 179, 183, 196, 213], "quandl": [183, 184], "quantum": [183, 184, 187], "queri": [9, 11, 12, 14, 15, 16, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 35, 36, 37, 39, 40, 42, 44, 45, 46, 47, 48, 49, 50, 52, 54, 68, 183, 184], "query_str": 51, "question": [5, 7, 9, 57, 59, 65, 66, 74, 102, 109, 131, 134, 161, 169, 173, 175, 190, 191, 193, 194, 196, 197, 206, 213, 214], "quick": [65, 82, 167, 168, 173, 186, 205, 212], "quickest": 167, "quickli": [49, 65, 92, 96, 100, 130, 166, 193, 207, 213], "quickstart": [97, 173, 182], "quit": [10, 65, 127, 138, 153, 197, 205, 213, 216], "quot": [2, 59, 78, 84, 151, 177, 200, 212], "quota": [2, 5, 51, 54, 58, 65, 87, 107, 109, 112, 127, 131, 136, 157, 160, 161, 206, 207, 208], "qutip": 183, "r": [10, 11, 29, 51, 66, 85, 99, 101, 103, 109, 127, 129, 138, 144, 145, 147, 151, 153, 173, 178, 179, 182, 183, 187, 193, 195, 201, 213, 216], "r9": 161, "r_libs_us": 102, "r_makevars_us": 109, "race": 121, "racket": 183, "rai": [76, 183, 185], "rais": [113, 173], "ram": [5, 54, 62, 65, 107, 109, 155, 168, 198, 199, 208], "randn": [79, 216], "random": [29, 30, 39, 78, 79, 109, 164, 168, 183, 186, 191, 216], "randomli": [130, 191, 216], "rang": [54, 65, 75, 79, 86, 118, 131, 144, 173, 183, 197, 210], "ranger": 184, "rapid": 183, "rare": [75, 148, 195], "raster": [145, 185, 216], "rasterio": 184, "rate": 183, "rather": [5, 10, 29, 30, 65, 72, 81, 88, 109, 130, 131, 137, 138, 144, 150, 168, 197, 213], "raw": [67, 97, 131, 147, 216], "raw_port": [127, 164], "rb": [125, 201], "rc0": [182, 183, 184], "rc1": 182, "rclone": 183, "rcmdr": 216, "rcommand": 216, "rcpp": 183, "rdkit": 183, "re": [2, 5, 11, 29, 52, 60, 62, 72, 77, 78, 82, 83, 85, 86, 88, 93, 97, 101, 109, 118, 121, 127, 128, 130, 131, 136, 140, 143, 144, 145, 147, 149, 168, 173, 178, 179, 183, 184, 190, 195, 196, 198, 201, 202, 216], "reach": [82, 150, 169, 213], "react": 151, "reactiv": 129, "read": [11, 16, 17, 18, 29, 37, 38, 39, 48, 54, 60, 62, 65, 75, 85, 93, 97, 103, 113, 120, 121, 135, 144, 146, 147, 162, 168, 169, 173, 176, 179, 184, 186, 194, 199, 202, 205, 216], "read_csv": 132, "read_parquet": 79, "read_text_file_from_project": 29, "readabl": [33, 185, 202], "reader": [152, 216], "readi": [2, 11, 29, 65, 74, 75, 117, 161, 178, 186, 203], "readm": [20, 151, 176], "readthedoc": [182, 183], "real": [10, 51, 56, 60, 62, 65, 93, 138, 142, 143, 144, 159, 168, 176, 177, 184, 185, 193, 196, 197, 212, 213, 216], "realli": [11, 29, 100, 110, 123, 127, 153, 168, 197, 216], "realnumb": 131, "realtim": [142, 195, 202], "rearrang": 177, "reason": [2, 20, 52, 62, 82, 95, 105, 142, 143, 147, 154, 161, 168, 176, 184, 192, 193, 196, 201, 202, 205], "rebat": 183, "reboot": [81, 131, 161, 207], "rebuild": 185, "recaptcha": 54, "receipt": 208, "receiv": [11, 29, 31, 87, 90, 151, 179, 187, 194, 195, 196, 197, 207], "recent": [53, 81, 89, 101, 123, 131, 147, 160, 168, 183, 184, 186, 187, 201, 208], "reciev": 187, "recipi": [60, 192, 194], "recommend": [16, 57, 145, 164, 168, 183, 192, 201, 207], "recommonmark": 183, "reconfigur": [193, 197], "reconnect": [82, 168, 201], "reconsid": 214, "record": [33, 58, 85, 109, 144, 162, 177, 193, 196, 197, 202, 212], "recov": [66, 134, 142, 144, 168, 189, 190], "recreat": 62, "rectangl": [82, 177, 212], "rectangular": [177, 212], "recurs": 102, "red": [7, 60, 72, 74, 80, 82, 135, 157, 169, 183, 191, 198, 199], "redeem": 175, "redempt": 210, "redim": 79, "redirect": [79, 91, 196], "redistribut": 191, "redistrict": 187, "redraw": 216, "reduc": [131, 155, 171, 207, 213], "reduct": [183, 184], "reestablish": 82, "ref": 77, "refactor": 211, "refer": [10, 33, 60, 65, 112, 156, 173, 216], "reflect": [49, 191], "refresh": [54, 68, 82, 85, 101, 105, 119, 120, 130, 132, 140, 160, 167, 185, 192, 212], "refund": 5, "regain": 65, "regard": [3, 101, 103, 128, 154, 157, 168, 178, 179, 184, 196, 200], "regardless": [45, 168, 213], "regener": 9, "region": [62, 65, 98, 168, 173, 177, 212], "regist": 75, "registri": 100, "regress": [10, 183], "regul": 5, "regular": [60, 62, 65, 72, 75, 153, 154, 157, 164, 168, 177, 179, 205, 212, 213], "regularli": [49, 52, 131, 179], "reilli": [180, 181], "reimburs": 138, "reinstal": [100, 145, 183], "reinvit": 192, "reject": 137, "rel": [4, 11, 16, 19, 29, 36, 37, 39, 48, 49, 62, 82, 147, 176], "relat": [1, 7, 54, 59, 72, 78, 85, 101, 103, 130, 142, 155, 161, 167, 173, 176, 182, 183, 184, 187, 196, 216], "relationship": 145, "relax": [110, 182], "releas": [2, 68, 85, 113, 131, 150, 168, 182, 183, 184, 185, 186, 188], "releat": 182, "relev": [59, 82, 105, 131, 148, 151, 155], "reli": [65, 135, 138], "reliabl": [65, 154], "relief": 183, "reload": [80, 82, 130, 173, 178], "rem": [182, 183, 184, 187], "remain": [5, 65, 77, 135, 182, 183, 190, 196, 213], "remaind": [29, 30], "remap": 201, "remark": 124, "remarkj": 99, "rememb": [68, 82, 123, 147, 150, 169, 176], "remember_m": 82, "remind": [5, 65, 168, 178, 186], "remot": [65, 75, 87, 96, 100, 101, 102, 136, 155, 160, 164, 173, 183, 201, 208], "remotedata": 183, "remov": [2, 3, 6, 11, 17, 29, 40, 41, 54, 65, 68, 77, 78, 82, 86, 87, 95, 113, 122, 131, 147, 149, 166, 167, 168, 171, 172, 176, 177, 182, 183, 184, 189, 193, 195, 196, 200, 207, 209, 212], "remove_collabor": 29, "remove_license_from_project": 29, "renam": [162, 167, 183, 196], "render": [60, 72, 79, 83, 107, 124, 147, 149, 151, 173, 183, 195, 197, 216], "renderplot": 129, "renew": [2, 5, 210], "renown": 65, "repeat": [36, 131, 168, 183], "repl": 85, "replac": [9, 49, 54, 65, 79, 82, 83, 86, 88, 103, 113, 129, 131, 136, 145, 147, 148, 149, 161, 168, 179, 183, 197, 201], "repli": [11, 29, 32, 173, 194], "replyto": [31, 32], "replyto_nam": [31, 32], "repo": [97, 101, 102, 120, 176], "repo2dock": 179, "report": [10, 16, 19, 75, 81, 82, 92, 105, 128, 147, 153, 173, 184, 195, 196, 197, 213, 214], "repositori": [2, 52, 62, 65, 68, 70, 97, 100, 102, 150, 151, 161, 165, 168, 176, 178, 179, 180, 181, 196, 197, 205, 216], "repr": 183, "repres": [65, 186], "represent": [183, 202], "reproduc": [101, 130, 147, 169, 179], "req": [11, 29], "request": [2, 7, 9, 11, 12, 16, 22, 25, 26, 27, 29, 30, 32, 35, 36, 51, 56, 57, 65, 75, 82, 88, 117, 130, 136, 137, 147, 150, 151, 167, 169, 176, 179, 183, 184, 186, 197, 198, 201, 210, 213], "requir": [2, 3, 10, 12, 13, 14, 15, 16, 19, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 57, 65, 66, 75, 85, 92, 101, 102, 113, 118, 129, 131, 139, 154, 155, 168, 179, 182, 183, 184, 197, 207, 210, 213, 216], "rerun": 130, "res_d": 75, "reschedul": 130, "research": [79, 100, 138, 147, 183, 207], "resel": 175, "resembl": 172, "resend": 193, "reserv": 207, "reset": [25, 42, 168, 179, 197], "reset_cod": 42, "reset_forgot_password": 29, "reset_forgot_password_respons": 42, "resid": [82, 109, 153, 160, 162], "residu": 127, "resili": 62, "resist": 184, "resiz": 216, "resolv": [65, 82, 138, 173, 182, 186, 197, 205], "resourc": [2, 3, 10, 21, 62, 65, 100, 108, 128, 130, 138, 139, 146, 150, 154, 155, 157, 159, 168, 190, 192, 196, 198, 199, 205, 207, 213, 214, 216], "respan": 86, "respect": [23, 165, 189, 216], "respond": [35, 130, 216], "respons": [9, 11, 20, 29, 30, 57, 64, 65, 130, 132, 139, 200, 216], "rest": [62, 109, 125, 151, 194], "restart": [2, 74, 80, 81, 82, 85, 86, 89, 100, 101, 102, 104, 105, 107, 108, 109, 114, 131, 132, 144, 145, 155, 164, 167, 173, 179, 185, 190, 193, 198, 199, 201, 207], "restor": [68, 80, 82, 123, 149, 162, 169, 173, 197], "restrict": [66, 137, 145, 193, 198, 207, 213, 214], "result": [18, 20, 39, 47, 50, 62, 82, 88, 90, 92, 98, 118, 143, 144, 145, 147, 150, 164, 169, 172, 173, 192, 195, 201, 202], "resum": [5, 80, 139], "retain": 173, "retri": 195, "retriev": [16, 18, 88], "return": [11, 16, 18, 20, 22, 23, 26, 27, 29, 30, 35, 36, 38, 45, 47, 50, 57, 68, 74, 79, 82, 86, 95, 98, 100, 102, 131, 135, 136, 138, 140, 144, 147, 148, 149, 166, 167, 173, 190, 193, 197, 201, 216], "reusabl": 185, "rev": 182, "reveal": [47, 143, 150, 179, 182, 183, 189], "revers": [78, 173, 184, 197, 202], "revert": [123, 138, 145, 168, 185, 190, 196, 197, 202], "review": [195, 196, 216], "revis": [38, 78, 147, 173, 189, 197, 202], "revok": [190, 196], "rewrit": [57, 168], "rewritten": 168, "rf": [77, 145, 183, 184], "rhodesmil": 183, "rich": [66, 79, 177, 183, 215], "rid": [86, 109], "right": [0, 1, 2, 3, 5, 8, 9, 10, 57, 58, 60, 65, 67, 71, 72, 80, 82, 84, 86, 89, 92, 97, 98, 100, 101, 104, 105, 110, 112, 115, 117, 122, 123, 124, 125, 128, 130, 131, 135, 136, 143, 144, 145, 147, 149, 159, 162, 166, 168, 169, 172, 176, 177, 178, 183, 191, 192, 193, 195, 196, 197, 199, 201, 210, 212, 216], "rigid": [151, 180, 181], "rise": 183, "risk": [145, 168], "rl": 127, "rlang": 183, "rm": [77, 145, 183], "rmarkdown": [72, 182, 183, 184], "rmd": [72, 151, 216], "rna": 183, "rnorm": 147, "rnw": [147, 216], "road": 213, "roboto": 183, "robust": 185, "rocket": [86, 201], "rollout": 183, "roman": 147, "room": [109, 136, 151, 194, 197], "roommat": 82, "root": [101, 113, 147, 153, 175, 182, 183, 191, 213], "roper": 182, "rotat": [132, 180, 181], "rough": 199, "roughli": 113, "round": [62, 169, 182, 184], "rout": 82, "router": 82, "routin": [183, 186], "row": [104, 109, 121, 127, 191, 196, 201], "rownam": 113, "rpcinfo": 184, "rpy2": [183, 184], "rsa": [161, 168], "rscript": [126, 129], "rss": [127, 152, 164], "rst": 202, "rstan": [153, 183], "rstudio": [10, 102, 129, 179], "rsync": [16, 19, 49, 136, 168, 183, 197], "rtd": 183, "rtex": [147, 216], "rtmpu49yv": 102, "rtree": 182, "rtx": 65, "rubi": 99, "rule": [7, 75, 147, 151, 176, 183, 197], "run": [6, 9, 10, 11, 16, 21, 29, 36, 49, 62, 65, 69, 72, 76, 77, 78, 79, 80, 83, 84, 85, 86, 87, 88, 93, 95, 96, 98, 99, 100, 101, 102, 103, 104, 105, 107, 111, 114, 115, 118, 119, 120, 121, 125, 126, 128, 129, 130, 132, 135, 136, 138, 139, 141, 142, 144, 147, 148, 150, 151, 153, 154, 155, 157, 159, 160, 161, 162, 164, 167, 168, 169, 171, 173, 174, 176, 177, 179, 180, 181, 182, 183, 184, 185, 186, 187, 192, 193, 196, 198, 200, 201, 202, 205, 207, 210, 211, 213, 214, 216], "run_limit": 54, "run_pend": 164, "run_serv": 119, "runapp": 129, "runnabl": 180, "runtim": 101, "ruptur": 184, "rust": [182, 186], "rustc": [182, 183, 184], "rustfmt": 183, "rw": 197, "rweav": 147, "rwx": 168, "ryan": 201, "sa": 184, "sad": 89, "safari": [22, 140, 216], "safe": [57, 195], "safer": 57, "sage": [16, 19, 66, 72, 74, 85, 89, 95, 109, 121, 130, 134, 145, 147, 151, 153, 160, 164, 176, 178, 179, 182, 183, 194, 196, 197, 201, 202, 208, 213, 215, 216], "sage_custom": 85, "sage_output": 164, "sage_path": 131, "sage_select": [168, 182, 183, 184, 185, 186, 187, 188], "sage_serv": 131, "sagebug": 128, "sagemanifold": 176, "sagemath": [65, 85, 101, 104, 128, 131, 138, 144, 147, 151, 153, 179, 182, 183, 185, 186, 187, 188, 196, 213], "sagemathcloud": [22, 27, 179], "sagemathinc": [26, 52, 53, 55, 56, 68, 74, 131, 143, 165, 173, 176], "sagetex": 183, "sagew": [22, 27, 95, 151, 168, 173, 176, 201, 216], "sagews2ipynb": [173, 201], "sagews2pdf": 173, "sai": [62, 66, 74, 82, 90, 97, 109, 134, 136, 155, 161, 168, 173, 191, 197, 202, 212, 213], "said": 140, "sake": 101, "salvu": [131, 173], "same": [6, 9, 10, 12, 20, 36, 39, 47, 57, 60, 62, 65, 68, 72, 74, 83, 86, 88, 97, 98, 101, 104, 109, 110, 112, 124, 130, 135, 137, 140, 142, 144, 145, 147, 150, 151, 153, 154, 162, 164, 168, 172, 173, 176, 177, 179, 183, 192, 195, 196, 197, 198, 201, 202, 205, 207, 210, 212, 216], "saml": 197, "sampl": [19, 21, 29, 30, 51, 53, 56, 62, 72, 75, 97, 106, 151, 155, 162, 167, 168, 172, 173, 176, 195, 210, 212], "sandbox": [65, 83], "sanit": 151, "saoimag": 182, "saoimageds9": 185, "sas7bcat": 184, "sas7bdat": 184, "satellit": 183, "satijalab": 183, "satisfi": 65, "sav": 184, "save": [6, 9, 11, 29, 36, 57, 58, 62, 66, 72, 75, 82, 87, 88, 97, 101, 102, 107, 109, 130, 134, 145, 147, 148, 149, 164, 166, 168, 173, 175, 177, 178, 189, 195, 196, 198, 202, 212, 216], "save_sess": 173, "sbin": [127, 164], "scalabl": [10, 75, 154], "scale": [86, 138, 187, 207, 216], "scatter": [183, 185], "scenario": 65, "scene": [62, 109, 136, 195, 197, 216], "schedul": [16, 17, 65, 86, 164, 177, 183, 212, 213], "schema": [29, 30, 38, 52, 54, 176], "schemat": 216, "scheme": [104, 131], "schmidt": 78, "sci": 98, "scienc": [65, 151, 165, 179, 183, 187, 201], "scientif": [98, 115, 157, 179, 183, 216], "scientist": 75, "scikit": [182, 183, 184], "scipi": [101, 131, 173, 183, 184], "scm": 170, "score": 195, "scp": [136, 168], "scrapi": 185, "scratch": [131, 176, 183, 195], "screen": [0, 3, 6, 11, 29, 67, 74, 82, 97, 131, 149, 157, 166, 168, 182, 189, 191, 194, 195, 210, 212, 216], "screenshot": [67, 71, 72, 81, 98, 125, 135, 144, 147, 149, 162, 165, 166, 177, 179, 183, 196, 199, 212, 216], "scribu": 216, "script": [6, 62, 77, 82, 86, 115, 121, 124, 126, 129, 136, 156, 160, 182, 184, 195, 196, 197, 216], "scriptsaf": 82, "scroll": [57, 85, 97, 101, 104, 107, 127, 136, 151, 168, 192, 197, 210], "scrollabl": 144, "sdk": 182, "seaborn": [132, 182, 184], "seamlessli": [65, 184], "search": [3, 8, 47, 60, 66, 69, 74, 78, 97, 112, 123, 131, 147, 166, 167, 168, 172, 173, 176, 178, 183, 190, 191, 192, 207, 208], "searchabl": 172, "season": [184, 186], "second": [8, 11, 16, 19, 20, 29, 36, 38, 43, 62, 65, 71, 81, 82, 102, 109, 111, 115, 119, 123, 135, 140, 143, 151, 162, 164, 168, 169, 172, 173, 180, 181, 189, 198, 199, 210, 216], "secret": [57, 168, 176, 197], "secret_password": [14, 46], "section": [2, 3, 5, 6, 53, 65, 78, 90, 98, 122, 132, 147, 148, 151, 157, 168, 177, 190, 191, 192, 194, 195, 197, 198, 199, 202, 206, 212], "secur": [2, 35, 37, 38, 52, 65, 82, 94, 139, 143, 145, 147, 168, 171, 176, 192, 193, 195, 197, 213, 216], "sed": 151, "see": [0, 1, 2, 3, 4, 5, 6, 7, 9, 20, 26, 27, 29, 30, 38, 51, 52, 53, 54, 59, 60, 61, 62, 64, 65, 67, 68, 69, 72, 74, 75, 76, 81, 84, 85, 86, 90, 91, 96, 97, 98, 101, 104, 105, 106, 107, 108, 109, 110, 112, 113, 119, 121, 122, 124, 125, 126, 129, 130, 132, 135, 136, 138, 142, 143, 144, 145, 147, 148, 149, 150, 151, 153, 154, 155, 157, 159, 161, 164, 166, 167, 168, 169, 171, 172, 173, 174, 176, 177, 178, 179, 182, 183, 184, 185, 187, 189, 190, 191, 192, 194, 195, 196, 197, 200, 201, 202, 206, 207, 210, 211, 212, 216], "seed": 157, "seek": 183, "seem": [66, 134, 198], "seen": [68, 196, 198, 199], "segment": [105, 173], "select": [0, 2, 3, 6, 38, 60, 65, 67, 69, 70, 72, 74, 75, 84, 85, 89, 92, 97, 99, 100, 101, 102, 109, 112, 115, 117, 119, 121, 125, 126, 127, 129, 136, 142, 143, 147, 148, 149, 151, 153, 155, 161, 162, 163, 165, 167, 168, 172, 176, 177, 179, 182, 183, 184, 186, 187, 189, 190, 191, 192, 195, 196, 197, 199, 201, 210, 211, 212, 216], "selecteddata": 129, "selectinput": 129, "selector": [62, 147, 151, 179], "selenium": [183, 185], "self": [3, 79, 175, 195, 196, 197], "sell": [10, 205, 210], "semant": 183, "semicolon": [32, 148], "send": [2, 9, 11, 25, 29, 31, 36, 44, 54, 56, 60, 82, 111, 122, 168, 173, 176, 191, 192, 194, 197, 201, 210], "sens": [10, 62, 78, 138, 147, 150, 171, 191, 205], "sensibl": 62, "sensit": [9, 70, 197], "sent": [11, 22, 28, 29, 32, 36, 38, 42, 60, 82, 130, 191, 192, 194], "sentenc": 149, "sentiment": 184, "sep": [109, 113, 129, 164], "separ": [21, 47, 72, 97, 100, 112, 126, 131, 143, 148, 151, 166, 168, 192, 193, 194, 195, 200, 213], "septemb": 161, "seq": 185, "sequenc": [36, 104, 183], "seri": [82, 182, 183, 184, 185, 186, 202], "serif": [124, 147], "seriou": [169, 205], "serv": [10, 11, 29, 65, 79, 82, 137, 153, 168, 176, 213, 214], "server": [2, 3, 8, 9, 10, 11, 29, 35, 54, 62, 66, 74, 76, 81, 87, 100, 101, 103, 105, 107, 111, 115, 119, 120, 128, 129, 130, 131, 132, 138, 143, 145, 151, 155, 156, 158, 160, 161, 169, 173, 175, 177, 179, 183, 184, 185, 186, 187, 192, 193, 196, 197, 207, 208, 212, 213, 214, 215, 216], "server_app": 79, "server_doc": 79, "server_nam": 65, "servic": [10, 29, 30, 51, 60, 65, 66, 74, 75, 91, 96, 137, 154, 155, 168, 174, 179, 183, 192, 196, 205, 213], "session": [5, 11, 29, 51, 62, 65, 66, 84, 97, 101, 102, 104, 109, 125, 129, 130, 131, 135, 139, 140, 144, 145, 155, 161, 164, 167, 169, 173, 179, 183, 193, 196, 201, 205, 208, 210, 214], "set": [0, 1, 2, 5, 6, 8, 9, 14, 15, 16, 18, 20, 36, 54, 56, 57, 60, 62, 65, 66, 68, 72, 74, 78, 80, 81, 86, 88, 89, 96, 100, 101, 105, 107, 108, 112, 121, 122, 127, 130, 131, 132, 133, 135, 136, 137, 142, 143, 144, 148, 150, 151, 153, 155, 156, 157, 158, 160, 162, 164, 166, 167, 172, 173, 183, 184, 185, 186, 189, 190, 191, 192, 193, 196, 197, 198, 199, 208, 210, 211, 212, 216], "set_plot_opt": 131, "set_xlabel": 132, "set_xticklabel": 132, "set_ylabel": 132, "set_yscal": 132, "setdiff": 129, "setenv": 109, "setmainfont": 147, "setmainlanguag": 147, "setup": [10, 65, 78, 82, 86, 96, 99, 100, 110, 114, 131, 136, 142, 153, 157, 160, 176, 183, 184, 193, 196, 197, 199, 200, 208, 210, 213], "setuptool": 183, "seurat": 183, "sever": [2, 3, 5, 11, 27, 29, 36, 69, 82, 86, 100, 101, 102, 105, 109, 112, 117, 125, 127, 135, 136, 141, 144, 145, 147, 148, 151, 160, 166, 168, 182, 183, 184, 193, 196, 201, 205], "sf": 119, "sgp4": 183, "sh": [57, 127, 164, 201], "shade": 79, "shape": [177, 184, 212], "shapefil": 183, "share": [2, 3, 4, 10, 37, 38, 57, 60, 62, 65, 66, 72, 76, 78, 82, 85, 101, 109, 122, 128, 133, 135, 136, 145, 151, 152, 156, 157, 162, 167, 168, 173, 177, 179, 193, 196, 197, 198, 199, 201, 207, 212], "sharelatex": [146, 149], "shed": 62, "sheet": [82, 99], "sheffield": 191, "shell": [35, 36, 69, 101, 132, 135, 136, 164, 168, 182, 183, 197, 216], "sherpa": [183, 185], "shift": [16, 72, 74, 82, 89, 95, 125, 131, 135, 143, 144, 145, 149, 153, 173, 189, 192], "shine": 205, "shini": [99, 179], "shinyapp": 129, "shinythem": 129, "shm": 65, "shop": [82, 210], "short": [2, 9, 54, 66, 69, 78, 82, 85, 97, 101, 147, 160, 175, 178, 193, 201, 205, 214], "shortcut": [68, 143, 148, 177, 212], "shorter": [167, 183], "shortli": 168, "should": [5, 9, 11, 29, 43, 49, 57, 62, 72, 75, 78, 80, 81, 82, 85, 86, 91, 98, 100, 101, 102, 109, 111, 112, 113, 115, 124, 127, 129, 131, 133, 138, 148, 149, 151, 164, 168, 173, 176, 178, 188, 189, 191, 193, 198, 205, 211, 213, 214, 216], "shouldn": [142, 151], "show": [2, 3, 4, 5, 9, 11, 18, 29, 38, 49, 65, 67, 69, 72, 78, 79, 82, 85, 88, 98, 101, 104, 109, 110, 119, 124, 127, 128, 131, 132, 143, 144, 145, 147, 148, 149, 150, 151, 157, 159, 160, 164, 166, 167, 168, 169, 172, 173, 177, 179, 189, 192, 195, 196, 197, 201, 202, 205, 211, 212, 216], "show_bug": 182, "show_trailing_whitespac": 38, "showcas": 65, "shown": [2, 3, 4, 6, 10, 60, 65, 67, 76, 84, 88, 135, 143, 145, 148, 149, 166, 168, 169, 172, 192, 196, 197, 199, 216], "showwarn": [102, 109], "shut": [65, 86, 105, 161], "shutdown": [82, 207], "si": 182, "side": [10, 67, 68, 82, 135, 143, 144, 148, 151, 157, 168, 172, 173, 176, 177, 183, 193, 197, 212, 216], "sidebar": [8, 178], "sidebarpanel": 129, "sigkil": 105, "sigma": [78, 98], "sign": [0, 3, 20, 32, 46, 50, 55, 57, 59, 60, 72, 82, 92, 97, 105, 110, 112, 122, 135, 139, 148, 151, 157, 161, 166, 168, 169, 172, 176, 177, 189, 192, 193, 196, 208, 210, 212], "signal": [11, 29, 105, 111, 147, 201], "signed_in": 20, "signifi": 176, "signific": [105, 169, 184], "significantli": [2, 155, 168, 207], "silent": [92, 192, 197], "simann": 183, "similar": [8, 65, 78, 79, 101, 113, 127, 133, 135, 137, 144, 149, 151, 164, 168, 173, 187, 191, 194, 195, 196, 198, 202, 210], "similarli": [96, 101, 112, 147, 173, 183], "simpl": [36, 72, 75, 82, 119, 162, 164, 176, 183, 185, 213, 216], "simpleaudio": 145, "simpler": 210, "simplest": [101, 139], "simpli": [65, 75, 100, 132, 151, 155, 162, 168, 173, 191, 196, 197, 210], "simplic": 98, "simplifi": [113, 147, 168, 179, 216], "simul": [62, 99, 183, 184, 185, 186, 216], "simultan": [2, 10, 62, 65, 72, 82, 112, 142, 151, 175, 176, 177, 189, 191, 194, 198, 212], "sin": [60, 79, 93, 173], "sinc": [9, 50, 60, 61, 62, 65, 89, 96, 100, 101, 123, 131, 147, 164, 176, 183, 184, 186, 189, 193, 197, 198, 207, 214], "sine": [79, 173], "singl": [6, 10, 18, 47, 49, 50, 62, 65, 68, 84, 95, 104, 109, 118, 144, 148, 149, 151, 162, 166, 173, 176, 183, 192, 193, 203, 210, 213, 216], "sip": 183, "sit": [105, 151], "site": [5, 54, 68, 82, 101, 102, 128, 131, 151, 154, 156, 161, 197, 200, 205, 207, 210], "sitelicensequota": 54, "situat": [2, 10, 82, 105, 109, 130, 134, 147, 148, 195, 197, 201, 213], "six": [101, 184], "size": [49, 65, 80, 87, 90, 109, 136, 145, 172, 175, 177, 183, 196, 199, 200, 201, 207, 212, 216], "size_t": 98, "sk": [49, 50, 53, 54, 55, 56], "sk_abcdefqwerty090900000000": [12, 14, 15, 16, 19, 20, 21, 22, 23, 25, 26, 27, 28, 31, 32, 33, 35, 36, 37, 38, 39, 40, 42, 45, 46, 47, 48, 57], "sk_tt9hr4nnotsiuxx0": 54, "sk_xxxxx": [53, 55, 56], "skip": [191, 193], "sklearn": [182, 183], "sktime": 185, "skyfield": 183, "sl": 164, "sla": 213, "slack": 75, "slash": [60, 72, 84, 97, 162, 177, 212], "slate": 172, "slatej": 151, "sleep": [36, 131, 164, 184, 193], "slepc": 183, "slide": [66, 124, 143, 215], "slider": [58, 119, 173, 196, 197, 202], "sliderinput": 129, "slideshow": [99, 177], "slightli": [179, 183], "slow": [64, 66, 82, 134, 168, 196, 197, 216], "slower": [65, 130], "slowli": 130, "sluggish": 196, "slycot": 182, "sm": 127, "small": [2, 60, 62, 65, 82, 86, 109, 123, 137, 143, 145, 147, 149, 153, 164, 169, 176, 184, 186, 195, 199, 205, 216], "smaller": [62, 65, 87, 131, 145, 147, 153], "smallest": 109, "smart": 82, "smart_ind": 38, "smc": [29, 30, 38, 127, 131, 164], "smc_pyutil": 88, "smem": 127, "smith": 28, "smooth": 214, "smoother": [65, 207], "smoothli": [65, 82, 102, 193], "sn": 132, "snappi": [183, 216], "snapshot": [11, 29, 87, 101, 131, 156, 160, 165, 168, 189, 196, 197, 207], "sne": 183, "snippet": [66, 86, 88, 147, 167, 195, 211, 215], "snp": 186, "so": [5, 6, 9, 10, 33, 51, 52, 54, 62, 65, 68, 82, 89, 91, 92, 97, 101, 102, 105, 108, 113, 121, 122, 129, 130, 131, 136, 138, 142, 143, 145, 150, 151, 158, 168, 172, 176, 177, 179, 191, 192, 194, 195, 196, 197, 198, 201, 212, 213, 214, 216], "soap": 183, "soc": 214, "socket": [91, 121], "softwar": [4, 10, 62, 65, 66, 85, 99, 100, 102, 128, 130, 134, 138, 139, 153, 156, 177, 196, 197, 202, 205, 207, 212, 216], "solut": [10, 62, 82, 89, 109, 113, 130, 164, 184, 195], "solv": [80, 82, 128, 143, 173, 183, 185, 187, 196, 197], "solver": [183, 187], "some": [2, 5, 9, 10, 39, 45, 50, 52, 60, 62, 65, 68, 72, 78, 79, 80, 81, 88, 89, 98, 100, 105, 109, 112, 115, 122, 124, 128, 130, 136, 142, 143, 144, 145, 147, 148, 151, 153, 154, 162, 166, 168, 171, 172, 173, 176, 177, 179, 182, 183, 184, 185, 190, 191, 192, 194, 195, 197, 198, 202, 205, 210, 212, 213, 214, 216], "some_other_email": 191, "somebodi": [110, 210], "somedai": 54, "somehow": [82, 110, 123], "someon": [3, 10, 31, 32, 109, 128, 153, 168, 205], "someth": [5, 6, 49, 54, 59, 65, 82, 117, 131, 145, 153, 168, 178, 194, 197, 211, 214], "sometim": [65, 82, 92, 109, 112, 140, 147, 150, 151, 168, 213, 214, 216], "somewher": [57, 113, 131, 161, 168], "soon": [10, 78, 109, 143, 183, 184, 192, 194, 195, 197, 210], "sooner": 176, "sophist": [54, 75, 82, 119, 146, 197, 205], "sorri": 147, "sort": [38, 54, 109, 110, 127, 131, 164, 176, 189], "sound": [62, 145], "soupsiev": 183, "sourc": [10, 16, 18, 19, 29, 30, 38, 51, 52, 53, 55, 56, 62, 65, 76, 78, 82, 85, 97, 98, 101, 102, 105, 117, 124, 132, 136, 139, 148, 149, 150, 151, 153, 157, 161, 162, 164, 176, 178, 179, 183, 184, 185, 186, 197, 201, 211, 213, 216], "source_path": [11, 29], "source_project_id": [11, 29], "sourceurl": 124, "sp": 173, "space": [2, 38, 47, 58, 60, 62, 65, 66, 72, 80, 84, 100, 109, 127, 131, 134, 136, 143, 151, 155, 159, 160, 166, 168, 172, 177, 178, 184, 189, 191, 201, 208, 212], "spaces_instead_of_tab": 38, "spaci": 184, "spam": [60, 192], "span": [172, 191, 201], "spare": 2, "sparql": 183, "spatial": 182, "spawn": [145, 157], "speak": 78, "spec": [26, 151], "speci": [129, 186], "special": [2, 82, 85, 100, 101, 102, 118, 122, 147, 148, 173, 175, 185, 195, 207], "specialmatric": 184, "specif": [3, 11, 16, 18, 22, 29, 57, 60, 68, 72, 74, 85, 99, 100, 101, 102, 105, 110, 119, 129, 130, 138, 144, 147, 148, 150, 151, 165, 167, 168, 177, 179, 180, 182, 183, 184, 194, 196, 197, 201, 202, 208, 210, 213], "specifi": [2, 3, 6, 12, 16, 19, 20, 36, 38, 53, 74, 75, 101, 113, 129, 143, 148, 151, 155, 158, 168, 172, 178, 179, 184, 192, 198, 199, 207], "spectrometri": 186, "speech": 196, "speed": [9, 62, 65, 82, 118, 136, 183, 196, 214], "spell": 148, "spend": [65, 175], "sphere": 184, "spherogram": 184, "sphinx": [182, 183], "spike": 109, "spin": [9, 138, 184, 197, 213], "spiral": 135, "spirit": [101, 147], "splash": 3, "split": [67, 72, 75, 76, 84, 86, 93, 97, 98, 111, 118, 125, 129, 131, 135, 143, 147, 149, 151, 216], "spoken": 78, "sporad": 82, "spot": [65, 101], "spotlight": 205, "spp": 184, "spreadsheet": [97, 183, 192, 210, 216], "spss": 216, "spun": 86, "spyder": [183, 216], "spyder3": 216, "sql": [121, 184], "sqlalchemi": 183, "sqlite": 182, "sqlite3": 182, "sqlitebrows": 182, "sqlline": 182, "squar": [151, 186], "squarifi": 185, "src": [11, 16, 17, 18, 20, 26, 29, 30, 38, 52, 88, 124, 127, 145, 151, 164, 173], "src_path": [11, 16, 18, 19, 29], "src_project_id": [11, 16, 18, 19, 29], "srv": 113, "ss": [127, 164, 173], "ssh": [49, 62, 65, 89, 91, 96, 131, 160, 164, 169, 208], "ssh_host_rsa_kei": [127, 164], "sshd": [127, 164], "sshd_config": 164, "ssl": 137, "sso": 197, "st": 132, "stabil": 131, "stabl": [183, 184, 186], "stable_current_amd64": 65, "stack": [102, 139, 173, 179, 180, 181, 183, 186, 196], "stackexchang": 147, "stackoverflow": 136, "stacktrac": 173, "staff": 7, "stage": 83, "staggeringli": 62, "stai": [153, 168, 186, 197], "stale": [164, 187], "stall": [82, 130, 192], "stamp": 176, "stand": [95, 109, 147, 151, 183, 191, 216], "standalon": [10, 129, 154], "standard": [2, 38, 65, 100, 133, 138, 148, 168, 172, 173, 183, 197, 199, 205, 213], "standbi": 207, "stapler": 182, "star": [135, 183], "start": [2, 9, 11, 21, 29, 36, 47, 51, 52, 60, 62, 65, 66, 72, 76, 77, 79, 82, 84, 85, 89, 94, 95, 97, 98, 99, 100, 101, 102, 104, 109, 113, 114, 115, 118, 119, 125, 126, 127, 130, 131, 132, 135, 136, 137, 138, 139, 141, 143, 146, 147, 150, 151, 153, 155, 157, 158, 160, 161, 166, 167, 168, 172, 173, 176, 177, 180, 181, 182, 183, 184, 187, 188, 189, 192, 193, 196, 198, 201, 203, 205, 210, 211, 212, 213], "start_metr": 29, "startup": [86, 119, 183], "stat": [62, 82, 127, 164, 184, 216], "stata": 184, "state": [10, 49, 54, 61, 65, 75, 78, 109, 130, 168, 173, 183, 184, 196, 197], "statement": [65, 75, 139, 147, 191], "static": [82, 92, 131, 176], "statist": [98, 101, 102, 148, 165, 168, 179, 182, 183, 216], "statsmodel": [183, 184], "statsplot": 183, "statu": [2, 4, 6, 11, 16, 18, 27, 29, 51, 54, 65, 80, 82, 86, 121, 150, 155, 157, 164, 168, 173, 175, 183, 208], "status_cod": 51, "stderr": [36, 164, 173], "stdin": 101, "stdio": 131, "stdlib": 98, "stdout": [36, 164, 173], "steadi": 186, "steal": 86, "stein": [62, 65, 100, 109, 140, 213, 216], "step": [57, 65, 85, 92, 97, 99, 101, 102, 103, 104, 107, 108, 136, 139, 147, 151, 162, 165, 168, 169, 176, 190, 192, 195, 197, 199], "stephen": 132, "sthe": 58, "sticki": [151, 172], "still": [5, 16, 19, 23, 62, 68, 82, 89, 101, 109, 113, 114, 127, 143, 153, 168, 175, 176, 182, 183, 184, 186, 190, 196, 197, 198, 201, 207], "stop": [2, 3, 36, 51, 52, 65, 74, 92, 109, 121, 130, 131, 144, 145, 150, 161, 164, 167, 169, 173, 176, 189, 190, 196, 197, 207], "stopwatch": [66, 215], "storag": [58, 62, 87, 154, 160, 183, 207, 208], "store": [5, 6, 38, 49, 53, 54, 62, 65, 75, 87, 89, 102, 107, 121, 138, 144, 148, 150, 154, 168, 179, 189, 196, 197, 202, 210], "str": 164, "straight": 196, "straightforward": 82, "strang": 82, "strategi": [45, 82], "stream": [82, 88, 173, 184], "streamlit": 99, "streamlit_server_base_url_path": 132, "strength": 184, "strict": 65, "strictli": [173, 185, 214], "string": [6, 12, 16, 22, 29, 30, 32, 33, 35, 46, 47, 53, 54, 56, 57, 68, 72, 88, 131, 132, 151, 166, 167, 168, 189, 191, 216], "strip": [11, 29], "strip_trailing_whitespac": 38, "stripe": 5, "strive": [65, 205, 213, 214], "strongli": 192, "structur": [11, 29, 52, 62, 118, 147, 151, 183, 191], "stuck": [66, 134, 201, 216], "student": [2, 60, 65, 66, 88, 97, 108, 113, 150, 153, 168, 172, 193, 194, 200, 201, 202, 210, 214], "student_id": 197, "studi": [65, 84, 187, 196], "studio": [66, 215, 216], "stuff": 124, "sty": 147, "style": [54, 82, 124, 147, 173, 184, 189, 191], "styleguid": 183, "styler": 183, "sub": [147, 168, 196], "subdir1": [11, 29], "subdirectori": [55, 70, 121, 147, 160, 195], "subdivid": 173, "subdocu": 147, "subdomain": [65, 91], "subfil": 148, "subfold": [176, 191, 197], "subject": [2, 22, 27, 31, 32], "sublim": 72, "submiss": 184, "submit": [43, 86, 197], "subplot": 132, "subprocess": 164, "subroutin": 93, "subscrib": [74, 138, 205], "subscript": [2, 65, 109, 139, 150, 155, 168, 169, 196, 197, 199, 205, 208, 210], "subsequ": [97, 191], "subset": 10, "subshel": 101, "subslid": 143, "substanti": [62, 205, 214], "substitut": [2, 85, 131], "subtitl": 172, "subtl": [151, 168], "succe": [16, 19, 82, 85], "succeed": 101, "success": [11, 12, 14, 16, 19, 23, 29, 31, 33, 40, 45, 57, 101, 113], "successfulli": [65, 101, 168, 179, 198], "successor": 182, "sud": 183, "suddenli": [80, 145], "sudo": [65, 78, 133, 135], "suffer": 196, "suffici": [10, 65, 112, 154, 172, 198], "suffix": [84, 162], "sugar": 131, "suggest": [2, 82, 85, 90, 130, 138, 147, 148, 190, 216], "suit": [29, 30, 183, 205, 216], "suitabl": [10, 16, 65, 68, 144, 148, 183], "sum": [86, 109, 127, 207], "summar": [134, 202], "summari": [127, 148, 151, 155, 184, 195], "super": 216, "superpow": 65, "supersed": 52, "superus": 101, "suppli": [37, 39], "support": [2, 10, 22, 27, 29, 30, 33, 38, 52, 59, 60, 62, 65, 67, 82, 83, 89, 92, 93, 100, 101, 102, 104, 112, 113, 114, 115, 117, 118, 120, 123, 127, 128, 130, 132, 138, 139, 140, 142, 143, 151, 153, 157, 168, 169, 173, 177, 182, 184, 187, 189, 193, 194, 195, 196, 201, 205, 210, 211, 212, 216], "support_ticket": 27, "support_ticket_url": 22, "suppos": [62, 85, 101, 126, 144, 145, 147, 173, 199, 201], "sure": [2, 52, 65, 77, 81, 85, 86, 89, 101, 102, 107, 108, 109, 112, 121, 122, 123, 128, 130, 132, 136, 144, 145, 147, 150, 161, 164, 168, 176, 179, 183, 190, 191, 196, 199, 202, 205, 216], "surfac": [184, 185], "surject": 72, "surpris": [65, 151, 183, 213], "surround": [72, 151, 216], "surviv": [109, 214], "suspect": [64, 105, 161], "suspend": 65, "sustain": 65, "svg": [99, 145, 177, 182, 183, 212], "swap": 127, "swarm": 183, "sweav": 147, "swirl": 182, "swirl_data_dir": 182, "swirl_opt": 182, "switch": [10, 60, 62, 65, 68, 72, 82, 83, 86, 93, 97, 98, 101, 103, 109, 124, 127, 131, 142, 150, 153, 162, 172, 182, 183, 184, 186, 187, 188, 196, 201, 202, 216], "sy": [88, 102, 109, 114, 129], "symbol": [60, 78, 82, 131, 147, 151, 189], "symengin": 183, "symlink": [77, 131, 168, 183], "symmetri": 184, "sympi": [147, 170, 182, 184], "symptom": 82, "sympyblock": 147, "sync": [62, 65, 151, 183, 193], "syncer": 183, "synchron": [65, 138, 151, 189, 197, 201], "synctex": 148, "syntact": 131, "syntax": [2, 60, 84, 92, 125, 136, 147, 151, 153, 173, 182, 211], "synthet": 38, "synthmon": 38, "system": [5, 10, 65, 66, 74, 78, 81, 82, 89, 100, 101, 103, 113, 126, 127, 131, 136, 138, 147, 151, 153, 157, 160, 162, 173, 175, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 191, 196, 207, 208, 213, 214, 216], "sytnax": 183, "t": [3, 7, 12, 26, 38, 49, 50, 52, 53, 54, 55, 56, 57, 60, 62, 65, 66, 67, 68, 69, 72, 74, 78, 84, 85, 87, 90, 97, 100, 101, 109, 110, 113, 114, 117, 121, 123, 129, 130, 131, 132, 134, 137, 143, 145, 147, 149, 151, 153, 155, 157, 164, 168, 169, 172, 173, 175, 176, 177, 182, 183, 184, 187, 195, 196, 197, 202, 207, 212, 213, 216], "t1": 148, "t4": 65, "t4fex0qkt9": 36, "ta": 60, "tab": [2, 4, 60, 68, 72, 74, 75, 76, 80, 81, 85, 86, 97, 109, 110, 111, 112, 115, 120, 121, 124, 130, 131, 132, 135, 147, 150, 158, 162, 168, 169, 171, 176, 189, 190, 191, 192, 195, 196, 197, 198, 199, 200, 211], "tab_siz": 38, "tabl": [9, 29, 30, 33, 38, 107, 113, 121, 147, 159, 182, 183, 185, 193], "tablet": [177, 212], "tabul": 184, "tabular": 67, "tag": [22, 60, 155, 160, 173, 189, 191], "take": [10, 36, 62, 65, 72, 81, 82, 98, 102, 107, 115, 119, 131, 135, 143, 147, 148, 166, 168, 169, 177, 190, 191, 194, 195, 196, 210, 212, 213, 214, 216], "taken": [0, 20, 69, 75, 98, 101, 119, 129, 135, 155, 164, 166, 173, 178, 179, 191], "talk": [22, 122, 177], "tar": [131, 147, 161], "tarbal": [102, 131, 147, 161], "targ": 18, "target": [12, 16, 17, 18, 19, 31, 32, 36, 37, 39, 40, 48, 133, 136, 147, 183, 197, 216], "target_path": [11, 16, 19, 29], "target_project_id": [11, 16, 18, 19, 29], "task": [9, 65, 66, 82, 86, 99, 101, 118, 138, 147, 151, 168, 172, 183, 195, 207, 215], "task_id": 189, "task_output": 164, "tb": 62, "tcp": [86, 91], "tcp_port": [127, 164], "teach": [2, 66, 113, 138, 168, 175, 179, 180, 181, 190, 191, 193, 196, 199], "teacher": [60, 66, 192, 193], "team": [32, 65, 75, 88, 130, 138, 139, 169, 176, 205], "technic": [10, 62, 82, 131, 138, 147, 157, 161, 192, 213, 214], "techniqu": [109, 178, 183], "technologi": [10, 11, 29, 196], "tediou": 49, "tell": [43, 77, 82, 98, 100, 101, 102, 110, 119, 123, 127, 130, 131, 147, 183, 197, 216], "tellurium": [182, 184], "temp": 86, "temperatur": 65, "templat": [74, 104, 147, 148, 149, 158, 165, 183, 195], "tempor": [151, 183], "temporari": [46, 77, 80, 86, 147, 148, 149, 160, 183], "temporarili": [46, 53, 109, 201], "temporary_directori": 86, "ten": [10, 136, 150, 193], "tend": 10, "teneto": [183, 184], "tensorboard": [79, 137, 182, 183, 184], "tensorflow": [65, 75, 179, 182, 183, 184], "tensorli": 183, "tequila": 187, "terabyt": 62, "term": [62, 65, 74, 84, 85, 86, 101, 111, 125, 131, 136, 145, 164, 173, 176, 182, 183, 187, 189, 197, 201], "termin": [6, 10, 16, 19, 62, 65, 66, 69, 72, 74, 76, 78, 79, 83, 84, 85, 86, 90, 93, 96, 97, 98, 100, 101, 102, 103, 107, 111, 115, 119, 121, 125, 126, 127, 129, 130, 132, 134, 136, 138, 143, 145, 147, 151, 153, 158, 159, 160, 161, 164, 167, 168, 173, 179, 182, 183, 184, 186, 187, 193, 194, 196, 204, 205, 208, 211, 213, 215], "terminul": 201, "terra": 183, "test": [2, 9, 10, 29, 30, 35, 69, 75, 78, 82, 85, 91, 98, 100, 101, 102, 109, 113, 121, 131, 137, 139, 151, 168, 169, 179, 182, 183, 184, 185, 191, 195, 197], "testmon": 183, "testproj": 168, "testproject": 38, "testthat": 113, "tex": [53, 72, 92, 117, 147, 148, 149, 158, 162, 183, 216], "texcount": 148, "texhash": 147, "texliv": 182, "texmac": 216, "texmak": 216, "texmfhom": 147, "texstudio": 216, "text": [2, 22, 31, 37, 38, 39, 48, 53, 66, 67, 69, 70, 75, 78, 92, 132, 143, 145, 147, 148, 166, 167, 168, 173, 176, 178, 179, 180, 181, 190, 191, 193, 202, 210, 215, 216], "text_file_read_from_project": 39, "textarea": 168, "textbf": 149, "textbox": 147, "textliv": 153, "textract": 183, "textual": 184, "textwidth": 147, "tf": [75, 184], "tfd": 75, "than": [2, 5, 7, 9, 20, 29, 30, 32, 49, 62, 65, 72, 74, 81, 82, 85, 87, 88, 90, 97, 104, 112, 118, 130, 137, 138, 144, 150, 151, 162, 168, 173, 187, 191, 192, 196, 197, 201, 202, 205, 207, 210, 213], "thank": 176, "theano": 183, "thei": [2, 9, 12, 36, 40, 46, 48, 50, 62, 65, 68, 82, 83, 89, 93, 105, 109, 110, 117, 122, 123, 131, 144, 145, 147, 149, 150, 151, 157, 164, 168, 176, 177, 178, 179, 180, 181, 184, 190, 191, 192, 194, 195, 196, 197, 198, 199, 200, 201, 205, 207, 210, 212, 213, 216], "them": [2, 5, 10, 50, 60, 62, 65, 74, 75, 82, 92, 97, 102, 105, 109, 110, 117, 118, 122, 123, 130, 131, 136, 138, 144, 145, 147, 148, 149, 151, 155, 157, 162, 166, 168, 171, 173, 176, 177, 179, 180, 183, 184, 187, 189, 190, 191, 192, 194, 196, 197, 198, 201, 202, 207, 210, 212, 213, 214, 216], "theme": [3, 38, 127, 129, 183, 189], "themselv": 122, "theorem": 184, "theoret": 65, "theori": [98, 118, 183, 216], "therefor": [62, 92, 101, 104, 147, 148, 168, 182, 207, 211], "thermal": [180, 181], "thi": [2, 3, 5, 6, 9, 10, 11, 12, 16, 17, 18, 20, 21, 24, 26, 29, 30, 32, 33, 36, 38, 44, 46, 47, 49, 50, 51, 52, 53, 54, 55, 57, 59, 60, 62, 64, 65, 66, 68, 69, 72, 74, 75, 77, 78, 79, 80, 81, 82, 83, 85, 86, 88, 89, 90, 91, 92, 95, 96, 97, 98, 100, 101, 102, 103, 104, 105, 106, 107, 109, 110, 111, 112, 113, 115, 117, 118, 119, 121, 122, 123, 124, 126, 127, 129, 130, 131, 132, 133, 134, 135, 136, 137, 143, 144, 145, 146, 147, 148, 149, 150, 151, 153, 154, 155, 157, 158, 160, 161, 162, 164, 165, 166, 167, 168, 169, 171, 172, 173, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 205, 206, 207, 210, 211, 212, 213, 214, 216], "thing": [2, 44, 54, 61, 65, 82, 84, 105, 110, 113, 130, 131, 145, 147, 166, 173, 212], "think": [173, 179, 194], "third": [10, 62, 78, 135, 151, 180, 181, 199, 205], "those": [2, 29, 30, 49, 60, 65, 68, 74, 82, 109, 112, 154, 164, 167, 168, 177, 182, 190, 192, 197, 198, 212, 213], "though": [16, 19, 54, 78, 92, 100, 105, 109, 153, 168, 190, 195, 207, 216], "thousand": [10, 172, 193, 196], "thread": [60, 86], "three": [75, 86, 88, 151, 157, 173, 177, 180, 181], "threshold": 136, "through": [2, 65, 75, 82, 89, 97, 121, 126, 131, 138, 143, 172, 173, 207, 210], "thu": [65, 140, 151, 168], "thunderbird": 216, "ti": 201, "tick": 151, "ticket": [22, 27, 112, 123, 169, 173, 183], "tide": 183, "tidytransit": 183, "tidyvers": 183, "tie": 176, "tier": 205, "tighten": 182, "tightli": 157, "tikz": [147, 185], "tikzit": 216, "tikzpictur": 147, "tile": 192, "time": [2, 3, 4, 5, 9, 10, 11, 16, 20, 27, 29, 33, 35, 36, 44, 47, 51, 58, 60, 62, 64, 65, 68, 72, 74, 78, 81, 82, 86, 89, 97, 100, 108, 109, 115, 119, 120, 122, 123, 124, 126, 127, 131, 135, 138, 142, 144, 147, 148, 150, 151, 154, 157, 159, 160, 162, 166, 167, 168, 169, 175, 176, 177, 178, 179, 183, 184, 185, 186, 189, 191, 192, 193, 196, 198, 199, 200, 201, 202, 203, 207, 210, 212, 213, 214, 216], "timelin": 167, "timeout": [2, 16, 19, 36, 38, 120, 161, 168, 169, 173, 183, 192, 198, 199, 205, 208], "timer": [66, 215], "timestamp": [16, 18, 88, 162, 167, 197], "timetravel": [10, 65, 66, 99, 123, 130, 138, 142, 143, 144, 147, 156, 168, 183, 196, 197, 213], "timezon": 81, "timml": 186, "tini": [164, 168, 173], "tip": [66, 75, 109, 121, 128, 141, 142, 147, 156, 193], "tipp": 86, "titl": [4, 6, 21, 31, 32, 54, 79, 124, 135, 151, 160, 166, 167, 169, 172, 176, 178, 192, 195, 196, 208], "tk": [127, 135], "tkinter": 135, "tl": 82, "tldr": [182, 183], "tmp": [36, 53, 86, 102, 127, 164, 183], "tmp2": 197, "tmux": 131, "tmuxp": 183, "toal": 76, "toc": [107, 183], "todo": [151, 189], "tofil": 136, "togeth": [62, 168, 179, 184, 194], "toggl": [124, 127, 143, 159, 162, 169, 177, 189, 197], "token": [11, 12, 20, 29, 46, 54, 75, 82, 97, 99, 148, 160, 168], "token_id": 12, "toml": 132, "tomographi": 184, "ton": 65, "too": [9, 62, 66, 87, 91, 109, 110, 134, 147, 153, 161, 183, 207, 214], "took": 144, "tool": [6, 65, 66, 82, 90, 91, 94, 109, 131, 138, 161, 168, 177, 182, 183, 184, 185, 186, 189, 195, 196, 205, 216], "toolbar": [0, 60, 66, 68, 104, 109, 113, 139, 143, 166, 167, 172, 177, 183, 191, 195, 199, 208, 212], "toolbox": 187, "toolchain": [184, 185], "toolkit": [65, 115, 183], "toolset": 186, "top": [60, 65, 72, 74, 82, 86, 90, 100, 101, 104, 105, 117, 128, 130, 131, 138, 143, 147, 148, 151, 155, 163, 166, 168, 172, 173, 176, 177, 178, 179, 182, 188, 189, 191, 194, 195, 196, 198, 199, 201, 208, 212, 216], "topic": [74, 150, 165, 166, 180, 181, 201], "topmost": [169, 210], "torchvis": 183, "tornado": [131, 183], "tos": 66, "total": [2, 26, 32, 68, 127, 197, 207], "touch": [44, 62, 197, 213, 216], "touch_project": 29, "tour": [1, 66, 74, 139, 156, 166, 169, 184, 185, 186, 188, 208, 212], "toward": [5, 69, 151, 153, 155], "tpot": [183, 184], "trace": 173, "traceback": 101, "track": [2, 65, 74, 82, 105, 147, 159, 193, 195, 202, 210], "track_revis": 38, "trackpad": [177, 212], "traffic": [62, 65, 82, 91, 129], "train": [9, 66, 75, 182, 193], "transact": [65, 208], "transal": 10, "transfer": [16, 19, 62, 65, 75, 208, 210], "transform": [9, 75], "transit": [147, 177], "translat": [9, 60, 92, 131, 183], "transpar": [65, 177, 183, 211, 212], "transpil": 182, "trash": 193, "trashcan": 177, "travel": [58, 168, 173, 193, 196, 202], "tree": [49, 101, 127, 129, 131], "treemap": 185, "trend": [184, 186], "tri": [9, 147, 153, 216], "triag": 134, "trial": [2, 5, 66, 74, 96, 130, 138, 175, 192, 206, 207, 214], "triangl": [71, 173, 197], "triangul": 185, "triangular": [8, 71], "trick": [66, 75, 141, 193], "tricki": 213, "trigger": [54, 60, 68, 149], "trip": 169, "tripl": 151, "trivial": 78, "troubl": [82, 105, 142, 145], "troubleshoot": [66, 91], "true": [16, 18, 19, 20, 36, 38, 47, 49, 54, 62, 86, 88, 102, 113, 119, 135, 145, 151, 164, 173], "truli": [78, 176], "truncat": [36, 131], "trust": [151, 172, 176], "truth": 20, "try": [2, 9, 10, 62, 64, 65, 74, 78, 80, 100, 101, 109, 110, 113, 128, 137, 145, 161, 168, 183, 184, 205, 210, 213, 214, 216], "tslint": 183, "ttf": 183, "ttl": 65, "tty": [127, 164], "tuba": 145, "tuffi": 183, "tunabl": 10, "tune": [185, 213], "ture": 183, "turicr": 183, "turn": [9, 60, 63, 65, 198, 202], "turtl": 99, "tutori": [29, 30, 65, 72, 76, 78, 131, 136, 151, 173, 179, 182, 201], "tux": 78, "tuxpaint": 216, "tv": 82, "tweak": [100, 186, 188], "twice": [118, 119, 135, 147], "twitter": [3, 50, 74, 110, 183, 190], "two": [18, 26, 29, 30, 47, 54, 65, 72, 74, 81, 82, 83, 86, 97, 112, 113, 115, 118, 132, 136, 142, 143, 148, 149, 150, 155, 164, 168, 173, 179, 192, 196, 197, 198, 199, 202, 207, 212], "txt": [16, 19, 37, 38, 39, 48, 72, 90, 195, 197, 216], "type": [3, 6, 9, 10, 22, 28, 29, 30, 35, 36, 38, 45, 47, 49, 50, 51, 54, 56, 60, 62, 65, 74, 84, 88, 89, 96, 97, 100, 101, 102, 105, 109, 113, 115, 121, 123, 125, 127, 130, 131, 135, 136, 143, 151, 158, 166, 167, 168, 172, 173, 176, 179, 183, 185, 191, 194, 195, 196, 201, 203, 207, 210, 216], "typescript": [182, 183, 184], "typeset": [92, 122, 146, 147, 177, 179, 189, 212], "typic": [2, 9, 65, 101, 118, 173, 199, 207], "typo": 110, "tzwhere": 183, "u": [9, 10, 11, 12, 14, 15, 16, 19, 20, 21, 22, 23, 25, 26, 27, 28, 29, 31, 32, 33, 35, 36, 37, 38, 39, 40, 42, 45, 46, 47, 48, 49, 50, 53, 54, 55, 56, 59, 62, 65, 66, 75, 79, 82, 89, 100, 101, 102, 105, 110, 114, 123, 124, 130, 138, 142, 153, 161, 168, 169, 179, 182, 183, 184, 199, 200, 205, 210, 213, 214], "ubiquit": 151, "ubuntu": [6, 77, 104, 124, 168, 179, 182, 183, 186, 201, 216], "ucsc": 183, "ui": [11, 29, 68, 129, 131, 173, 183, 201, 213, 216], "uint8": 75, "ujf": 182, "uk": 191, "umap": 183, "unabl": [80, 190, 196, 216], "unavail": 176, "uncertain": 80, "uncheck": [151, 177, 212], "uncompl": 101, "undefin": [50, 62], "undelet": [110, 168, 193], "under": [1, 2, 3, 4, 6, 38, 52, 62, 65, 80, 83, 97, 101, 109, 112, 115, 122, 127, 131, 140, 142, 143, 144, 147, 148, 150, 154, 155, 157, 160, 168, 171, 172, 176, 178, 179, 190, 195, 196, 197, 205, 210, 216], "undergradu": 128, "underli": [11, 29, 62, 154, 179, 202, 213, 214], "underlin": [72, 147, 148], "underscor": [60, 166], "understand": [62, 65, 100, 109, 134, 169, 205], "undesir": 82, "undo": [89, 176, 202], "undo_depth": 38, "unencrypt": 89, "unexpect": 105, "unfamiliar": 82, "unfold": 2, "unfortun": [62, 65, 123, 197], "ungrad": 191, "unhid": 168, "unicod": 60, "unicodeplot": 183, "unifi": [65, 187, 196], "uniform": 183, "uniformli": 157, "uniqu": [12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 31, 32, 33, 35, 36, 37, 38, 39, 40, 41, 42, 44, 46, 47, 48, 101, 168, 175, 176, 184, 191, 192], "unit": [10, 26, 29, 30, 182, 183], "univers": [82, 180, 181, 185, 190, 196, 197], "unix": [78, 121, 131, 161], "unix_socket_": 121, "unix_socket_directori": 121, "unix_socket_permiss": 121, "unless": [65, 100, 123, 196, 197, 200, 216], "unlik": [2, 62, 68, 82, 143, 168, 202], "unlimit": [62, 138], "unlink": [3, 45], "unlink_passport": 29, "unlist": [3, 4, 176], "unpack": [62, 77, 101], "unplug": 82, "unpublish": 4, "unread": [152, 169], "unsav": [80, 168], "unspecifi": 102, "unsupervis": 183, "unsupport": 82, "until": [3, 65, 68, 113, 119, 130, 131, 150, 153, 168, 169, 173, 190, 191, 192, 210, 216], "untrust": 151, "unus": [10, 98, 155], "unwant": 9, "unzip": [77, 147], "up": [0, 1, 2, 3, 5, 9, 10, 11, 20, 29, 32, 49, 50, 53, 57, 60, 62, 65, 68, 69, 74, 77, 80, 81, 82, 85, 86, 89, 92, 96, 97, 98, 100, 101, 102, 103, 107, 114, 117, 118, 119, 123, 127, 129, 131, 133, 134, 135, 136, 137, 138, 143, 144, 145, 147, 148, 153, 155, 157, 160, 162, 165, 166, 167, 168, 169, 176, 177, 179, 182, 183, 185, 186, 189, 190, 191, 192, 193, 195, 196, 198, 200, 201, 202, 203, 207, 210, 211, 212, 214, 216], "upd": [182, 183, 184, 185, 186, 187, 188], "updat": [2, 49, 54, 71, 82, 85, 101, 102, 109, 124, 129, 143, 149, 152, 153, 162, 167, 168, 169, 192, 194, 195, 197], "updated_at": 27, "updgrad": 168, "upgrad": [2, 3, 5, 8, 26, 51, 54, 66, 74, 75, 86, 100, 101, 102, 105, 107, 108, 109, 112, 131, 136, 156, 160, 161, 166, 167, 169, 175, 176, 182, 183, 184, 186, 191, 192, 193, 196, 197, 200, 208, 210], "upgrd": 26, "upload": [6, 60, 62, 68, 75, 99, 101, 102, 104, 117, 126, 143, 147, 149, 168, 196, 205], "upon": [148, 182, 198, 199], "upper": [0, 1, 3, 5, 58, 67, 72, 80, 82, 84, 89, 97, 104, 105, 110, 115, 117, 122, 123, 125, 130, 135, 136, 143, 149, 162, 166, 167, 168, 176, 177, 189, 192, 194, 195, 196, 201, 210, 212], "upset": 186, "upstream": [151, 183], "uptim": [2, 54, 131], "urgent": [168, 213], "url": [3, 22, 27, 29, 30, 31, 32, 46, 49, 50, 51, 52, 53, 54, 57, 60, 68, 75, 79, 82, 86, 119, 122, 124, 131, 132, 136, 137, 150, 151, 196], "url_base_pathnam": 119, "urlencod": [29, 30], "us": [2, 3, 4, 5, 6, 8, 10, 11, 14, 16, 20, 21, 22, 24, 29, 30, 32, 33, 35, 38, 44, 46, 51, 52, 53, 55, 56, 57, 60, 62, 68, 69, 70, 72, 74, 75, 76, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 90, 91, 93, 95, 97, 98, 99, 100, 101, 102, 103, 104, 106, 107, 110, 113, 114, 117, 118, 121, 123, 124, 125, 126, 127, 128, 129, 132, 135, 136, 138, 139, 140, 142, 143, 144, 148, 149, 150, 154, 156, 158, 159, 160, 161, 162, 164, 169, 172, 173, 175, 176, 177, 179, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 198, 199, 200, 201, 203, 207, 211, 212, 213, 216], "usa": 98, "usabl": [75, 196], "usag": [20, 62, 65, 78, 82, 88, 105, 127, 136, 147, 157, 160, 182, 205, 208], "usage_int": 20, "usb": 58, "usepackag": [147, 148], "user": [1, 6, 8, 9, 10, 11, 12, 16, 20, 21, 23, 26, 27, 29, 31, 32, 37, 39, 40, 44, 45, 46, 47, 48, 49, 51, 52, 54, 55, 60, 65, 68, 72, 74, 75, 78, 79, 82, 85, 88, 91, 96, 97, 100, 102, 103, 107, 112, 121, 122, 127, 129, 131, 132, 142, 143, 144, 145, 147, 148, 151, 153, 154, 157, 160, 162, 163, 164, 167, 168, 172, 173, 175, 176, 177, 180, 181, 182, 183, 184, 192, 194, 195, 197, 198, 201, 202, 205, 207, 212, 213, 214], "user_ag": 22, "user_auth": 29, "user_auth_token": 46, "user_queri": [38, 49], "user_search": 29, "user_search_result": 47, "userguid": 77, "usernam": [3, 22, 28, 75, 101, 168, 176], "usethi": 183, "usr": [78, 85, 101, 102, 109, 114, 127, 129, 131, 164, 182], "uss": 127, "usual": [11, 29, 36, 38, 65, 82, 96, 100, 101, 104, 109, 121, 143, 145, 147, 153, 168, 172, 177, 179, 185, 186, 187, 199, 201, 212], "ut": 151, "utc": [16, 164, 189], "utcnow": 164, "utf": [124, 148], "utf8": [148, 164], "util": [26, 29, 30, 38, 65, 72, 77, 78, 80, 90, 99, 109, 113, 131, 147, 168, 182, 183, 184, 188, 197, 207], "utl": 196, "uuid": [11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 39, 40, 41, 42, 44, 46, 47, 48, 53, 86, 132, 189], "v": [4, 8, 10, 85, 88, 93, 101, 109, 138, 158, 161, 174, 175, 177, 182, 183, 211, 212, 213, 216], "v1": [11, 12, 14, 15, 16, 19, 20, 21, 22, 23, 25, 26, 27, 28, 30, 31, 32, 33, 35, 36, 37, 38, 39, 40, 42, 45, 46, 47, 48, 54, 57, 66, 156, 183], "v2": [51, 53, 54, 55, 56, 57, 66, 156, 208], "v4": [97, 189], "valgrind": 186, "valid": [2, 12, 29, 30, 52, 54, 57, 82, 147, 151, 168, 183, 185, 190, 195], "valu": [2, 29, 30, 36, 81, 101, 107, 118, 121, 129, 136, 147, 164, 168, 211], "valuabl": 5, "vanish": [147, 216], "vaniti": [3, 168], "var": [124, 129, 147], "varchar": 121, "vari": [65, 72, 136, 198, 199, 207, 213], "variabl": [54, 65, 89, 100, 101, 107, 114, 129, 130, 131, 132, 135, 145, 160, 173, 178, 182, 183, 186, 201, 208, 211, 216], "variant": [101, 147, 148, 179, 187, 216], "variat": [151, 183], "varieti": [10, 52, 177, 184, 212], "variou": [83, 93, 103, 123, 128, 154, 161, 162, 168, 174, 179, 182, 184, 185, 187, 188], "vast": [10, 65, 179], "vcd": 183, "vcpu": [2, 65, 207], "vctr": 183, "ve": [52, 101, 110, 117, 130, 145, 147, 176, 191, 196, 197, 200, 201], "vector": [147, 216], "vega": 98, "vendor": [139, 214], "verbos": [164, 168, 173], "veri": [2, 9, 49, 62, 65, 80, 86, 89, 101, 105, 112, 142, 144, 147, 149, 164, 168, 173, 176, 179, 187, 191, 196, 197, 199, 202, 205, 207, 213, 214], "verifi": [101, 193], "verilog": 183, "versa": [65, 144], "versatil": 196, "version": [10, 16, 19, 52, 64, 65, 66, 68, 75, 77, 81, 84, 97, 99, 101, 102, 113, 123, 124, 127, 129, 131, 138, 144, 145, 147, 153, 168, 173, 176, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 191, 193, 197, 201, 202, 213, 216], "versu": [3, 103, 141, 168, 179], "vertic": [72, 86, 97, 98, 135, 149, 177, 183, 201, 212], "vh": 183, "vi": [90, 197], "via": [11, 12, 16, 27, 29, 33, 40, 50, 54, 62, 65, 79, 82, 85, 86, 91, 95, 96, 98, 99, 101, 102, 112, 113, 127, 129, 131, 133, 136, 137, 140, 143, 144, 147, 148, 151, 153, 161, 164, 168, 173, 176, 177, 179, 182, 183, 184, 185, 186, 190, 191, 193, 197, 201, 205, 208, 210, 212, 216], "viabl": 213, "vice": [65, 144], "victim": 82, "video": [9, 60, 65, 82, 143, 154, 213], "videochat": 182, "view": [0, 4, 5, 7, 45, 51, 53, 55, 56, 57, 67, 68, 71, 72, 74, 90, 93, 97, 100, 104, 113, 115, 127, 131, 137, 138, 143, 144, 147, 149, 151, 152, 155, 159, 166, 167, 168, 169, 173, 176, 182, 183, 189, 193, 195, 197, 201, 202, 207, 209, 210, 216], "viewer": [66, 91, 173, 215], "vim": [65, 68, 89, 90, 189, 216], "virtual": [10, 65, 85, 86, 101, 114, 154, 173, 183, 213, 214, 216], "virtualenv": 85, "viru": 82, "visibl": [65, 104, 128, 135, 137, 151, 168, 195, 196, 197, 216], "visit": [0, 5, 46, 54, 57, 60, 64, 68, 74, 81, 97, 108, 137, 150, 169, 210], "visual": [66, 79, 183, 185, 186, 212, 215, 216], "visualis": 183, "vital": 214, "vm": [62, 131, 183, 210], "void": [98, 131], "vollkorn": 183, "volum": [98, 173, 187], "voluntari": 74, "voucher": [65, 66, 138, 175, 198], "vpat": 74, "vpn": 175, "vqe": 183, "vsz": [127, 164], "vv": 168, "w": [176, 183, 184, 194], "wa": [4, 11, 18, 23, 29, 42, 45, 61, 62, 65, 136, 145, 147, 161, 168, 179, 182, 183, 185, 197, 198, 199, 202, 213, 216], "wacom": [177, 212], "wai": [7, 9, 10, 16, 18, 62, 65, 72, 75, 80, 81, 82, 83, 86, 88, 93, 96, 100, 101, 105, 110, 112, 115, 118, 125, 127, 131, 132, 134, 135, 136, 143, 144, 145, 147, 149, 155, 167, 168, 172, 173, 176, 177, 179, 185, 191, 192, 194, 196, 197, 198, 199, 201, 210, 212, 213, 216], "wait": [11, 16, 19, 29, 65, 82, 97, 102, 111, 119, 130, 135, 150, 169, 179, 197, 216], "wait_until_don": [11, 16, 29], "walk": 49, "wall": 98, "want": [2, 3, 6, 11, 29, 50, 54, 55, 60, 62, 64, 65, 72, 74, 75, 81, 82, 83, 85, 90, 91, 95, 97, 100, 101, 103, 105, 109, 112, 117, 118, 122, 123, 127, 128, 131, 137, 142, 143, 144, 145, 147, 149, 151, 153, 154, 155, 162, 166, 167, 168, 173, 176, 177, 179, 190, 191, 192, 194, 195, 196, 197, 198, 199, 200, 201, 203, 206, 210, 213, 214], "warm": 98, "warmup": 62, "warn": [3, 54, 66, 74, 78, 81, 82, 98, 102, 103, 115, 134, 137, 142, 143, 148, 149, 168, 179, 192, 196, 198, 199, 216], "wasn": [101, 168], "wast": [65, 193], "watch": [82, 109, 122, 144, 183], "wav": 173, "wave": 173, "waveform": 173, "wavfil": 173, "we": [2, 3, 5, 9, 10, 11, 29, 47, 49, 50, 52, 54, 58, 59, 60, 62, 65, 78, 79, 82, 85, 86, 89, 91, 95, 96, 97, 98, 101, 102, 105, 107, 110, 112, 113, 114, 123, 130, 131, 136, 138, 140, 142, 145, 149, 150, 151, 153, 164, 168, 173, 176, 179, 182, 183, 184, 185, 186, 187, 191, 192, 194, 195, 197, 199, 200, 201, 205, 207, 213, 214, 216], "weather": 82, "web": [11, 29, 64, 65, 81, 82, 89, 91, 119, 129, 130, 131, 137, 143, 147, 156, 160, 168, 179, 182, 196, 201, 208, 212, 216], "webpack": [183, 184], "webpag": 82, "webquiz": 147, "websit": [11, 29, 64, 68, 82, 89, 91, 101, 113, 114, 129, 132, 147, 173, 177, 185, 194], "websocket": [79, 182], "websockifi": 182, "webui": 65, "week": [2, 38, 52, 122, 183, 199], "weekend": 62, "weekli": [62, 184, 186], "weight": [124, 183], "weird": 151, "welcom": [74, 132, 138, 166, 196, 214], "well": [9, 10, 16, 62, 65, 75, 78, 82, 88, 112, 113, 129, 131, 138, 142, 143, 147, 148, 153, 155, 158, 164, 168, 172, 177, 179, 182, 183, 190, 197, 198, 205, 212, 213, 216], "went": 78, "were": [12, 40, 68, 82, 100, 109, 113, 153, 167, 173, 178, 182, 184, 186, 199, 213, 216], "wget": [65, 136, 147, 196], "what": [3, 7, 10, 22, 27, 62, 65, 66, 68, 77, 85, 87, 88, 90, 91, 92, 98, 100, 105, 113, 118, 122, 123, 127, 130, 139, 142, 143, 149, 150, 157, 160, 168, 174, 176, 177, 179, 184, 186, 187, 188, 191, 193, 195, 197, 205, 208, 210, 212, 213], "whatev": [101, 104, 131, 136, 137, 162], "whatsoev": 131, "whe": 115, "wheel": 101, "when": [0, 2, 3, 4, 5, 6, 7, 9, 11, 18, 29, 35, 36, 46, 49, 62, 65, 68, 74, 82, 85, 86, 88, 90, 91, 96, 97, 100, 101, 104, 109, 110, 113, 123, 125, 130, 131, 132, 135, 137, 138, 140, 142, 143, 144, 145, 147, 148, 150, 151, 154, 155, 161, 162, 163, 164, 167, 168, 169, 171, 172, 176, 177, 178, 179, 183, 189, 190, 191, 192, 194, 195, 197, 198, 201, 202, 205, 207, 210, 211, 212, 216], "whenev": [131, 147, 149, 173, 176], "where": [1, 2, 5, 9, 36, 47, 48, 54, 57, 60, 62, 65, 72, 74, 77, 81, 82, 85, 88, 89, 92, 102, 109, 111, 112, 113, 117, 121, 131, 134, 135, 136, 138, 140, 147, 148, 160, 161, 168, 176, 178, 182, 184, 186, 192, 195, 196, 199, 201, 205, 210, 213, 216], "whereas": 145, "wherev": 128, "whether": [45, 81, 82, 130, 143, 173, 190, 195], "which": [2, 6, 9, 10, 11, 16, 17, 18, 19, 23, 29, 31, 32, 36, 37, 38, 40, 46, 47, 49, 50, 52, 54, 60, 62, 65, 68, 72, 77, 78, 82, 85, 86, 88, 89, 92, 98, 101, 103, 104, 109, 111, 113, 117, 130, 131, 132, 135, 136, 137, 140, 142, 144, 145, 147, 148, 149, 151, 155, 157, 160, 162, 164, 165, 166, 168, 173, 176, 179, 180, 181, 182, 183, 184, 186, 189, 190, 191, 192, 194, 196, 197, 198, 199, 201, 207, 210, 211, 213, 216], "whichev": 195, "while": [7, 62, 65, 68, 72, 74, 81, 129, 131, 135, 143, 150, 151, 155, 162, 164, 168, 169, 176, 177, 182, 190, 192, 193, 197, 198, 201, 202, 210, 212, 213], "white": 127, "whiteboard": [60, 66, 151, 172, 176, 177, 203, 215], "whitelist": [82, 91], "who": [31, 32, 65, 82, 122, 128, 140, 145, 150, 156, 162, 167, 168, 176, 177, 192, 197, 198, 210, 212, 213], "whole": [9, 10, 157, 162, 168, 191, 196], "whose": [14, 15, 26, 37, 38, 39, 50, 69, 149, 162, 166, 191, 213], "why": [65, 66, 82, 105, 131, 139, 154, 160, 161, 164, 173, 175, 183, 193, 208], "wide": [54, 57, 74, 81, 100, 126, 131, 151, 153, 177, 179, 183, 184, 185, 186, 187, 188, 212], "widget": [10, 142, 145, 168, 176, 177, 191, 212], "width": [79, 147, 184, 201], "wifi": 82, "wiggl": 60, "wiki": [74, 112, 121, 146, 151, 153, 182], "wikibook": [147, 148, 182], "wikipedia": [118, 151], "william": [9, 62, 65, 100, 109, 140, 154, 213, 216], "williamstein": 176, "win": 131, "window": [3, 5, 11, 29, 64, 68, 69, 75, 82, 89, 93, 97, 112, 131, 151, 161, 168, 169, 176, 183], "windsock": 184, "winter": 184, "wire": 208, "wirefram": 216, "wireless": 82, "wisdom": 78, "wish": [2, 8, 65, 82, 101, 147, 210], "wit": 179, "within": [29, 30, 68, 69, 70, 74, 75, 101, 112, 142, 143, 147, 159, 166, 168, 184, 189, 191, 197, 203, 210, 212, 213, 216], "without": [5, 10, 62, 65, 68, 74, 82, 84, 101, 117, 130, 131, 137, 143, 148, 150, 162, 167, 168, 172, 176, 179, 182, 183, 190, 193, 195, 196, 199, 200, 210, 213, 214, 216], "won": [7, 57, 68, 72, 84, 85, 97, 130, 131, 137, 145, 153, 168, 187, 196], "wonder": [62, 213], "wooden": 101, "word": [4, 5, 60, 72, 80, 82, 147, 150, 151, 166, 169], "wordcloud": 183, "work": [2, 6, 9, 10, 11, 12, 29, 36, 49, 52, 60, 62, 65, 66, 69, 72, 75, 77, 80, 84, 85, 86, 87, 91, 95, 100, 101, 102, 104, 105, 109, 111, 112, 114, 118, 121, 123, 127, 129, 131, 132, 133, 134, 135, 136, 137, 138, 142, 144, 145, 148, 149, 150, 151, 153, 157, 160, 164, 167, 168, 172, 173, 176, 177, 178, 179, 180, 181, 182, 183, 184, 189, 190, 191, 192, 193, 194, 195, 197, 198, 201, 202, 207, 210, 211, 212, 213, 214, 216], "workaround": [82, 89, 90, 95, 140, 147, 179, 197], "worker": 86, "workflow": [180, 181, 213, 216], "worksheet": [22, 27, 60, 66, 74, 89, 93, 95, 101, 109, 114, 121, 128, 130, 134, 138, 151, 153, 160, 176, 178, 179, 182, 183, 185, 186, 187, 188, 196, 197, 201, 202, 208, 213, 215, 216], "workshop": [65, 138, 175, 214], "workspac": 102, "world": [37, 48, 54, 114, 131, 137, 139, 164, 180, 181, 184, 185, 214], "worldwid": 82, "worri": [9, 62, 121, 123, 131, 137], "worst": 65, "would": [6, 9, 47, 54, 74, 82, 85, 101, 108, 117, 126, 136, 140, 142, 144, 145, 151, 168, 172, 190, 197, 198, 200, 213, 214], "wrap": [75, 92, 190], "wrapper": [68, 93, 182, 184], "wrench": [109, 130, 131, 136, 150, 168, 177, 216], "writabl": [102, 162, 173], "write": [9, 11, 16, 17, 18, 19, 29, 38, 52, 54, 60, 62, 65, 75, 93, 97, 121, 123, 131, 132, 138, 143, 151, 153, 164, 168, 173, 176, 184, 194, 196, 197, 199, 216], "write_text_file_to_project": 29, "write_wav": 173, "writeabl": 101, "writer": 216, "written": [48, 179, 183, 184, 195, 197], "wrong": [78, 85, 98, 110, 123, 149, 173], "wstein": [54, 176], "wurlitz": 183, "www": [29, 30, 82, 89, 170, 182, 183], "wx5": 216, "wxagg": 216, "wxmaxima": 216, "wysiwyg": 172, "x": [9, 26, 27, 29, 30, 35, 53, 55, 56, 60, 62, 65, 79, 89, 93, 98, 119, 129, 131, 132, 144, 147, 149, 151, 168, 173, 177, 182, 183, 185, 189, 197, 201, 202, 212, 216], "x11": [66, 90, 96, 114, 131, 138, 175, 182, 183, 184, 185, 211, 215], "x264": 183, "x86": [64, 185], "x86_64": [77, 101, 102, 183], "xarrai": [183, 184], "xclip": 182, "xcol": 129, "xdist": 183, "xdotool": 182, "xedit": 216, "xelatex": [147, 148, 183], "xetex": 179, "xeu": 182, "xf": 147, "xfoo": 47, "xfractint": 184, "xgal": 79, "xgboost": [182, 183], "xl": 186, "xlrd": [183, 186], "xml": [183, 216], "xmlx": 216, "xournal": 216, "xpaint": 216, "xport": 184, "xpra": [182, 183, 184], "xss": [151, 172], "xterm": [182, 201], "xvf": 131, "xvfb": 182, "xx": 173, "xxx": [94, 101, 139], "xyce": 186, "xyz": [22, 27, 33, 36, 173], "xyzabc09090": 20, "y": [9, 16, 65, 79, 93, 98, 102, 119, 129, 132, 135, 168, 177, 212], "yahoo": 192, "yale": 114, "yaml": [72, 183], "yanon": 124, "yapf": [182, 183, 184], "ybar": 47, "ycol": 129, "ye": [62, 122, 140, 161, 168, 190, 205], "year": [2, 62, 65, 132, 176, 179, 184, 186], "yearli": [2, 184, 186], "yellow": [82, 105, 135], "yet": [13, 17, 18, 41, 54, 62, 65, 67, 112, 113, 143, 147, 150, 176, 177, 182, 183, 184, 185, 186, 192, 195, 196, 197, 198, 199, 211, 212, 213], "yfinanc": 185, "ygal": 79, "you": [0, 1, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 16, 17, 18, 19, 29, 31, 32, 38, 39, 40, 46, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 62, 64, 65, 66, 67, 68, 69, 70, 72, 74, 75, 76, 77, 78, 79, 80, 81, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 95, 96, 97, 98, 100, 101, 102, 103, 104, 105, 107, 108, 109, 110, 111, 112, 113, 114, 115, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, 137, 138, 139, 140, 142, 143, 144, 145, 148, 149, 150, 151, 152, 153, 154, 157, 158, 159, 160, 161, 162, 164, 165, 166, 167, 168, 169, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 205, 206, 207, 209, 210, 211, 212, 213, 216], "your": [0, 1, 2, 3, 4, 5, 7, 9, 10, 11, 29, 49, 50, 52, 53, 55, 56, 57, 58, 59, 60, 62, 64, 65, 66, 68, 69, 72, 75, 76, 77, 78, 79, 80, 84, 85, 86, 87, 89, 90, 91, 96, 97, 100, 101, 102, 103, 104, 105, 108, 110, 111, 112, 113, 115, 117, 118, 119, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 142, 143, 144, 147, 148, 149, 150, 151, 152, 153, 154, 155, 158, 160, 161, 162, 164, 165, 166, 167, 169, 171, 172, 173, 174, 177, 178, 179, 182, 183, 184, 187, 189, 190, 191, 192, 194, 195, 197, 198, 199, 200, 201, 202, 205, 207, 208, 210, 211, 212, 213, 214, 216], "your_api_kei": 51, "your_course_nam": 191, "your_minio_access_kei": 75, "your_minio_secret_kei": 75, "your_minio_url": 75, "yourself": [10, 62, 65, 82, 101, 110, 138, 166, 168, 194, 205], "yu": 176, "yy": 173, "yy16bit": 173, "z": [89, 93, 98, 127, 173], "zax": 197, "zealou": 82, "zeep": 183, "zendesk": [22, 27], "zero": [65, 82, 147, 168, 177, 212, 213], "zig": 185, "zip": [77, 101, 117, 147, 161, 162, 197], "zipfil": [117, 197], "zone": [2, 65, 143, 189, 213], "zoom": [89, 149, 177], "zsav": 184, "zucker": 98, "zz": 183, "\u30c4": 216, "\u4e2d\u6587\u5206\u8bcd": 183, "\u4e2d\u6587\u5206\u8bcd\u7ec4\u4ef6": 183, "\u505a\u6700\u597d\u7684": 183, "\u7ed3\u5df4": 183}, "titles": ["Account Dropdown Menu", "Account Toolbar", "Licenses", "Preferences", "Public files", "Purchases", "SSH keys", "Support", "Activity Bar", "AI Assistant", "Alternative to JupyterHub", "API Examples & Howto", "add_collaborator", "add_license_to_project", "change_email_address", "change_password", "copy_path_between_projects", "copy_path_delete", "copy_path_status", "copy_public_path_between_projects", "create_account", "create_project", "create_support_ticket", "delete_account", "disconnect_from_project", "forgot_password", "get_available_upgrades", "get_support_tickets", "get_usernames", "API v1", "Purpose", "invite_collaborator", "invite_noncloud_collaborators", "log_client_error", "metrics", "ping", "project_exec", "public_get_text_file", "query", "read_text_file_from_project", "remove_collaborator", "remove_license_from_project", "reset_forgot_password", "start_metrics", "touch_project", "unlink_passport", "user_auth", "user_search", "write_text_file_to_project", "directory-listing", "email-address-from-account-id", "get-purchases (Python example)", "API v2", "latex", "purchasing licenses", "stop", "user-query", "API Keys", "Backups", "Billing FAQ", "Chatrooms", "ChatGPT", "Cloud File System", "CoCalc Cloud", "CoCalc Desktop", "Compute Servers", "Welcome to CoCalc\u2019s User Manual!", "CSV Viewer", "Display Options", "Explorer", "Files Search", "Flyout Panels", "Frame Editor", "Index", "Getting Started", "Getting Started with Hub", "Assembly Language Programming", "Install AWS CLI", "Bash Fortunes", "Bokeh / DASK / Holoview", "Can\u2019t Save File", "CoCalc says your clock is off", "Debugging connectivity issues", "Convert HTML to PDF", "C++ Programming", "Custom Jupyter Kernel", "Dask cluster", "Disk Space Warning", "Export TimeTravel History", "Use External Tools", "File Too Large", "Configure Firewall", "Fix broken Jupyter PDF export", "Fortran Programming", "Front-end Web Development", "GAP Jupyter kernel not available", "Git Version Control", "Google Sheets API Demo", "GSL C Code Compilation", "How-tos", "Install Julia Packages", "Install Python Packages", "Install R Packages", "Setup Jupyter Extensions", "Jupyter Kernel Selection", "Jupyter Kernel Terminated", "SVG and PNG plots in Jupyter Notebooks", "JupyterLab Extensions", "License Doesn\u2019t Work", "Low Memory Problems", "Recovering a Deleted Project", "MongoDB", "Use Multiple Accounts", "nbgrader for R", "NEURON simulation environment", "Octave Images and Plots", "<no title>", "Import from Overleaf/Sharelatex", "Utilize Multiple CPUs", "Dash", "Pluto Notebooks for Julia", "PostgreSQL", "Invite via Tokens", "Recovering a Deleted File", "RemarkJS Slideshow", "Ruby Programming", "R Step-by-Step with Jupyter", "Manage Running Processes", "Question about Sage", "Shiny", "Program Seems Slow or Stuck", "Develop Software", "Streamlit", "Install compiled software", "Troubleshooting", "Turtle Graphics with CoCalc", "Upload Files", "Run a Webserver", "What is CoCalc?", "Introduction", "iPad", "Jupyter Notebooks", "Classical Versus CoCalc Jupyter Notebooks", "CoCalc Enhancements to Jupyter Notebooks", "Getting Started with Jupyter Notebooks", "Jupyter Tips and Tricks", "LaTeX Editor", "LaTeX Howto and FAQ", "LaTeX editor features", "Getting started with LaTeX", "Licenses", "Markdown", "CoCalc News", "2020-08-18: Ubuntu 20.04 Upgrade", "CoCalc OnPrem", "Pay-As-You-Go Purchase", "Platform", "Platform News 2019-2022", "(+) New", "Processes", "Projects", "Projects FAQ", "Project Files", "Project Home", "Project Initialization Scripts", "Project Library", "Project List", "Project Log", "Project Settings", "Project Toolbar", "References", "Restrict Student Projects", "Rich Text Editing", "Sage Worksheets", "Servers", "Service Options", "Collaborate. Share! Publish!!!", "Slides", "Snippets", "Software", "Custom Software", "100 numpy exercises", "Software Updates 2018", "Software Updates 2019", "Software Updates 2020", "Software Updates 2021", "Software Updates 2022", "Software Updates 2023", "Software Updates 2024", "Task Lists", "After the Course Ends", "Course Management", "Creating a New Course", "Instructor Guide", "Collaboration", "Teaching with nbgrader", "Student Guide", "FAQ, Tips and Tricks", "Upgrading Student Projects", "Upgrading Student Projects (legacy version)", "CoCalc for Short Training Sessions", "Linux Terminal", "TimeTravel", "Stopwatches and Timers", "Tours", "Trial Projects", "Project Upgrades", "Upgrades", "User Interface", "Users", "Vouchers", "Visual Studio Code Server", "Whiteboard", "Why CoCalc?", "Why NOT CoCalc?", "Working With", "X11 Graphical Applications"], "titleterms": {"": [65, 66, 82, 104, 109, 131, 144, 147, 161, 173, 179, 197], "0": [180, 181, 184, 185, 186, 187], "01": [157, 182, 183, 184, 185, 187, 188], "02": [183, 184, 185, 186, 187, 188], "03": [157, 182, 183, 184, 185, 186, 187], "04": [153, 157, 183, 184, 185, 186, 187], "05": [183, 184, 185, 186], "06": [182, 183, 184, 185, 186, 187], "07": [183, 184, 185, 186, 187, 188], "08": [153, 157, 182, 183, 184, 185, 186, 187], "09": [157, 182, 183, 184, 185, 186, 187], "1": [82, 105, 109, 111, 112, 117, 121, 124, 164, 183, 184, 185, 186, 187, 188, 198], "10": [82, 157, 182, 183, 184, 185, 186, 187, 188], "100": [180, 181], "101": 149, "11": [82, 182, 183, 184, 185, 186, 187], "12": [82, 157, 182, 183, 184, 185, 186, 187], "13": [82, 157, 182, 184, 185, 186], "14": [157, 183, 184, 186], "15": [157, 182, 183, 186], "16": [157, 182, 183, 184], "17": [183, 185, 186], "18": [153, 157, 182, 183, 184, 186], "19": [183, 184, 186], "2": [82, 97, 105, 109, 111, 112, 117, 121, 124, 164, 180, 181, 184, 185, 186, 187, 188, 198], "20": [153, 157, 183, 184, 187], "2018": 182, "2019": [157, 183], "2020": [153, 157, 184], "2021": [185, 186], "2022": [157, 186], "2023": 187, "2024": 188, "21": [183, 184, 185], "22": [182, 187], "23": [182, 183, 187], "24": [183, 186], "25": [183, 184, 186], "26": [183, 185], "27": [182, 183, 184, 185, 186, 187], "28": [182, 183, 184, 185, 187], "29": [182, 183, 184, 186], "3": [82, 109, 111, 112, 121, 124, 164, 183, 184, 185, 187, 198], "30": [182, 183, 184, 186, 187], "31": [183, 184], "4": [82, 109, 121, 124, 184, 185, 186, 198], "40": 184, "5": [82, 109, 124, 183, 184, 185, 186, 198], "6": [82, 184, 185, 186], "7": [82, 186], "8": [82, 186, 187], "9": [82, 184, 185, 186, 187], "ASE": 185, "As": 155, "But": 205, "For": [97, 155, 198], "If": [130, 155], "In": [100, 213], "It": 138, "NOT": 214, "No": [122, 210, 213], "Not": 155, "On": [197, 213], "One": 162, "The": [88, 147], "Their": 197, "To": [177, 212], "Will": 131, "With": [57, 177, 212, 215], "about": [88, 128, 137, 151, 168, 173], "academ": 2, "access": [62, 75, 82, 190, 196, 207], "account": [0, 1, 3, 5, 6, 50, 57, 74, 82, 112, 157, 169, 197], "account_id": 50, "across": 147, "action": [162, 167], "activ": [8, 144, 197], "ad": [85, 196, 198, 199], "add": [6, 38, 54, 82, 155, 168, 192, 195], "add_collabor": 12, "add_license_to_project": 13, "addit": [29, 30, 74], "address": [50, 197], "adjust": 131, "administr": 210, "advanc": [2, 155], "after": [190, 200], "again": 74, "ai": 9, "all": [49, 54, 82, 127, 131, 197], "altern": [10, 142, 168], "alwai": 2, "am": 196, "an": [11, 29, 38, 52, 57, 59, 74, 82, 112, 113, 131, 147, 166, 173, 191, 195, 197], "anaconda": [101, 131, 186, 201], "analysi": [180, 181], "ani": [82, 161], "anonym": 157, "anyth": 214, "api": [5, 11, 29, 30, 49, 50, 52, 54, 57, 88, 97], "app": 79, "appendix": 66, "appli": [150, 198], "applic": [2, 68, 114, 140, 216], "approach": 213, "ar": [82, 110, 161, 173, 197], "arrang": 210, "arrow": [177, 212], "assembl": 76, "assembli": 76, "assign": [113, 191, 195, 196, 197], "assist": [9, 192], "astropi": 184, "asymptot": 147, "async": 184, "atsa": 184, "attach": 173, "attempt": 82, "authent": [29, 30, 97], "autograd": 157, "autom": [180, 181], "automat": [5, 147, 191], "aux": 127, "auxiliari": 176, "avail": [65, 95, 132, 168, 172, 179], "aw": [77, 168], "azur": 75, "back": 161, "backslash": 147, "backup": [58, 62, 162, 173], "balanc": [5, 155], "banner": 198, "bar": [8, 69, 143, 144], "barebon": 124, "base": 184, "baseurlpath": 132, "bash": [78, 164], "bash_profil": 131, "bashrc": [78, 131], "basic": 144, "batch": [157, 166], "becom": 65, "befor": 197, "benefit": 179, "bert": 184, "besid": 164, "between": [11, 29], "bill": [9, 59, 62, 65], "binari": 131, "bind": 201, "bioconductor": [185, 186], "bitbucket": 161, "block": [82, 151], "bokeh": 79, "bookstor": 210, "box": 78, "broken": [92, 201, 216], "browser": [82, 112, 140, 161, 201], "bugfix": [184, 185], "bui": [2, 54, 150], "build": [107, 147, 148], "built": [131, 147, 179], "button": [88, 136, 144, 145], "c": [84, 98, 131], "cach": 82, "calcul": 131, "call": 131, "can": [59, 80, 82, 112, 131, 151, 161, 205], "cannot": [147, 214], "capac": [155, 198], "cart": 54, "categori": 216, "caus": 105, "cell": [131, 143, 144, 177, 212], "certif": 214, "chang": [173, 197, 202], "change_email_address": 14, "change_password": 15, "charg": 198, "chat": [9, 60, 72, 169, 177, 194, 201, 212], "chatgpt": [61, 173], "chatroom": [60, 194], "check": [81, 82, 124, 130, 147, 191], "checkbox": 151, "checker": 72, "chemistri": [180, 181], "choic": [9, 62], "choos": 65, "chrome": [82, 89], "class": 197, "classic": [104, 142, 179], "clear": [109, 202], "cli": 77, "click": 110, "client": [57, 86], "clock": 81, "clone": 96, "close": [75, 161], "cloud": [62, 63, 65, 75, 168], "cluster": 86, "cobol": 184, "cocalc": [1, 49, 50, 54, 63, 64, 65, 66, 74, 81, 82, 85, 94, 96, 97, 99, 104, 105, 112, 113, 130, 131, 135, 138, 140, 142, 143, 145, 151, 152, 154, 155, 168, 169, 176, 179, 195, 196, 200, 201, 205, 210, 213, 214, 216], "code": [65, 72, 98, 125, 131, 144, 151, 173, 210, 211], "colab": 187, "collabor": [110, 142, 151, 167, 168, 172, 176, 177, 194, 201, 212], "collect": [176, 191, 195], "com": 94, "command": [78, 93, 96, 100, 102, 148, 197, 201], "comment": 195, "commit": 75, "commun": [11, 29], "compat": 97, "compil": [98, 131, 133], "complet": [173, 189, 195], "comput": [65, 82, 109, 131, 135, 143, 154, 180, 181, 198], "concis": 173, "configur": [78, 91, 101, 131, 132, 168, 198, 210], "congest": 82, "connect": [82, 86, 94, 111, 121, 130, 169, 173], "consecut": 143, "conserv": 145, "consider": [65, 176], "contact": 196, "content": [1, 9, 143, 158, 177, 195, 196, 212], "continu": [153, 205], "contribut": 168, "control": [96, 168, 196, 213], "convers": 173, "convert": [83, 157, 197], "cooki": 82, "copi": [11, 29, 177, 197, 212], "copy_path_between_project": 16, "copy_path_delet": 17, "copy_path_statu": 18, "copy_public_path_between_project": 19, "core": 2, "cost": [2, 65], "count": [148, 203], "counter": 144, "cours": [157, 190, 191, 192, 196, 197, 198], "cpu": [2, 118, 130, 207], "creat": [57, 60, 65, 74, 85, 122, 131, 147, 189, 191, 192, 195, 203, 210], "create_account": 20, "create_project": 21, "create_support_ticket": 22, "credenti": 97, "credit": [155, 210], "csv": [67, 90], "cumul": 184, "current": [168, 179], "cursor": 72, "custom": [85, 89, 100, 101, 131, 145, 147, 168, 178, 179, 180, 201], "cut": [131, 177, 212], "dark": [3, 157], "dash": 119, "dashboard": 86, "dask": [79, 86, 180, 181], "data": [9, 29, 30, 72, 75, 88, 176, 180, 181], "data8": 184, "databas": [49, 94, 121], "datasci": 184, "dataset": 75, "date": [82, 189, 197], "deal": [136, 147], "debian": 78, "debug": [82, 130, 164], "dedic": [2, 130], "deep": [180, 181], "default": [68, 131, 158, 179], "definit": 173, "degre": 196, "delet": [75, 110, 123, 143, 166, 168, 190, 197], "delete_account": 23, "demo": 97, "depot": 100, "descript": [38, 168, 189], "design": 183, "desktop": [64, 65, 68, 96, 115, 130, 135], "detail": [109, 151, 179], "detect": 131, "develop": [94, 131, 164], "dialog": 216, "diff": 197, "differ": 112, "directli": 101, "directori": 49, "disabl": [5, 155, 173], "disconnect": [131, 201], "disconnect_from_project": 24, "discount": 2, "discret": [180, 181], "disk": [62, 87, 145, 207], "displai": [6, 68, 167, 216], "distribut": [191, 195, 210], "dn": 82, "do": [59, 65, 82, 110, 147, 177, 192, 195, 198, 212], "docker": 94, "document": [131, 147, 169, 173, 176], "doe": [82, 97, 147, 155], "doesn": 108, "dollar": 147, "domain": 82, "don": [82, 142], "done": 200, "doubl": 82, "down": [82, 111, 121, 203], "download": [161, 210], "drag": [136, 143], "draw": 147, "drive": [89, 136], "drop": [136, 143], "dropbox": 89, "dropdown": 0, "due": [189, 197], "dune": 187, "durat": 176, "dynam": 137, "easi": 112, "edg": [82, 177, 212], "edit": [9, 131, 143, 150, 151, 169, 172, 177, 189, 194, 212], "editor": [3, 38, 72, 125, 146, 148, 201], "effici": [180, 181], "element": [151, 176], "elimin": 105, "els": [82, 105], "emac": 89, "email": [50, 192, 197], "emb": 145, "embed": [11, 29, 145, 151], "emoji": [151, 172], "empti": [110, 197], "emul": 96, "enabl": [5, 82, 147, 155], "encapsul": 101, "encod": 148, "end": [94, 190], "endpoint": [5, 29, 52], "enhanc": [143, 151], "enter": [195, 199], "entri": 167, "environ": [100, 101, 114, 131, 168, 179, 186, 201], "error": [82, 150, 173], "escap": 147, "estim": 62, "etc": [161, 185, 187], "even": 127, "everyon": 197, "everyth": 82, "exactli": 197, "exampl": [11, 29, 38, 51, 52, 65, 78, 86, 132, 164, 180, 181, 210], "except": 131, "execut": 144, "exercis": [180, 181], "experi": 183, "expir": 155, "explor": [69, 71], "export": [88, 92, 117, 145, 147, 151, 157, 191, 197, 202], "express": [177, 212], "extend": 173, "extens": [82, 103, 107, 201], "extern": 89, "f90": 131, "faq": [59, 82, 147, 161, 197], "featur": [10, 60, 144, 148, 151, 168, 201], "fenc": 151, "fetch": 136, "field": [38, 197], "figur": 131, "file": [1, 4, 9, 11, 29, 38, 62, 69, 70, 71, 72, 74, 78, 80, 82, 89, 90, 97, 123, 125, 136, 137, 145, 147, 148, 151, 157, 158, 161, 162, 167, 168, 173, 176, 179, 189, 192, 196, 197, 201, 202], "filenam": 3, "filesystem": 65, "filter": [166, 167], "find": [70, 71], "fingerprint": [6, 161], "finish": 196, "firefox": 82, "firewal": 91, "first": [74, 86, 97, 187], "fish": 201, "fix": [92, 112, 131, 184, 186, 188], "flexibl": 10, "flipper": 185, "flush": 75, "flyout": 71, "folder": [176, 195, 197], "font": [172, 201], "forgot_password": 25, "form": 173, "format": [29, 30, 189], "formatt": 168, "fortran": [93, 131], "fortun": 78, "forward": [65, 148, 179], "frame": [72, 125, 177, 201, 212], "free": 205, "frica": 89, "from": [50, 101, 117, 131, 136, 143, 190, 191, 197, 201, 211], "front": 94, "full": 213, "fulli": 214, "fullscreen": [68, 169], "function": 131, "further": 97, "futur": 153, "gap": 95, "gatewai": 161, "gc": 168, "gener": [3, 52, 94, 131, 137, 183, 195, 197], "geograph": 65, "get": [38, 49, 50, 51, 52, 54, 59, 74, 75, 97, 112, 144, 149, 179, 192, 196, 216], "get_available_upgrad": 26, "get_support_ticket": 27, "get_usernam": 28, "gettabl": 38, "git": [96, 101, 161, 197], "github": [161, 176], "gitlab": 161, "given": [38, 49], "glanc": 127, "glass": 70, "gnu": 76, "gnucobol": 184, "gnuplot": 147, "go": [112, 155], "gone": 110, "googl": [65, 75, 82, 89, 97, 136, 168], "gprmax": 184, "gpu": 145, "grade": [109, 191, 195], "graphic": [96, 114, 135, 216], "group": 194, "gsl": 98, "guid": [193, 196], "halt": 145, "hand": [180, 181], "handbook": [180, 181], "handout": [191, 197], "happen": 196, "hardlink": 184, "hashtag": [60, 151, 177, 189, 212], "have": [82, 197], "hax": 185, "hdpi": 216, "healpi": 184, "hebrew": 147, "height": 131, "hello": 132, "help": [169, 173], "hidden": [162, 166, 168], "hide": [162, 168, 190], "high": 216, "hint": 136, "histori": [88, 201, 202], "holoview": [79, 186], "home": 163, "host": [2, 96, 130, 161, 207, 210], "how": [9, 59, 99, 112, 113, 131, 155, 161, 173, 196, 197], "howto": [11, 29, 147, 173], "html": [72, 83, 90, 124, 151, 173], "htop": 109, "hub": [75, 88], "hyperstack": 65, "i": [9, 59, 65, 75, 81, 82, 105, 109, 110, 131, 138, 161, 167, 172, 184, 196, 200, 205, 210, 216], "icognito": 112, "icon": [70, 82, 159, 168, 174, 177, 212], "id": [38, 50], "ident": 112, "identifi": 130, "idl": [131, 207], "ifram": [11, 29], "imag": [94, 115, 147, 168], "implement": 151, "import": 117, "impos": 155, "improv": 183, "includ": [147, 161], "incompat": 82, "index": 73, "indic": 66, "individu": 157, "infect": 82, "info": 184, "inform": [59, 75, 157, 180, 181], "initi": [164, 199], "insert": [143, 147, 172, 177, 212], "insid": 72, "inspect": 109, "instal": [77, 78, 82, 100, 101, 102, 131, 133, 147, 201, 216], "instead": 82, "institut": [198, 199], "instructor": [193, 195, 198], "int": 131, "integ": 131, "integr": [143, 197], "interact": 176, "interfac": [105, 208, 214], "intermedi": 82, "internet": [136, 207], "introduc": 166, "introduct": [139, 151, 173], "invers": [148, 151], "invit": [122, 166, 192, 197], "invite_collabor": 31, "invite_noncloud_collabor": 32, "invoic": [5, 59], "ipad": 140, "ipywidget": 186, "isn": [89, 205], "issu": 82, "item": 179, "j": [94, 184], "java": 131, "javascript": 184, "julia": [100, 120, 131, 183, 184, 185, 186, 188], "jupyt": [9, 74, 85, 90, 92, 93, 95, 99, 100, 101, 102, 103, 104, 105, 106, 109, 114, 115, 126, 131, 135, 141, 142, 143, 144, 145, 147, 157, 168, 177, 179, 180, 181, 184, 195, 212], "jupyterhub": 10, "jupyterlab": [65, 107, 142, 168], "just": 205, "keep": 131, "kei": [1, 6, 10, 52, 57, 161, 168, 177, 179, 201, 212], "kera": [180, 181, 184], "kernel": [85, 95, 101, 104, 105, 115, 131, 144, 184], "keyboard": [189, 216], "kill": 131, "kiosk": 68, "knitr": 147, "known": 49, "lab": [104, 179], "land": 82, "languag": [76, 99, 131, 164], "larg": [90, 136, 145, 147], "later": 97, "latest": 82, "latex": [9, 53, 72, 145, 146, 147, 148, 149, 151, 172, 177, 197, 212], "launch": 120, "layout": 216, "lean": 184, "learn": [180, 181, 185], "lectur": [180, 181, 196], "legaci": [5, 147, 199], "lib": 185, "librari": 165, "licens": [1, 2, 54, 65, 108, 150, 155, 157, 168, 190, 198, 210], "like": 131, "limit": [5, 122, 131, 155, 172, 179, 205], "line": [93, 96, 100, 102], "link": [122, 151], "linux": [9, 201], "list": [49, 69, 162, 166, 169, 177, 189, 212], "live": 194, "llm": [9, 198], "load": [82, 167], "local": [6, 62, 75, 78, 131, 145], "locat": [62, 65, 101], "lock": 213, "log": [71, 110, 167], "log_client_error": 33, "login": 6, "logo": 169, "long": [131, 173], "low": 109, "macaulay2": 187, "machin": [131, 180, 181], "macro": 147, "macs2": 185, "magnifi": 70, "main": 179, "mainten": [186, 214], "make": [38, 82, 197, 198], "malwar": 82, "manag": [2, 127, 150, 191, 197], "manual": [66, 191, 195], "map": [177, 212], "markdown": [72, 124, 131, 151, 189, 197], "materi": [180, 181, 184], "mathic": [184, 185], "matplotlib": [109, 184], "maximum": 150, "mechan": [180, 181], "member": [2, 130, 207], "memori": [105, 109, 127, 130, 131, 145], "mention": [60, 151, 194], "menu": [0, 144], "merg": 112, "messag": [29, 30, 82, 131, 150, 173], "method": [112, 147], "metric": 34, "microchip": 159, "mini": 162, "miniforg": 187, "minio": 75, "minor": 184, "miss": [153, 197], "mission": 138, "mix": 142, "mode": [3, 157, 169, 177], "model": [180, 181], "modi": 185, "modif": 75, "modifi": 94, "modsimpython": [180, 181], "modul": [131, 135], "monei": 155, "mongodb": 111, "moodl": 197, "more": [127, 185, 186, 199], "most": 65, "motiv": 179, "mount": 89, "move": [130, 189], "much": [82, 105], "multi": [86, 147, 148], "multipl": [72, 112, 118, 144, 147, 162, 197, 198, 201], "must": 214, "my": [9, 82, 101, 109, 110, 131, 161, 196, 202], "name": [82, 168], "nasm": 185, "nativ": 140, "navig": [177, 212], "nbgrader": [113, 143, 157, 195], "need": [65, 210, 214], "netwid": 76, "network": 82, "neuron": 114, "new": [71, 85, 96, 131, 152, 157, 158, 168, 186, 187, 191, 192, 201], "next": [74, 110, 213], "nextj": 94, "node": [86, 94, 184, 186], "note": [94, 176, 177, 212], "notebook": [9, 74, 90, 93, 99, 100, 102, 104, 106, 109, 114, 120, 131, 135, 141, 142, 143, 144, 145, 147, 157, 180, 181, 184, 186, 195, 197], "noth": 130, "notif": 169, "now": 110, "nteract": 135, "ntk": 109, "number": [2, 62, 91, 131, 143, 150], "numpi": [180, 181], "o": 184, "oauth2": 97, "object": 197, "obtain": 210, "octav": [115, 131, 184, 185, 186, 188], "off": [58, 81, 131, 147], "offer": 65, "older": 167, "onc": [49, 112], "onli": [198, 205], "onprem": [65, 154], "open": [82, 162, 167, 169, 213, 214], "openai": 187, "opencv": [180, 181], "oper": 166, "optim": 185, "option": [2, 68, 172, 175, 195, 198, 213], "order": 54, "other": [3, 9, 75, 82, 131, 164], "otherwis": 82, "our": 196, "out": [1, 74, 82, 109, 138], "output": [131, 144, 145], "outstand": 192, "overlai": 216, "overleaf": 117, "overrid": 131, "overview": [177, 212], "own": [101, 131], "p": 127, "packag": [78, 100, 101, 102, 131, 132, 147, 183, 184, 185, 186, 201], "page": [5, 82, 160, 177, 212], "pai": [59, 155, 196, 198, 199, 214], "paid": 198, "panda": 184, "pandoc": 184, "panel": 71, "papermil": 185, "partner": 52, "past": [177, 212], "path": [38, 49, 100, 101], "payment": [5, 198], "pdf": [83, 92, 147, 151, 157, 197], "peak": 109, "peer": 191, "pen": [177, 212], "pentadactyl": 89, "per": 131, "period": [2, 164], "pick": 138, "ping": 35, "pip": [101, 131], "pkg": 187, "place": 54, "plai": [145, 173], "plain": [142, 168], "platform": [99, 156, 157], "plot": [5, 106, 115, 147, 173, 211], "plotli": 131, "plugin": 89, "pluto": [120, 186], "pmdarima": 184, "png": 106, "port": [65, 91, 137, 179], "portabl": 10, "possibl": [105, 214], "postgresql": 121, "pre": 179, "prefer": [1, 3, 147], "premis": 213, "prepar": [107, 113], "present": [38, 124, 177], "pretext": 185, "preview": 147, "privat": 112, "problem": [82, 109, 130, 147, 153, 180, 181, 198], "process": [71, 82, 109, 127, 131, 159], "profil": 112, "program": [76, 84, 93, 97, 99, 125, 130, 131], "programm": 173, "project": [2, 6, 11, 29, 38, 49, 57, 68, 71, 82, 86, 88, 107, 109, 110, 122, 130, 131, 145, 147, 150, 157, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 171, 176, 180, 181, 190, 192, 194, 196, 197, 198, 199, 205, 206], "project_exec": 36, "prophet": 184, "proprietari": 214, "protect": 143, "protocol": [29, 30], "proxi": [137, 176], "pstrick": 147, "public": [1, 4, 6, 38, 176], "public_get_text_fil": 37, "publish": [38, 176, 177, 212], "purchas": [1, 2, 5, 51, 54, 155], "purpos": [29, 30, 52, 195, 205], "py": 101, "pybedtool": 184, "pycaret": 184, "pygimli": 184, "pypi": [131, 185, 186], "python": [9, 51, 85, 94, 97, 101, 131, 132, 164, 173, 180, 181, 183, 184, 185, 186, 187, 211], "python3": 131, "pythontex": 147, "quantum": [180, 181], "quarto": [151, 157], "queri": [38, 56], "question": [82, 128, 195, 200, 210], "quickli": 197, "quickstart": [75, 201], "quota": 168, "quspin": 184, "r": [9, 72, 102, 113, 126, 131, 184, 185, 186], "rais": 131, "ram": [2, 207], "raw": 137, "rdkit": 184, "react": 94, "read_text_file_from_project": 39, "real": [172, 194], "reboot": 130, "receipt": 5, "recent": [82, 167, 169], "recommend": 102, "reconfigur": 192, "reconnect": 130, "record": 164, "recov": [110, 123], "redeem": 210, "refer": [29, 30, 66, 120, 132, 151, 170], "refresh": 162, "regular": [184, 186], "relat": [82, 131], "releas": 187, "reliabl": 10, "remarkj": 124, "remot": [89, 168], "remov": [145, 186, 190, 197, 201], "remove_collabor": 40, "remove_license_from_project": 41, "render": 176, "replac": [72, 151], "repositori": [96, 101], "request": [100, 101, 102], "requir": [196, 214], "resel": 210, "resend": 192, "reset_forgot_password": 42, "resolut": 216, "resourc": [74, 173], "respons": 213, "restart": [130, 168, 196, 197], "restrict": [171, 197], "resum": [74, 201], "return": [191, 195], "revert": [173, 186], "rich": [151, 172], "riemann": [180, 181], "rmd": 131, "rmdformat": 184, "room": 9, "root": 65, "routin": 185, "row": 144, "rpc": 184, "rstan": 109, "rstudio": 216, "rubi": [125, 131], "run": [2, 74, 82, 97, 109, 127, 131, 137, 143, 145, 195, 197], "rust": [183, 184, 185], "s3": [75, 168], "safari": 82, "sage": [101, 125, 128, 131, 135, 157, 168, 173, 184, 185, 186, 187, 188], "sagemath": [164, 173, 184], "sagetex": 147, "sai": 81, "same": 82, "save": [80, 144, 155], "schema": 75, "scienc": [180, 181], "scientif": [9, 180, 181], "scikit": [180, 181, 185], "scilab": 216, "screenshot": 111, "script": [9, 97, 132, 164, 211], "search": [70, 72, 148, 151, 177, 189, 212], "second": 97, "secur": [137, 214], "see": [82, 127, 131, 198, 199], "seem": 130, "select": [104, 144], "self": 155, "sent": 9, "sentimentanalysi": 184, "server": [65, 79, 82, 94, 99, 109, 121, 135, 137, 142, 154, 168, 174, 176, 198, 211], "servic": [82, 175], "session": [68, 74, 112, 200], "set": [3, 38, 71, 82, 109, 110, 145, 147, 168, 176, 201], "settabl": 38, "setup": [101, 103, 113, 121, 147, 168, 201], "shake": 185, "shape": 75, "share": [176, 194], "sharelatex": 117, "sheet": 97, "shell": [9, 147, 201], "shini": 129, "shop": 54, "short": [155, 200], "shortcut": 189, "should": 147, "show": 162, "shut": [111, 121], "side": [9, 60, 72, 131, 201], "sign": [1, 74, 147, 197], "simpl": 94, "simplest": 214, "simul": [114, 180, 181], "simultan": 150, "singl": [168, 197, 201], "site": [58, 157], "size": 62, "skew": 81, "skip": 195, "slide": 177, "slideshow": [124, 143], "slow": [130, 173], "smem": 109, "snakemak": [180, 181], "snappi": 184, "snapshot": [58, 162, 173], "snippet": 178, "softwar": [82, 101, 109, 131, 133, 168, 176, 179, 180, 182, 183, 184, 185, 186, 187, 188, 201, 213, 214], "solut": [180, 181], "some": [82, 101, 131], "someth": 105, "sound": 173, "sourc": [72, 94, 131, 147, 173, 214], "space": [87, 207], "special": [65, 210], "specif": [59, 109, 131], "spell": [72, 147], "spellcheck": 148, "spend": 155, "split": [177, 201, 212], "ssh": [1, 6, 136, 161, 168], "sshf": 89, "stack": 213, "stale": 82, "standbi": 3, "star": 176, "start": [38, 74, 75, 86, 107, 121, 144, 149, 164, 179, 195, 197, 216], "start_metr": 43, "startup": [111, 131, 201], "statement": [1, 74], "statist": 131, "statu": [169, 210, 216], "stellargraph": 184, "step": [74, 82, 111, 117, 121, 124, 126, 213], "sticki": [177, 212], "still": 65, "stop": [38, 55, 168], "stopwatch": [177, 203, 212], "storag": [75, 168], "store": 173, "strategi": 198, "streamlit": 132, "stuck": 130, "student": [157, 171, 190, 191, 192, 195, 196, 197, 198, 199], "studi": 97, "studio": 211, "subdomain": 137, "subfil": 147, "subscript": [1, 5, 138], "summari": 179, "support": [1, 7, 72, 145, 147, 148, 176, 179, 183, 197, 213], "sure": 82, "svg": [106, 131, 173], "sy": 101, "sympi": 183, "sync": [89, 195], "system": [62, 168, 178], "t": [80, 82, 89, 108, 142, 205], "ta": 196, "tab": [82, 136, 173, 201, 216], "tabl": [66, 143, 177, 195, 212], "tag": 166, "taichi": 185, "task": [164, 189], "teach": [65, 192, 195, 198], "teacher": [196, 198, 199], "team": 213, "technic": 216, "temporari": 162, "tensorflow": [180, 181], "termin": [3, 9, 89, 105, 109, 131, 135, 162, 197, 201, 216], "test": [138, 176], "texmf": 147, "text": [72, 90, 144, 151, 172, 177, 197, 212], "theori": [180, 181], "thing": [81, 112], "think": 110, "throw": 185, "ticket": 7, "tikzplotlib": 185, "time": [143, 155, 161, 164, 172, 194, 197], "timeout": [3, 82, 131, 207], "timer": [177, 203, 212], "timetravel": [58, 88, 173, 177, 202, 212], "tip": [145, 176, 197, 201, 216], "titl": [2, 38, 168], "token": [122, 166], "ton": 82, "too": [82, 90, 105, 145], "tool": [89, 99], "toolbar": [1, 69, 74, 169], "top": [69, 109, 110, 127], "tos": 99, "touch_project": 44, "tour": [69, 160, 201, 204], "train": 200, "transact": 5, "transfer": [59, 136], "trash": 197, "travel": 197, "trial": 205, "trick": [145, 197, 201, 216], "troubleshoot": [134, 145], "try": [81, 82, 105, 130], "turn": 147, "turtl": 135, "type": [2, 72], "typescript": 94, "typeset": 9, "u": 196, "ubuntu": [78, 153, 157, 184, 187], "undelet": 197, "understand": 173, "underworld": [180, 181], "undo": 173, "uniqu": 65, "unlink_passport": 45, "up": [105, 109, 161, 197], "updat": [100, 147, 179, 182, 183, 184, 185, 186, 187, 188], "upgrad": [1, 38, 150, 153, 155, 157, 168, 190, 198, 199, 206, 207], "upload": [97, 136], "url": [91, 168, 176], "us": [9, 49, 50, 54, 65, 89, 96, 105, 109, 112, 122, 130, 131, 137, 145, 147, 151, 153, 155, 157, 166, 168, 180, 181, 197, 202, 205, 210, 214], "usag": [109, 131, 168], "user": [38, 50, 56, 66, 101, 105, 208, 209, 210], "user_auth": 46, "user_search": 47, "util": [118, 127, 173], "v": [65, 131, 168, 179], "v1": 29, "v2": [5, 52], "vaniti": 176, "variabl": 168, "variou": [183, 186], "vendor": 213, "venn": 184, "veri": 82, "verifi": 197, "version": [82, 85, 89, 96, 195, 196, 199], "versu": 142, "via": [49, 59, 89, 122], "view": [6, 177, 191, 212], "viewer": 67, "vim": 201, "virtualenv": 101, "visual": 211, "voucher": 210, "vpn": 65, "vscode": [94, 185, 186], "w": 101, "wai": 109, "warn": 87, "wav": 145, "web": [57, 94, 140, 161], "webserv": [131, 137], "websit": 145, "websocket": [82, 91], "weird": 112, "welcom": 66, "what": [9, 75, 82, 97, 110, 112, 131, 137, 138, 144, 147, 161, 167, 173, 192, 196, 198, 199], "when": [112, 173, 196, 203], "where": [151, 172], "while": 82, "whiteboard": 212, "who": 202, "whole": 176, "why": [109, 168, 196, 205, 213, 214], "wide": 178, "widget": 143, "width": 131, "wiki": 173, "window": [177, 212, 216], "wire": 59, "within": 151, "without": [191, 197], "word": 148, "work": [82, 89, 108, 113, 130, 147, 161, 196, 215], "worksheet": [125, 131, 135, 157, 168, 173], "workshop": [180, 181, 210], "world": [132, 213], "would": 131, "write": 124, "write_text_file_to_project": 48, "wrong": [82, 112], "x": 110, "x11": [65, 115, 135, 216], "xxx": 214, "you": [2, 82, 147, 155, 214], "your": [6, 54, 74, 81, 82, 107, 109, 145, 168, 176, 196], "yourself": 100, "zero": 203, "zoom": 216}})
\ No newline at end of file
diff --git a/sitemap.xml b/sitemap.xml
index 62797d34..1864a424 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -1,2 +1,2 @@
-https://doc.cocalc.com/en/contents.html https://doc.cocalc.com/en/index.html https://doc.cocalc.com/en/introduction.html https://doc.cocalc.com/en/genindex.html https://doc.cocalc.com/en/search.html
\ No newline at end of file
+https://doc.cocalc.com/en/alternativeto/jupyterhub.html https://doc.cocalc.com/en/contents.html https://doc.cocalc.com/en/genindex.html https://doc.cocalc.com/en/search.html
\ No newline at end of file