diff --git a/_sources/compute_server.rst.txt b/_sources/compute_server.rst.txt
index 47efcdb5..7c582d53 100644
--- a/_sources/compute_server.rst.txt
+++ b/_sources/compute_server.rst.txt
@@ -48,6 +48,8 @@ A compute server in CoCalc brings you closer to your dreams using an extremely p
- Get daily statements by email
+.. _colab_example:
+
Examples of Compute Server Uses
-------------------------------
diff --git a/_sources/howto/install-python-lib.rst.txt b/_sources/howto/install-python-lib.rst.txt
index d8210e8f..91dce422 100644
--- a/_sources/howto/install-python-lib.rst.txt
+++ b/_sources/howto/install-python-lib.rst.txt
@@ -17,6 +17,8 @@ Related: :doc:`custom-jupyter-kernel`, :doc:`jupyter-extension` and :doc:`instal
:local:
:depth: 3
+.. _install-request:
+
Install requests
===================
diff --git a/_sources/index.rst.txt b/_sources/index.rst.txt
index c1037439..68ba0073 100644
--- a/_sources/index.rst.txt
+++ b/_sources/index.rst.txt
@@ -7,33 +7,29 @@ What is CoCalc?
Welcome
#######################
-Hello, and welcome to `CoCalc`_.
-CoCalc is a virtual online workspace for calculations, research, collaboration and authoring documents.
-Your web browser is all you need to escape the confined space of your desktop and move to the cloud.
-This guide explains the features of CoCalc in depth and shows how you can use them productively.
-
-The main building blocks for working on CoCalc are :doc:`Projects `.
-Create one or more projects in order to partition your work into separate *workspaces*.
-Each project consists of files, accessible only to you and your
-:ref:`collaborators `.
+Hello, and welcome to `CoCalc`_,
+a virtual online platform for calculations, research, collaboration and authoring documents!
+The main building blocks for working in CoCalc are :doc:`Projects ` - separate *workspaces*
+consisting of files accessible only to you and your
+:ref:`collaborators `.
You and your collaborators can *edit these files at the same time*,
-which means your changes are synchronized among all of you in real-time!
-Depending on the type of the file, it allows you to accomplish a specific task.
-They open up in their associated online editor and you start to work interactively in CoCalc's environment.
+with changes synchronized among all of you in real-time!
+Different types of files open up in their associated online editors and you start to work interactively in CoCalc's environment.
For example, files ending in ``*.sagews`` are for working with [SageMath]_ in :doc:`sagews`,
-an ``*.ipynb`` file starts CoCalc's implementations of the :doc:`Jupyter Notebook `,
-and a ``*.tex`` file opens an editor for :doc:`LaTeX documents `.
+``*.ipynb`` files start CoCalc's implementations of the :doc:`Jupyter Notebook `,
+and ``*.tex`` files open an editor for :doc:`LaTeX documents `.
.. figure:: img/cocalc-screenshot-20200123.png
- :width: 100%
+ :width: 90%
:align: center
:alt: jupyter notebook
- *A SageMath Jupyter Notebook in a CoCalc project*
+ A SageMath Jupyter Notebook in a CoCalc project
+
#######################
-Getting Started
+Try It Out
#######################
To try out CoCalc, you might do the following steps.
@@ -60,26 +56,16 @@ To try out CoCalc, you might do the following steps.
First Steps Guide
#######################
-As an alternative to the "Getting Started" steps above, you can use the **First Steps Guide**. Whenever a new project is created, a banner appears offering to create a set of files constituting Guide:
+As an alternative to the steps above, you can use the **First Steps Guide**. Whenever a new project is created, a banner appears offering to create a set of files constituting the Guide:
.. figure:: img/first-steps-message.png
- :width: 100%
+ :width: 90%
:align: center
- :alt: first steps banner
-
- ..
-
-Clicking on the banner puts copies of the Guide files into the project in a folder called "first-steps" and opens the file "first-steps.task"
-
-If you don't want the guide copied at the moment, you can dismiss the banner. And you can always bring the banner back later if you change your mind:
-
-.. figure:: img/first-steps-hide.png
- :width: 100%
- :align: center
- :alt: dismiss first steps banner
-
- ..
+ :alt: First Steps Guide Banner
+
+ First Steps Guide Banner
+Clicking on the banner puts copies of the Guide files into the project in a folder called ``first-steps`` and opens the file ``first-steps.task``.
diff --git a/_sources/introduction.rst.txt b/_sources/introduction.rst.txt
index 5d5641cc..b23e4304 100644
--- a/_sources/introduction.rst.txt
+++ b/_sources/introduction.rst.txt
@@ -5,6 +5,7 @@ Introduction
.. toctree::
index
+ why
getting-started
news
tours
diff --git a/_sources/why.rst.txt b/_sources/why.rst.txt
new file mode 100644
index 00000000..adc88aa4
--- /dev/null
+++ b/_sources/why.rst.txt
@@ -0,0 +1,50 @@
+Why CoCalc?
+===========
+
+What a great question! You are probably the only one who can answer it correctly for your use case, but if you are new to CoCalc and considering adopting it for your own workflow or for your organization, we would like to help you.
+
+To compare individual features with some of our competitors, take a look at https://cocalc.com/features/compare
+
+If you are wondering about some specific requirements, reach out to us at help@sagemath.com and perhaps schedule a video chat.
+
+We assume that you are aware of advantages (and some disadvantages) of working in the cloud rather than your own laptop, but there are quite a few cloud options out there. So, what makes CoCalc different from them?
+
+
+Open World Approach
+-------------------
+
+CoCalc strives to give you as much flexibility as possible. Instead of deciding what you are allowed to do, we only put in place necessary security limits and, of course, have to deal with technical ones. Moreover, we try to push even those limits! You can't be root in :doc:`regular CoCalc projects `, but you can :ref:`request installation ` of any necessary packages and you can :ref:`install anything as a regular user `. On :doc:`compute servers ` you are able to do anything on the underlying virtual machines, including creation of nested virtual machines! There are UI libraries that are not supported by our Jupyter notebook implementation, but we do try to improve it and you can run a standard :doc:`JupyterLab or VS Code ` instance with a click of a button!
+
+We want to facilitate access to open source software. This should not come as a surprise, given that our founder and CEO William Stein is also the founder of `SageMath `_ whose mission is to be a viable open source alternative to proprietary math software. Some other people in the company were early developers of SageMath as well. While Python and Jupyter may be particularly famous, we have extensive support for R, Julia, LaTeX, C++, VS Code, and many other projects, languages, packages, and environments. We try to reduce "the setup time" as much as possible for our users, ideally - to zero! Most of our competitors have a narrower focus and even if they do include a large software collection, such as Colab (which you :ref:`can run ` on CoCalc's compute servers), it may be tricky to expand it with packages that you need.
+
+CoCalc's flexibility sometimes may create a feeling of a more complicated/overloaded interface. If your goal is to have a single feature, say Linux terminals, and nothing else, then perhaps there are easier to learn alternatives for your use case. However, if your needs may grow over time, you may find more and more ways to make use of CoCalc. We are also trying to separate "essential" elements and configuration options from "advanced" ones, to keep it simple yet powerful.
+
+
+No Vendor Lock-In
+-----------------
+
+While most of our `source code `_ and configuration files are public, we put restrictions on running your own instance without :doc:`purchasing a license `. We do have our own implementation of the Jupyter notebook interface and :doc:`Sage Worksheet format ` is specific to our platform. Yet you remain in full control of your data and code, CoCalc acts more like an operating system that allows you to run your code to process your data. Sage Worksheets can be converted to Jupyter notebooks. "Our" Jupyter notebooks are standard ``.ipynb`` files that you can download and use on your own machine or on another cloud provider, should you decide down the road that CoCalc no longer serves your needs.
+
+
+Full Control of the Software Stack
+----------------------------------
+
+Core functionality of CoCalc, including our implementation of the Jupyter notebook interface, real-time collaboration, :doc:`AI integration `, :doc:`TimeTravel `, and :doc:`course management `, is developed by `CoCalc team `_. As a consequence, we support the product that we know very well and we can quickly fix reported bugs as well as develop requested features for it (especially if you have funds available to facilitate such development). CoCalc does not have an extensive library of plugins and extensions of varied quality and support; instead all the features are included and maintained from the start.
+
+
+On Premises Option
+------------------
+
+Using our fully hosted version greatly reduced administration burden for your organization, but there are situations where you may prefer to run your own cluster - maybe because of privacy requirements, maybe because you already have hardware resources and dedicated IT professionals. :doc:`CoCalc Cloud ` can be deployed on your own resources or on cloud providers such as GCP, AWS, or Aliyun. CoCalc's AI integration can be easily tuned to use your own AI servers as well.
+
+
+Responsive Support Team
+-----------------------
+
+In most cases we do not provide support SLAs (contact us if you are interested in such an option), but historically our response time was within a few hours - our team is geographically distributed, so urgent issues are dealt with regardless of your time zone. Due to service monitoring, many problems on the instances that we host are likely to be fixed even before you notice and report them. As your needs grow, we are with you along the way to provide extended enterprise support and custom feature implementation.
+
+
+Next Steps
+----------
+
+`Create an account `_, give CoCalc a spin, and get in touch with your questions and comments - we would love to connect!
diff --git a/compute_server.html b/compute_server.html
index b1eec02e..f270b188 100644
--- a/compute_server.html
+++ b/compute_server.html
@@ -229,7 +229,7 @@
-
+
-A SageMath Jupyter Notebook in a CoCalc project
+A SageMath Jupyter Notebook in a CoCalc project
-
-Getting Started
+
+Try It Out
To try out CoCalc, you might do the following steps.
First, go through the Getting Started guide to create your account, your first project, and a worksheet.
@@ -161,15 +158,14 @@ Getting Started
@@ -178,7 +174,7 @@ First Steps Guide Previous
- Next
+ Next
diff --git a/introduction.html b/introduction.html
index f7296ac1..57b26da3 100644
--- a/introduction.html
+++ b/introduction.html
@@ -60,6 +60,7 @@
Introduction
+Why CoCalc?
+
Getting Started
Your First CoCalc Session
Creating an Account
diff --git a/news.html b/news.html
index 7d4fd10d..883228b4 100644
--- a/news.html
+++ b/news.html
@@ -60,6 +60,7 @@
Introduction
What is CoCalc?
+Why CoCalc?
Getting Started
CoCalc News
Tours
diff --git a/objects.inv b/objects.inv
index 6e693c6f..3320e0f2 100644
Binary files a/objects.inv and b/objects.inv differ
diff --git a/searchindex.js b/searchindex.js
index 6ecf440a..e60dd667 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles": {"(+) New": [[156, "new"]], "1. Configure the payment option": [[196, "configure-the-payment-option"]], "1. Instructor configures the payment option": [[196, "instructor-configures-the-payment-option"]], "1. Processes": [[107, "processes"]], "1. Select Pay-As-You-Go": [[153, "select-pay-as-you-go"]], "1. Try to eliminate Jupyter if possible": [[103, "try-to-eliminate-jupyter-if-possible"]], "100 numpy exercises": [[178, "id1"], [179, "id1"]], "2. Apply a license to the course": [[196, "apply-a-license-to-the-course"]], "2. Choose Your Upgrades": [[153, "choose-your-upgrades"]], "2. Project settings": [[107, "project-settings"]], "2. Students see a payment banner": [[196, "students-see-a-payment-banner"]], "2. Try to eliminate the CoCalc user interface": [[103, "try-to-eliminate-the-cocalc-user-interface"]], "2018-09-01": [[180, "update-2018-09-01"]], "2018-09-08": [[180, "update-2018-09-08"]], "2018-09-11": [[180, "update-2018-09-11"]], "2018-09-15": [[180, "update-2018-09-15"]], "2018-09-23": [[180, "update-2018-09-23"]], "2018-09-29": [[180, "update-2018-09-29"]], "2018-10-06": [[180, "update-2018-10-06"]], "2018-10-18": [[180, "update-2018-10-18"]], "2018-10-27": [[180, "update-2018-10-27"]], "2018-11-03": [[180, "update-2018-11-03"]], "2018-11-10": [[180, "update-2018-11-10"]], "2018-11-13": [[180, "update-2018-11-13"]], "2018-11-28": [[180, "update-2018-11-28"]], "2018-12-01": [[180, "update-2018-12-01"]], "2018-12-03": [[180, "update-2018-12-03"]], "2018-12-08": [[180, "update-2018-12-08"]], "2018-12-16": [[180, "update-2018-12-16"]], "2018-12-22": [[180, "update-2018-12-22"]], "2018-12-30": [[180, "update-2018-12-30"]], "2019-01-06": [[181, "update-2019-01-06"]], "2019-01-12": [[181, "update-2019-01-12"]], "2019-01-20": [[181, "update-2019-01-20"]], "2019-01-26": [[181, "update-2019-01-26"]], "2019-02-09": [[181, "update-2019-02-09"]], "2019-02-16": [[181, "update-2019-02-16"]], "2019-02-23": [[181, "update-2019-02-23"]], "2019-03-02": [[181, "update-2019-03-02"]], "2019-03-11": [[181, "update-2019-03-11"]], "2019-03-23": [[181, "update-2019-03-23"]], "2019-03-31": [[181, "update-2019-03-31"]], "2019-04-07": [[181, "update-2019-04-07"]], "2019-04-14": [[181, "update-2019-04-14"]], "2019-04-21": [[181, "update-2019-04-21"]], "2019-04-27": [[181, "update-2019-04-27"]], "2019-05-04": [[181, "update-2019-05-04"]], "2019-05-11": [[181, "update-2019-05-11"]], "2019-05-18": [[181, "update-2019-05-18"]], "2019-05-26": [[181, "update-2019-05-26"]], "2019-06-02": [[181, "update-2019-06-02"]], "2019-06-08": [[181, "update-2019-06-08"]], "2019-06-17": [[181, "update-2019-06-17"]], "2019-06-24": [[181, "update-2019-06-24"]], "2019-06-30": [[181, "update-2019-06-30"]], "2019-07-08": [[181, "update-2019-07-08"]], "2019-07-15": [[181, "update-2019-07-15"]], "2019-07-28": [[181, "update-2019-07-28"]], "2019-08-10": [[181, "update-2019-08-10"]], "2019-08-25": [[181, "update-2019-08-25"]], "2019-08-28": [[181, "update-2019-08-28"]], "2019-09-09": [[181, "update-2019-09-09"]], "2019-09-21": [[181, "update-2019-09-21"]], "2019-09-28": [[181, "update-2019-09-28"]], "2019-09-30": [[181, "update-2019-09-30"]], "2019-10-05": [[181, "update-2019-10-05"]], "2019-10-11": [[181, "update-2019-10-11"]], "2019-10-19": [[181, "update-2019-10-19"]], "2019-10-25": [[181, "update-2019-10-25"]], "2019-11-09": [[181, "update-2019-11-09"]], "2019-11-16": [[181, "update-2019-11-16"]], "2019-11-19: improved support for Rust": [[181, "improved-support-for-rust"]], "2019-11-23: various Python 3 package updates": [[181, "various-python-3-package-updates"]], "2019-11-29: Julia 1.3": [[181, "julia-1-3"]], "2019-12-07: Design of Experiment Generator": [[181, "design-of-experiment-generator"]], "2019-12-15: SymPy 1.5": [[181, "sympy-1-5"]], "2019-12-16: Anonymous accounts": [[155, "anonymous-accounts"]], "2020-01-05: SageMath 9.0 based on Python 3": [[182, "sagemath-9-0-based-on-python-3"]], "2020-01-13: Site licenses": [[155, "site-licenses"]], "2020-01-14: Export student file use": [[155, "export-student-file-use"]], "2020-01-16: dark mode": [[155, "dark-mode"]], "2020-01-16: nbgrader autograder for Jupyter notebooks": [[155, "nbgrader-autograder-for-jupyter-notebooks"]], "2020-01-19: SentimentAnalysis R package": [[182, "sentimentanalysis-r-package"]], "2020-01-29 Rust 1.40": [[182, "rust-1-40"]], "2020-02-03: AstroPy 4.0": [[182, "astropy-4-0"]], "2020-02-16: Pandas 1.0 and Octave 5.2.0": [[182, "pandas-1-0-and-octave-5-2-0"]], "2020-02-21: LEAN 3.5.1 and JavaScript Kernel": [[182, "lean-3-5-1-and-javascript-kernel"]], "2020-02-29: Async I/O in Jupyter Notebooks": [[182, "async-i-o-in-jupyter-notebooks"]], "2020-03-15: Convert Batch of Jupyter Notebooks and Sage Worksheets to PDF": [[155, "convert-batch-of-jupyter-notebooks-and-sage-worksheets-to-pdf"]], "2020-03-20:": [[182, "update-2020-03-20"]], "2020-03-30: Julia 1.4": [[182, "julia-1-4"]], "2020-04-08: healpy 1.13": [[182, "healpy-1-13"]], "2020-04-16 COBOL (GnuCOBOL)": [[182, "cobol-gnucobol"]], "2020-04-25: R 3.6.3 and Julia 1.4.1": [[182, "r-3-6-3-and-julia-1-4-1"]], "2020-05-04: Stellargraph": [[182, "stellargraph"]], "2020-05-08: Fixing Keras": [[182, "fixing-keras"]], "2020-05-10: QuSpin and RmdFormats": [[182, "quspin-and-rmdformats"]], "2020-05-12: Octave 5.2.0": [[182, "octave-5-2-0"]], "2020-05-20": [[182, "update-2020-05-20"]], "2020-05-27: Sage 9.1 and Node.js 12": [[182, "sage-9-1-and-node-js-12"]], "2020-06-06: Prophet and pmdarima": [[182, "prophet-and-pmdarima"]], "2020-06-20: Updating SnapPy in SageMath": [[182, "updating-snappy-in-sagemath"]], "2020-07-16: Minor/Bugfixes": [[182, "minor-bugfixes"]], "2020-07-31: Cumulative Updates": [[182, "cumulative-updates"]], "2020-08-14/18.04: Regular update of Ubuntu 18.04": [[182, "regular-update-of-ubuntu-18-04"]], "2020-08-18: Ubuntu 20.04": [[182, "ubuntu-20-04"]], "2020-08-18: Ubuntu 20.04 Upgrade": [[151, "ubuntu-20-04-upgrade"], [155, "ubuntu-2004-upgrade"]], "2020-09-01: Julia 1.5.1": [[182, "julia-1-5-1"]], "2020-09-12: Regular update": [[182, "regular-update"]], "2020-09-28: aTSA, BERT and pyGIMLi": [[182, "atsa-bert-and-pygimli"]], "2020-10-09: Project Information": [[155, "project-information"]], "2020-10-12: RPC info, PyCaret, R 4.0.3, \u2026": [[182, "rpc-info-pycaret-r-4-0-3"]], "2020-10-28: Pandoc 2.11": [[182, "pandoc-2-11"]], "2020-11-01: Sage 9.2": [[182, "sage-9-2"]], "2020-11-09 : RDkit, Matplotlib Venn and data8 datascience": [[182, "rdkit-matplotlib-venn-and-data8-datascience"]], "2020-11-19 : Mathics, gprMax, and pybedtools": [[182, "mathics-gprmax-and-pybedtools"]], "2020-12-09: materialize, hardlink, and updates": [[182, "materialize-hardlink-and-updates"]], "2021-01-07: More Python libs!": [[183, "more-python-libs"]], "2021-01-28: Julia 1.5.3, MACS2, \u2026": [[183, "julia-1-5-3-macs2"]], "2021-02-17: Rust 1.5": [[183, "rust-1-5"]], "2021-03-05: ASE, Papermill, etc.": [[183, "ase-papermill-etc"]], "2021-03-08: Bioconductor": [[183, "bioconductor"]], "2021-03-21: Julia 1.6": [[183, "julia-1-6"]], "2021-04-03: R 4.0.5 (\u201cShake and Throw\u201d)": [[183, "r-4-0-5-shake-and-throw"]], "2021-04-26: Julia 1.6.1": [[183, "julia-1-6-1"]], "2021-05-17: HAXE": [[183, "haxe"]], "2021-06-07: Octave 6.2.0 & Bugfixes": [[183, "octave-6-2-0-bugfixes"]], "2021-07-05: Package updates": [[183, "package-updates"]], "2021-07-12: MODIS and PreTeXt": [[183, "modis-and-pretext"]], "2021-07-13: flipper in Sage": [[183, "flipper-in-sage"]], "2021-07-26 Julia 1.6.2": [[183, "julia-1-6-2"]], "2021-08-02: Octave 6.3.0": [[183, "octave-6-3-0"]], "2021-08-03: VSCode": [[183, "vscode"]], "2021-08-13: R 4.1.1": [[183, "r-4-1-1"]], "2021-09-02: Sage 9.4, NASM, \u2026": [[183, "sage-9-4-nasm"]], "2021-09-07: PyPy (Python 3)": [[183, "pypy-python-3"]], "2021-09-27: Mathics 4, Scikit-Learn 1.0, Julia 1.6.3": [[183, "mathics-4-scikit-learn-1-0-julia-1-6-3"]], "2021-10-10: Routine updates": [[183, "update-2021-10-10"]], "2021-11-01: taichi, tikzplotlib, Scikit Optimize": [[183, "taichi-tikzplotlib-scikit-optimize"]], "2021-12-13: Julia 1.7 & various updates": [[184, "julia-1-7-various-updates"]], "2021-12-13: Routine updates\u2026": [[183, "routine-updates"]], "2022-02-12: Sage 9.5": [[184, "sage-9-5"]], "2022-02-27: Removing PyPy Notebooks": [[184, "removing-pypy-notebooks"]], "2022-03-08: Regular update": [[184, "regular-update"]], "2022-03-19: Bioconductor Maintenance": [[184, "bioconductor-maintenance"]], "2022-03-24: New Anaconda Environment": [[184, "new-anaconda-environment"]], "2022-04-19: Various updates \u2026": [[184, "update-2022-04-19"]], "2022-05-07: R 4.2": [[184, "r-4-2"]], "2022-05-30: Octave 7.1.0 and Sage 9.6": [[184, "octave-7-1-0-and-sage-9-6"]], "2022-06-24: More Updates \u2026": [[184, "more-updates"]], "2022-07-18: Node 14": [[184, "node-14"]], "2022-07-19: VSCode reverted": [[184, "vscode-reverted"]], "2022-08-15: Updates": [[184, "updates"]], "2022-08-17: Python packages": [[184, "python-packages"]], "2022-08-18 Quarto": [[155, "quarto"]], "2022-09-12: Various updates": [[184, "update-2022-09-12"]], "2022-09-13: Fixing HoloViews": [[184, "fixing-holoviews"]], "2022-09-14: Fixing ipywidgets": [[184, "fixing-ipywidgets"]], "2022-10-03: Sage 9.7 and Julia 1.8": [[184, "sage-9-7-and-julia-1-8"]], "2022-10-13: More packages \u2026": [[184, "more-packages"]], "2022-10-17: Fixing Julia/Pluto": [[184, "fixing-julia-pluto"]], "2022-10-29: Sage 9.7": [[184, "sage-9-7"]], "2022-11-25: Various updates": [[184, "various-updates"]], "2023-01-08: First release of Ubuntu 22.04": [[185, "first-release-of-ubuntu-22-04"]], "2023-02-27: Sage 9.8": [[185, "sage-9-8"]], "2023-03-30: DUNE, OpenAI, etc.": [[185, "dune-openai-etc"]], "2023-06-07: Ubuntu 22.04 and Sage 10.0": [[185, "ubuntu-22-04-and-sage-10-0"]], "2023-06-28: Macaulay2, new Python pkgs, etc.": [[185, "macaulay2-new-python-pkgs-etc"]], "2023-07-12: Sage 10.0 on Ubuntu 20.04": [[185, "sage-10-0-on-ubuntu-20-04"]], "2023-09-11: Sage 10.1": [[185, "sage-10-1"]], "2023-10-23: Miniforge 2023": [[185, "miniforge-2023"]], "2023-12-11: Sage 10.2 and Python 3 (Colab)": [[185, "sage-10-2-and-python-3-colab"]], "2024-01-02: Sage 10.2 and Julia 1.10": [[186, "sage-10-2-and-julia-1-10"]], "2024-02-07: Octave fixes": [[186, "octave-fixes"]], "3. Apply the course license to the instructor project (optional)": [[196, "apply-the-course-license-to-the-instructor-project-optional"]], "3. Start the Project": [[153, "start-the-project"]], "3. Students make payments": [[196, "students-make-payments"]], "3. Use \u201ctop\u201d/\u201dhtop\u201d in a terminal": [[107, "use-top-htop-in-a-terminal"]], "4. Use \u201csmem -ntk\u201d in a terminal": [[107, "use-smem-ntk-in-a-terminal"]], "4. What do students see": [[196, "what-do-students-see"]], "5. License strategy (multiple licenses only)": [[196, "license-strategy-multiple-licenses-only"]], "5. Peak memory usage": [[107, "peak-memory-usage"]], "@-Mention collaborators in chat": [[192, "mention-collaborators-in-chat"]], "@-mentions": [[59, "mentions"], [149, "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 Endpoints": [[51, "api-v2-endpoints"]], "API v2 General-Purpose Endpoints": [[51, null]], "API v2 Partner Endpoints": [[51, null]], "API v2 endpoint": [[5, "api-v2-endpoint"]], "AWS S3": [[166, "aws-s3"]], "About Pay-As-You-Go": [[153, "about-pay-as-you-go"]], "About collaborators": [[166, "about-collaborators"]], "About exported TimeTravel data": [[86, "about-exported-timetravel-data"]], "About the CoCalc Implementation of Markdown": [[149, "about-the-cocalc-implementation-of-markdown"]], "Academic discount (if applicable)": [[2, "academic-discount-if-applicable"]], "Access your course content": [[194, "access-your-course-content"]], "Account": [[167, "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": [[195, "account-management-restrictions-and-single-sign-on"]], "Account settings": [[3, "account-settings"]], "Activity Bar": [[8, "activity-bar"]], "Add Capacity For a Short Time": [[153, "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": [[190, "add-students-to-the-course"]], "Add Teaching Assistants to the Course Project": [[190, "add-teaching-assistants-to-the-course-project"]], "Add a License to a Project": [[166, "add-a-license-to-a-project"]], "Add an upgrade to a project": [[37, "add-an-upgrade-to-a-project"]], "Add new collaborators": [[166, "add-new-collaborators"]], "Adding Capacity": [[196, "adding-capacity"]], "Adding a Kernel to CoCalc Jupyter": [[83, "adding-a-kernel-to-cocalc-jupyter"]], "Adding files": [[194, "adding-files"]], "Adding more student upgrades": [[197, "adding-more-student-upgrades"]], "Additional References": [[28, "additional-references"], [29, "additional-references"]], "Additional Resources": [[72, "additional-resources"]], "Adjust the output cut-offs": [[129, "adjust-the-output-cut-offs"]], "Advanced options": [[2, "advanced-options"]], "After a Session is Done": [[198, "after-a-session-is-done"]], "After the Course Ends": [[188, "after-the-course-ends"]], "Allow": [[3, "allow"]], "Alternate Jupyter Servers in CoCalc": [[166, "alternate-jupyter-servers-in-cocalc"]], "Alternatives: Plain Jupyter Server and JupyterLab Server": [[140, "alternatives-plain-jupyter-server-and-jupyterlab-server"]], "Always running": [[2, "always-running"]], "An Easy Fix when Things Get Weird": [[110, "an-easy-fix-when-things-get-weird"]], "Anaconda Environment": [[99, "anaconda-environment"], [199, "anaconda-environment"]], "Appendix": [[64, null]], "Are my files backed up?": [[159, "are-my-files-backed-up"]], "Assembly Language Programming": [[74, "assembly-language-programming"]], "Attach Sage files to Sage Worksheets": [[171, "attach-sage-files-to-sage-worksheets"]], "Authentication": [[28, "authentication"], [29, "authentication"]], "Automatic Grading": [[189, "automatic-grading"]], "Auxiliary Files": [[174, "auxiliary-files"]], "Availability": [[63, "availability"]], "Available Custom Environments": [[177, null]], "Available features": [[166, "available-features"]], "Available formatter": [[166, "available-formatter"]], "Azure": [[73, "azure"]], "Backups": [[57, "backups"]], "Backups (snapshots)": [[171, "backups-snapshots"]], "Bash Fortunes": [[76, "bash-fortunes"]], "Basic Features": [[142, "basic-features"]], "Batch Operations on Projects": [[164, "batch-operations-on-projects"]], "Becoming root and Port Forwarding": [[63, "becoming-root-and-port-forwarding"]], "Better support": [[203, "better-support"]], "Billing for a Compute Server": [[63, "billing-for-a-compute-server"]], "Billing/Upgrades FAQ": [[58, "billing-upgrades-faq"]], "Bokeh / DASK server": [[77, "bokeh-dask-server"]], "Bokeh / Holoview Server": [[77, "bokeh-holoview-server"]], "Broken VIM key bindings": [[199, "broken-vim-key-bindings"]], "Build command": [[146, "build-command"]], "Build the extensions": [[105, "build-the-extensions"]], "Built-in Support for Multi-File Documents (preferred)": [[145, "built-in-support-for-multi-file-documents-preferred"]], "Buy a license": [[203, "buy-a-license"]], "Buy a license\u2026": [[2, "buy-a-license"]], "Buy and Apply a License": [[148, "buy-and-apply-a-license"]], "C++ Programming": [[82, "c-programming"]], "CPU": [[206, "cpu"]], "CSV File": [[88, "csv-file"]], "CSV Viewer": [[65, "csv-viewer"]], "Can I close my web-browser at any time?": [[159, "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.?": [[159, "can-i-work-with-git-including-github-bitbucket-gitlab-etc"]], "Can\u2019t Save File": [[78, "can-t-save-file"]], "Can\u2019t afford to purchase upgrades": [[203, "can-t-afford-to-purchase-upgrades"]], "Categories": [[213, "id1"]], "Change the due date of an assignment": [[195, "change-the-due-date-of-an-assignment"]], "Charges for Paid LLMs": [[196, "charges-for-paid-llms"]], "Chat": [[175, "chat"], [211, "chat"]], "ChatGPT": [[60, "chatgpt"]], "ChatGPT help understanding errors": [[171, "chatgpt-help-understanding-errors"]], "Chatrooms": [[59, "chatrooms"]], "Check Memory Use": [[128, "check-memory-use"]], "Check \u201cStudent View\u201d": [[189, "check-student-view"]], "Checkboxes": [[149, "checkboxes"]], "Checking your clock skew": [[79, "checking-your-clock-skew"]], "Choosing a Cloud": [[63, "choosing-a-cloud"]], "Classical Versus CoCalc Jupyter Notebooks": [[140, "classical-versus-cocalc-jupyter-notebooks"]], "Classical versus CoCalc": [[140, "classical-versus-cocalc"]], "Clear TimeTravel History for a File": [[200, "clear-timetravel-history-for-a-file"]], "Cloud storage & remote file systems": [[166, "cloud-storage-remote-file-systems"]], "CoCalc Administrators": [[209, "cocalc-administrators"]], "CoCalc Cloud": [[61, "cocalc-cloud"], [152, "cocalc-cloud"]], "CoCalc Credit Vouchers": [[209, "cocalc-credit-vouchers"]], "CoCalc Desktop": [[62, "cocalc-desktop"]], "CoCalc Docker Image": [[92, "cocalc-docker-image"]], "CoCalc Enhancements to Jupyter Notebooks": [[141, "cocalc-enhancements-to-jupyter-notebooks"]], "CoCalc License Vouchers": [[209, "cocalc-license-vouchers"]], "CoCalc Logo": [[167, "cocalc-logo"]], "CoCalc Native iPad Application": [[138, "cocalc-native-ipad-application"]], "CoCalc News": [[150, "cocalc-news"]], "CoCalc Resellers and Bookstores": [[209, "cocalc-resellers-and-bookstores"]], "CoCalc Share Server": [[174, "share-server"]], "CoCalc Terminal Commands": [[199, "cocalc-terminal-commands"]], "CoCalc for Short Training Sessions": [[198, "cocalc-for-short-training-sessions"]], "CoCalc in iPad Web Browser": [[138, "cocalc-in-ipad-web-browser"]], "CoCalc nbgrader": [[193, "cocalc-nbgrader"]], "CoCalc platform": [[97, "cocalc-platform"]], "CoCalc says your clock is off": [[79, "cocalc-says-your-clock-is-off"]], "CoCalc.com": [[92, "cocalc-com"]], "CoCalc\u2019s Jupyter Notebook": [[102, "cocalc-s-jupyter-notebook"]], "CoCalc\u2019s Most Unique Offering": [[63, "cocalc-s-most-unique-offering"]], "Collaborate. Share! Publish!!!": [[174, "collaborate-share-publish"]], "Collaborating": [[174, "collaborating"]], "Collaboration": [[192, "collaboration"]], "Collaboration and Side Chat": [[199, "collaboration-and-side-chat"]], "Collaboration with Classical Jupyter": [[140, "collaboration-with-classical-jupyter"]], "Collaborative Editing": [[175, "collaborative-editing"], [211, "collaborative-editing"]], "Collaborative editing": [[149, "collaborative-editing"]], "Collaborator actions": [[165, "collaborator-actions"]], "Collect the assignment": [[193, "collect-the-assignment"]], "Collecting assignments from students": [[189, "collecting-assignments-from-students"]], "Collections of Documents": [[174, "collections-of-documents"]], "Command Line / Custom Depot Path": [[98, "command-line-custom-depot-path"]], "Command Line / Custom Environment": [[98, "command-line-custom-environment"]], "Command line (recommended)": [[100, "command-line-recommended"]], "Command-line": [[91, "command-line"]], "Completing a task": [[187, "completing-a-task"]], "Computational Mechanics & Discrete Information Theory": [[178, "id2"], [179, "id2"]], "Compute Server Filesystem": [[63, "compute-server-filesystem"]], "Compute Server VPN": [[63, "compute-server-vpn"]], "Compute Servers": [[63, "compute-servers"]], "Concise Documentation": [[171, "concise-documentation"]], "Configuration: baseUrlPath": [[130, "configuration-baseurlpath"]], "Configure a Jupyter kernel for my custom Anaconda environment": [[99, "configure-a-jupyter-kernel-for-my-custom-anaconda-environment"], [129, "configure-a-jupyter-kernel-for-my-custom-anaconda-environment"]], "Configuring SSH Keys for a Single Project": [[166, "configuring-ssh-keys-for-a-single-project"]], "Configuring the .bashrc File": [[76, "configuring-the-bashrc-file"]], "Configuring the Voucher": [[209, "configuring-the-voucher"]], "Connect an HTML form with Python code": [[171, "connect-an-html-form-with-python-code"]], "Connect with a client": [[84, "connect-with-a-client"]], "Connecting to a database": [[92, "connecting-to-a-database"]], "Connection Status": [[167, "connection-status"]], "Contacting your lecturer or TA": [[194, "contacting-your-lecturer-or-ta"]], "Contents of the Account toolbar": [[1, "contents-of-the-account-toolbar"]], "Continue using Ubuntu 18.04": [[151, "continue-using-ubuntu-18-04"]], "Conversion utilities": [[171, "conversion-utilities"]], "Convert HTML to PDF": [[81, "convert-html-to-pdf"]], "Convert student notebooks to pdf for export": [[195, "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": [[195, "copy-missing-files-to-a-student-project"]], "Cost": [[63, "cost"]], "Course Management": [[189, "course-management"]], "Create a new Handout": [[189, "create-a-new-handout"]], "Create a new assignment": [[189, "create-a-new-assignment"]], "Create an API Key With Web Client": [[56, "create-an-api-key-with-web-client"]], "Create an assignment folder": [[193, "create-an-assignment-folder"]], "Create and run a Ruby program": [[129, "create-and-run-a-ruby-program"]], "Create documents in Hebrew": [[145, "create-documents-in-hebrew"]], "Create questions": [[193, "create-questions"]], "Create the Course File": [[190, "create-the-course-file"]], "Create the Course Project": [[190, "create-the-course-project"]], "Create, compile and run a C program": [[129, "create-compile-and-run-a-c-program"]], "Create, compile and run a Fortran F90 program": [[129, "create-compile-and-run-a-fortran-f90-program"]], "Create, compile and run a Java program": [[129, "create-compile-and-run-a-java-program"]], "Creating Project Invitation Token or Link": [[120, "creating-project-invitation-token-or-link"]], "Creating a Chatroom": [[59, "creating-a-chatroom"]], "Creating a Compute Server": [[63, "creating-a-compute-server"]], "Creating a File": [[72, "creating-a-file"]], "Creating a New Course": [[190, "creating-a-new-course"]], "Creating a Project": [[72, "creating-a-project"]], "Creating a Stopwatch or Timer": [[201, "creating-a-stopwatch-or-timer"]], "Creating a Task List": [[187, "creating-a-task-list"]], "Creating a new kernel for a Custom Python Version": [[83, "creating-a-new-kernel-for-a-custom-python-version"]], "Creating an Account": [[72, "creating-an-account"]], "Creating the Voucher": [[209, "creating-the-voucher"]], "Current collaborators": [[166, "current-collaborators"]], "Current limitations": [[177, "current-limitations"]], "Custom Jupyter Kernel": [[83, "custom-jupyter-kernel"]], "Custom Modules": [[129, "custom-modules"]], "Custom Python3": [[129, "custom-python3"]], "Custom Sage binaries": [[129, "custom-sage-binaries"]], "Custom Snippets": [[176, "custom-snippets"]], "Custom Software": [[178, "custom-software"]], "Custom built-from-source Sage": [[129, "custom-built-from-source-sage"]], "Custom environment variables": [[166, "custom-environment-variables"]], "Custom environments": [[177, "custom-environments"]], "Customize Jupyter notebook LaTeX export settings": [[143, "customize-jupyter-notebook-latex-export-settings"], [145, "customize-jupyter-notebook-latex-export-settings"]], "Customize font": [[199, "customize-font"]], "Customized version of FriCAS": [[87, "customized-version-of-fricas"]], "Cut or Copy and Paste": [[175, "cut-or-copy-and-paste"], [211, "cut-or-copy-and-paste"]], "Dark mode": [[3, "dark-mode"]], "Dashboard": [[84, "dashboard"]], "Dask Example Notebooks": [[178, "id3"], [179, "id3"]], "Dask cluster": [[84, "dask-cluster"]], "Data Sets": [[174, "data-sets"]], "Data Storage": [[73, "data-storage"]], "Dataset Access, Modification and Deletion": [[73, "dataset-access-modification-and-deletion"]], "Deal with large documents across multiple source files": [[145, "deal-with-large-documents-across-multiple-source-files"]], "Debug the connection": [[128, "debug-the-connection"]], "Debugging": [[162, "debugging"]], "Debugging connectivity issues": [[80, "debugging-connectivity-issues"]], "Dedicated CPU cores": [[2, "dedicated-cpu-cores"]], "Dedicated RAM": [[2, "dedicated-ram"]], "Dedicated VM": [[107, "dedicated-vm"]], "Deep Learning Workshop": [[178, "id4"], [179, "id4"]], "Default contents for new files": [[156, "default-contents-for-new-files"]], "Default environment": [[177, "default-environment"]], "Default file sort": [[3, "default-file-sort"]], "Delete and undelete assignments": [[195, "delete-and-undelete-assignments"]], "Delete and undelete handouts": [[195, "delete-and-undelete-handouts"]], "Delete and undelete students": [[195, "delete-and-undelete-students"]], "Deleting a project": [[166, "deleting-a-project"]], "Desktop Application": [[66, "desktop-application"]], "Details element": [[149, "details-element"]], "Detect Sage Worksheet Environment": [[129, "detect-sage-worksheet-environment"]], "Developing Software": [[129, "developing-software"]], "Development": [[162, "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"]], "Disable banner (paying customers)": [[203, "disable-banner-paying-customers"]], "Disconnect and Resume": [[199, "disconnect-and-resume"]], "Disk Space Warning": [[85, "disk-space-warning"]], "Disk space": [[206, "disk-space"]], "Display": [[3, "display"]], "Display Options": [[66, "display-options"]], "Display local public key fingerprints": [[6, "display-local-public-key-fingerprints"]], "Distribute the assignment to students": [[193, "distribute-the-assignment-to-students"]], "Distributing Codes to Users": [[209, "distributing-codes-to-users"]], "Distributing an assignment to students": [[189, "distributing-an-assignment-to-students"]], "Do I Still Need a License?": [[63, "do-i-still-need-a-license"]], "Do manual grading and add instructor comments": [[193, "do-manual-grading-and-add-instructor-comments"]], "Don\u2019t mix CoCalc and Classical!": [[140, "don-t-mix-cocalc-and-classical"]], "Downloading Voucher Codes": [[209, "downloading-voucher-codes"]], "Drag and drop": [[134, "drag-and-drop"]], "Draw using Asymptote": [[145, "draw-using-asymptote"]], "Due date": [[187, "due-date"]], "Duration of Software Support": [[174, "duration-of-software-support"]], "Edges": [[175, "edges"], [211, "edges"]], "Edit code and run a terminal side-by-side": [[129, "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)": [[187, "editing-the-description-markdown"]], "Editor settings": [[3, "editor-settings"]], "Efficient Automated Data Analysis, using snakemake": [[178, "id5"], [179, "id5"]], "Email address of a user": [[49, "email-address-of-a-user"]], "Embed a CoCalc project in your website": [[143, "embed-a-cocalc-project-in-your-website"]], "Embedded LaTeX": [[149, "embedded-latex"]], "Embedding in an IFrame": [[10, "embedding-in-an-iframe"], [28, "embedding-in-an-iframe"]], "Emojis": [[149, "emojis"]], "Empty trash: remove deleted objects from course file": [[195, "empty-trash-remove-deleted-objects-from-course-file"]], "Enable shell-escape to plot using Gnuplot": [[145, "enable-shell-escape-to-plot-using-gnuplot"]], "Enable/Disable Automatic Payments": [[5, "enable-disable-automatic-payments"]], "Encapsulated PIP w/ Jupyter Kernel": [[99, "encapsulated-pip-w-jupyter-kernel"]], "Encoding": [[146, "encoding"]], "Enhanced features in CoCalc Markdown": [[149, "enhanced-features-in-cocalc-markdown"]], "Entering initial student upgrades": [[197, "entering-initial-student-upgrades"]], "Even more utilities": [[125, "even-more-utilities"]], "Example 1: record project start time": [[162, "example-1-record-project-start-time"]], "Example 2: a periodic task in Python": [[162, "example-2-a-periodic-task-in-python"]], "Example 3: Periodic task in SageMath": [[162, "example-3-periodic-task-in-sagemath"]], "Example Code": [[135, "example-code"]], "Examples of Compute Server Uses": [[63, "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": [[76, "examples-of-the-fortune-command"]], "Explorer": [[67, "explorer"], [69, "explorer"]], "Explorer Top Bar": [[67, "explorer-top-bar"]], "Explorer Tour": [[67, "explorer-tour"]], "Export History": [[200, "export-history"]], "Export TimeTravel History": [[86, "export-timetravel-history"]], "Export button in TimeTravel": [[86, "export-button-in-timetravel"]], "Export student file use": [[195, "export-student-file-use"]], "Export to HTML": [[149, "export-to-html"]], "Export to PDF": [[149, "export-to-pdf"]], "Exporting grades": [[189, "exporting-grades"]], "Extended Documentation": [[171, "extended-documentation"]], "Extensive Command Set": [[199, "extensive-command-set"]], "External Tools": [[87, "external-tools"]], "FAQ": [[80, "faq"], [145, "faq"]], "FAQ, Tips and Tricks": [[195, "faq-tips-and-tricks"]], "Features": [[59, "features"], [61, "features"], [199, "features"]], "Features and Configuration": [[166, "features-and-configuration"]], "Fenced Code Blocks": [[149, "fenced-code-blocks"]], "Fetch from the Internet": [[134, "fetch-from-the-internet"]], "File Actions on Multiple Files": [[160, "file-actions-on-multiple-files"]], "File Actions on One File": [[160, "file-actions-on-one-file"]], "File Too Large": [[88, "file-too-large"]], "File format": [[187, "file-format"]], "Files Search": [[68, "files-search"]], "Files Toolbar": [[67, "files-toolbar"]], "Filter log entries displayed": [[165, "filter-log-entries-displayed"]], "Filtering the Project List": [[164, "filtering-the-project-list"]], "Find Files": [[69, "find-files"]], "First Steps Guide": [[136, "first-steps-guide"]], "First example": [[84, "first-example"]], "First run: OAuth2 authentication": [[95, "first-run-oauth2-authentication"]], "Fix an exception related to Sage\u2019s Integer(\u2026) vs. Python ints?": [[129, "fix-an-exception-related-to-sage-s-integer-vs-python-ints"]], "Fix broken Jupyter PDF export": [[90, "fix-broken-jupyter-pdf-export"]], "Flush, Commit and Close": [[73, "flush-commit-and-close"]], "Flyout Panels": [[69, "flyout-panels"]], "Font options": [[170, "font-options"]], "For further study": [[95, "for-further-study"]], "Fortran Programming": [[91, "fortran-programming"]], "Forward & Inverse Search": [[146, "forward-inverse-search"]], "Frame Editor": [[70, "frame-editor"]], "Frames": [[175, "frames"], [211, "frames"]], "Front-end Web Development": [[92, "front-end-web-development"]], "Fullscreen Mode": [[167, "fullscreen-mode"]], "Fullscreen Options": [[66, "fullscreen-options"]], "Functions specific to Sage worksheets": [[129, "functions-specific-to-sage-worksheets"]], "Fund improvement of CoCalc": [[203, "fund-improvement-of-cocalc"]], "Funding SageMath development": [[203, "funding-sagemath-development"]], "Future of Ubuntu 18.04": [[151, "future-of-ubuntu-18-04"]], "GAP Jupyter kernel not available": [[93, "gap-jupyter-kernel-not-available"]], "GNU assembler": [[74, "id1"]], "GSL C Code Compilation": [[96, "gsl-c-code-compilation"]], "General": [[58, "general"], [129, "general"]], "General Notes": [[92, "general-notes"]], "Generate student version of the notebook": [[193, "generate-student-version-of-the-notebook"]], "Generated filenames": [[3, "generated-filenames"]], "Geographic Location": [[63, "geographic-location"]], "Get an API Key": [[51, "get-an-api-key"]], "Get credentials file": [[95, "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": [[72, "getting-started"], [136, "getting-started"]], "Getting Started with Hub": [[73, "getting-started-with-hub"]], "Getting Started with Jupyter Notebooks": [[142, "getting-started-with-jupyter-notebooks"]], "Getting all of your licenses": [[53, "getting-all-of-your-licenses"]], "Getting started": [[177, "getting-started"], [213, "getting-started"]], "Getting started with LaTeX": [[147, "getting-started-with-latex"]], "Git Version Control": [[94, "git-version-control"]], "Git command-line": [[94, "git-command-line"]], "Git graphical desktop emulator": [[94, "git-graphical-desktop-emulator"]], "Google": [[63, "google"]], "Google Cloud Storage": [[73, "google-cloud-storage"]], "Google GCS": [[166, "google-gcs"]], "Google Sheets API Demo": [[95, "google-sheets-api-demo"]], "Grading Jupyter Notebooks": [[107, "grading-jupyter-notebooks"]], "Graphical Application": [[112, "graphical-application"]], "Graphical Applications": [[213, "graphical-applications"]], "Group Projects": [[192, "group-projects"]], "HTML": [[70, "html"]], "HTML or Text File": [[88, "html-or-text-file"]], "Hands-on Machine Learning with Scikit-Learn, Keras and TensorFlow 2.0": [[178, "id6"], [179, "id6"]], "Hashtags": [[59, "hashtags"], [149, "hashtags"], [175, "hashtags"], [187, "hashtags"], [211, "hashtags"]], "Help": [[167, "help"]], "Help about SageMath": [[171, "help-about-sagemath"]], "Help for Programmers": [[171, "help-for-programmers"]], "Hidden and Deleted projects": [[166, "hidden-and-deleted-projects"]], "Hidden and/or Deleted Projects": [[164, "hidden-and-or-deleted-projects"]], "Hidden vs. Deleted projects": [[166, "hidden-vs-deleted-projects"]], "Hide": [[3, "hide"]], "Hide Temporary Files": [[160, "hide-temporary-files"]], "Hide or Delete Student Projects": [[188, "hide-or-delete-student-projects"]], "Hide or delete project": [[166, "hide-or-delete-project"]], "Hiding a project": [[166, "hiding-a-project"]], "High-resolution HDPI displays": [[213, "high-resolution-hdpi-displays"]], "Hints for dealing with large files": [[134, "hints-for-dealing-with-large-files"]], "Holoview App": [[77, "holoview-app"]], "Host a Git repository in CoCalc": [[94, "host-a-git-repository-in-cocalc"]], "Hosting a Workshop": [[209, "hosting-a-workshop"]], "How Long are Definitions Stored in a Sage Worksheet?": [[171, "how-long-are-definitions-stored-in-a-sage-worksheet"]], "How can I download my files?": [[159, "how-can-i-download-my-files"]], "How can I install Python packages from PyPI using pip?": [[129, "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?": [[195, "how-exactly-are-assignments-copied-to-students"]], "How to Enable Pay-As-You-Go": [[153, "how-to-enable-pay-as-you-go"]], "How to Revert/Undo Changes in a Sage Worksheet": [[171, "how-to-revert-undo-changes-in-a-sage-worksheet"]], "How to prepare an assignment in CoCalc for R": [[111, "how-to-prepare-an-assignment-in-cocalc-for-r"]], "How to setup nbgrader for CoCalc to work with R": [[111, "how-to-setup-nbgrader-for-cocalc-to-work-with-r"]], "How to use multiple CoCalc accounts at once": [[110, "how-to-use-multiple-cocalc-accounts-at-once"]], "Howto": [[97, "howto"], [145, "howto"], [171, "howto"]], "Hub": [[73, "hub"]], "Hyperstack": [[63, "hyperstack"]], "I (or a collaborator) clicked on \u201cDelete Project\u201d in Project Settings.": [[108, "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.": [[108, "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!": [[108, "i-logged-in-and-my-projects-are-gone-or-empty"]], "I think I deleted my project! What do I do?": [[108, "i-think-i-deleted-my-project-what-do-i-do"]], "I would like to develop a webserver in Python": [[129, "i-would-like-to-develop-a-webserver-in-python"]], "I would like to install new R packages": [[129, "i-would-like-to-install-new-r-packages"]], "IFrame communication": [[10, "iframe-communication"], [28, "iframe-communication"]], "Icons": [[175, "icons"], [211, "icons"]], "Identify the problem program": [[128, "identify-the-problem-program"]], "Idle timeout": [[206, "upg-idleto"]], "If nothing works\u2026": [[128, "if-nothing-works"]], "Import from Overleaf/Sharelatex": [[115, "import-from-overleaf-sharelatex"]], "In a Jupyter Notebook": [[98, "in-a-jupyter-notebook"]], "Include an image": [[145, "include-an-image"]], "Index": [[71, "index"]], "Indices, references and tables": [[64, "indices-references-and-tables"]], "Information for Firewall Admins": [[89, "information-for-firewall-admins"]], "Insert Page": [[211, "insert-page"]], "Insert Slide": [[175, "insert-slide"]], "Insert a backslash or dollar sign": [[145, "insert-a-backslash-or-dollar-sign"]], "Insert emoji": [[170, "insert-emoji"]], "Inspect in detail why the project is running out of memory": [[107, "inspect-in-detail-why-the-project-is-running-out-of-memory"]], "Install AWS CLI": [[75, "install-aws-cli"]], "Install Julia Packages": [[98, "install-julia-packages"]], "Install Python Packages": [[99, "install-python-packages"]], "Install R Packages": [[100, "install-r-packages"]], "Install Requests": [[98, "install-requests"]], "Install a package": [[100, "install-a-package"]], "Install compiled software": [[131, "install-compiled-software"]], "Install location and sys.path": [[99, "install-location-and-sys-path"]], "Install packages in a project": [[145, "install-packages-in-a-project"]], "Install requests": [[99, "install-requests"], [100, "install-requests"]], "Install some software into my own Anaconda environment": [[99, "install-some-software-into-my-own-anaconda-environment"], [129, "install-some-software-into-my-own-anaconda-environment"]], "Install/Update a Package Yourself": [[98, "install-update-a-package-yourself"]], "Installation": [[76, "installation"]], "Installed Applications": [[213, "installed-applications"]], "Installing Packages on a Local Debian / Ubuntu Box": [[76, "installing-packages-on-a-local-debian-ubuntu-box"]], "Installing software packages": [[199, "installing-software-packages"]], "Instructor Guide": [[191, "instructor-guide"]], "Interactive Elements": [[174, "interactive-elements"]], "Internet Access": [[203, "internet-access"]], "Internet access": [[206, "internet-access"]], "Introducing the Project List": [[164, "introducing-the-project-list"]], "Introduction": [[61, "introduction"], [137, "introduction"], [149, "introduction"], [171, "introduction"]], "Inverse search": [[149, "inverse-search"]], "Invite Students Without Having Their Email Addresses": [[195, "invite-students-without-having-their-email-addresses"]], "Invoices and receipts": [[5, "invoices-and-receipts"]], "Is .bashrc or .bash_profile called on startup?": [[129, "is-bashrc-or-bash-profile-called-on-startup"]], "Is Scilab broken?": [[213, "is-scilab-broken"]], "Is it caused by something else?": [[103, "is-it-caused-by-something-else"]], "Is it caused by using up too much memory?": [[103, "is-it-caused-by-using-up-too-much-memory"]], "Julia in a Sage Worksheet": [[129, "julia-in-a-sage-worksheet"]], "Jupyter Cells": [[175, "jupyter-cells"], [211, "jupyter-cells"]], "Jupyter Classic": [[102, "jupyter-classic"]], "Jupyter Classic/Lab vs. CoCalc\u2019s Jupyter": [[177, "jupyter-classic-lab-vs-cocalc-s-jupyter"]], "Jupyter Kernel Selection": [[102, "jupyter-kernel-selection"]], "Jupyter Kernel Terminated": [[103, "jupyter-kernel-terminated"]], "Jupyter Kernels": [[142, "jupyter-kernels"]], "Jupyter Lab": [[102, "jupyter-lab"]], "Jupyter Notebook": [[91, "jupyter-notebook"], [97, "jupyter-notebook"], [100, "jupyter-notebook"], [112, "jupyter-notebook"]], "Jupyter Notebook Too Large": [[88, "jupyter-notebook-too-large"]], "Jupyter Notebooks": [[9, "jupyter-notebooks"], [139, "jupyter-notebooks"]], "Jupyter Tips and Tricks": [[143, "jupyter-tips-and-tricks"]], "JupyterLab Extensions": [[105, "jupyterlab-extensions"]], "JupyterLab server": [[166, "jupyterlab-server"]], "Key benefits": [[177, "key-benefits"]], "Keyboard Layout": [[213, "keyboard-layout"]], "Keyboard shortcuts": [[187, "keyboard-shortcuts"]], "Knitr": [[145, "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": [[70, "latex"]], "LaTeX 101": [[147, "latex-101"]], "LaTeX Editor": [[144, "latex-editor"]], "LaTeX Expressions": [[175, "latex-expressions"], [211, "latex-expressions"]], "LaTeX Howto and FAQ": [[145, "latex-howto-and-faq"]], "LaTeX Multi-File Support": [[146, "latex-multi-file-support"]], "LaTeX editor features": [[146, "latex-editor-features"]], "LaTeX in Rich Text Editing": [[170, "latex-in-rich-text-editing"]], "Launch a Pluto Notebook": [[118, "launch-a-pluto-notebook"]], "Lectures in Scientific Computing in Python": [[178, "id7"], [179, "id7"]], "License Doesn\u2019t Work": [[106, "license-doesn-t-work"]], "License Error Messages": [[148, "license-error-messages"]], "Licenses": [[1, "licenses"], [2, "licenses"], [148, "licenses"], [188, "licenses"]], "Licenses that you manage": [[2, "licenses-that-you-manage"]], "Limitations": [[170, "limitations"]], "Limitations of long-running computations": [[129, "limitations-of-long-running-computations"]], "Linux Terminal": [[199, "linux-terminal"]], "Linux Terminal and Shell Scripts": [[9, "linux-terminal-and-shell-scripts"]], "List of Files": [[67, "list-of-files"]], "Live collaborative editing": [[192, "live-collaborative-editing"]], "Load older entries": [[165, "load-older-entries"]], "Local storage": [[73, "local-storage"]], "Low Memory Problems": [[107, "low-memory-problems"]], "Machine Learning for OpenCV": [[178, "id8"], [179, "id8"]], "Main supported software environments": [[177, "main-supported-software-environments"]], "Make a path public (publish a file)": [[37, "make-a-path-public-publish-a-file"]], "Making multiple assignment folders quickly": [[195, "making-multiple-assignment-folders-quickly"]], "Manage Licenses": [[148, "manage-licenses"]], "Manage Running Processes": [[125, "manage-running-processes"]], "Manual Grading": [[189, "manual-grading"]], "Markdown": [[70, "markdown"], [149, "markdown"]], "Mask": [[3, "mask"]], "Materials Project Workshop": [[178, "id9"], [179, "id9"]], "Matplotlib": [[107, "matplotlib"]], "Maximum Number of Simultaneously Upgraded Projects": [[148, "maximum-number-of-simultaneously-upgraded-projects"]], "Member Hosting": [[203, "member-hosting"]], "Member hosting": [[2, "member-hosting"], [206, "member-hosting"]], "Merging Accounts": [[110, "merging-accounts"]], "Method 1: use different browsers": [[110, "method-1-use-different-browsers"]], "Method 2: use private / icognito sessions": [[110, "method-2-use-private-icognito-sessions"]], "Method 3: use different browser profiles / identities": [[110, "method-3-use-different-browser-profiles-identities"]], "MinIO": [[73, "minio"]], "Mini-terminal": [[160, "mini-terminal"]], "ModSimPython: Modeling and Simulation in Python": [[178, "id10"], [179, "id10"]], "Modifying CoCalc Sources": [[92, "modifying-cocalc-sources"]], "MongoDB Server": [[109, "mongodb-server"]], "Moodle integration": [[195, "moodle-integration"]], "More resources": [[203, "more-resources"]], "Motivation": [[177, "motivation"]], "Mount remote files via SSHFS": [[87, "mount-remote-files-via-sshfs"]], "Move": [[128, "move"]], "Moving tasks": [[187, "moving-tasks"]], "Multi-project/-node cluster": [[84, "multi-project-node-cluster"]], "Multiple CPUs": [[116, "multiple-cpus"]], "Multiple CoCalc Accounts": [[110, "multiple-cocalc-accounts"]], "Multiple Cursors": [[70, "multiple-cursors"]], "Multiple Terminals in a Single Browser Tab": [[199, "multiple-terminals-in-a-single-browser-tab"]], "NEURON simulation environment": [[112, "neuron-simulation-environment"]], "Navigate With Arrow Keys": [[175, "navigate-with-arrow-keys"], [211, "navigate-with-arrow-keys"]], "Netwide assembler": [[74, "id2"]], "New File": [[69, "new-file"]], "New to Linux?": [[199, "new-to-linux"]], "Next Steps": [[72, "next-steps"]], "Nextjs": [[92, "nextjs"]], "No Limits": [[120, "no-limits"]], "No Special Arrangement Is Needed": [[209, "no-special-arrangement-is-needed"]], "Node.js": [[92, "id1"]], "Not used with Licenses": [[153, "not-used-with-licenses"]], "Notebook table of contents": [[193, "notebook-table-of-contents"]], "Notebook too large? Remove output.": [[143, "notebook-too-large-remove-output"]], "Notes on URL proxying": [[174, "notes-on-url-proxying"]], "Notifications": [[167, "notifications"]], "Number of Projects and Type": [[2, "number-of-projects-and-type"]], "Number of files per page": [[3, "number-of-files-per-page"]], "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": [[129, "octave"]], "Octave Images and Plots": [[113, "octave-images-and-plots"]], "Octave with Jupyter Kernel": [[113, "octave-with-jupyter-kernel"]], "Octave with X11 Desktop": [[113, "octave-with-x11-desktop"]], "Off-site backups": [[57, "off-site-backups"]], "On Prem": [[63, "on-prem"]], "On Prem Compute Server": [[152, "on-prem-compute-server"]], "On-Premises CoCalc": [[152, "on-premises-cocalc"]], "Open Projects": [[167, "open-projects"]], "Opening a File": [[160, "opening-a-file"]], "Option: Skip entering grades": [[193, "option-skip-entering-grades"]], "Option: Sync grades": [[193, "option-sync-grades"]], "Other Languages": [[129, "other-languages"]], "Other information": [[73, "other-information"]], "Other languages besides Bash?": [[162, "other-languages-besides-bash"]], "Other settings": [[3, "other-settings"]], "Our teacher requires us students to pay. How?": [[194, "our-teacher-requires-us-students-to-pay-how"]], "Overlay Dialogs": [[213, "overlay-dialogs"]], "Override the default width and height for R SVG figures in a CoCalc worksheet": [[129, "override-the-default-width-and-height-for-r-svg-figures-in-a-cocalc-worksheet"]], "Overview Map": [[175, "overview-map"], [211, "overview-map"]], "Pages View": [[175, "pages-view"], [211, "pages-view"]], "Pay-As-You-Go Purchase": [[153, "pay-as-you-go-purchase"]], "Payment methods": [[5, "payment-methods"]], "Peer Grading": [[189, "peer-grading"]], "Pens": [[175, "pens"], [211, "pens"]], "Pentadactyl plugin isn\u2019t working": [[87, "pentadactyl-plugin-isn-t-working"]], "Period, Title, Cost, and Purchase": [[2, "period-title-cost-and-purchase"]], "Place your order": [[53, "place-your-order"]], "Plain Jupyter server": [[166, "plain-jupyter-server"]], "Platform": [[154, "platform"]], "Platform News 2019-2022": [[155, "platform-news-2019-2022"]], "Play a .wav file in a Jupyter notebook": [[143, "play-a-wav-file-in-a-jupyter-notebook"]], "Play sounds": [[171, "play-sounds"]], "Plot.ly\u2019s Dash Server": [[117, "plot-ly-s-dash-server"]], "Plotting from Python Scripts": [[210, "plotting-from-python-scripts"]], "Pluto Notebooks for Julia": [[118, "pluto-notebooks-for-julia"]], "Port forwarding": [[177, "port-forwarding"]], "PostgreSQL Server": [[119, "postgresql-server"]], "Pre-built environments": [[177, "pre-built-environments"]], "Preferences": [[1, "preferences"], [3, "preferences"]], "Prepare your project": [[105, "prepare-your-project"]], "Prerequisites": [[61, "prerequisites"]], "Presentation Mode": [[175, "presentation-mode"]], "Problems with Licenses": [[196, "problems-with-licenses"]], "Problems/Missing?": [[151, "problems-missing"]], "Process an R Markdown (.Rmd) documents": [[129, "process-an-r-markdown-rmd-documents"]], "Process for Debugging Connectivity": [[80, "process-for-debugging-connectivity"]], "Processes": [[69, "processes"], [157, "processes"]], "Profile": [[3, "profile"]], "Program Seems Slow or Stuck": [[128, "program-seems-slow-or-stuck"]], "Programming Languages and Tools": [[97, "programming-languages-and-tools"]], "Project API Keys": [[56, "project-api-keys"]], "Project Files": [[160, "project-files"]], "Project Home": [[161, "project-home"]], "Project Image": [[166, "project-image"]], "Project Initialization": [[162, "project-initialization"]], "Project Initialization Scripts": [[162, "project-initialization-scripts"]], "Project Invitation Tokens": [[120, "project-invitation-tokens"]], "Project Library": [[163, "project-library"]], "Project List": [[164, "project-list"], [167, "project-list"]], "Project Log": [[69, "project-log"], [165, "project-log"]], "Project Name": [[166, "project-name"]], "Project Settings": [[166, "project-settings"]], "Project Toolbar": [[167, "project-toolbar"]], "Project URL": [[166, "index-5"]], "Project Upgrades": [[205, "project-upgrades"]], "Project control": [[166, "project-control"]], "Projects": [[158, "projects"]], "Projects FAQ": [[159, "projects-faq"]], "Projects Page Tour": [[158, "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": [[175, "publish"], [211, "publish"]], "Publishing Files and Folders": [[174, "publishing-files-and-folders"]], "Publishing Rendered GitHub Files": [[174, "publishing-rendered-github-files"]], "Publishing Tips and Considerations": [[174, "publishing-tips-and-considerations"]], "Publishing the Whole Project": [[174, "publishing-the-whole-project"]], "Purchases": [[1, "purchases"], [5, "purchases"]], "Purchasing CoCalc Cloud": [[61, "purchasing-cocalc-cloud"]], "Purpose": [[28, "purpose"], [29, "purpose"]], "Purpose of nbgrader": [[193, "purpose-of-nbgrader"]], "Python": [[129, "python"]], "Python 2 compatibility": [[95, "python-2-compatibility"]], "Python Data Science Handbook": [[178, "id11"], [179, "id11"]], "Python \u201cuser\u201d installs": [[99, "python-user-installs"]], "PythonTeX": [[145, "pythontex"]], "Quantum Chemistry": [[178, "id12"], [179, "id12"]], "Quarto": [[149, "quarto"]], "Question about Sage": [[126, "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?": [[80, "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.": [[80, "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.": [[80, "question-i-see-the-error-message-timeout-while-loading-cocalc-instead-of-the-cocalc-landing-page"]], "Questions?": [[198, "questions"], [209, "questions"]], "Quickstart": [[73, "quickstart"], [199, "quickstart"]], "Quota upgrades": [[58, "quota-upgrades"]], "R Markdown": [[70, "r-markdown"]], "R Statistical Software": [[129, "r-statistical-software"]], "R Step-by-Step with Jupyter": [[124, "r-step-by-step-with-jupyter"]], "RAM": [[206, "ram"]], "RSTAN": [[107, "rstan"]], "RStudio with CoCalc": [[213, "rstudio-with-cocalc"]], "Raise the limit on the number of output messages per cell": [[129, "raise-the-limit-on-the-number-of-output-messages-per-cell"]], "Raw Files Server": [[135, "raw-files-server"]], "React": [[92, "id2"]], "Real-time Collaboration": [[170, "real-time-collaboration"]], "Real-time chatrooms": [[192, "real-time-chatrooms"]], "Reasons for purchasing a subscription": [[203, "reasons-for-purchasing-a-subscription"]], "Reboot": [[128, "reboot"]], "Recent Updates to Subscriptions": [[5, "recent-updates-to-subscriptions"]], "Recently Edited Documents and Chat": [[167, "recently-edited-documents-and-chat"]], "Recently opened files": [[165, "recently-opened-files"]], "Reconfigure Student Projects": [[190, "reconfigure-student-projects"]], "Reconnect": [[128, "reconnect"]], "Recovering a Deleted File": [[121, "recovering-a-deleted-file"]], "Recovering a Deleted Project": [[108, "recovering-a-deleted-project"]], "Redeeming Voucher Codes": [[209, "redeeming-voucher-codes"]], "Reference links": [[149, "reference-links"]], "References": [[118, "references"], [130, "references"], [168, "references"]], "Refresh Files List": [[160, "refresh-files-list"]], "RemarkJS Slideshow": [[122, "remarkjs-slideshow"]], "Remote files with SSH": [[166, "remote-files-with-ssh"]], "Remove License or Upgrades from Student Projects": [[188, "remove-license-or-upgrades-from-student-projects"]], "Remove Local Files to Troubleshoot a Notebook": [[143, "remove-local-files-to-troubleshoot-a-notebook"]], "Remove history from a terminal file": [[199, "remove-history-from-a-terminal-file"]], "Resend outstanding email invites": [[190, "resend-outstanding-email-invites"]], "Restart Project and Stop Project": [[166, "restart-project-and-stop-project"]], "Restart the project": [[128, "restart-the-project"]], "Restarting a project": [[194, "restarting-a-project"], [195, "restarting-a-project"]], "Restrict Student Projects": [[169, "restrict-student-projects"]], "Resuming a Session": [[72, "resuming-a-session"]], "Return the assignment": [[193, "return-the-assignment"]], "Returning Assignments Without Grading": [[189, "returning-assignments-without-grading"]], "Returning an assignment to students": [[189, "returning-an-assignment-to-students"]], "Rich Text Editing": [[149, "rich-text-editing"], [170, "rich-text-editing"]], "Riemann Problems and Jupyter Solutions": [[178, "id13"], [179, "id13"]], "Ruby Programming": [[123, "ruby-programming"]], "Ruby code in a Sage worksheet": [[123, "ruby-code-in-a-sage-worksheet"]], "Ruby files in the frame editor": [[123, "ruby-files-in-the-frame-editor"]], "Run A Webserver": [[135, "run-a-webserver"]], "Run Jupyter notebook with GPU support": [[143, "run-jupyter-notebook-with-gpu-support"]], "Run Sage locally, on my own machine": [[129, "run-sage-locally-on-my-own-machine"]], "Run Terminal command in all student projects": [[195, "run-terminal-command-in-all-student-projects"]], "Run nbgrader": [[193, "run-nbgrader"]], "Run plotly in a Jupyter notebook": [[129, "run-plotly-in-a-jupyter-notebook"]], "Running a Jupyter Notebook": [[72, "running-a-jupyter-notebook"]], "S3": [[73, "s3"]], "SSH File Transfer": [[134, "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": [[104, "svg-and-png-plots-in-jupyter-notebooks"]], "Sage": [[99, "sage"]], "Sage Worksheet Slow When Plotting? Disable svg.": [[171, "sage-worksheet-slow-when-plotting-disable-svg"]], "Sage Worksheets": [[129, "sage-worksheets"], [171, "sage-worksheets"], [171, "sagews-wiki"]], "Sage worksheet server": [[166, "sage-worksheet-server"]], "Sage worksheet with Turtle module": [[133, "sage-worksheet-with-turtle-module"]], "SageTeX": [[145, "sagetex"]], "Save Money If You Pay in Advance": [[153, "save-money-if-you-pay-in-advance"]], "Schema": [[73, "schema"]], "Screenshot": [[109, "screenshot"]], "Search": [[187, "search"]], "Search View": [[175, "search-view"], [211, "search-view"]], "Search and Replace Inside the File": [[70, "search-and-replace-inside-the-file"]], "Search and Replace Within the File": [[149, "search-and-replace-within-the-file"]], "Second and later runs": [[95, "second-and-later-runs"]], "See Memory Usage": [[129, "see-memory-usage"]], "See Memory Utilization": [[125, "see-memory-utilization"]], "See all Processes": [[125, "see-all-processes"]], "See all processes running in my project": [[129, "see-all-processes-running-in-my-project"]], "Self-Imposed Spending Limits": [[153, "self-imposed-spending-limits"]], "Servers": [[172, "servers"]], "Service Options": [[173, "service-options"]], "Services": [[97, "services"]], "Sessions": [[66, "sessions"]], "Set title and description for a project": [[37, "set-title-and-description-for-a-project"]], "Settings": [[69, "settings"]], "Setup": [[101, "setup"]], "Setup Jupyter Extensions": [[101, "setup-jupyter-extensions"]], "Setup SSH Keys": [[166, "setup-ssh-keys"]], "Setup fish shell": [[199, "setup-fish-shell"]], "Setup texmf in a project": [[145, "setup-texmf-in-a-project"]], "Shape": [[73, "shape"]], "Shared Project": [[192, "shared-project"]], "Sharing Files and Folders": [[174, "sharing-files-and-folders"]], "Shiny Server": [[127, "shiny-server"]], "Show": [[3, "show"]], "Show Hidden Files": [[160, "show-hidden-files"]], "Side Chat": [[59, "side-chat"], [70, "side-chat"]], "Signing Out": [[72, "signing-out"]], "Signing in Again": [[72, "signing-in-again"]], "Signing out of CoCalc": [[1, "signing-out-of-cocalc"]], "Simple Python Server": [[92, "simple-python-server"]], "Site license for courses": [[155, "site-license-for-courses"]], "Site license for individual projects": [[155, "site-license-for-individual-projects"]], "Slides": [[175, "slides"]], "Snapshot Backups": [[160, "snapshot-backups"]], "Snapshots": [[57, "snapshots"]], "Snippets": [[176, "snippets"]], "Software": [[177, "software"]], "Software Environment": [[166, "software-environment"]], "Software Updates 2018": [[180, "software-updates-2018"]], "Software Updates 2019": [[181, "software-updates-2019"]], "Software Updates 2020": [[182, "software-updates-2020"]], "Software Updates 2021": [[183, "software-updates-2021"]], "Software Updates 2022": [[184, "software-updates-2022"]], "Software Updates 2023": [[185, "software-updates-2023"]], "Software Updates 2024": [[186, "software-updates-2024"]], "Software specific": [[107, "software-specific"]], "Software update detailed items": [[177, "software-update-detailed-items"]], "Software update summaries": [[177, "software-update-summaries"]], "Source Code": [[171, "source-code"]], "Special Considerations": [[63, "special-considerations"]], "Spell Checker": [[70, "spell-checker"]], "Spell check a LaTeX document": [[145, "spell-check-a-latex-document"]], "Spellcheck": [[146, "spellcheck"]], "Split Whiteboard Windows": [[211, "split-whiteboard-windows"]], "Split Windows": [[175, "split-windows"]], "Standby timeout": [[3, "standby-timeout"]], "Starring Published Files": [[174, "starring-published-files"]], "Start JupyterLab": [[105, "start-jupyterlab"]], "Start a Jupyter notebook for the assignment": [[193, "start-a-jupyter-notebook-for-the-assignment"]], "Start and Stop a project": [[37, "start-and-stop-a-project"]], "Start cluster": [[84, "start-cluster"]], "Start file": [[177, "start-file"]], "Starting up everyone\u2019s project before class": [[195, "starting-up-everyone-s-project-before-class"]], "Startup files": [[199, "startup-files"]], "Statements": [[1, "statements"], [72, "statements"]], "Status of Vouchers Created": [[209, "status-of-vouchers-created"]], "Step 10: Is your computer infected with malware?": [[80, "step-10-is-your-computer-infected-with-malware"]], "Step 11: Is the problem with your DNS (Domain Name Service) settings?": [[80, "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?": [[80, "step-12-is-your-browser-out-of-date-or-otherwise-incompatible-with-cocalc"]], "Step 13: Do WebSocket connections work?": [[80, "step-13-do-websocket-connections-work"]], "Step 1: Export": [[115, "step-1-export"]], "Step 1: HTML barebone": [[122, "step-1-html-barebone"]], "Step 1: Setup": [[119, "step-1-setup"]], "Step 1: Startup": [[109, "step-1-startup"]], "Step 1: Try connecting with the latest version of Google Chrome.": [[80, "step-1-try-connecting-with-the-latest-version-of-google-chrome"]], "Step 2: Connect": [[109, "step-2-connect"]], "Step 2: Import": [[115, "step-2-import"]], "Step 2: Make sure you are running a very recent version of Google Chrome, Safari, Firefox, or Edge.": [[80, "step-2-make-sure-you-are-running-a-very-recent-version-of-google-chrome-safari-firefox-or-edge"]], "Step 2: Markdown": [[122, "step-2-markdown"]], "Step 2: Start Server": [[119, "step-2-start-server"]], "Step 3: Check": [[122, "step-3-check"]], "Step 3: Connect to the database": [[119, "step-3-connect-to-the-database"]], "Step 3: Double check if are you connected at all.": [[80, "step-3-double-check-if-are-you-connected-at-all"]], "Step 3: Shutting Down": [[109, "step-3-shutting-down"]], "Step 4: Network congestion?": [[80, "step-4-network-congestion"]], "Step 4: Shutting Down": [[119, "step-4-shutting-down"]], "Step 4: Write Slideshow": [[122, "step-4-write-slideshow"]], "Step 5: Do you have tons of tabs open?": [[80, "step-5-do-you-have-tons-of-tabs-open"]], "Step 5: Present": [[122, "step-5-present"]], "Step 6: Is your browser (or an intermediate server) attempting to cache too much?": [[80, "step-6-is-your-browser-or-an-intermediate-server-attempting-to-cache-too-much"]], "Step 7: Does the problem relate to stale cookies?": [[80, "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?": [[80, "step-8-have-you-installed-browser-extensions-add-on-s-or-enabled-blocking-software-on-your-computer"]], "Step 9: Are the CoCalc servers down?": [[80, "step-9-are-the-cocalc-servers-down"]], "Sticky Notes": [[175, "sticky-notes"], [211, "sticky-notes"]], "Stopwatches and Timers": [[175, "stopwatches-and-timers"], [201, "stopwatches-and-timers"], [211, "stopwatches-and-timers"]], "Streamlit": [[130, "streamlit"]], "Streamlit Example": [[130, "streamlit-example"]], "Streamlit Python script": [[130, "streamlit-python-script"]], "Streamlit \u201cHello world\u201d": [[130, "streamlit-hello-world"]], "Student Access After Course Ends": [[188, "student-access-after-course-ends"]], "Student Guide": [[194, "student-guide"]], "Student in a course": [[203, "student-in-a-course"]], "Students Pay For Upgrades": [[196, "students-pay-for-upgrades"]], "Students complete the assignment": [[193, "students-complete-the-assignment"]], "Subscriptions": [[1, "subscriptions"]], "Subscriptions (legacy page)": [[5, "subscriptions-legacy-page"]], "Subscriptions (prepaid)": [[5, "subscriptions-prepaid"]], "Support": [[1, "support"], [7, "support"]], "Support those who cannot afford to pay": [[203, "support-those-who-cannot-afford-to-pay"]], "Support tickets": [[7, "support-tickets"]], "Supported file types": [[70, "supported-file-types"]], "Sync with Dropbox or Google Drive?": [[87, "sync-with-dropbox-or-google-drive"]], "System-wide Snippets": [[176, "system-wide-snippets"]], "Tab Completion": [[171, "tab-completion"]], "Table of Contents": [[175, "table-of-contents"], [211, "table-of-contents"]], "Tagging Projects": [[164, "tagging-projects"]], "Task Lists": [[187, "task-lists"]], "Teacher or Institute Pays for Upgrades": [[196, "teacher-or-institute-pays-for-upgrades"]], "Teacher or institution pays for upgrades": [[197, "teacher-or-institution-pays-for-upgrades"]], "Teaching with Compute Servers": [[63, "teaching-with-compute-servers"], [196, "teaching-with-compute-servers"]], "Teaching with nbgrader": [[193, "teaching-with-nbgrader"]], "Technical Status": [[213, "technical-status"]], "Terminal": [[213, "terminal"]], "Terminal Environment in Split Frame with File Editor": [[199, "terminal-environment-in-split-frame-with-file-editor"]], "Terminal Tour": [[199, "terminal-tour"]], "Terminal settings": [[3, "terminal-settings"]], "Test Your Publication": [[174, "test-your-publication"]], "Text": [[175, "text"], [211, "text"]], "Text fields generally support Markdown and LaTeX": [[195, "text-fields-generally-support-markdown-and-latex"]], "Text, Source Code, and Data Files": [[70, "text-source-code-and-data-files"]], "The PDF cannot be built. What\u2019s the problem?": [[145, "the-pdf-cannot-be-built-what-s-the-problem"]], "The hub API": [[86, "the-hub-api"]], "The project API": [[86, "the-project-api"]], "The subfiles Package (legacy method)": [[145, "the-subfiles-package-legacy-method"]], "Things to try": [[79, "things-to-try"]], "Time Travel": [[200, "time-travel"]], "Time Travel Diffs": [[195, "time-travel-diffs"]], "TimeTravel": [[57, "timetravel"], [171, "timetravel"], [175, "timetravel"], [211, "timetravel"]], "Timeout/Killed calculations": [[129, "timeout-killed-calculations"]], "Tips & Tricks": [[213, "tips-tricks"]], "Tips and tricks": [[199, "tips-and-tricks"]], "Title and Description": [[166, "title-and-description"]], "Title, Description, Name, Image": [[166, "title-description-name-image"]], "To-do Lists": [[175, "to-do-lists"], [211, "to-do-lists"]], "Toolbars": [[72, "toolbars"]], "Tours": [[202, "tours"]], "Transactions, Limits, and Plots": [[5, "transactions-limits-and-plots"]], "Trial Projects": [[203, "trial-projects"]], "Troubleshooting": [[132, "troubleshooting"]], "Try CoCalc Desktop": [[128, "try-cocalc-desktop"]], "Turn off automatic build and PDF preview": [[145, "turn-off-automatic-build-and-pdf-preview"]], "Turtle Graphics with CoCalc": [[133, "turtle-graphics-with-cocalc"]], "Typescript": [[92, "typescript"]], "Typeset Scientific Content with LaTeX": [[9, "typeset-scientific-content-with-latex"]], "URLs and Port Numbers": [[89, "urls-and-port-numbers"]], "Understanding Error Messages": [[171, "understanding-error-messages"]], "Underworld 2": [[178, "id14"], [179, "id14"]], "Unused Balance Carries Over": [[153, "unused-balance-carries-over"]], "Update Credit Card Information": [[204, "update-credit-card-information"]], "Update Your Credit Card": [[204, "update-your-credit-card"]], "Upgrades": [[1, "upgrades"], [188, "upgrades"], [206, "upgrades"]], "Upgrades can be shared": [[203, "upgrades-can-be-shared"]], "Upgrading Student Projects": [[196, "upgrading-student-projects"]], "Upgrading Student Projects (legacy version)": [[197, "upgrading-student-projects-legacy-version"]], "Upload Button in Files Tab": [[134, "upload-button-in-files-tab"]], "Upload Files": [[134, "upload-files"]], "Upload Python script and credentials to CoCalc": [[95, "upload-python-script-and-credentials-to-cocalc"]], "Uploading from Google Drive": [[134, "uploading-from-google-drive"]], "Use Emacs in a Terminal (Chrome)": [[87, "use-emacs-in-a-terminal-chrome"]], "Use PSTricks macros": [[145, "use-pstricks-macros"]], "Use R in a Sage worksheet": [[129, "use-r-in-a-sage-worksheet"]], "Use member hosting or dedicated CPU": [[128, "use-member-hosting-or-dedicated-cpu"]], "Use the Halt Button to Conserve Memory": [[143, "use-the-halt-button-to-conserve-memory"]], "User Interface": [[207, "user-interface"]], "Users": [[208, "users"]], "Using Git": [[195, "using-git"]], "Using SSH": [[166, "using-ssh"]], "Using Time Travel": [[200, "using-time-travel"]], "Using a Compute Server": [[63, "using-a-compute-server"]], "Using a Project Invitation Link": [[120, "using-a-project-invitation-link"]], "Using a Project Invitation Token": [[120, "using-a-project-invitation-token"]], "Using an Invitation Token": [[164, "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": [[135, "using-the-port-proxy"]], "VSCode": [[92, "vscode"]], "Vanity URLs": [[174, "vanity-urls"]], "Verifying Student Activity": [[195, "verifying-student-activity"]], "Version control": [[194, "version-control"]], "Via a project collaborator": [[203, "via-a-project-collaborator"]], "View account SSH keys": [[6, "view-account-ssh-keys"]], "Virtualenv": [[99, "virtualenv"]], "Visual Studio Code Server": [[210, "visual-studio-code-server"]], "Vouchers": [[209, "vouchers"]], "Ways to clear up your project\u2019s memory": [[107, "ways-to-clear-up-your-project-s-memory"]], "Ways to remove the banner": [[203, "ways-to-remove-the-banner"]], "WebSockets": [[89, "websockets"]], "Webserver proxy": [[135, "webserver-proxy"]], "Welcome": [[136, "welcome"]], "Welcome to CoCalc\u2019s User Manual!": [[64, "welcome-to-cocalc-s-user-manual"]], "What Can go Wrong?": [[110, "what-can-go-wrong"]], "What I am getting?": [[194, "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?": [[135, "what-about-dynamically-generated-subdomains"]], "What about security?": [[135, "what-about-security"]], "What do the Students Get?": [[190, "what-do-the-students-get"]], "What happens when I finish the course/my degree?": [[194, "what-happens-when-i-finish-the-course-my-degree"]], "What is CoCalc?": [[136, "what-is-cocalc"], [194, "what-is-cocalc"]], "What is Hub?": [[73, "what-is-hub"]], "What is an \u201cidle timeout?\u201d": [[129, "what-is-an-idle-timeout"]], "What is logged": [[165, "what-is-logged"]], "What is the difference between free and paid service?": [[58, "what-is-the-difference-between-free-and-paid-service"]], "What should you do if the preview does not update?": [[145, "what-should-you-do-if-the-preview-does-not-update"]], "What the program does": [[95, "what-the-program-does"]], "What the student sees": [[197, "what-the-student-sees"]], "What\u2019s a Jupyter Notebook?": [[142, "what-s-a-jupyter-notebook"]], "What\u2019s a Sage Worksheet?": [[171, "what-s-a-sage-worksheet"]], "What\u2019s the fingerprint of the SSH gateway\u2019s host key?": [[159, "what-s-the-fingerprint-of-the-ssh-gateway-s-host-key"]], "When a Timer Counts Down to Zero": [[201, "when-a-timer-counts-down-to-zero"]], "Where Markdown can be used in CoCalc": [[149, "where-markdown-can-be-used-in-cocalc"]], "Where Rich Text Editing is Available": [[170, "where-rich-text-editing-is-available"]], "Whiteboard": [[211, "whiteboard"]], "Who Changed My File?": [[200, "who-changed-my-file"]], "Why Add Upgrades?": [[166, "why-add-upgrades"]], "Why CoCalc?": [[194, "why-cocalc"]], "Why is my project out of memory?": [[107, "why-is-my-project-out-of-memory"]], "Wiki resources": [[171, "wiki-resources"]], "Will my code keep running if I disconnect?": [[129, "will-my-code-keep-running-if-i-disconnect"]], "Window Tabs": [[213, "window-tabs"]], "Word count": [[146, "word-count"]], "Work with SageTeX, PythonTeX, or Knitr": [[145, "work-with-sagetex-pythontex-or-knitr"]], "Working With": [[212, "working-with"]], "Working in your course project": [[194, "working-in-your-course-project"]], "X11 terminal with Jupyter notebook": [[133, "x11-terminal-with-jupyter-notebook"]], "X11 terminal with nteract": [[133, "x11-terminal-with-nteract"]], "Your CoCalc Session": [[72, "your-cocalc-session"]], "Your First CoCalc Session": [[72, "your-first-cocalc-session"]], "Your assignments": [[194, "your-assignments"]], "Your upgrade contributions": [[166, "your-upgrade-contributions"]], "Zoom": [[213, "zoom"]], "active cell": [[142, "active-cell"]], "add_collaborator": [[11, "add-collaborator"]], "add_license_to_project": [[12, "add-license-to-project"]], "button row": [[142, "button-row"]], "cell-insert bar": [[141, "cell-insert-bar"]], "change_email_address": [[13, "change-email-address"]], "change_password": [[14, "change-password"]], "code cell output": [[142, "code-cell-output"]], "consecutive cell numbers": [[141, "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": [[66, "default"], [66, "id2"]], "delete_account": [[22, "delete-account"]], "directory-listing": [[48, "directory-listing"]], "disconnect_from_project": [[23, "disconnect-from-project"]], "drag-and-drop": [[141, "drag-and-drop"]], "email-address-from-account-id": [[49, "email-address-from-account-id"]], "execution counter": [[142, "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": [[125, "glances"]], "iPad": [[138, "ipad"]], "icon for project Project usage and quotas": [[166, "dashboard-icon-project-usage-and-quotas"]], "invite_collaborator": [[30, "invite-collaborator"]], "invite_noncloud_collaborators": [[31, "invite-noncloud-collaborators"]], "kiosk": [[66, "kiosk"]], "latex": [[52, "latex"]], "log_client_error": [[32, "log-client-error"]], "menu bar": [[142, "menu-bar"]], "metrics": [[33, "metrics"]], "nbgrader for R": [[111, "nbgrader-for-r"]], "nbgrader integration": [[141, "nbgrader-integration"]], "no session": [[66, "no-session"]], "ping": [[34, "ping"]], "pip": [[99, "pip"]], "pip install directly from git repository": [[99, "pip-install-directly-from-git-repository"]], "processes microchip icon Processes": [[157, "microchip-processes"]], "project": [[66, "project"]], "project_exec": [[35, "project-exec"]], "protect cells from deletion": [[141, "protect-cells-from-deletion"]], "protect cells from editing": [[141, "protect-cells-from-editing"]], "ps aux": [[125, "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": [[141, "run-time-for-compute-cells"]], "saving": [[142, "saving"]], "search magnifying glass icon Find": [[68, "search-find"]], "select multiple cells": [[142, "select-multiple-cells"]], "servers icon Servers": [[172, "servers-servers"]], "setup.py": [[99, "setup-py"]], "slideshow": [[141, "slideshow"]], "start_metrics": [[42, "start-metrics"]], "stop": [[54, "stop"]], "streamlit package availability": [[130, "streamlit-package-availability"]], "table of contents": [[141, "table-of-contents"]], "text cells": [[142, "text-cells"]], "top": [[125, "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"]], "users icon Users": [[208, "users-users"]], "wav file embedded in notebook": [[143, "wav-file-embedded-in-notebook"]], "wav file on disk": [[143, "wav-file-on-disk"]], "widgets in CoCalc": [[141, "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", "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", "update-credit-card", "upgrade-guide", "upgrades", "user_interface", "users", "vouchers", "vscode", "whiteboard", "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", "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", "update-credit-card.rst", "upgrade-guide.rst", "upgrades.rst", "user_interface.rst", "users.rst", "vouchers.rst", "vscode.rst", "whiteboard.rst", "working_with.rst", "x11.rst"], "indexentries": {"catch up student": [[195, "index-9", false]], "change assignment due date": [[195, "index-23", false]], "convert student work to pdf": [[195, "index-7", false]], "copy missing files": [[195, "index-8", false]], "copying assignments to students": [[195, "index-19", false]], "courses": [[195, "index-0", false], [195, "index-1", false], [195, "index-12", false], [195, "index-13", false], [195, "index-14", false], [195, "index-15", false], [195, "index-16", false], [195, "index-17", false], [195, "index-18", false], [195, "index-19", false], [195, "index-2", false], [195, "index-20", false], [195, "index-21", false], [195, "index-22", false], [195, "index-23", false], [195, "index-3", false], [195, "index-4", false], [195, "index-5", false], [195, "index-6", false], [195, "index-7", false], [195, "index-8", false], [195, "index-9", false]], "delete assignment": [[195, "index-3", false]], "delete handout": [[195, "index-4", false]], "delete student": [[195, "index-1", false]], "download student work": [[195, "index-6", false]], "empty trash": [[195, "index-5", false]], "export student file use": [[195, "index-11", false], [195, "index-12", false]], "faq": [[195, "index-0", false]], "invite students without email": [[195, "index-20", false]], "markdown and latex": [[195, "index-10", false]], "moodle integration": [[195, "index-22", false]], "multiple assignment folders": [[195, "index-13", false]], "restarting a project": [[195, "index-15", false]], "run a command in all student projects": [[195, "index-18", false]], "start all student projects": [[195, "index-14", false]], "teaching with git": [[195, "index-16", false]], "text fields": [[195, "index-10", false]], "timetravel diffs": [[195, "index-17", false]], "undelete student": [[195, "index-2", false]], "verifying student activity": [[195, "index-21", false]]}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"": [0, 1, 2, 3, 5, 6, 8, 9, 10, 15, 17, 28, 37, 38, 50, 52, 53, 56, 58, 59, 61, 65, 66, 67, 70, 72, 73, 74, 76, 77, 78, 79, 83, 84, 85, 87, 89, 90, 94, 95, 97, 98, 99, 100, 101, 103, 105, 111, 119, 120, 121, 124, 125, 127, 134, 135, 136, 137, 140, 146, 147, 149, 150, 151, 153, 155, 158, 161, 162, 164, 165, 166, 167, 170, 172, 173, 174, 175, 180, 181, 182, 184, 186, 187, 189, 190, 191, 192, 193, 194, 199, 200, 203, 206, 209, 210, 211, 213], "0": [2, 15, 17, 18, 21, 35, 48, 50, 63, 70, 75, 77, 79, 83, 84, 90, 91, 96, 99, 109, 112, 117, 119, 125, 127, 129, 135, 145, 151, 162, 171, 180, 181, 195], "00": [2, 15, 99, 125, 162, 195], "000": [63, 79, 83, 107, 129], "000077": 96, "0000ff": 170, "000362": 96, "000531": 96, "0010abe1": [21, 26], "001882": 96, "002b": 37, "003410": 96, "003461": 96, "004": 63, "0073f1196181": 166, "01": [99, 100], "010z": 50, "011z": 50, "0123": [21, 26], "013436": 96, "015": 145, "017470052": 50, "019005": 96, "0288b7d0": 36, "02feab6c": 35, "03": 162, "0333": 35, "03t16": [10, 28], "04": 48, "05": [34, 76, 180], "050": 127, "0546448087431694": 50, "05464481": 50, "05t14": 26, "06": [125, 171, 174, 189, 203], "061806": 174, "06t02": 32, "07": [26, 32, 180], "0700": 119, "07897899": 20, "07t22": 50, "08": [15, 50], "08e8": [22, 45], "09": [162, 195], "098d": [10, 28], "0a5d792fc511": 99, "0b4df293": 20, "0b9641043b46": [34, 37], "0c7ae00c": 21, "0e9418a7": 46, "0k": 125, "0rc2": 181, "1": [2, 15, 37, 50, 53, 59, 63, 70, 76, 77, 83, 84, 90, 91, 96, 99, 100, 116, 117, 121, 125, 127, 133, 137, 141, 142, 145, 146, 147, 148, 149, 151, 160, 163, 171, 173, 174, 175, 180, 190, 195, 197, 200, 203, 206, 209, 211, 213], "10": [25, 35, 53, 63, 73, 83, 84, 99, 117, 119, 125, 127, 129, 137, 138, 145, 149, 162, 166, 171, 195, 197], "100": [2, 58, 63, 73, 116, 129, 171, 181, 185, 189], "1000": [17, 73, 77, 84, 129, 145, 197, 213], "100000": 129, "101": [194, 197], "102": 182, "1024": [31, 37], "1038": 75, "105": 125, "108": 125, "10a8e336a88d": 44, "10x": 63, "11": [10, 28, 34, 63, 75, 100, 137, 151, 162, 195], "110": [63, 73], "111634c0": 37, "114": [63, 125], "115924": 125, "11757": 35, "11ec": 130, "11ed": [52, 54, 55], "11ee": 50, "12": [45, 63, 99, 125, 137, 151, 162, 171, 186], "120": 79, "120000": 25, "121400": 162, "122": 182, "1234": [26, 73], "1238c868ff8b": [49, 53], "123f": 49, "126": 107, "1268": 63, "127": [84, 109], "128": 31, "1295981061": 210, "12d44cebb8cb": [10, 28], "13": [75, 125, 137, 181, 195], "131000": 25, "1324640": 125, "136": 125, "1364": 181, "137": 63, "1388": [10, 28], "13922": 181, "1397": 125, "13bcb9c7e9e5": [10, 28], "13t13": 189, "14": [162, 178, 179, 180, 183, 185], "141": 181, "14159265358": 44, "141z": 189, "14332": 162, "1453204": 180, "149": 63, "14df": [10, 28], "14f6": 27, "15": [34, 75, 177, 182, 183, 206], "150": 125, "1508": 34, "152": [129, 181], "16": [48, 53, 96, 125, 183, 185, 195, 206], "160712": 48, "162": 63, "164144": 48, "165": 63, "1650036446": 48, "1650150434": 48, "166b4dcaac7": 37, "1677": 35, "1677111163": 48, "1691447836428": 50, "1691447837010": 50, "1691448987937": 50, "17": [50, 76, 145, 180, 182], "170": 133, "1701809699a7": 37, "173": 63, "1731": 32, "1733400": 25, "176z": 32, "177z": [10, 28], "18": [63, 162], "1800": 96, "1809": 48, "18955da4": [11, 30, 31, 39], "19": [125, 180, 189], "19191cd03325": 37, "192f": [15, 18, 35, 36, 38, 47], "1960": 182, "1977": 96, "1a842a67": 46, "1c87a139": 32, "1d889484c794": 34, "1e37cac858ef": 25, "1e54d8c8e558": 24, "1fa1626": 37, "1m": 125, "1ubuntu0": 180, "2": [2, 35, 37, 48, 50, 51, 53, 58, 59, 63, 75, 76, 77, 86, 91, 96, 99, 100, 105, 117, 120, 121, 125, 127, 129, 137, 141, 145, 147, 149, 151, 160, 163, 164, 165, 171, 173, 175, 177, 180, 181, 195, 197, 200, 203, 206, 211], "20": [10, 28, 46, 119, 121, 127, 162, 180, 184, 196, 197, 213], "200": [28, 29, 133, 213], "2000": 50, "200000": 25, "2001": 76, "2002": 182, "2013": 191, "2015": 99, "2016": [80, 99, 189, 203], "20160307": 181, "2017": [26, 32, 34, 162, 178, 179, 180], "20170613": 180, "2018": [171, 177, 181], "20180717": 181, "20180806": 181, "2019": [15, 108, 140, 151, 159, 177, 182, 213], "202": 63, "2020": [10, 28, 99, 177, 183, 184, 195], "2021": [100, 177, 185], "2022": [48, 166, 174, 177, 183, 185], "2023": [5, 9, 50, 177, 196], "2024": [149, 177], "2048": [25, 159], "20e4a191": 99, "21": [34, 76, 96, 125, 162, 196], "211": 63, "212": 125, "214d": [15, 18], "2194": 182, "22": [15, 75, 89, 162, 181, 182, 184], "22050": 171, "2222": [125, 162], "22296": 125, "222z": [10, 28], "22308": 125, "23": [2, 182], "231": 63, "2332be03": 19, "2337": 107, "234": 129, "234r": 129, "234z": [10, 28], "24": [37, 45, 63, 125, 171, 180, 182, 189, 191, 195], "240": 63, "242": 63, "24be9aa2aa1d": 37, "24t13": 34, "24t17": 34, "25": [5, 48, 180], "2507078b": 166, "2507078b6e5b43da809a0073f1196181": 166, "256": [37, 73, 134], "256color": [180, 199], "256m": 84, "2595": [34, 37], "25d0": 46, "26": [125, 180, 189], "262c": 55, "262e": 54, "2634": 52, "26ed294b": 24, "27": [50, 174, 195], "27000": 37, "27017": 109, "28": [26, 73, 75, 99], "28648": 181, "288z": 34, "29": [15, 26, 34, 125], "2916": 171, "29163de6": 37, "291f43c1": 21, "29z": 26, "2a0ba54fa": 181, "2aae4347": [15, 18], "2ae9a0a47fef": 50, "2be22e08": 37, "2c080bb07155": 46, "2d0e2faa": 36, "2dde5af3aed8": 34, "2f22f36cbe91": 54, "2f23a33f675": 46, "2fa": 195, "2m": 125, "2nd": 176, "2pi": 96, "3": [35, 37, 46, 50, 61, 63, 72, 73, 75, 77, 79, 83, 84, 91, 95, 96, 99, 100, 101, 102, 104, 116, 127, 129, 137, 141, 145, 149, 151, 163, 166, 171, 173, 180, 184, 186, 189, 195, 200, 203, 206, 213], "30": [63, 107, 116, 129, 153, 166, 167, 174, 206], "300": [37, 165], "3000": [37, 50], "3029": 21, "304506b4": 54, "31": [76, 116], "312z": 34, "32": [32, 76, 181], "3210df68748f": 41, "3212": 125, "321e": 46, "3235": 37, "32767": 171, "32b485a8": 27, "32fafe733f29": 46, "33": 181, "34": [63, 181], "3400": 180, "3456000": 25, "3461": 145, "348e": 14, "34a424dc": 32, "3573": 181, "3586c43348d1": 20, "3589": 151, "35a0eea6": 41, "36": [21, 63], "36148": 125, "36862b42": 52, "37": [50, 125], "370a": 41, "372": 25, "372b55e1544a": 14, "37525": 182, "377eb8": 127, "37836": 162, "37cb983298e3": 13, "38": 180, "380": 145, "3818fa50": 46, "3823b1e1773f": 37, "384": 48, "38512af603a6": 21, "38be": 50, "38z": 26, "39": 181, "391322": 96, "392673": 96, "39289ba7": 35, "3932039296856768591842462603255": 96, "393204": 96, "393281": 96, "398042fae8c9": [22, 45], "39d7203d": 31, "39fde95dc71d": 46, "3b8b6aedd65b": 52, "3d": [174, 185, 213], "3m": 125, "3rd": [59, 80, 87, 89], "4": [37, 46, 63, 77, 84, 86, 96, 100, 117, 125, 127, 129, 137, 145, 151, 162, 163, 180, 181, 195, 197, 209], "40": [2, 63, 99, 129, 180, 181, 189], "400": [25, 63, 122], "4000": 181, "4004": 46, "400ital": 122, "401a": 46, "404e": [10, 28], "405d": 46, "407z": 189, "41": [32, 181, 182], "410b": [15, 18, 35, 36, 38, 47], "411a": 35, "4120": 181, "4121857": 174, "412209": 96, "4128": 37, "412f43ac5": 181, "413c": 27, "4145": 31, "4147": [10, 28], "4167": 46, "416d": 34, "41a3": 46, "41b5": 37, "41e7": 37, "41ff89c3": 14, "42": [181, 182], "4208": [10, 28], "4240": 171, "427": 50, "4281e501b85": 20, "42d2": [34, 37], "43": [80, 181, 182], "4300": 63, "430f": 34, "431c": 21, "4321": 73, "432a": [22, 45], "4361": 14, "43da": 166, "44": [76, 181, 182], "440": 171, "443": 89, "443d": 37, "44572": 180, "44c1": 36, "44ef": 25, "45": [181, 182], "4501f022": 13, "450f": 38, "4519": 21, "4520": 162, "4560ea788": 181, "4562": [21, 26], "45ae": 135, "45c3": 41, "45d0": 20, "45d851ac": [15, 18], "46": 181, "4602": 26, "4628": [125, 162], "46be": 37, "47": [34, 182], "4762": 141, "47e1": 24, "47f0": 84, "48": [159, 181, 182], "480e518b2f84": 38, "481c": [49, 53], "481d6055": 38, "483": 48, "4859": 41, "4871": 37, "4893": 37, "4895": 36, "48ad": 35, "49": [63, 181, 182], "4921": 99, "4952": 21, "495b": [35, 44], "496f": 37, "4981": 21, "499500": 84, "49a6": 19, "4a18": 27, "4a5f0542": 171, "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": 180, "4bf8": [10, 28], "4bfa": [11, 30, 31, 39], "4c4ad130": 84, "4c5c": 37, "4cbc": [11, 30, 39], "4cdd": 32, "4daf4a": 127, "4dbfe0db2b9c": 27, "4e27": 46, "4e29": [11, 13, 22, 30, 35, 39, 45], "4eda65": 99, "4eed": 171, "4f78": 44, "4fbc": 20, "4fd1": [15, 18], "4fda": 27, "4fe5": 48, "4m": 125, "4th": 84, "5": [2, 21, 35, 63, 73, 75, 77, 88, 96, 99, 117, 125, 127, 134, 137, 138, 145, 151, 162, 171, 174, 177, 180], "50": [46, 143, 164, 180], "500": [129, 182], "5006": 77, "501st": 129, "5034af8c0004": 27, "51": [25, 181], "512": [25, 73], "512m": 84, "51e2b4c": 151, "52": 125, "523": 182, "5270": 118, "52818dfe": [10, 28], "537": 21, "54": [10, 28, 96, 125], "540054e5bcaf": [10, 28], "55": [10, 28, 183], "553f2815": 34, "56": [50, 63, 181], "5609": 38, "5728": 162, "57fcfd71": 25, "58": [21, 125, 181], "581076966": 133, "5836": 125, "5873": 171, "5896": 125, "58bfd6f4": 26, "58f8": [11, 13, 22, 30, 39, 45], "59": [2, 34, 99, 159], "59203bbbb017": 36, "5960": 125, "5972": 125, "59e41d5682a3": 31, "5bd0": 135, "5c5b8afd8": 181, "5e835bd47570": 41, "5ea0": [15, 18], "5ee8d3ca": 48, "5k": 195, "5m": 125, "6": [14, 19, 25, 41, 75, 107, 119, 125, 129, 137, 151, 180, 181], "60": [63, 80, 162, 180, 181], "600": 77, "6000": [63, 125, 162], "6001": [125, 162], "6024": [175, 211], "6059": [10, 28], "60f9ea81": 135, "61": 184, "6128": 184, "62": 180, "62bf": 84, "63": 183, "631": 125, "639a6b2": 37, "64": [14, 19, 41, 63, 74, 99, 100, 181], "644d": 41, "64bit": 182, "65": [116, 159, 181], "650": 180, "65cd2079": [10, 28], "66": [116, 213], "6631": 150, "665b": 44, "6695": 186, "67": [159, 181], "675": 182, "6767": 117, "676d92f8b0b8": 26, "69": 180, "6969": 127, "6a90": 35, "6bbb": 20, "6bd1fef1a6fa": 84, "6c21": 46, "6c28c5f4": 37, "6e5b": 166, "6m": 125, "7": [9, 63, 76, 99, 129, 137, 142, 151, 162, 180, 181, 182, 191], "70": [5, 182, 189], "700": [122, 181], "7048": 37, "712307fa6859": 21, "72": [125, 159], "720": 181, "72296": [125, 162], "7247": 181, "73": 180, "730": 181, "73ea": 99, "74": [96, 181], "740": 181, "742z": 34, "7499": 37, "75": 181, "750": 182, "7500": 165, "756": [125, 162], "76": [181, 182], "761": 182, "768": 37, "76de986e101f": 135, "78": 182, "79": 182, "7f2358c05eb8": [11, 30, 31, 39], "7m": 125, "8": [63, 96, 99, 122, 125, 137, 146, 151, 162, 180, 181, 182, 183], "80": [25, 63, 89, 130, 182, 189], "800": 77, "8000": 25, "8006": 77, "809a": 166, "809c": [15, 18], "80a7": 20, "80e9": 99, "8123": 63, "81fe3614": 130, "820d": 44, "8269": [15, 18, 35, 36, 38, 47], "82b8": 26, "8305184841156006": 91, "832": 162, "8358017cec89": 55, "836a": 34, "84": 63, "842875805c7876940937c6ab321f7498c203678d": 135, "8501": 130, "85bd6027": 41, "86400": 37, "86fea3f0": 35, "87": 63, "876": 125, "8786": 84, "8787": 84, "87ba": 36, "88": 125, "885": 120, "886": 195, "888": 48, "889d": 52, "89": 125, "893a": 36, "897d": 46, "89b1": 31, "89e6": [10, 28], "8a23b58988a9": 35, "8a33": 55, "8a3c": 20, "8a78a37d": 35, "8a7a": 31, "8da110d44cd242ec916118a52f745337": 134, "8dbd": 84, "8e248b54eb94": 44, "8e69": 34, "8ec4ac73": [34, 37], "8ei2z0": 35, "8f3f": 24, "8f68f6c4": 13, "8m": 125, "8ubuntu0": 180, "8x": 63, "9": [99, 119, 137, 145, 151, 162, 180, 181, 197], "90": [145, 181, 189], "90d4a8b1ac47": 21, "91": 125, "910c": [11, 30, 31, 39], "9131": [10, 28], "9172": 27, "91a70319d258e65dbd04a04f1e5e3b6d": 135, "92": 159, "9202": 50, "920a": 27, "922b": 24, "9283": [21, 26], "93": 159, "933a": 19, "937z": 50, "93f8131c": 46, "94000": 25, "94ae": 35, "95": 5, "9523": 46, "96": 21, "96c523b8": 46, "970a": 46, "978240": 162, "97f4": 46, "981c": [11, 30, 39], "9845": 37, "9845fac7076c": [10, 28], "984e": 35, "984ea3": 127, "9851": 13, "99": [37, 181], "9928": 53, "9965": 135, "9997": [15, 18], "999999": 127, "99a06c054a60": [15, 18], "99ebde5c": [11, 13, 22, 30, 39, 45], "9aab": [21, 26], "9b0": 181, "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, 63, 69, 76, 77, 79, 80, 86, 89, 91, 92, 96, 97, 99, 105, 107, 115, 116, 117, 118, 122, 126, 129, 133, 136, 141, 142, 145, 146, 153, 155, 160, 162, 166, 167, 171, 175, 177, 181, 182, 183, 184, 185, 187, 189, 193, 195, 200, 203, 211, 213], "And": [72, 82, 136, 162, 166, 170], "As": [2, 5, 48, 49, 63, 64, 80, 85, 93, 121, 134, 136, 145, 151, 159, 164, 166, 173, 175, 181, 184, 190, 192, 193, 194, 196, 211, 213], "At": [15, 59, 63, 72, 93, 105, 106, 129, 145, 166, 167, 170, 175, 189, 193, 195, 211, 213], "Be": [53, 106, 130, 190], "Being": 136, "But": [107, 159], "By": [52, 66, 129, 131, 142, 145, 146, 147, 149, 160, 165, 175, 192, 195, 206, 211], "For": [2, 4, 5, 6, 9, 49, 51, 58, 61, 62, 63, 70, 73, 74, 77, 80, 82, 83, 84, 86, 90, 93, 96, 101, 104, 107, 108, 110, 111, 120, 122, 126, 129, 134, 135, 136, 141, 142, 143, 144, 145, 147, 148, 149, 151, 152, 156, 159, 162, 164, 166, 170, 171, 173, 174, 177, 182, 183, 188, 189, 190, 191, 193, 194, 195, 197, 199, 200, 201, 203, 206, 209, 210, 213], "IFS": 182, "IT": 77, "If": [0, 2, 3, 5, 6, 7, 9, 10, 15, 18, 21, 28, 29, 35, 38, 46, 47, 48, 49, 53, 56, 59, 62, 63, 65, 66, 67, 68, 70, 72, 73, 76, 77, 78, 79, 80, 82, 83, 84, 85, 86, 87, 88, 90, 94, 95, 98, 99, 100, 103, 106, 107, 108, 110, 111, 112, 113, 115, 116, 118, 120, 124, 125, 126, 127, 129, 130, 132, 133, 135, 136, 137, 138, 140, 141, 143, 145, 146, 147, 148, 149, 151, 160, 164, 166, 167, 170, 171, 173, 174, 175, 176, 177, 182, 188, 189, 190, 192, 193, 194, 195, 196, 198, 199, 200, 203, 204, 205, 209, 211, 213], "In": [2, 3, 5, 9, 10, 21, 28, 29, 32, 35, 37, 38, 53, 56, 58, 59, 63, 66, 70, 72, 73, 76, 80, 83, 84, 86, 88, 89, 91, 95, 99, 100, 101, 102, 105, 107, 108, 109, 112, 115, 119, 120, 121, 124, 128, 129, 130, 133, 134, 142, 143, 145, 146, 147, 148, 149, 151, 153, 155, 156, 162, 163, 166, 169, 170, 171, 174, 175, 177, 183, 184, 185, 187, 188, 190, 192, 193, 194, 195, 196, 197, 198, 199, 200, 203, 209, 210, 211, 213], "It": [1, 2, 5, 9, 10, 28, 35, 37, 48, 56, 63, 66, 67, 73, 80, 84, 86, 89, 90, 96, 99, 100, 103, 108, 109, 111, 113, 123, 125, 127, 129, 133, 134, 138, 141, 142, 145, 147, 149, 151, 155, 158, 159, 160, 162, 166, 167, 169, 171, 177, 178, 179, 180, 181, 182, 183, 184, 185, 187, 189, 190, 193, 194, 195, 199, 200, 209, 210, 213], "NOT": [5, 9, 11, 39, 63, 80, 120, 140, 166, 171, 174, 194, 213], "No": [37, 66, 98, 99, 111, 148, 173, 178, 179, 189, 200], "Not": [92, 148, 171, 173, 174, 177, 184], "OF": 76, "OR": 82, "Of": [53, 61, 103, 175, 187, 192], "On": [61, 64, 72, 80, 111, 135, 142, 166, 171, 173, 186, 190, 191, 194, 209, 213], "One": [4, 53, 76, 78, 80, 81, 86, 110, 129, 142, 145, 152, 158, 166, 194, 197, 199], "Or": [78, 80, 103, 110, 120, 123, 129, 187, 188, 189, 193], "Such": [80, 145, 177, 199], "THE": [76, 95], "That": [7, 63, 80, 84, 90, 95, 98, 110, 129, 138, 145, 151, 166, 171, 174, 197, 199, 203, 213], "The": [0, 1, 2, 3, 4, 5, 8, 9, 10, 11, 15, 18, 21, 28, 29, 30, 37, 39, 46, 47, 48, 51, 52, 53, 54, 55, 56, 58, 59, 61, 62, 63, 65, 66, 67, 70, 73, 75, 76, 77, 79, 80, 83, 84, 87, 88, 90, 95, 96, 98, 99, 100, 101, 102, 107, 109, 110, 111, 112, 113, 117, 119, 120, 121, 123, 125, 126, 127, 128, 129, 130, 133, 134, 135, 136, 140, 141, 142, 143, 146, 147, 149, 150, 151, 153, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 170, 171, 174, 175, 176, 177, 178, 179, 181, 182, 183, 184, 185, 187, 188, 189, 190, 192, 193, 194, 195, 196, 197, 198, 199, 200, 203, 206, 209, 211, 213], "Their": 191, "Then": [10, 28, 31, 63, 70, 80, 82, 83, 90, 95, 96, 99, 100, 101, 103, 107, 110, 115, 121, 126, 127, 129, 130, 131, 134, 135, 143, 145, 148, 149, 160, 166, 188, 194, 195, 196, 199, 200, 209], "There": [2, 4, 9, 17, 26, 46, 53, 63, 68, 70, 72, 80, 81, 86, 90, 94, 99, 102, 107, 110, 111, 116, 120, 122, 123, 126, 129, 133, 134, 138, 142, 143, 145, 146, 147, 149, 151, 152, 155, 156, 157, 163, 164, 166, 171, 174, 175, 177, 181, 191, 192, 193, 194, 195, 199, 206, 210, 211, 213], "These": [37, 48, 63, 70, 83, 104, 121, 129, 140, 141, 145, 146, 148, 160, 166, 169, 170, 189, 197, 199, 206], "To": [1, 3, 5, 6, 9, 10, 28, 29, 31, 51, 53, 56, 58, 59, 63, 65, 70, 73, 74, 82, 83, 84, 90, 94, 95, 98, 99, 100, 101, 102, 106, 108, 111, 112, 115, 119, 123, 128, 129, 130, 133, 134, 136, 140, 141, 142, 143, 145, 146, 147, 148, 149, 153, 158, 160, 162, 166, 167, 170, 171, 174, 180, 181, 182, 187, 188, 190, 192, 194, 195, 199, 200, 201, 203, 204, 206, 209, 210, 213], "With": [2, 3, 5, 10, 28, 51, 58, 64, 75, 80, 99, 113, 119, 129, 154, 160, 170, 176, 193, 195, 196, 200, 209], "_": [76, 145, 162, 176, 180, 181, 213], "___": 76, "_______________________________________": 76, "_________________________________________": 76, "__init__": 99, "__main__": [77, 117], "__name__": [77, 117], "__sagews__": 129, "__version__": [99, 112], "_note": 176, "_permiss": 119, "a083": 21, "a1": [38, 47], "a100": 63, "a17037cb": 21, "a18c706e8bcd": 171, "a222": 46, "a229": 38, "a2554ec8": 44, "a279": 54, "a4": 63, "a407cc35": 53, "a407dd35": 49, "a541": 35, "a57c": 13, "a622": 27, "a63f": 130, "a65628": 127, "a743": 35, "a803": 27, "a853": [22, 45], "a85c": 171, "a94": 48, "aa71929b2bfb": 36, "aa7d": 19, "ab": 133, "ab2f": 41, "abbrevi": 99, "abc": 35, "abc3": 37, "abc3ca91": [10, 28], "abd649bf": 21, "abil": [10, 28, 174], "abl": [10, 22, 28, 56, 61, 63, 66, 83, 84, 85, 99, 100, 107, 110, 113, 128, 143, 145, 166, 174, 180, 192, 194, 196, 203], "aboslut": 125, "about": [1, 3, 5, 9, 10, 15, 17, 21, 28, 50, 51, 52, 54, 55, 57, 58, 61, 63, 67, 72, 80, 84, 87, 90, 98, 100, 101, 102, 107, 108, 109, 110, 111, 113, 118, 119, 120, 121, 125, 129, 132, 136, 137, 142, 145, 146, 148, 152, 155, 158, 159, 161, 162, 163, 164, 167, 173, 174, 175, 177, 178, 179, 180, 181, 182, 190, 193, 195, 197, 198, 199, 200, 203, 205, 206, 207, 210, 211, 213], "abov": [2, 3, 5, 10, 28, 32, 37, 46, 48, 53, 56, 58, 63, 79, 80, 83, 84, 90, 95, 99, 100, 107, 108, 121, 128, 129, 130, 133, 134, 135, 136, 140, 141, 142, 143, 149, 159, 162, 164, 166, 171, 174, 189, 195, 197, 198, 209, 213], "absolut": [87, 135], "abstract": [61, 185], "ac": 189, "ac1f": 37, "ac5": 180, "acad": 96, "acceler": 63, "accept": [11, 28, 29, 31, 79, 120, 166, 182], "access": [1, 2, 4, 5, 6, 15, 16, 17, 18, 37, 38, 47, 56, 58, 63, 72, 77, 83, 89, 94, 96, 98, 99, 100, 103, 110, 117, 119, 121, 129, 130, 132, 134, 135, 136, 137, 142, 151, 152, 162, 165, 166, 173, 174, 175, 181, 183, 190, 191, 192, 195, 197, 198, 199, 207, 210, 213], "accessibilitystat": 72, "accident": [63, 66, 153, 166], "accommod": [189, 206], "accompani": [136, 174, 176, 177, 178, 179, 181], "accomplish": [83, 90, 97, 136, 145, 149, 195], "accont": 56, "accord": [63, 149, 190, 197, 199], "accordingli": [70, 111, 213], "account": [2, 4, 7, 10, 11, 13, 14, 19, 21, 22, 24, 26, 27, 28, 30, 31, 37, 44, 45, 46, 51, 53, 55, 58, 63, 64, 66, 70, 74, 94, 95, 97, 99, 101, 108, 120, 134, 136, 137, 140, 145, 147, 148, 152, 153, 154, 164, 165, 166, 174, 177, 187, 188, 189, 190, 191, 194, 196, 197, 203, 207, 209, 213], "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": [195, 199], "achiev": [195, 200], "ack": [10, 28], "acknowledg": [10, 28, 107], "acquir": 148, "acronym": 182, "across": [59, 66, 80, 106, 155, 166, 177, 181, 184, 185], "act": 165, "action": [1, 10, 28, 37, 53, 66, 67, 80, 141, 142, 158, 166, 167, 170, 175, 183, 207, 211, 213], "action_request": 37, "activ": [2, 3, 5, 37, 43, 46, 59, 64, 69, 70, 72, 80, 83, 85, 99, 102, 107, 129, 140, 141, 146, 148, 149, 153, 157, 161, 164, 165, 166, 172, 188, 189, 191, 206, 207, 208, 210], "activeloop": 73, "actual": [10, 28, 37, 63, 83, 84, 86, 94, 99, 102, 115, 122, 129, 143, 146, 159, 174, 195, 206], "ad": [11, 53, 66, 72, 80, 94, 95, 110, 111, 120, 129, 141, 142, 143, 145, 148, 149, 151, 153, 155, 160, 164, 166, 170, 174, 176, 180, 181, 182, 184, 187, 188, 189, 190, 191, 192, 193, 195, 199, 201, 209], "ad1d": 14, "ad47": [34, 37], "ad7d6b17": 37, "ada": 180, "adapt": 50, "adb": 180, "add": [2, 3, 5, 11, 12, 56, 58, 59, 63, 70, 73, 76, 83, 85, 98, 99, 100, 105, 106, 107, 110, 111, 112, 119, 120, 126, 128, 129, 137, 140, 141, 145, 146, 148, 149, 155, 158, 160, 164, 167, 170, 173, 174, 175, 176, 181, 189, 191, 192, 194, 195, 197, 199, 200, 201, 203, 204, 205, 206, 207, 208, 209, 211], "add_collabor": 28, "add_cus_dep": 145, "add_license_to_project": 28, "addeventlisten": [10, 28], "addit": [2, 3, 9, 10, 21, 50, 57, 59, 63, 69, 80, 94, 99, 107, 129, 130, 135, 137, 145, 149, 151, 153, 154, 157, 162, 167, 172, 174, 177, 180, 181, 182, 184, 187, 192, 193, 194, 195, 199, 203, 206, 209, 213], "addition": [17, 80, 181, 182, 185, 194, 199], "addplot": 145, "address": [2, 3, 7, 13, 19, 24, 30, 31, 46, 51, 55, 59, 63, 72, 80, 84, 108, 110, 119, 129, 134, 135, 166, 186, 188, 190, 191, 194, 209], "addtion": 166, "adipisc": 149, "adjust": [63, 105, 148, 166, 171, 174, 196, 197, 199, 203], "admcycl": [181, 182, 184], "admin": [10, 28, 46, 49, 97], "administr": [76, 173, 188], "adtk": [181, 182], "advanc": [9, 141, 143, 163, 173, 177, 196, 206, 213], "advantag": [9, 66, 80, 140, 142, 213], "advertis": 80, "advis": 189, "aer": 181, "af0eb05ebfc": 13, "af6a": 46, "afca": 35, "affect": [80, 140, 166, 180, 195], "affi": 181, "affili": [182, 195], "afford": [2, 173], "after": [0, 2, 3, 4, 5, 8, 9, 15, 22, 28, 29, 35, 53, 56, 58, 59, 63, 64, 66, 67, 69, 70, 73, 78, 80, 83, 85, 95, 96, 98, 99, 100, 102, 103, 105, 106, 109, 117, 119, 120, 125, 129, 130, 133, 138, 142, 143, 145, 146, 147, 148, 149, 153, 155, 159, 162, 164, 166, 167, 170, 171, 172, 175, 176, 177, 185, 189, 190, 191, 193, 194, 195, 196, 197, 199, 201, 203, 206, 208, 209, 211, 213], "afterward": [159, 213], "ag": 119, "again": [5, 56, 63, 66, 76, 80, 83, 84, 85, 86, 95, 100, 108, 110, 112, 113, 115, 119, 125, 128, 129, 133, 137, 141, 142, 143, 145, 149, 166, 180, 182, 195, 197, 199, 213], "against": [57, 85, 96, 196], "agat": 183, "agenda": 122, "agent": 166, "aggreg": 35, "aggress": 80, "ago": [160, 197], "agre": 72, "agreed_to_term": 19, "agreement": 9, "ahead": [63, 145, 148, 177, 193, 213], "ai": [60, 63, 64, 73, 169, 196, 212], "aid": 150, "aim": [178, 179], "aiohttp": 181, "aip": 77, "air": 63, "alert": [59, 79, 150], "algebra": [181, 182, 213], "algopi": 180, "algorithm": [93, 181, 182, 183, 185], "alia": 166, "alias": 129, "aliqua": 149, "all": [3, 4, 6, 9, 10, 15, 18, 28, 29, 35, 37, 46, 49, 56, 57, 58, 59, 63, 66, 70, 72, 76, 79, 81, 83, 84, 86, 87, 89, 90, 96, 98, 99, 106, 107, 108, 110, 116, 121, 128, 135, 136, 137, 138, 142, 143, 145, 146, 147, 148, 149, 151, 155, 156, 158, 159, 160, 162, 163, 164, 166, 169, 171, 174, 175, 177, 178, 179, 181, 182, 183, 185, 187, 188, 189, 190, 191, 192, 193, 194, 196, 197, 198, 199, 200, 203, 209, 210, 211, 213], "alloc": [84, 106, 107, 195, 197], "allot": 63, "allow": [1, 9, 28, 29, 35, 51, 63, 66, 67, 77, 84, 87, 89, 90, 94, 98, 105, 107, 110, 117, 127, 128, 131, 134, 136, 138, 140, 141, 142, 143, 145, 148, 153, 157, 164, 166, 167, 174, 175, 176, 181, 182, 189, 190, 193, 195, 196, 197, 199, 201, 203, 206, 211, 213], "allow_websocket_origin": 77, "almost": [80, 99, 100, 108, 151, 190, 213], "alon": [110, 181, 213], "along": [63, 79, 80, 151, 166, 181, 189], "alongsid": 174, "alpha": 177, "alreadi": [2, 9, 11, 13, 15, 19, 22, 30, 31, 47, 53, 63, 83, 95, 98, 99, 100, 109, 120, 130, 135, 145, 146, 148, 151, 152, 166, 177, 184, 190, 194, 195, 196, 199, 209, 213], "also": [1, 3, 5, 9, 10, 17, 22, 28, 29, 38, 48, 49, 53, 56, 57, 59, 61, 63, 68, 70, 72, 73, 76, 80, 84, 86, 87, 90, 91, 95, 96, 98, 99, 100, 101, 102, 103, 107, 108, 110, 111, 119, 125, 126, 127, 128, 129, 136, 140, 145, 146, 147, 149, 150, 151, 155, 156, 159, 163, 164, 166, 169, 170, 171, 174, 177, 178, 180, 181, 182, 183, 184, 185, 186, 187, 188, 190, 192, 194, 195, 197, 199, 200, 201, 203, 206, 209, 210, 211, 213], "alt": [70, 87, 146, 147, 187], "altair": 182, "alter": [3, 9, 166, 195], "altern": [63, 73, 80, 99, 107, 129, 136, 143, 145, 151, 158, 176, 177, 182, 183, 189, 194, 195, 203, 207], "although": [166, 184, 192, 213], "alwai": [66, 80, 84, 98, 103, 129, 136, 140, 145, 149, 166, 177, 182, 188, 192, 206, 213], "am": [9, 171, 195], "amazon": [61, 75, 166], "amazonaw": 75, "ambient": 63, "amet": 149, "among": [43, 83, 136, 185], "amount": [9, 53, 63, 107, 117, 129, 141, 143, 153, 171, 194, 196, 197, 206, 209], "amplitud": 77, "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, 63, 66, 70, 73, 76, 77, 78, 81, 83, 84, 86, 87, 88, 91, 94, 95, 96, 98, 99, 100, 101, 102, 107, 108, 115, 119, 120, 124, 125, 130, 133, 134, 135, 136, 137, 138, 140, 141, 142, 143, 146, 147, 148, 149, 151, 153, 154, 155, 158, 159, 160, 162, 163, 166, 169, 170, 174, 175, 177, 178, 179, 180, 181, 182, 183, 184, 185, 187, 188, 190, 191, 192, 194, 196, 197, 199, 206, 209, 211, 213], "anacond2019": 199, "anaconda": [63, 151, 180, 181, 182, 183, 185], "anaconda2019": 199, "anaconda2020": [99, 151], "anaconda3": [103, 181], "anaconda5": [180, 199], "analag": 195, "analog": 63, "analogu": 174, "analysi": [181, 182, 183, 184, 213], "analyt": [182, 184], "analyz": [89, 181, 182, 183], "ani": [2, 4, 5, 8, 9, 37, 49, 51, 56, 58, 59, 63, 66, 70, 72, 75, 78, 94, 98, 99, 102, 106, 109, 111, 115, 119, 120, 122, 128, 129, 131, 134, 136, 137, 143, 144, 145, 146, 147, 148, 149, 151, 153, 155, 156, 158, 160, 162, 164, 165, 166, 167, 169, 170, 171, 174, 175, 182, 187, 189, 190, 192, 194, 195, 196, 197, 198, 199, 200, 201, 206, 209, 210, 211, 213], "anim": 73, "ann": [5, 8, 56, 65, 69, 150, 153, 161, 164, 170, 175, 181, 209], "anneal": 181, "annot": [176, 189, 193, 213], "announc": [5, 8, 56, 61, 65, 69, 150, 153, 161, 164, 170, 175, 176, 181, 209, 211], "anomali": 181, "anonym": [49, 120, 189, 195], "anoth": [2, 15, 35, 49, 63, 73, 80, 83, 103, 108, 129, 130, 133, 140, 145, 148, 149, 159, 166, 170, 171, 174, 175, 182, 187, 188, 189, 190, 193, 194, 199, 200, 211], "ansi2html": 182, "answer": [9, 58, 96, 111, 126, 159, 171, 181, 188, 189, 193, 195, 205], "anti": 80, "anybodi": [121, 135, 174], "anymor": 120, "anyon": [119, 120, 166], "anyplac": 141, "anyth": [19, 63, 83, 96, 98, 128, 134, 155, 166, 171, 188, 189, 193, 194, 195, 209], "anytim": 63, "anywai": 84, "anywher": [59, 149, 160, 170, 187], "apach": 181, "apart": [9, 63], "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, 64, 97, 107, 154, 166, 178, 179, 180, 181, 207], "api_kei": [50, 56], "app": [10, 28, 45, 56, 66, 73, 87, 94, 127, 130, 213], "appear": [0, 2, 3, 4, 8, 9, 25, 28, 29, 51, 59, 63, 66, 69, 70, 78, 82, 99, 106, 113, 133, 136, 141, 143, 145, 148, 153, 160, 164, 166, 167, 170, 171, 175, 176, 180, 187, 189, 190, 193, 195, 196, 199, 211, 213], "append": [21, 76, 86, 95, 107, 129, 146, 149, 162, 171, 180], "appl": [117, 175, 181, 211], "appli": [2, 6, 37, 58, 72, 106, 107, 129, 140, 153, 159, 166, 169, 173, 188, 190, 194, 195, 197, 198, 203, 209], "applic": [10, 21, 27, 28, 29, 34, 35, 37, 44, 48, 49, 50, 53, 55, 56, 62, 64, 76, 77, 87, 88, 117, 125, 128, 129, 130, 133, 136, 143, 150, 166, 175, 178, 179, 181, 182, 185, 199, 207, 210, 211, 212], "approach": [63, 83, 99, 110, 129, 133, 140, 152, 171, 174, 178, 179, 181, 213], "appropri": [9, 59, 107, 181, 194, 195, 213], "approxfun": 182, "approxim": 181, "april": 140, "apt": [63, 76, 129], "aqua": 181, "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, 52, 53, 56, 57, 58, 59, 61, 63, 66, 67, 68, 69, 70, 72, 73, 74, 75, 76, 77, 78, 79, 81, 82, 83, 85, 86, 87, 88, 89, 90, 93, 94, 95, 96, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 110, 111, 112, 113, 115, 116, 117, 118, 119, 120, 121, 122, 123, 125, 126, 128, 129, 130, 132, 133, 134, 136, 137, 138, 140, 141, 142, 143, 145, 146, 147, 148, 149, 150, 151, 152, 153, 155, 156, 157, 158, 160, 163, 164, 166, 167, 169, 170, 174, 175, 176, 177, 178, 179, 180, 181, 182, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 196, 197, 198, 199, 203, 205, 206, 209, 210, 211, 213], "arab": 145, "arang": 171, "arbitrari": [2, 10, 28, 53, 145, 182, 195], "arbitrarili": 184, "arch": 181, "architectur": [61, 183], "archiv": [26, 35, 115, 155, 159, 160, 180, 194, 195], "arctic": [180, 181, 182], "area": [2, 6, 9, 67, 102, 120, 142, 146, 166, 185, 189, 195, 213], "aren": [129, 162, 182, 195, 206], "arg": [35, 129], "argument": [35, 36, 38, 73, 83, 107, 117, 171], "argv": 83, "arima": 182, "aris": [66, 199], "around": [66, 80, 99, 107, 112, 147, 149, 151, 181, 184, 200, 203], "arrai": [11, 17, 38, 53, 83, 107, 182], "arrang": [1, 8, 173], "arraydiff": 181, "arriv": [80, 197], "arrow": [15, 115, 181, 187, 200, 213], "arrrrgh": 76, "art": [73, 76], "articl": [52, 61, 69, 94, 116, 130, 152, 162, 164, 166, 171, 176, 206], "artifact": 75, "artist": 213, "arv": 83, "arviz": 182, "ascii": 76, "asciidoctor": 182, "asdf": 213, "ase": 183, "asi": 145, "ask": [3, 9, 59, 80, 100, 107, 121, 126, 127, 129, 177, 181, 188, 194, 203], "asl": 181, "asm": 74, "aspect": [1, 166, 190, 195, 213], "aspel": [70, 145], "assembl": 183, "assembli": 97, "assert": 50, "assess": 189, "asset": [178, 179, 181], "assign": [38, 47, 73, 103, 128, 155, 169, 174, 181, 182, 190, 191, 192, 197, 199], "assignment1": [189, 195], "assignment3": 193, "assignment4": 193, "assignment_nam": 195, "assist": [60, 63, 64, 166, 176, 182, 188, 191, 194, 196, 212], "associ": [15, 16, 17, 49, 73, 80, 107, 110, 136, 155, 166, 180, 181, 182, 188, 190, 192, 194, 196, 200], "asssembl": 183, "assum": [6, 48, 49, 53, 90, 117, 129, 146, 162, 166, 188, 193, 195, 197], "ast": 181, "astro": 164, "astroalign": 181, "astronomi": 181, "astropi": 181, "astroplan": 182, "asyncio": [181, 182], "atom": [180, 183], "atomist": 183, "attach": 143, "attack": [94, 206], "attempt": [19, 35, 36, 88, 90, 107, 110, 137, 166, 177], "attende": 209, "attract": [63, 142, 182], "attribut": [37, 73, 86, 171], "auctex": 213, "audaci": 183, "audienc": [120, 166], "audio": [59, 143, 171], "august": [5, 196], "auth": [10, 28, 44, 45, 50], "auth_token": [10, 28, 45], "authent": [45, 56, 73, 117, 154, 166, 188, 195], "author": [76, 86, 95, 136, 177, 213], "authorized_kei": 166, "auto": [2, 5, 93, 129, 213], "auto_close_bracket": 37, "auto_close_xml_tag": 37, "autoclos": 70, "autogener": [63, 147], "autograd": [111, 182, 184, 193], "autom": [5, 28, 29, 56, 181, 193], "automat": [2, 9, 52, 53, 63, 72, 77, 79, 80, 83, 106, 120, 129, 146, 155, 162, 166, 167, 171, 177, 180, 181, 183, 187, 190, 191, 192, 193, 197, 199, 201, 207], "autoregress": 181, "autosav": 145, "autumn_2016_phy001": 189, "auxf": 162, "auxiliari": 76, "avail": [0, 1, 3, 5, 10, 12, 25, 26, 28, 29, 40, 48, 51, 53, 74, 76, 77, 80, 83, 84, 87, 91, 99, 100, 102, 107, 111, 126, 128, 132, 135, 137, 140, 141, 145, 146, 149, 150, 151, 160, 162, 171, 172, 173, 174, 175, 176, 178, 179, 180, 181, 182, 183, 184, 185, 186, 188, 189, 193, 194, 197, 199, 203, 206, 209, 211, 213], "available_upgrad": 25, "avatar": 167, "averag": 182, "avh": 134, "avogadro": [180, 213], "avoid": [5, 9, 96, 99, 107, 129, 134, 140, 145, 146, 166, 174, 181, 199], "aw": [61, 97, 181], "awai": [99, 103, 167, 170, 194, 203], "await": 182, "awak": 129, "awar": [98, 138, 145, 190, 194, 203], "aws_access_key_id": 73, "aws_secret_access_kei": 73, "awscli": 75, "awscliv2": 75, "ax": 130, "axelrod": 181, "axi": 145, "b": [31, 75, 181, 195], "b0": 159, "b025": 37, "b02c": 32, "b0e2": 44, "b1": 159, "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": 159, "b892": 46, "b925": 21, "b9d9": 46, "ba3d": 32, "ba66": 25, "back": [9, 73, 80, 99, 121, 122, 128, 129, 136, 140, 142, 143, 145, 147, 149, 151, 158, 162, 165, 166, 171, 174, 181, 182, 184, 185, 189, 191, 193, 195, 196, 199, 200], "backend": [53, 135, 177, 181, 200], "background": [7, 9, 78, 107, 125, 129, 155, 174, 175, 194, 197, 211, 213], "backlog": 167, "backspac": 98, "backup": [10, 15, 18, 28, 64, 85, 121, 129, 143, 154, 158, 159, 166, 194, 195], "backward": 76, "bad": [50, 78, 80, 142], "badli": 213, "bag": 84, "balanc": [173, 207, 209], "banana": 117, "bandwidth": 3, "banner": [10, 28, 56, 72, 80, 136, 166, 173, 190, 194, 197], "bar": [46, 63, 64, 69, 72, 85, 107, 117, 153, 161, 166, 172, 177, 189, 192, 206, 207, 208, 210], "bar123": 46, "bare": [61, 213], "barmod": 117, "barplot": 130, "base": [9, 76, 77, 80, 117, 122, 125, 129, 130, 141, 145, 149, 151, 152, 162, 166, 170, 177, 181, 183, 184, 185, 186, 194, 195, 199, 200, 213], "base_url": 117, "basemap": [180, 181], "basenam": 145, "baseurl": 92, "bash": [15, 35, 83, 97, 125, 129, 149, 158, 176, 181, 195, 199], "bash_alias": [83, 129], "bashrc": [83, 119, 162, 166, 180, 199], "basi": [151, 206], "basic": [2, 48, 49, 63, 98, 116, 140, 143, 149, 155, 181, 182, 194, 197], "batch": 188, "bayesian": [181, 184], "bazel": [180, 181, 182], "bb54": [10, 28], "bbox": 73, "bcc9": 44, "bd65": 13, "bdeb": [10, 28], "beautifulsoup4": 181, "becam": 185, "becaus": [2, 9, 15, 26, 37, 55, 63, 80, 84, 87, 90, 99, 102, 108, 119, 129, 143, 145, 151, 153, 162, 166, 171, 174, 177, 180, 181, 182, 190, 196, 197, 203, 206], "becom": [30, 78, 98, 100, 134, 165, 173, 174, 181, 183, 185, 188, 195], "been": [4, 5, 9, 37, 72, 75, 80, 120, 121, 129, 134, 145, 148, 160, 164, 166, 167, 170, 174, 188, 189, 190, 193, 194, 195, 196, 197, 203, 209], "befor": [3, 5, 15, 18, 22, 44, 63, 70, 76, 81, 82, 92, 98, 129, 134, 143, 145, 147, 149, 151, 153, 170, 184, 189, 191, 193, 194, 196, 209], "begin": [15, 28, 29, 46, 52, 59, 90, 111, 123, 129, 142, 145, 146, 147, 160, 164, 166, 171], "begin_fil": 133, "begin_solution_delimet": 111, "behav": [1, 63, 129], "behavior": [76, 127, 138, 151], "behaviour": [129, 194], "behind": [107, 134, 136, 171, 184, 193, 195, 203, 213], "being": [2, 5, 10, 14, 28, 43, 51, 53, 63, 125, 128, 141, 142, 148, 149, 158, 174, 190, 192, 194, 195, 197, 198, 199, 203], "believ": 126, "bell": [59, 192], "belov": 63, "below": [4, 9, 10, 28, 48, 49, 53, 63, 66, 69, 70, 73, 74, 79, 80, 82, 83, 84, 99, 120, 127, 129, 130, 133, 134, 140, 141, 142, 145, 146, 147, 149, 155, 160, 163, 165, 166, 167, 170, 171, 177, 181, 193, 194, 195, 196, 197, 209, 213], "bem": 185, "benefici": 196, "benefit": [61, 63, 152, 174, 197, 203], "berkelei": 182, "besid": [80, 101, 125, 145, 158, 177, 178, 185, 213], "best": [63, 80, 145, 174, 189, 190, 194, 195], "beta": [10, 28, 181, 182], "beta0": [180, 181], "beta1": 181, "beta2": [180, 181], "beta3": 180, "beta4": 181, "beta5": [180, 181], "beta6": [180, 181], "beta8": 181, "better": [9, 20, 58, 98, 129, 147, 166, 167, 173, 190, 213], "between": [14, 19, 26, 41, 59, 63, 66, 70, 79, 80, 84, 102, 111, 125, 141, 145, 147, 149, 154, 166, 167, 170, 171, 175, 176, 177, 181, 186, 187, 199, 200, 211], "beyel": [178, 179], "beyond": [61, 98, 122, 143, 155, 174, 181], "bgoodri": 107, "bibclean": 181, "bibcurs": 181, "bibliometrix": 181, "bibtex": [146, 147, 181, 213], "bibtex2html": 181, "bibtexconv": 181, "bibtool": 181, "big": 181, "bigger": 166, "bigqueri": 181, "biject": 70, "bikeshar": [178, 179], "bill": [5, 64, 159, 173, 204, 205, 206, 207], "billion": 80, "bin": [75, 83, 87, 99, 107, 125, 127, 129, 131, 162, 180, 181, 182, 183], "binari": [66, 89, 131, 180, 181], "bind": [37, 87, 181], "binder": [177, 181], "bio": 181, "bioconductor": 181, "biomart": 183, "biopython": [99, 182], "bird": 100, "bit": [72, 74, 76, 80, 99, 100, 112, 167], "bitarrai": 182, "bitbucket": [94, 158, 166], "black": [181, 184], "blackboxoptim": 181, "blah": 122, "blank": [3, 36, 70, 141, 171, 187, 193], "blender": [180, 213], "blob": [25, 52, 73, 174], "block": [15, 93, 99, 124, 126, 136, 137, 141, 145, 158, 171, 175, 181, 190], "blocker": [66, 80], "blog": [61, 94, 129, 152, 162, 166, 171, 176, 181, 200, 213], "blogpost": 142, "blowup": 181, "blue": [3, 7, 67, 141, 142, 158, 166, 167, 181, 199, 200], "bmatrix": 90, "board": [80, 99, 174, 180, 213], "bodi": [21, 28, 29, 30, 31, 122, 149, 178, 179, 182], "bokeh": [97, 180, 181, 182], "bold": 170, "book": [126, 144, 145, 146, 174, 178, 179], "bookstor": 173, "boolean": 182, "boost": [53, 209], "border": 142, "boson": 182, "both": [9, 56, 62, 63, 70, 74, 76, 83, 95, 106, 110, 111, 140, 145, 149, 151, 153, 166, 175, 189, 192, 195, 203], "bottom": [5, 56, 59, 70, 72, 79, 83, 99, 119, 120, 125, 126, 133, 149, 151, 164, 187, 195, 197, 213], "bought": [58, 153, 166, 196], "bound": 63, "box": [2, 3, 59, 63, 67, 72, 80, 95, 110, 117, 121, 134, 149, 155, 160, 164, 165, 166, 169, 174, 175, 181, 187, 189, 190, 193, 194, 195, 211], "boxplot": 164, "bp": 203, "bqokikjovbii2hlwgh4olfq2": 45, "bqplot": 182, "br": 31, "brace": 54, "bracket": [98, 141, 149, 175, 211], "branch": 200, "branden": 76, "break": [80, 90, 99, 133, 174, 181, 182], "breakdown": 107, "brief": [70, 149, 160, 166], "briefli": 99, "bright": 200, "bring": [63, 87, 136, 146, 164, 167, 213], "broad": 180, "broke": 181, "broken": [10, 28, 53, 80, 97, 147, 151, 171, 180, 184, 185], "brotli": 181, "brows": [1, 5, 6, 48, 52, 56, 57, 67, 80, 95, 128, 129, 153, 171, 176, 204, 209], "browsabl": [175, 211], "browser": [3, 21, 62, 63, 66, 70, 72, 78, 79, 81, 84, 87, 88, 89, 95, 103, 113, 115, 118, 122, 128, 129, 130, 133, 134, 135, 136, 137, 140, 141, 145, 146, 147, 149, 158, 160, 165, 166, 167, 171, 174, 180, 181, 187, 189, 190, 207, 210, 211, 213], "browserspi": 79, "bubbl": 194, "bucket": 166, "budget": 153, "buffer": 170, "bug": [53, 73, 93, 103, 126, 128, 171, 180, 181, 183, 184], "bugreport": 171, "bugzilla": 180, "bui": [5, 106, 153, 173, 196, 197, 198, 209], "build": [61, 63, 73, 99, 112, 127, 129, 131, 136, 141, 147, 151, 158, 177, 180, 181, 182, 183], "built": [35, 99, 111, 124, 149, 151, 155, 166, 171], "bulid": 146, "bunch": 107, "bundl": [177, 178, 181], "burn": 63, "burst": 153, "busi": [2, 53, 99, 182], "button": [1, 2, 3, 5, 7, 9, 57, 59, 63, 66, 67, 72, 80, 84, 88, 90, 94, 99, 102, 107, 108, 113, 115, 120, 121, 126, 128, 129, 133, 135, 141, 145, 146, 147, 148, 149, 156, 158, 159, 160, 163, 164, 166, 167, 171, 174, 175, 180, 187, 188, 189, 190, 192, 193, 194, 195, 196, 199, 200, 204, 209, 210, 211, 213], "bv": 182, "bypass": 63, "byte": 63, "bz2": 159, "c": [9, 52, 70, 74, 84, 87, 97, 98, 99, 100, 107, 109, 111, 125, 127, 136, 143, 151, 162, 175, 180, 181, 184, 195, 199, 211], "c0e8c843deec": [11, 30, 39], "c15a3872d683": [21, 26], "c74afb40": 34, "c960": [49, 53], "ca": 182, "cach": [73, 76, 137, 143, 166, 181, 184], "cadabra2": [181, 213], "cafe": 80, "cairo": [181, 183], "calc": 213, "calcul": [10, 28, 103, 107, 136, 142, 145, 158, 171, 181, 213], "calendar": 189, "call": [9, 10, 15, 18, 22, 28, 29, 32, 35, 46, 48, 49, 50, 51, 52, 53, 74, 81, 86, 95, 99, 100, 102, 111, 127, 136, 138, 145, 146, 147, 151, 155, 156, 162, 164, 166, 171, 177, 180, 182, 189, 194, 195, 197, 199, 200], "callback": [10, 28], "can": [1, 2, 3, 4, 5, 6, 9, 10, 11, 15, 21, 28, 32, 35, 38, 45, 48, 49, 50, 52, 53, 54, 55, 56, 57, 59, 61, 63, 64, 66, 67, 68, 70, 72, 73, 74, 75, 76, 77, 79, 82, 83, 84, 86, 87, 88, 89, 91, 93, 94, 95, 96, 98, 99, 100, 102, 103, 106, 107, 108, 109, 111, 113, 116, 119, 120, 121, 123, 124, 125, 127, 128, 130, 132, 133, 134, 135, 136, 137, 138, 140, 141, 142, 143, 145, 146, 147, 148, 150, 151, 152, 153, 155, 156, 157, 158, 160, 161, 162, 163, 164, 165, 166, 167, 169, 170, 171, 172, 173, 174, 175, 176, 177, 180, 181, 182, 183, 184, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 205, 206, 208, 209, 210, 211, 213], "canada": 63, "cancel": [2, 5, 213], "candid": 181, "cannnot": [28, 29], "cannot": [21, 32, 39, 63, 80, 120, 166, 173, 192, 195], "canon": 99, "cantera": 181, "canva": 211, "cap": [153, 206], "capabl": [99, 141, 162, 163, 177], "capac": [173, 191], "captcha": 53, "caption": [145, 209], "captur": [56, 129, 155, 166, 213], "capytain": 185, "car": 111, "card": [2, 5, 53, 64, 194, 207, 209], "cardioid": 174, "care": [53, 57, 73, 129, 166], "cargo": [180, 181], "carlo": [96, 185], "carri": [56, 173], "cars2": 111, "cart": 209, "cascad": 80, "case": [9, 11, 21, 28, 29, 35, 38, 46, 49, 58, 63, 66, 68, 70, 73, 78, 80, 83, 84, 86, 87, 88, 99, 102, 106, 107, 108, 115, 117, 121, 129, 143, 145, 146, 148, 149, 151, 156, 160, 166, 175, 182, 188, 189, 190, 192, 193, 194, 195, 196, 200, 203, 209], "cash": 209, "cat": [6, 107, 119, 127, 166], "catch": [171, 175, 194, 195, 211], "categor": 127, "categori": 176, "caus": [3, 8, 35, 62, 69, 72, 78, 80, 98, 107, 128, 137, 140, 143, 149, 156, 160, 165, 166, 170, 192, 199, 200, 206], "caution": 166, "caveat": [48, 166, 195], "cb": 171, "cc": [143, 159, 171, 182, 199], "cc3cb7f1": 27, "cc8f1243": [21, 26], "ccd": 182, "ccdproc": 182, "ccproj": 166, "ccsb": 181, "cd": [75, 76, 81, 83, 99, 109, 119, 129, 143, 145, 156, 183, 195], "cd9824b7331a": 19, "cdn": 80, "ce25": 37, "celesti": [178, 179], "cell": [72, 79, 86, 90, 91, 98, 100, 102, 107, 111, 112, 113, 123, 124, 133, 143, 149, 170, 171, 176, 181, 189, 193, 194], "cent": 9, "center": [122, 127, 145, 175, 211], "centr": 63, "central": 48, "ceo": [63, 98, 213], "certain": [6, 52, 59, 66, 80, 87, 97, 132, 136, 140, 145, 164, 166, 174, 177, 181, 193, 195, 199, 213], "certainli": [63, 195], "cex": 127, "cff0a68d0c91": 130, "cgi": 180, "cgroup": 125, "chain": 185, "challeng": [182, 203], "chanc": [63, 80, 121], "chang": [2, 3, 5, 13, 14, 15, 18, 37, 60, 63, 66, 70, 73, 80, 83, 84, 86, 90, 95, 99, 102, 122, 127, 129, 130, 136, 140, 141, 142, 145, 146, 147, 151, 153, 154, 159, 160, 165, 166, 167, 175, 176, 180, 181, 182, 187, 188, 189, 191, 192, 193, 194, 196, 197, 199, 204, 211, 213], "change_email_address": [28, 29], "change_password": 28, "changed_email_address": 13, "changed_password": 14, "channel": [10, 28, 99, 150, 181], "chapter": [145, 174, 190], "charact": [14, 19, 31, 35, 41, 45, 59, 86, 129, 145, 146, 166, 170, 199, 213], "characterist": 63, "charg": [9, 57, 63, 191, 203, 206], "charit": 203, "charset": 122, "chat": [63, 66, 72, 80, 120, 136, 141, 142, 149, 170, 171, 174, 181, 191, 194, 195, 207, 209], "chatgpt": [141, 202], "chatroom": [64, 120, 170, 175, 191, 211, 212], "cheap": 63, "cheaper": 166, "cheat": 169, "check": [3, 10, 17, 28, 67, 70, 72, 78, 83, 84, 99, 102, 105, 107, 111, 119, 129, 132, 134, 136, 137, 141, 142, 146, 147, 149, 155, 162, 166, 167, 169, 171, 175, 180, 181, 184, 190, 191, 192, 193, 194, 195, 196, 197, 209, 211], "checkbox": [4, 88, 122, 140, 160, 164, 166, 174, 175, 187, 188, 195, 197, 203, 211], "checker": 145, "checkit": 184, "checklist": 187, "checkout": [5, 53], "checkpoint": 129, "checksum": 99, "chem": 213, "chemic": 213, "cheminformat": 182, "chemistri": [181, 213], "cherrypi": 181, "chg": [180, 181], "child": [162, 181], "children": [117, 213], "chip": 183, "chisq": 96, "chmod": [129, 166, 192], "choic": [2, 63, 70, 102, 120, 142, 146, 150, 153, 166, 174, 180, 182, 196, 209, 211], "choos": [3, 9, 72, 73, 95, 99, 115, 142, 146, 160, 162, 166, 170, 173, 174, 175, 188, 196, 211], "chop": 80, "choropleth": 184, "chose": 63, "chosen": [4, 9], "christma": 99, "chrome": [21, 81, 89, 110, 137, 138, 180, 181, 199, 213], "chromedriv": [181, 182], "chromeo": 87, "chromium": [81, 87], "chstgpt": 141, "chunk": [134, 149], "cifar10_train": 73, "circl": 167, "circuit": [184, 185, 213], "circul": 209, "circumst": 146, "circumv": 141, "cirq": 185, "cirular": 200, "cite": 96, "cites": 181, "citi": [79, 117], "citizen": [153, 182], "cjvf": 159, "cl": 145, "clang": 107, "class": [2, 5, 31, 76, 122, 126, 129, 135, 170, 182, 183, 189, 191, 197], "classic": [3, 37, 101, 125, 129, 139, 143, 149, 156, 166, 172, 181, 193, 200, 213], "classif": 184, "classlabel": 73, "classroom": 112, "claud": 9, "clean": [52, 80, 107, 143, 146, 147, 195], "cleanup": [80, 181, 182, 194], "clear": [59, 72, 78, 80, 113, 128, 137, 141, 142, 154], "clearli": 126, "clearsolut": 111, "clever": 195, "cli": [97, 129, 181, 182, 183], "click": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 56, 57, 59, 63, 66, 67, 68, 69, 70, 72, 77, 80, 82, 84, 85, 86, 87, 88, 90, 95, 99, 100, 102, 103, 105, 107, 113, 115, 118, 120, 121, 122, 123, 125, 126, 128, 129, 130, 133, 134, 135, 136, 137, 140, 141, 142, 143, 145, 146, 147, 148, 149, 153, 158, 159, 160, 163, 164, 165, 166, 167, 170, 171, 172, 174, 175, 176, 177, 182, 187, 188, 189, 190, 192, 193, 194, 195, 196, 197, 199, 200, 201, 203, 204, 206, 208, 209, 210, 211, 213], "clickabl": [141, 149], "clickjack": 143, "client": [28, 29, 42, 66, 94, 95, 109, 135, 138, 154, 166, 177, 180, 182, 187, 213], "client_error_log": 32, "cling": 180, "clipboard": [78, 95, 120, 141, 174, 175, 211], "clock": [132, 137, 189, 200], "clock_skew": 79, "clone": [2, 76, 194], "close": [0, 7, 8, 10, 28, 63, 66, 69, 70, 72, 80, 103, 107, 108, 110, 122, 143, 147, 149, 158, 160, 167, 190, 194, 199, 213], "closeal": [10, 28], "closer": [63, 175, 211], "closest": 83, "cloud": [2, 64, 80, 115, 136, 145, 158, 171, 173, 181, 194, 206, 207], "cloudflar": [80, 180], "clue": 171, "cluster": [61, 63, 97, 127, 128, 166, 177, 181, 206], "clutter": [160, 181, 188], "cmake": 182, "cmd": [70, 162, 190], "co": [91, 96, 145, 171, 203, 213], "cobra": 182, "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, 65, 66, 67, 69, 70, 74, 75, 76, 77, 78, 81, 84, 85, 86, 87, 88, 89, 90, 91, 93, 96, 98, 99, 100, 101, 104, 106, 107, 108, 109, 112, 113, 115, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 130, 132, 134, 135, 137, 139, 142, 145, 146, 147, 148, 151, 153, 154, 155, 158, 159, 161, 162, 163, 164, 165, 169, 170, 171, 172, 173, 175, 176, 178, 179, 180, 181, 182, 183, 185, 187, 188, 189, 190, 191, 192, 195, 196, 197, 200, 201, 204, 205, 206, 207, 210, 211], "cocalc_code_snippets_dir": 176, "cocalc_datashar": 166, "cocalc_project_id": [77, 84, 117, 125, 127, 130, 162], "code": [3, 8, 9, 28, 29, 35, 37, 41, 50, 51, 52, 53, 54, 55, 59, 61, 63, 64, 72, 73, 80, 82, 86, 91, 93, 95, 97, 98, 99, 102, 103, 107, 111, 112, 116, 120, 122, 124, 126, 127, 128, 130, 133, 136, 141, 143, 145, 146, 147, 148, 156, 165, 166, 170, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 189, 192, 193, 194, 195, 199, 211, 212, 213], "code_fold": 37, "code_stub": 111, "codemirror": [70, 87, 149], "codewar": 151, "coffe": 80, "coffeescript": [180, 181, 182], "cognit": [178, 179], "cohort": 197, "coincbc": 181, "col": 127, "colab": 63, "collab": 11, "collabor": [1, 2, 3, 6, 11, 22, 30, 31, 36, 37, 39, 54, 57, 59, 63, 64, 65, 86, 107, 110, 117, 120, 124, 135, 136, 137, 141, 142, 143, 148, 152, 154, 158, 160, 164, 171, 173, 177, 181, 183, 190, 191, 193, 194, 195, 200, 206, 207, 208, 210, 213], "colleagu": 203, "collect": [63, 96, 100, 132, 145, 155, 163, 166, 169, 177, 178, 179, 182, 183, 191, 192, 194, 195], "colleg": 188, "color": [117, 133, 146, 167, 170, 175, 189, 211], "colour": 63, "column": [8, 9, 95, 107, 125, 128, 157, 174, 187, 190, 199, 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, 61, 62, 63, 66, 72, 74, 75, 76, 77, 79, 80, 84, 87, 89, 95, 99, 100, 103, 106, 107, 108, 110, 117, 121, 122, 127, 129, 130, 134, 135, 141, 148, 149, 150, 151, 152, 159, 163, 166, 167, 171, 174, 180, 181, 195, 197, 198, 199, 203, 204, 209], "combin": [2, 5, 9, 59, 63, 66, 77, 127, 141, 142, 145, 153, 177, 178, 179, 181, 196, 213], "combinator": 181, "combinatori": 181, "come": [35, 75, 80, 98, 99, 150, 162, 171, 174, 181, 188, 193, 194, 196], "comfort": 213, "comic": 181, "comma": [20, 31, 46, 70, 190], "command": [6, 9, 10, 15, 18, 28, 29, 34, 35, 44, 52, 53, 55, 63, 67, 70, 74, 75, 80, 81, 82, 83, 84, 87, 88, 90, 95, 96, 99, 101, 102, 107, 111, 119, 124, 125, 127, 129, 130, 134, 141, 142, 143, 145, 147, 149, 157, 159, 160, 162, 165, 166, 170, 171, 177, 180, 181, 183, 184, 186, 187, 191, 206, 213], "comment": [51, 70, 107, 111, 126, 141, 145, 146, 155, 174, 189, 191, 199], "commerci": 9, "commit": [94, 195], "common": [70, 102, 128, 129, 145, 162, 166, 174, 178, 179, 181, 182, 192, 195], "commonli": 59, "commonmark": [149, 181], "commun": [9, 59, 63, 73, 119, 136, 142, 151, 154, 162, 181, 182, 190, 195, 199], "compani": [136, 203], "companion": 146, "compar": [61, 63, 100, 177, 195], "comparison": 104, "compat": [87, 113, 148, 149, 169, 177, 180, 181, 182, 183, 184, 213], "compens": 203, "compet": 128, "competit": [63, 206], "compil": [35, 52, 61, 63, 82, 90, 97, 98, 107, 115, 132, 137, 145, 146, 147, 151, 166, 180, 181, 182, 183, 184, 185], "complement": 63, "complet": [16, 17, 18, 21, 28, 29, 63, 86, 87, 98, 99, 120, 128, 129, 145, 149, 152, 153, 166, 174, 175, 177, 190, 191, 194, 195, 196, 206, 209, 210, 211], "complex": [80, 184], "complexupset": 184, "complianc": 72, "compon": [8, 177, 184], "compos": [59, 117, 145], "composit": [181, 182], "compositor": 81, "comprehens": 181, "compress": [134, 160, 181], "comput": [2, 6, 9, 48, 64, 72, 73, 78, 79, 84, 86, 94, 95, 96, 98, 99, 100, 107, 111, 112, 115, 116, 125, 126, 128, 130, 133, 134, 137, 143, 145, 153, 159, 160, 166, 171, 173, 174, 177, 181, 182, 183, 185, 191, 194, 199, 203, 206, 211, 213], "computation": 63, "con": [101, 177], "concaten": 171, "conceiv": 195, "concept": [10, 28, 153, 158, 213], "concern": [21, 79, 145, 174], "concurr": [2, 148], "conda": [99, 181], "condit": 181, "conduct": [136, 191], "conf": 119, "config": [84, 107, 111, 130, 143, 166, 180], "configur": [0, 1, 2, 3, 6, 63, 66, 70, 80, 84, 89, 95, 102, 105, 111, 131, 146, 147, 148, 149, 151, 153, 155, 158, 161, 169, 173, 181, 188, 189, 190, 193, 194, 195, 197, 198, 199, 206, 207, 213], "confin": 136, "confirm": [3, 5, 10, 11, 28, 53, 63, 75, 80, 95, 100, 120, 130, 145, 166, 177, 193, 194, 195, 209, 213], "conflict": [98, 151, 177], "confus": [107, 162, 169, 213], "congest": 137, "congratul": [84, 115], "conjoint": 181, "conn": 119, "connect": [2, 6, 10, 28, 34, 57, 59, 63, 66, 72, 73, 78, 79, 85, 89, 94, 132, 134, 135, 137, 138, 153, 159, 166, 203, 207, 213], "connection_fil": 83, "consectetur": 149, "conserv": [3, 84], "consid": [63, 78, 80, 85, 98, 103, 111, 129, 174, 191, 194, 196], "consider": [154, 173], "consist": [46, 73, 80, 134, 136, 160, 166, 189, 194, 195, 213], "consol": [10, 28, 79, 83, 98, 181, 182], "consolid": [157, 182], "constant": 80, "constitut": 136, "constrain": 182, "constraint": 182, "construct": [128, 181], "consult": [5, 94, 125, 182, 199], "consum": [128, 171, 195], "cont": 185, "contact": [2, 10, 28, 53, 58, 63, 80, 112, 151, 159, 166, 177, 198, 203], "contain": [1, 4, 10, 17, 28, 29, 33, 36, 38, 47, 63, 67, 68, 82, 99, 100, 109, 110, 119, 129, 142, 147, 151, 155, 158, 160, 162, 163, 164, 165, 176, 177, 178, 179, 181, 182, 187, 189, 190, 192, 194, 195, 199], "content": [6, 10, 21, 27, 28, 29, 34, 35, 37, 38, 44, 47, 48, 49, 50, 52, 53, 55, 59, 64, 70, 72, 73, 76, 77, 80, 85, 86, 94, 105, 119, 122, 126, 129, 149, 154, 155, 158, 160, 162, 166, 169, 170, 174, 176, 177, 178, 181, 182, 191, 195, 199, 200, 207], "contentwindow": [10, 28], "context": [9, 136, 149, 171, 200], "contextili": 181, "contextu": 110, "contigu": 142, "continu": [2, 9, 63, 72, 73, 90, 107, 120, 136, 159, 167, 171, 181, 185, 195, 199, 203, 206], "contrari": 171, "contrast": 129, "contrib": [101, 181], "contribut": [73, 76, 77, 86, 101, 158, 176, 200, 203, 207], "control": [9, 63, 87, 97, 98, 107, 129, 142, 143, 145, 146, 147, 151, 158, 159, 171, 174, 177, 180, 181, 182, 184, 187, 190, 195, 200, 207, 213], "convei": 177, "conveni": [63, 83, 91, 92, 125, 127, 134, 149, 155, 193, 195, 196], "convent": 160, "converg": 96, "convers": [9, 170, 184], "convert": [52, 73, 90, 97, 124, 171, 177, 180, 181, 191, 199], "convex": 181, "cooki": [72, 76, 110, 137], "cookiecutt": 181, "cool": 63, "coolest": 181, "coordin": [145, 175, 183, 211], "copi": [6, 9, 15, 16, 17, 18, 48, 70, 73, 78, 80, 83, 94, 95, 98, 103, 120, 126, 129, 130, 133, 134, 135, 136, 141, 142, 143, 149, 154, 156, 160, 163, 165, 166, 170, 171, 174, 181, 182, 189, 190, 191, 192, 193, 194, 200, 213], "copy_path": 16, "copy_path_between_project": [10, 17, 28], "copy_path_between_projects_respons": [10, 28], "copy_path_delet": [28, 181], "copy_path_id": [10, 15, 16, 17, 28], "copy_path_statu": [10, 15, 28, 181], "copy_path_status_respons": [10, 28], "copy_public_path_between_project": 28, "copyright": [99, 100, 174], "core": [25, 37, 63, 73, 84, 111, 116, 125, 142, 177, 181, 193, 196, 197], "corner": [80, 142, 192, 194], "coronaviru": 182, "coroutin": 182, "correct": [70, 79, 99, 110, 145, 146, 188, 190, 194, 199], "correctli": [84, 145, 174, 181, 194, 196, 199], "correspond": [6, 8, 50, 51, 69, 73, 76, 81, 86, 111, 141, 146, 147, 149, 166, 169, 181, 187, 189, 190, 194, 195, 199, 209, 213], "cost": [9, 50, 58, 173, 203, 209], "cost_per_hour": 50, "costli": 195, "could": [2, 6, 15, 18, 53, 80, 90, 94, 99, 102, 107, 111, 129, 135, 143, 145, 146, 149, 159, 162, 166, 171, 180, 188, 195, 200, 213], "couldn": 111, "count": [57, 85, 127, 129, 130, 167, 175, 196, 211], "countdown": 201, "counter": [4, 150, 167, 201], "countri": [5, 203], "coupl": [57, 105, 107, 151, 163, 166, 174, 177, 180, 181, 182, 194], "cours": [1, 2, 5, 21, 53, 58, 59, 61, 63, 64, 99, 103, 106, 107, 111, 129, 136, 148, 151, 166, 169, 173, 175, 177, 178, 179, 180, 181, 182, 187, 191, 192, 193, 197, 198, 199, 209], "course_id": 111, "coursework": 194, "cov": 181, "cover": [5, 9, 58, 159, 163, 196, 199, 203, 209], "coverag": 181, "covid": 182, "cow": [73, 76], "cowsai": 76, "cp": [76, 83], "cpp": 82, "cpu": [3, 37, 53, 63, 80, 86, 97, 103, 125, 137, 157, 162, 183, 196, 197, 207], "cpu_shar": [25, 37], "craft": 45, "cran": [99, 100, 145, 181, 182], "crash": [72, 103, 107, 132, 138, 159, 206, 213], "creat": [2, 3, 5, 6, 7, 9, 10, 15, 19, 20, 21, 26, 28, 29, 32, 34, 47, 49, 51, 52, 53, 64, 67, 70, 73, 74, 77, 78, 79, 82, 84, 88, 94, 95, 96, 98, 99, 100, 102, 107, 108, 109, 111, 113, 115, 117, 119, 121, 122, 123, 126, 127, 130, 133, 134, 136, 137, 141, 143, 146, 147, 149, 152, 154, 155, 156, 158, 159, 160, 162, 164, 165, 166, 167, 169, 171, 173, 174, 175, 177, 180, 181, 182, 184, 185, 191, 192, 194, 195, 197, 198, 199, 211, 213], "create_account": [10, 28], "create_project": 28, "create_support_ticket": 28, "created_at": 26, "createdb": 119, "creation": [19, 73, 156, 183, 195], "credenti": [56, 72, 73], "credit": [2, 5, 53, 63, 64, 73, 76, 77, 99, 100, 148, 153, 173, 194, 196, 207], "criterion": 63, "crontab": 162, "cross": 183, "croucher": 189, "css": [80, 122, 171], "csv": [64, 70, 111, 130, 137, 180, 182, 189, 212], "ctan": 145, "ctl": 159, "ctrl": [70, 83, 84, 87, 100, 109, 147, 166, 190, 195, 199], "cu": 63, "cuda": 63, "cufflink": 195, "cumsum": 213, "cur": 119, "curat": 176, "curio": [181, 182], "curiou": 95, "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, 75, 83, 134, 180], "current": [1, 2, 4, 5, 10, 13, 28, 44, 53, 60, 63, 79, 80, 83, 86, 87, 95, 102, 103, 107, 108, 129, 142, 143, 145, 146, 153, 155, 157, 158, 160, 163, 171, 174, 175, 181, 182, 183, 189, 197, 199, 203, 206, 207, 211, 213], "cursor": [1, 119, 125, 141, 146, 148, 149, 175, 187, 211], "curv": [77, 183], "custom": [1, 5, 28, 29, 52, 56, 58, 61, 63, 76, 80, 97, 102, 105, 131, 149, 154, 158, 171, 172, 173, 174, 181, 182, 187, 198, 206, 207, 213], "customari": 149, "customiz": [129, 178], "cut": [80, 177], "cutoff": 129, "cvv": 5, "cvxpy": 181, "cxx": 107, "cxxflag": 107, "cycl": [2, 3], "cyipopt": 181, "cython": [181, 182], "cytoolz": 181, "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, 63, 70, 73, 76, 80, 83, 84, 98, 100, 119, 125, 129, 162, 166, 176, 182, 195], "d0381938": 50, "d0e4": 130, "d0f1b21a9df64f": 180, "d22d521b36af": 46, "d4abd9c6c225": 46, "d4m": 181, "d518": 20, "d573": [21, 26], "d66acdeac949": 35, "d89b": 34, "da3a8eaf": [10, 28], "dai": [2, 5, 9, 53, 63, 99, 108, 129, 166, 181, 190, 198, 209], "daili": [63, 182, 184, 203, 206], "dark": 167, "darktabl": [180, 213], "darriba": 174, "dartmouth": 180, "dash": [97, 129, 166], "dash_01": 117, "dash_app": 117, "dash_core_compon": 117, "dash_html_compon": 117, "dashboard": [117, 130], "dask": [97, 180, 181, 182], "dat": 76, "data": [5, 10, 15, 18, 21, 36, 50, 57, 63, 76, 77, 80, 84, 85, 95, 105, 107, 108, 109, 111, 116, 117, 119, 127, 130, 136, 143, 145, 149, 152, 154, 155, 163, 165, 166, 171, 180, 181, 182, 183, 184, 185, 189, 195, 199, 200, 203, 213], "databas": [32, 37, 44, 52, 53, 83, 109, 166, 182, 183, 200, 213], "datafram": [77, 117, 180, 181, 182], "datahub": 181, "datapackag": 181, "dataread": [180, 181], "dataset": [77, 166, 180], "dataset_nam": 73, "datashad": [77, 181], "date": [2, 4, 5, 15, 56, 66, 76, 79, 137, 148, 151, 162, 174, 177, 188, 189, 190, 191, 194, 196, 209], "datetim": 162, "datri": 181, "db": [28, 29, 37, 84, 213], "db_assign": 111, "db_student": 111, "dbname": 119, "dbpath": 109, "dbu": 181, "dc8c62659886": 48, "dcc": 117, "dd": [77, 142], "dda9": 36, "ddf": 77, "de": 129, "deactiv": 99, "dead": 213, "deadlin": 194, "deae": 21, "deal": [63, 103, 128, 181], "deap": 181, "debug": [23, 117, 124, 129, 132, 137, 158, 210], "debug1": 159, "decid": 80, "decis": 87, "declar": 73, "declaredesign": 182, "decod": 162, "decor": 181, "decreas": 174, "dedic": [63, 70, 137, 148, 166, 181, 209], "deduct": 63, "deep": [73, 122, 183], "def": [77, 162, 171, 182], "default": [2, 13, 14, 15, 17, 18, 20, 35, 37, 46, 52, 58, 63, 64, 65, 70, 76, 87, 95, 98, 99, 102, 107, 111, 127, 131, 135, 140, 142, 143, 145, 146, 147, 149, 151, 154, 158, 160, 166, 171, 178, 180, 181, 182, 183, 184, 185, 186, 187, 192, 195, 196, 199, 204, 206, 207, 211, 213], "default_mod": [93, 123, 129], "defin": [44, 61, 84, 87, 91, 99, 100, 111, 127, 129, 149, 151, 166, 170, 176, 177, 181, 182], "definit": [28, 29, 37, 80, 98, 107, 128, 129, 146, 149, 177], "defunct": 125, "del": [112, 181], "delai": [26, 177], "delet": [3, 15, 16, 18, 22, 59, 80, 85, 112, 128, 132, 137, 142, 143, 147, 158, 160, 162, 165, 175, 191, 194, 199, 200, 201, 207], "delete_account": 28, "delete_miss": [10, 15, 18, 28], "delimit": [31, 111], "deliv": 99, "deliveri": 80, "demo": [10, 28, 77, 97, 111, 145, 180, 181], "demonstr": [145, 189], "deni": 166, "denot": 5, "dep": [146, 181], "depend": [6, 9, 63, 70, 98, 99, 100, 102, 105, 113, 116, 134, 135, 136, 146, 166, 174, 181, 182, 193, 196, 197, 203], "depict": 102, "deploi": [61, 77, 182], "deploy": 181, "deprec": [13, 110, 180, 181, 182, 185], "deprovis": 63, "depth": [59, 64, 136, 200], "deriv": [73, 183, 195], "desc": [37, 53, 187], "describ": [6, 9, 51, 73, 98, 99, 100, 129, 134, 141, 145, 166, 187, 189, 195, 197, 206], "descript": [2, 4, 9, 20, 26, 50, 53, 59, 73, 142, 145, 149, 158, 164, 165, 169, 174, 176, 178, 179, 190, 196, 207, 209, 213], "deselect": 166, "design": [89, 129, 149, 172, 182, 213], "designlibrari": 182, "desir": [63, 76, 83, 90, 153, 160, 188, 189, 195, 204, 209], "desktop": [61, 64, 87, 112, 133, 136, 137, 166, 173, 180, 181, 182, 183, 207, 210, 213], "desolve_tides_mpfr": 181, "despit": [94, 184, 203, 206], "dest": [15, 18, 195], "destin": [15, 18, 47, 80, 133, 160, 195], "destruct": [15, 18], "detail": [3, 5, 10, 26, 28, 53, 58, 61, 63, 83, 84, 86, 98, 101, 129, 136, 137, 140, 143, 145, 148, 155, 157, 159, 166, 167, 169, 171, 188, 194, 195, 196, 198, 203], "detect": [79, 103, 128, 145, 181, 182], "determin": [11, 142, 175, 187, 209, 211], "detour": 95, "dev": [19, 129, 145, 180, 182], "develop": [23, 63, 97, 135, 141, 149, 150, 151, 158, 171, 173, 177, 180, 181, 182, 184, 206, 213], "devic": [80, 127, 134, 175, 211], "devot": 80, "df": [77, 117, 130], "dfb4007a8e7f": 27, "dia": 213, "diagnost": 80, "diagon": 182, "diagram": 213, "dialog": [2, 5, 56, 63, 70, 80, 83, 95, 102, 118, 120, 121, 145, 160, 163, 166, 194, 196, 197], "dialogu": 166, "dict": [21, 73, 77, 111], "dictionari": [70, 86], "did": [10, 17, 28, 78, 94, 121, 128, 171, 177, 206, 213], "didn": [76, 181], "diff": [191, 194, 213], "diffeqflux": 181, "differ": [0, 1, 5, 9, 35, 48, 63, 66, 72, 79, 80, 94, 102, 108, 111, 128, 140, 145, 147, 148, 149, 153, 160, 166, 171, 174, 175, 177, 185, 186, 188, 190, 194, 196, 197, 199, 200, 206, 209, 211], "differenti": [171, 180, 185], "differentialequ": 181, "difficult": [103, 203], "digit": [59, 129, 130, 164, 195], "dill": 181, "dim": 96, "dimens": 181, "dimension": [181, 182, 184], "diplai": 201, "dir": [100, 107, 129, 146], "direct": [5, 59, 90, 135, 141, 145, 146, 149, 151, 170, 171, 175, 192, 195, 211], "directli": [9, 11, 37, 53, 63, 80, 81, 86, 87, 94, 100, 103, 143, 145, 162, 174, 187, 193, 196, 203, 206], "directori": [4, 6, 10, 15, 18, 28, 35, 36, 37, 38, 47, 51, 53, 59, 63, 67, 70, 75, 81, 83, 84, 94, 96, 99, 100, 105, 109, 111, 122, 129, 131, 134, 145, 146, 156, 158, 159, 160, 162, 163, 166, 176, 181, 189, 192, 194, 195, 213], "dirnam": 166, "disabl": [2, 77, 80, 81, 87, 107, 119, 145, 146, 166, 169, 173, 181, 182, 199, 200, 207], "disappear": 190, "disc": 166, "disclosur": [149, 171], "disconnect": [23, 72, 78, 80, 167], "disconnect_from_project": 28, "discontinu": [151, 180], "discord": 72, "discount": 63, "discourag": 196, "discours": 181, "discov": [151, 174, 196], "discover": 174, "discoveri": 145, "discrep": 159, "discret": 181, "discuss": [5, 8, 56, 59, 61, 65, 69, 72, 80, 110, 118, 120, 145, 149, 150, 153, 161, 164, 166, 170, 175, 209, 211], "diseas": [178, 179], "disk": [2, 37, 53, 57, 63, 78, 86, 97, 129, 132, 134, 137, 145, 147, 153, 157, 166, 189, 200, 207, 209], "disk_quota": [25, 37, 50], "dismiss": 136, "displai": [2, 4, 5, 8, 56, 59, 64, 65, 67, 69, 70, 77, 80, 83, 99, 102, 112, 113, 130, 133, 141, 147, 148, 149, 158, 160, 161, 164, 166, 167, 170, 171, 175, 182, 192, 193, 195, 201, 207, 209, 210, 211], "display_nam": [83, 99], "disrupt": 80, "distinct": [48, 110], "distinguish": 63, "distribut": [1, 75, 84, 99, 110, 151, 166, 173, 177, 180, 181, 182, 185, 191, 192, 194, 195, 196, 197, 199, 203], "dit": 181, "div": [117, 171], "dive": 122, "diversipi": 181, "divid": [134, 199], "django": 181, "dk": 79, "dmap": 77, "dmmmh": 76, "dmmmy": 76, "dn": 137, "dny": 76, "do": [5, 6, 9, 10, 28, 29, 31, 37, 46, 47, 48, 49, 53, 56, 70, 72, 76, 82, 83, 87, 88, 89, 90, 94, 95, 98, 99, 100, 106, 110, 111, 113, 116, 120, 124, 128, 129, 130, 133, 134, 135, 136, 137, 140, 142, 143, 146, 147, 149, 155, 156, 160, 162, 164, 166, 169, 170, 171, 173, 174, 176, 177, 181, 187, 188, 189, 191, 192, 194, 195, 199, 203, 206, 209], "doc": [15, 18, 74, 75, 77, 91, 99, 129, 130, 133, 149, 180, 181, 192, 213], "docker": [10, 19, 28, 63, 100, 119, 125, 158, 181, 213], "docsifi": [180, 181], "docstr": 171, "doctestplu": [181, 182], "doctyp": 122, "document": [3, 9, 10, 28, 52, 53, 61, 70, 73, 76, 77, 80, 86, 90, 95, 96, 98, 99, 101, 111, 125, 126, 128, 130, 136, 141, 142, 143, 144, 146, 147, 149, 158, 163, 165, 166, 175, 176, 177, 178, 179, 180, 181, 193, 194, 195, 200, 207, 213], "documentclass": [52, 145], "docx": 213, "doe": [2, 5, 9, 15, 27, 36, 46, 55, 57, 63, 66, 72, 73, 78, 85, 99, 103, 107, 111, 129, 130, 135, 137, 138, 140, 143, 149, 164, 166, 170, 171, 189, 190, 191, 193, 194, 195, 196, 200, 206, 213], "doe00": 19, "doepi": 181, "doesn": [65, 70, 80, 87, 107, 112, 129, 132, 137, 141, 145, 153, 162, 167, 170, 171, 180, 200, 213], "dof": 96, "dollar": [90, 170, 187], "dolor": 149, "domain": [10, 28, 63, 77, 89, 117, 119, 137, 195, 199], "don": [5, 48, 49, 53, 59, 63, 67, 72, 85, 95, 98, 99, 115, 121, 127, 129, 130, 135, 136, 137, 141, 145, 155, 162, 166, 167, 181, 194, 195, 211], "donat": 203, "done": [6, 10, 28, 63, 99, 100, 107, 108, 128, 133, 142, 145, 149, 171, 174, 175, 180, 181, 187, 191, 192, 195, 199, 209, 211], "door": 199, "dot": [145, 160, 170], "doubl": [59, 82, 96, 102, 137, 142, 146, 147, 149, 171, 187, 195], "doubt": 151, "down": [56, 63, 83, 84, 102, 103, 105, 108, 111, 128, 134, 137, 157, 159, 166, 171, 174, 175, 187, 195, 209, 211], "downgrad": [181, 182, 184], "download": [2, 66, 76, 88, 95, 98, 99, 100, 115, 122, 129, 136, 142, 145, 147, 158, 160, 165, 166, 171, 173, 194, 195], "downloaded_packag": 100, "downward": 115, "dozen": [103, 175, 194, 211], "dpi": 213, "dplyr": [180, 181], "dr": [77, 181], "drag": [59, 143, 147, 175, 187, 194, 195, 199, 211], "drastic": 166, "draw": [81, 175, 181, 211, 213], "drawback": 100, "drawio": 181, "drawn": 145, "dream": 63, "drive": [57, 95, 182], "droid": 122, "drop": [59, 80, 113, 143, 174, 175, 194, 211], "dropdown": [1, 6, 64, 100, 142, 146, 147, 170, 175, 193, 207, 211], "drouff": 96, "drracket": 181, "drxyzzi": [130, 135], "ds9": 180, "dt": 15, "dta": 182, "dtype": 73, "due": [53, 98, 128, 138, 145, 151, 159, 174, 181, 184, 189, 190, 191, 194, 206, 213], "due_dat": 195, "dull": 200, "dumb": 125, "dump": 129, "dunfield": 129, "duplic": [99, 129, 160, 165, 182], "durat": [5, 171, 194, 198], "duration_": 171, "dure": [10, 28, 72, 73, 80, 99, 145, 146, 153, 169, 175, 209], "dx": 96, "dy": 96, "dynam": [99, 127, 181, 182, 206, 213], "dynamicmap": 77, "dz": 96, "e": [2, 5, 6, 10, 19, 28, 29, 48, 49, 59, 61, 63, 70, 72, 76, 80, 83, 84, 87, 91, 98, 99, 100, 103, 107, 109, 113, 116, 119, 120, 121, 127, 129, 131, 134, 135, 141, 143, 145, 149, 151, 155, 156, 160, 162, 164, 166, 169, 170, 171, 174, 175, 176, 177, 180, 181, 182, 186, 187, 188, 193, 194, 195, 196, 199, 200, 206, 209, 211, 213], "e32a26f8": 55, "e41a1c": 127, "e44c6903945": 21, "e49e86aa": [15, 18, 35, 36, 38, 47], "e6": 159, "e6993694": 44, "e7d41dcfe921": 32, "e80fd64d": [11, 30, 39], "ea2d": 21, "ea43": 21, "each": [2, 4, 5, 6, 9, 10, 28, 29, 31, 51, 63, 69, 70, 76, 80, 84, 86, 106, 107, 110, 119, 125, 129, 130, 134, 136, 141, 142, 143, 145, 148, 157, 159, 162, 164, 165, 166, 167, 170, 171, 174, 175, 176, 177, 178, 179, 184, 187, 189, 190, 191, 192, 193, 194, 195, 196, 198, 199, 201, 206, 209], "earlier": [17, 143, 184, 185], "earliest": 15, "earth": 181, "eas": 213, "easi": [9, 62, 80, 147, 149, 155, 164, 166, 170, 174, 175, 178, 179, 181, 185, 203, 209, 211, 213], "easier": [63, 82, 166, 175, 181, 189, 195, 211], "easiest": 107, "easili": [2, 53, 63, 83, 109, 119, 120, 140, 147, 148, 171, 174, 181, 188, 195, 196, 199, 209, 211], "east1": [63, 166], "ec822d6f": 37, "echo": [6, 35, 52, 55, 76, 77, 80, 83, 105, 119, 130, 133, 145, 195, 210], "econometr": 181, "ed25519": 166, "edg": [137, 177], "edit": [4, 5, 57, 59, 61, 63, 64, 65, 66, 70, 72, 82, 83, 85, 86, 87, 88, 90, 103, 115, 123, 127, 136, 140, 142, 143, 145, 146, 147, 148, 153, 160, 166, 174, 178, 179, 181, 182, 184, 185, 189, 191, 193, 194, 195, 196, 199, 200, 206, 207, 210, 212, 213], "editor": [9, 10, 28, 63, 64, 72, 74, 82, 84, 87, 88, 90, 91, 95, 96, 99, 107, 115, 122, 127, 129, 136, 140, 141, 145, 147, 149, 155, 165, 166, 170, 177, 180, 181, 187, 194, 195, 200, 210, 212, 213], "editor_set": 37, "edu": [188, 195], "educ": [84, 148, 178, 179, 194], "edward": 180, "edward2": 180, "ee": 159, "eed3": 46, "effect": [63, 146, 147, 162, 166, 182, 184], "effici": [48, 171, 181, 182], "effort": [9, 86, 130, 148, 153], "ehanc": 141, "ehrhart_seri": 181, "eigensolv": 181, "either": [1, 6, 37, 59, 63, 70, 72, 74, 76, 79, 80, 81, 82, 90, 99, 119, 123, 127, 129, 134, 140, 142, 143, 145, 147, 148, 149, 166, 174, 180, 188, 189, 199], "eiusmod": 149, "ek": 61, "elan": 151, "elbow": 107, "electr": [63, 182], "electric_char": 37, "electromagnet": 182, "electron": 184, "eleg": [181, 213], "element": [102, 127, 129, 163, 181, 183, 184, 185], "elementari": 2, "elev": [49, 155], "elimin": [62, 63, 66, 128, 137], "elit": 149, "els": [5, 107, 119, 128, 135, 137, 142, 143, 153, 159, 209, 213], "elsewher": 171, "emac": [66, 88, 213], "email": [2, 3, 5, 7, 11, 13, 19, 21, 24, 30, 31, 39, 41, 46, 51, 55, 58, 59, 61, 63, 72, 79, 80, 108, 110, 121, 129, 130, 149, 166, 181, 188, 189, 191, 192, 194, 203, 209, 213], "email_address": [19, 21, 24, 46, 48, 49, 53, 55], "email_already_taken": 13, "emb": [10, 28, 56, 145, 170], "embed": [29, 66, 140, 145, 147, 154, 171, 174, 210, 213], "embree3": 181, "emce": 181, "emoticon": 59, "employ": 80, "employe": 203, "empti": [99, 130, 137, 141, 149, 166, 175, 191, 209, 211, 213], "emptibl": 171, "empyr": 182, "en": [70, 149, 180, 181], "enabl": [2, 3, 50, 53, 56, 58, 70, 73, 83, 84, 87, 89, 94, 95, 96, 101, 105, 111, 125, 129, 134, 137, 140, 141, 142, 146, 149, 155, 166, 173, 175, 181, 194, 195, 200, 203, 207, 211, 213], "enclos": [59, 82, 149, 175, 211], "encount": 171, "encourag": 58, "encrypt": [57, 63, 80, 89, 135], "end": [2, 5, 10, 28, 29, 52, 63, 64, 70, 75, 76, 78, 80, 82, 90, 91, 93, 94, 99, 100, 111, 123, 127, 128, 129, 131, 132, 136, 142, 145, 146, 147, 149, 153, 166, 171, 175, 182, 191, 195, 196, 198, 199, 200, 209, 211, 213], "end_fil": 133, "end_solution_delimet": 111, "endpoint": [10, 11, 15, 29, 50, 52, 53, 54, 55, 86, 117, 154, 162, 181, 207], "endpoint_url": 73, "engin": [145, 146, 147, 174, 181, 213], "england": [178, 179], "english": [70, 145, 182], "enh": [180, 181], "enhanc": [59, 62, 99, 120, 139, 140, 166, 181], "enjoi": [63, 181], "enorm": 53, "enough": [2, 61, 63, 105, 143, 166, 171, 174, 189, 203], "enrich": 184, "enrol": [190, 195, 196], "ensur": [89, 129, 174, 188, 190, 191, 194, 195], "enter": [2, 3, 4, 5, 6, 9, 67, 70, 72, 79, 95, 120, 123, 128, 129, 130, 133, 143, 145, 147, 148, 149, 155, 160, 164, 165, 166, 170, 171, 174, 175, 187, 189, 190, 191, 194, 195, 199, 201, 209, 210], "enteract": 133, "entertain": 76, "entir": [2, 23, 37, 70, 80, 87, 107, 110, 121, 136, 166, 175, 184, 189, 194, 195, 200, 203, 211], "entri": [3, 9, 16, 59, 75, 86, 107, 129, 133, 141, 158, 162, 163, 170, 174, 180, 181, 189, 195, 200, 207], "env": [99, 125, 127, 129, 162, 180], "envelop": 167, "environ": [56, 61, 63, 83, 87, 94, 97, 100, 102, 105, 117, 125, 130, 133, 136, 142, 145, 146, 147, 151, 154, 158, 162, 171, 174, 176, 178, 180, 181, 182, 183, 185, 186, 193, 194, 195, 206, 207, 210, 213], "envoron": 166, "eon": 182, "ep": 145, "ephemer": 63, "epidem": 182, "episod": 80, "epoch": [187, 195], "equal": [31, 56, 146, 174, 195], "equat": [101, 145, 147, 171, 185], "equival": [101, 111, 145, 166], "era": 182, "erocarrera": 181, "err": 162, "err_on_exit": 35, "errat": 80, "erron": 183, "error": [9, 10, 13, 15, 17, 18, 19, 24, 28, 32, 35, 36, 38, 41, 53, 63, 88, 90, 96, 98, 100, 110, 111, 126, 129, 137, 141, 143, 145, 146, 147, 162, 166, 173, 180, 193, 196, 213], "esc": [87, 175, 199], "escap": [63, 136, 181], "escienc": 77, "esda": 181, "esp": 87, "especi": [107, 136, 143, 177, 180, 213], "esr": 180, "essenc": 101, "essenti": [2, 28, 29, 63, 90, 126, 145, 157], "establish": 59, "estim": [63, 180, 181, 182], "et": 149, "etc": [2, 5, 10, 28, 35, 58, 59, 63, 66, 70, 82, 83, 84, 86, 87, 103, 107, 110, 111, 116, 119, 121, 123, 125, 128, 129, 141, 142, 143, 145, 158, 162, 165, 166, 170, 171, 175, 177, 180, 181, 182, 184, 187, 193, 195, 197, 199, 203, 209, 211, 213], "ev": 162, "eval": 83, "evalu": [79, 86, 123, 127, 129, 142, 145, 149, 162, 171, 193, 194, 199, 209], "evcd": 181, "even": [9, 48, 63, 70, 80, 90, 100, 107, 110, 126, 129, 141, 146, 149, 166, 169, 170, 172, 174, 199, 200, 206, 213], "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, 107, 129, 165, 213], "eventu": [11, 166, 203], "ever": [9, 61, 120], "everi": [2, 42, 57, 76, 80, 82, 87, 107, 108, 121, 162, 167, 175, 183, 192, 194, 195, 203, 209, 211], "everybodi": [120, 192], "everyon": [98, 99, 100, 142, 166, 191], "everyth": [1, 58, 61, 63, 100, 103, 110, 121, 127, 128, 130, 135, 137, 147, 149, 166, 174, 177, 187, 189, 191, 194, 195, 197, 199, 213], "evolut": [182, 200], "evolutionari": 181, "evolv": 182, "ex": [75, 149], "ex1": 149, "exact": [2, 9, 96, 110, 134, 135, 149, 166, 177, 182, 195, 196, 197, 209], "exactli": [9, 31, 56, 125, 128, 129, 138, 142, 145, 171, 174, 177, 189, 190, 191, 196, 197, 200], "exam": 169, "exampl": [3, 5, 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, 51, 53, 55, 56, 59, 70, 72, 73, 74, 77, 80, 82, 83, 86, 89, 90, 91, 95, 96, 97, 98, 99, 100, 101, 104, 105, 107, 108, 110, 111, 112, 116, 117, 126, 127, 129, 133, 136, 142, 145, 147, 148, 149, 153, 155, 156, 163, 166, 170, 171, 173, 174, 175, 176, 177, 180, 181, 182, 183, 184, 185, 188, 189, 190, 193, 195, 197, 199, 200, 211, 213], "exce": [107, 143, 166], "excel": [171, 184], "except": [63, 72, 87, 106, 149, 159, 166, 171, 174, 181, 194, 195, 199, 203, 206, 209], "excess": [25, 145], "exchang": [111, 209], "exclud": [4, 15, 18, 59, 160, 175, 211], "exclude_histori": [15, 18], "exclus": [89, 166, 188], "exec": [162, 199], "execut": [3, 28, 29, 35, 63, 74, 87, 96, 99, 119, 123, 129, 130, 141, 149, 166, 171, 175, 177, 183, 184, 185, 189, 194, 199, 206, 211, 213], "execute_cod": 171, "exercis": [177, 189, 193], "exhaust": 148, "exhibit": 138, "exist": [9, 15, 22, 24, 47, 63, 96, 98, 100, 102, 129, 130, 134, 136, 145, 147, 153, 167, 174, 177, 180, 181, 185, 193, 195, 196, 200, 213], "exit": [35, 84, 98, 100, 166, 175, 199], "exit_cod": 35, "exo": 130, "exoplanet": 130, "exp": [76, 180], "expand": [2, 21, 51, 83, 102, 147, 148, 149, 164, 182, 195], "expandus": [84, 99, 111], "expect": [48, 61, 63, 107, 128, 142, 167, 169, 174, 195, 203, 206], "expect_equ": 111, "expens": [9, 63, 196], "experi": [9, 20, 58, 63, 80, 151, 155, 183, 189, 193, 194], "experienc": [80, 129, 171], "experiment": [63, 130, 180, 181], "expert": 181, "expertis": [63, 98], "expir": [2, 5, 56, 120, 148, 175, 188, 201, 203, 211], "explain": [9, 10, 28, 29, 48, 49, 53, 63, 64, 70, 83, 87, 96, 98, 99, 101, 111, 115, 122, 127, 129, 134, 136, 145, 148, 159, 166, 178, 179, 189, 190, 193, 203, 213], "explan": [4, 99, 132, 148, 166, 171, 213], "explanatori": [3, 142, 176, 193, 195], "explicit": [32, 151, 180, 181], "explicitli": [9, 48, 63, 80, 82, 94, 99, 102, 103, 121, 146, 153, 162, 166, 177, 180, 181, 189, 190, 194, 195, 200, 203, 213], "explor": [8, 57, 58, 63, 64, 68, 91, 145, 153, 155, 163, 174, 181, 202, 207, 213], "exploratori": 182, "export": [81, 83, 97, 98, 119, 154, 175, 180, 181, 182, 183, 191, 199, 211], "expos": [63, 149, 180], "express": [48, 59, 70, 79, 117, 193], "ext": [83, 129, 145, 180, 181, 182, 183], "ext4": 87, "extend": [145, 149, 177, 181], "extens": [62, 66, 70, 72, 77, 83, 91, 97, 99, 111, 115, 121, 137, 138, 140, 141, 143, 145, 149, 155, 166, 171, 175, 177, 181, 182, 183, 187, 192, 193, 195, 201], "extern": [28, 29, 63, 80, 95, 97, 99, 129, 134, 152, 187, 203, 213], "extra": [63, 76, 85, 129, 134, 166, 181, 188, 189, 194, 197], "extra_button_bar": 37, "extract": [115, 145, 171, 183], "extran": 195, "extrem": [9, 63, 80, 129, 146, 167, 194, 203], "ey": [73, 84, 160, 175, 199, 211], "f": [6, 35, 50, 70, 76, 83, 117, 145, 146, 162, 166, 175, 187, 211], "f00c": 37, "f1": [91, 159], "f214": 27, "f2py": 91, "f5": 125, "f5a9": 37, "f781bf": 127, "f87129fd409e": 37, "f9": 125, "f90": 91, "f95": 91, "f9fe": 37, "fa4fc1e3be57": [21, 26], "fa8581c2d584": 37, "face": 170, "facebook": [3, 37, 44, 72, 108, 188], "facilit": [174, 182, 195], "fact": [94, 110, 149, 206, 209], "factor": [63, 134, 149], "fail": [13, 17, 19, 28, 29, 53, 90, 103, 113, 128, 147, 149, 151, 166, 174, 177], "failur": [15, 28, 29, 107], "fair": 194, "fairli": [177, 195], "fake": 195, "fals": [10, 13, 15, 17, 18, 20, 24, 28, 35, 37, 41, 44, 46, 53, 77, 83, 86, 100, 107, 127, 169, 171], "famili": [122, 170, 199, 203], "famou": [90, 177, 213], "fan": 195, "faq": [5, 64, 129, 137, 144, 154, 158, 191, 205, 206, 207], "far": [5, 79, 103, 121, 141, 167, 195, 203], "fashion": 73, "fast": [63, 73, 116, 181, 182, 183], "fasta": 105, "fastdtw": 181, "faster": [63, 70, 99], "fastest": [73, 182], "fatal": 88, "fault": [103, 121], "favor": 197, "favourit": 80, "fbprophet": 182, "fc8a484980d9": 32, "fd": 185, "fd63": 26, "fd7e": [11, 30, 39], "fd9b025b": 46, "fe": 185, "feasibl": [63, 174], "featur": [3, 5, 8, 56, 63, 65, 66, 67, 69, 73, 77, 122, 129, 136, 140, 141, 144, 145, 148, 150, 153, 155, 158, 161, 164, 169, 170, 171, 173, 174, 175, 181, 189, 192, 193, 194, 195, 203, 206, 207, 209, 210, 211], "feb": 108, "fee": [9, 194, 196, 203], "feed": 150, "feedback": [63, 155, 180, 181, 182], "feel": [28, 29, 63, 162, 206, 209], "felf64": 74, "fenic": 181, "fermion": 182, "fetch": 26, "fetchal": 119, "few": [3, 5, 9, 10, 28, 59, 63, 72, 76, 80, 85, 95, 108, 113, 117, 121, 129, 134, 143, 160, 162, 164, 166, 171, 180, 184, 187, 196], "fewer": [19, 63, 203], "ff": 159, "ff51440c855f": 37, "ff7f00": 127, "ffff33": 127, "ffmpeg": 181, "fftw": 182, "fi": 145, "fictiti": 158, "field": [6, 10, 17, 26, 28, 29, 53, 86, 96, 164, 166, 181, 187, 191, 193, 209, 213], "field1": [10, 28], "field2": [10, 28], "fig": [117, 130, 145], "figur": [2, 9, 63, 76, 108, 111, 113, 117, 121, 130, 141, 143, 145, 162, 164, 194, 209], "file": [2, 5, 6, 7, 8, 15, 18, 21, 29, 35, 36, 38, 47, 48, 51, 52, 53, 57, 59, 61, 62, 63, 64, 65, 66, 74, 75, 77, 81, 82, 83, 84, 85, 86, 90, 91, 93, 94, 96, 97, 98, 99, 100, 103, 106, 107, 108, 109, 110, 111, 112, 113, 115, 117, 118, 119, 122, 126, 127, 128, 129, 130, 132, 133, 136, 137, 138, 140, 141, 142, 147, 148, 151, 154, 158, 162, 163, 167, 169, 170, 175, 176, 180, 181, 182, 184, 188, 189, 191, 192, 193, 196, 197, 198, 201, 204, 206, 207, 210, 211, 213], "file1": [199, 213], "file2": 199, "file3": 199, "filenam": [6, 70, 81, 82, 99, 110, 121, 123, 129, 134, 145, 149, 156, 159, 176, 187, 189, 192, 199, 201, 213], "filepath": 73, "filesystem": [99, 160, 166, 173, 193, 195, 200], "filetyp": [59, 142], "fill": [107, 190], "filter": [4, 17, 59, 67, 121, 158, 160, 207], "final": [73, 80, 96, 99, 129, 145, 170, 182], "financ": 181, "financi": [181, 203], "find": [1, 5, 8, 63, 66, 70, 80, 99, 105, 108, 111, 121, 128, 129, 130, 132, 145, 146, 149, 164, 166, 171, 174, 175, 181, 182, 187, 189, 192, 195, 199, 203, 207, 211, 213], "fine": [2, 63, 80, 90, 103, 126, 135, 166], "fingerprint": [158, 166], "fingerprinthash": 159, "finish": [10, 17, 28, 35, 63, 109, 119, 143, 166, 187, 189, 199, 200], "finit": [107, 185], "fire": 63, "firefox": [89, 110, 137, 140, 180, 181, 213], "firewal": [80, 97], "first": [1, 2, 3, 5, 10, 27, 28, 35, 46, 53, 60, 63, 70, 73, 74, 76, 81, 83, 90, 94, 96, 99, 100, 101, 103, 107, 108, 112, 113, 118, 127, 129, 130, 133, 137, 138, 142, 145, 146, 147, 149, 160, 164, 166, 167, 170, 171, 175, 176, 178, 179, 180, 181, 182, 183, 187, 190, 194, 195, 196, 197, 201, 209, 211], "first_line_numb": 37, "first_nam": [19, 27, 46], "fit": [182, 183, 184], "five": 149, "fix": [9, 63, 80, 97, 128, 171, 180, 181, 183, 199], "flag": [83, 99, 135, 146, 166, 195], "flaki": [174, 191], "flask": 181, "flatli": 127, "flavor": [149, 195], "flaw": 129, "flexibl": [5, 63, 162, 177, 181, 197, 198, 213], "flexibli": 148, "flicker": 213, "flight": 167, "float": [129, 145, 187], "flow": [184, 185], "fluidpag": 127, "flux": 181, "fluxdiffeq": 181, "fly": 63, "flyout": [8, 64, 207], "fn": [175, 211], "focu": [63, 151, 174, 177, 185, 191, 199, 213], "focus": [66, 169, 199], "fold": [82, 123], "folder": [4, 15, 63, 68, 73, 95, 99, 115, 133, 136, 154, 156, 160, 171, 189, 190, 191, 194], "folium": [181, 182], "follow": [2, 4, 6, 10, 15, 28, 29, 32, 37, 48, 53, 56, 59, 63, 66, 70, 72, 76, 77, 78, 79, 80, 82, 83, 86, 87, 88, 95, 98, 99, 105, 106, 107, 117, 119, 124, 125, 127, 129, 130, 131, 133, 136, 142, 143, 145, 146, 148, 149, 164, 166, 170, 171, 174, 175, 176, 178, 179, 181, 182, 189, 190, 192, 193, 194, 195, 197, 203, 211], "font": [3, 80, 122, 145, 175, 181, 189, 211], "fontenc": 146, "fontspec": 146, "foo": [46, 129, 166, 175, 187, 189, 195, 211], "fooxyz": 46, "for_json": 15, "forc": [63, 182], "forecast": [181, 182, 184], "foreign": 146, "forese": 151, "forev": 181, "forg": 181, "forget": [63, 70, 166], "forgot_password": 28, "forgot_password_respons": 24, "fork": [103, 129, 149, 181, 182], "form": [2, 15, 18, 28, 29, 56, 63, 73, 117, 142, 166, 169, 170, 175, 178, 189, 193, 211], "format": [19, 21, 34, 35, 55, 63, 65, 105, 130, 142, 143, 145, 149, 154, 162, 166, 170, 171, 181, 182, 189, 193, 195, 197], "former": 177, "formerli": [180, 181], "formula": [9, 59, 90, 145, 147, 149, 175, 177, 181, 195, 213], "forth": [80, 128, 140, 142], "fortran": [97, 180], "fortranmag": 91, "fortun": 97, "forum": [56, 72, 192], "forward": [133, 145, 166, 173, 195], "forwardag": 166, "found": [6, 76, 80, 126, 130, 138, 145, 171, 192], "foundat": [99, 100, 203], "founder": [63, 98, 213], "four": [110, 149, 164], "fourier": 180, "fout": 162, "fr": 180, "frac": [59, 145, 147, 149], "fractal": 182, "fractint": 182, "fraction": [2, 9, 58, 170], "fragment": [141, 149], "frame": [9, 64, 72, 74, 82, 84, 88, 91, 95, 96, 111, 117, 122, 127, 129, 136, 141, 145, 146, 147, 149, 166, 170, 181, 200, 210, 212, 213], "framework": [117, 129, 131, 145, 181, 183, 185], "fred": 119, "free": [2, 5, 9, 63, 80, 94, 128, 129, 162, 171, 184, 188, 189, 190, 193, 196, 203, 206], "freedom": 63, "freehand": [175, 211], "freq_hz": 171, "frequenc": [77, 171], "frequent": [80, 107, 145, 151, 166], "fresh": [10, 28, 151, 166, 181], "freshli": 63, "fresnel": 181, "freud": 181, "fridai": 36, "friend": 203, "friendli": [63, 76], "from": [2, 3, 6, 7, 9, 15, 18, 21, 23, 26, 31, 37, 39, 40, 43, 50, 51, 55, 56, 62, 63, 66, 72, 73, 74, 75, 77, 79, 80, 83, 84, 85, 86, 87, 93, 94, 95, 96, 98, 100, 107, 108, 110, 111, 112, 113, 117, 119, 120, 121, 123, 127, 128, 130, 133, 135, 136, 140, 142, 143, 144, 145, 146, 147, 148, 149, 151, 152, 160, 161, 162, 164, 165, 166, 167, 169, 170, 171, 174, 175, 176, 178, 179, 180, 181, 182, 183, 185, 187, 190, 191, 192, 193, 194, 196, 197, 198, 200, 203, 205, 206, 209, 211, 213], "from_panda": 77, "from_sequ": 84, "from_tfd": 73, "fromfil": 134, "front": [10, 28, 78, 80, 129, 175, 200, 211], "frontend": 149, "fruit": 117, "frustrat": 5, "fsspec": 181, "fulfil": 177, "full": [5, 9, 10, 28, 30, 50, 63, 66, 85, 94, 126, 129, 136, 140, 146, 153, 170, 175, 187, 188, 203, 213], "fulli": [9, 53, 63, 99, 117, 121, 138, 140, 166, 174, 187, 193, 197, 203, 213], "fullscreen": [10, 28, 175, 207], "function": [10, 28, 58, 66, 70, 81, 91, 96, 100, 107, 111, 127, 128, 135, 145, 162, 166, 169, 171, 177, 178, 179, 181, 182, 184, 189, 193, 195, 203], "fund": [173, 196], "fundament": [73, 158, 178, 179], "further": [5, 15, 76, 82, 84, 157, 170, 194, 199, 213], "furthermor": [99, 132], "futur": [2, 15, 16, 32, 63, 99, 148, 153, 180, 183, 185, 188, 189, 192], "fv": 185, "g": [2, 5, 10, 28, 48, 59, 61, 63, 70, 73, 76, 80, 82, 83, 84, 87, 91, 96, 99, 103, 107, 113, 116, 119, 120, 121, 127, 129, 130, 134, 135, 143, 145, 146, 149, 151, 155, 156, 160, 166, 169, 170, 171, 174, 175, 176, 180, 181, 182, 184, 186, 187, 193, 194, 195, 196, 199, 200, 206, 209, 211, 213], "g0": 107, "gadfli": 180, "gain": [63, 169, 181], "galleri": 145, "game": 76, "gamma": 96, "gap": [132, 137, 176, 180, 181, 199], "gatewai": [118, 158], "gather": [149, 195], "gaussian": 184, "gb": [2, 63, 105, 107, 134, 189, 206], "gbq": 181, "gc": 73, "gcc": [74, 96, 99, 129, 181, 184, 186], "gce": 61, "gchempaint": 213, "gcp": [75, 166, 181], "gcsf": 181, "gdpr": 72, "gear": [87, 149], "geckodriv": 181, "geda": 213, "gedit": 213, "gen": 181, "gene": 184, "gener": [2, 9, 28, 29, 56, 72, 77, 80, 84, 90, 98, 99, 100, 102, 111, 116, 127, 130, 143, 144, 145, 146, 147, 151, 160, 161, 166, 171, 177, 182, 183, 191, 192, 198, 200, 203, 206, 207, 213], "genet": 181, "genlasso": 182, "genom": 182, "geodynam": [178, 179], "geograph": 173, "geographiclib": 181, "geomview": 182, "geopanda": [180, 181, 182], "geophys": 182, "geopi": 181, "german": 213, "gerrychain": 185, "get": [2, 5, 9, 10, 15, 19, 23, 27, 28, 44, 45, 52, 55, 63, 64, 70, 74, 75, 76, 77, 79, 80, 82, 83, 84, 86, 88, 97, 98, 99, 105, 107, 111, 117, 118, 121, 123, 129, 130, 133, 134, 135, 137, 139, 140, 141, 144, 145, 148, 149, 153, 154, 155, 162, 163, 165, 166, 167, 169, 170, 171, 174, 175, 180, 181, 189, 191, 192, 195, 196, 199, 200, 203, 209, 211], "get_api_kei": [19, 56], "get_available_upgrad": 28, "get_config": 111, "get_support_ticket": [21, 28], "get_syncdoc_histori": 86, "get_usernam": [28, 111], "get_xticklabel": 130, "getelementbyid": [10, 28], "getenv": [100, 127], "gfortran": [91, 181], "gg": 72, "ggformula": 181, "ggfortifi": 181, "ggmap": 181, "ggplot": 181, "ggplot2": [181, 183, 184], "ggstanc": 181, "ghc": 182, "gi": 181, "giac": 180, "gigabyt": 134, "gimp": [180, 213], "gist": [135, 145, 174], "git": [2, 63, 68, 76, 97, 145, 158, 168, 174, 180, 181, 191, 194, 200, 210, 213], "gitg": [94, 213], "github": [3, 25, 49, 51, 52, 54, 55, 66, 72, 73, 76, 94, 95, 99, 108, 118, 120, 127, 129, 141, 149, 158, 163, 166, 170, 171, 176, 180, 181, 187, 188, 194, 195, 203], "githubusercont": [95, 135], "gitk": [94, 213], "gitlab": [94, 158, 166], "give": [1, 10, 28, 48, 61, 63, 75, 86, 91, 94, 95, 96, 99, 107, 118, 127, 142, 145, 147, 155, 156, 159, 160, 162, 164, 165, 166, 171, 175, 178, 179, 180, 181, 189, 193, 199, 211], "given": [2, 13, 14, 15, 16, 17, 19, 20, 24, 26, 31, 35, 41, 44, 46, 47, 54, 59, 63, 80, 83, 86, 90, 98, 110, 120, 125, 135, 156, 164, 166, 189, 192, 195, 200, 209], "gke": 61, "glanc": 180, "glass": 199, "glasser": 96, "glib": 181, "glm": [180, 181], "global": [98, 99, 100, 101, 111, 129, 131, 151, 162, 166, 174, 180, 181, 183, 184, 195, 213], "glpk": 181, "gmail": [53, 95], "gnat": 180, "gnms0l6r": 99, "gnome": [180, 213], "gnu": [91, 96, 99, 100, 113, 131, 146, 180, 184], "gnumer": 213, "gnuplot": [113, 181], "gnutl": 181, "go": [9, 31, 63, 64, 72, 73, 76, 77, 80, 82, 87, 90, 95, 99, 103, 106, 108, 111, 121, 122, 125, 128, 129, 134, 136, 141, 142, 143, 145, 148, 156, 159, 162, 165, 166, 167, 173, 174, 175, 181, 182, 184, 189, 192, 193, 194, 195, 197, 203, 209, 211, 213], "goal": [62, 203], "goe": [80, 127], "gone": [63, 137, 171, 199], "good": [7, 99, 103, 116, 141, 145, 153, 166, 195], "googl": [3, 61, 72, 89, 97, 108, 110, 129, 137, 138, 171, 173, 175, 180, 181, 185, 188, 192, 199, 206, 213], "googleapi": [122, 181], "got": [9, 76, 155, 181, 195], "gotten": 111, "gp": 9, "gprofiler2": 184, "gpt": 209, "gpu": [9, 63, 81, 185, 196, 209], "gpy": 181, "gpyopt": 181, "grab": [129, 135, 150], "grade": [103, 137, 155, 169, 181, 191, 195], "gradl": 181, "grai": 3, "grant": [166, 174, 203], "graph": [117, 175, 182, 211, 213], "graphic": [63, 64, 97, 107, 113, 129, 136, 145, 166, 180, 181, 182, 185, 212], "graphicx": 145, "graphql": [37, 53], "graphviz": 180, "grass": 181, "great": [63, 189, 190], "greater": [2, 35], "greatli": [126, 129], "green": [10, 28, 80, 147, 200], "greet": 109, "grei": 167, "grenobl": 180, "grepcidr": 182, "grid": [65, 185], "group": [2, 35, 37, 53, 72, 93, 117, 175, 190, 191, 200, 211], "grow": [63, 143, 164, 183], "growth": [178, 179], "gruber": 149, "gschem": [180, 213], "gsd": 181, "gsl": 97, "gsl_math": 96, "gsl_mont": 96, "gsl_monte_mis": 96, "gsl_monte_plain": 96, "gsl_monte_vega": 96, "gspread": 181, "gst": 181, "gstreamer": 181, "gsuitedev": 95, "gtk": [180, 181, 213], "gtkwave": 181, "guarante": [2, 63], "guess": [63, 148, 213], "guest": 80, "gui": [141, 166, 181, 213], "guid": [28, 29, 51, 61, 64, 70, 72, 83, 89, 115, 122, 129, 132, 137, 147, 152, 155, 159, 164, 166, 182, 195, 203], "gvar": 184, "gvim": 213, "gyoto": 181, "gz": 129, "h": [15, 21, 27, 34, 35, 37, 44, 48, 49, 53, 55, 96, 112, 119, 125, 129, 162, 170], "h1": [38, 47, 117, 122], "h100": 63, "h13577e0_0": 181, "h14c3975_0": 181, "h14c3975_1001": 181, "h167e202_0": 181, "h1bed415_1002": 181, "h2": 122, "h2a4e5f8_1": 181, "h2ad7f00_6": 181, "h2fc8fa2_1002": 181, "h3": 122, "h37c48d4_0": 181, "h422b904_5": 181, "h470a237_1": 181, "h4ea9474_1004": 181, "h52cfd70_1": 181, "h5py": 181, "h66beb1c_1001": 181, "h714fa37_1": 181, "h80bd089_1005": 181, "h8bf5577_3": 181, "ha": [2, 4, 5, 6, 9, 10, 28, 29, 30, 50, 51, 61, 63, 72, 73, 75, 76, 80, 87, 88, 89, 94, 95, 98, 99, 100, 107, 110, 111, 120, 121, 125, 127, 128, 129, 134, 136, 138, 140, 141, 142, 143, 145, 146, 147, 148, 149, 150, 155, 160, 165, 166, 167, 170, 171, 174, 181, 187, 188, 189, 190, 192, 193, 194, 195, 196, 197, 198, 199, 203, 209, 213], "ha0c5888_2": 181, "ha4e643d_1000": 181, "hablar": 180, "hack": [80, 149], "had": [53, 63, 159, 189], "had28632_1001": 181, "haiku": 9, "half": 2, "halt": [103, 107, 129, 194], "hand": [70, 80, 129, 135, 142, 146, 166, 189, 194, 196, 213], "handi": [194, 195], "handl": [80, 99, 111, 145, 180, 182, 194, 196], "handout": [155, 191, 194, 199], "handout1": 189, "haplo": 182, "happen": [53, 63, 78, 80, 99, 103, 106, 107, 108, 121, 128, 129, 133, 146, 153, 166, 174, 193, 195, 200], "happi": [9, 59, 61, 90], "hard": [46, 134, 151, 195], "hardcod": 146, "hardwar": [63, 152], "harfbuzz": 181, "harm": 155, "hash": [149, 187], "hashtag": [164, 166, 188], "haskel": [151, 182], "hasn": 193, "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, 63, 66, 67, 70, 72, 73, 76, 79, 81, 83, 86, 89, 94, 95, 98, 99, 100, 101, 102, 103, 105, 107, 108, 109, 110, 111, 112, 115, 117, 119, 120, 124, 126, 127, 128, 129, 130, 133, 134, 135, 137, 138, 140, 141, 143, 145, 146, 147, 148, 149, 151, 152, 153, 155, 158, 159, 160, 161, 164, 165, 166, 167, 169, 171, 174, 175, 176, 177, 180, 181, 184, 187, 188, 189, 190, 191, 192, 193, 194, 196, 197, 198, 199, 200, 203, 204, 209, 211, 213], "haven": 53, "hb": 181, "hb453b48_1": 181, "hd3a4fd2_1002": 181, "hdf3bae2_1001": 181, "he": 192, "he243708_1001": 181, "he372182_0": 181, "head": [4, 122, 141, 149, 170, 174, 193], "header": [28, 29, 50, 55, 56, 111, 125, 176, 181], "headerpanel": 127, "headless": [81, 180], "hear": [80, 129], "heavi": [107, 138, 145, 206], "heavili": [2, 5, 206], "hebrewfont": 145, "heed": 76, "height": [77, 145, 147, 175, 182, 211], "held": 80, "hellerbard": 180, "hello": [36, 38, 47, 52, 53, 72, 74, 82, 117, 129, 136, 147, 182, 194], "helloworld": 129, "help": [2, 6, 7, 9, 28, 29, 31, 53, 58, 61, 63, 73, 79, 80, 89, 99, 102, 103, 107, 108, 115, 119, 121, 125, 126, 128, 129, 136, 145, 146, 151, 157, 159, 164, 166, 181, 182, 187, 190, 191, 194, 197, 198, 200, 203, 207, 209, 213], "helper": 182, "henc": [80, 129, 131, 146, 151, 182, 184, 195], "her": [181, 192, 197, 203], "here": [0, 1, 2, 3, 5, 6, 7, 8, 10, 28, 48, 53, 56, 61, 63, 65, 70, 72, 74, 75, 76, 79, 82, 83, 84, 85, 88, 91, 96, 98, 99, 100, 101, 102, 103, 105, 106, 107, 110, 111, 113, 118, 127, 128, 129, 130, 133, 134, 135, 140, 143, 145, 146, 148, 149, 150, 151, 153, 155, 161, 162, 164, 165, 166, 167, 170, 174, 175, 176, 181, 184, 188, 192, 193, 195, 196, 197, 199, 200, 209, 213], "heroku": 182, "hesit": [115, 177], "heteroskedast": 181, "hex": 130, "hexadecim": 6, "hf0c64fd_1003": 181, "hf63aee3_1001": 181, "hi": [152, 166, 192, 197], "hidden": [59, 68, 145, 149, 158, 171, 181, 188, 199, 200], "hide": [63, 66, 107, 149, 158, 164, 167, 191, 195, 203, 207], "hide_cod": 181, "high": [80, 90, 129, 145, 177, 183, 185, 194], "highchart": 181, "higher": [2, 63, 182, 203], "highli": [80, 94, 129, 162, 206], "highlight": [6, 59, 63, 82, 123, 136, 149, 155, 170, 180, 181, 189, 210], "highmap": 181, "highstock": 181, "hilbert": 182, "him": [181, 203], "hint": [70, 171], "hippi": 100, "hire": 203, "hist": 145, "histogram": 145, "histor": [145, 200], "histori": [15, 18, 57, 59, 83, 97, 136, 154, 165, 175, 194, 206, 211], "historymanag": 83, "hit": [70, 78, 95, 98, 100, 103, 107, 118, 123, 128, 130, 133, 143, 147, 159, 175, 190, 195, 199, 213], "hmmh": 76, "hmmlearn": 180, "hmmmd": 76, "hnh": 76, "hobbyist": 2, "hog": 80, "hold": [80, 177, 182], "holidai": [182, 184], "holo": 77, "holoview": 97, "holoviz": 77, "holt": 182, "home": [4, 6, 8, 10, 15, 28, 35, 36, 38, 47, 48, 63, 64, 67, 72, 75, 83, 84, 87, 98, 99, 100, 105, 111, 119, 129, 131, 134, 135, 145, 156, 158, 162, 166, 167, 174, 175, 176, 180, 181, 199, 207, 210, 211], "homepag": 161, "homework": [189, 193, 195], "homotopycontinu": 181, "hone": 63, "hood": [81, 145, 158, 170, 177, 195], "hook": [10, 28], "hoomod": 181, "hopefulli": [63, 195], "horizont": [70, 84, 147, 175, 199, 211], "hors": 73, "host": [37, 58, 63, 72, 77, 99, 107, 117, 119, 127, 129, 136, 137, 139, 152, 158, 163, 166, 167, 171, 173, 174, 194, 197, 207], "hostnam": [6, 166], "hot": 195, "hotel": 80, "hotfix": 181, "hotmail": 190, "hour": [37, 45, 59, 63, 80, 129, 143, 171, 195, 197], "hover": [1, 9, 63, 141, 149, 166, 169], "how": [1, 18, 28, 29, 48, 51, 61, 63, 64, 66, 70, 73, 75, 76, 81, 83, 84, 96, 97, 98, 99, 100, 102, 103, 105, 106, 107, 108, 112, 115, 117, 120, 122, 127, 128, 132, 136, 142, 143, 145, 147, 148, 149, 152, 155, 158, 166, 170, 173, 175, 176, 177, 184, 185, 186, 188, 190, 191, 196, 199, 206, 209, 211, 213], "howev": [63, 66, 80, 87, 110, 129, 131, 134, 147, 166, 171, 185, 190, 195, 203, 213], "howto": [64, 83, 130, 137, 140, 144, 159, 181, 195], "href": [31, 135], "html": [21, 28, 29, 30, 31, 59, 75, 80, 97, 99, 117, 130, 135, 137, 146, 180, 181, 182, 189, 195], "html5": 171, "htop": [84, 125, 137, 180], "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, 63, 66, 72, 73, 75, 76, 77, 79, 80, 83, 84, 87, 89, 95, 99, 100, 106, 117, 119, 122, 127, 129, 130, 135, 141, 148, 149, 150, 151, 163, 166, 168, 171, 174, 180, 181, 194, 195, 197, 203, 204, 209], "httpadapt": 50, "httpbasicauth": 50, "hub": [23, 28, 29, 42, 97, 162], "huge": [107, 171], "hull": 181, "human": [183, 200], "hundr": [98, 99, 100, 191], "hunt": 108, "hv": 77, "hw3": 193, "hydro": 63, "hyperbol": [178, 179], "hyperlink": 149, "hyperparamet": [181, 183], "hyperstack": 173, "hyphen": [6, 164, 166], "hypothesi": 182, "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, 62, 64, 66, 67, 68, 69, 70, 72, 74, 75, 76, 77, 78, 81, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 95, 96, 98, 99, 100, 101, 102, 105, 109, 110, 111, 112, 113, 115, 116, 117, 119, 120, 121, 124, 125, 126, 127, 128, 130, 131, 132, 133, 134, 135, 137, 138, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 155, 157, 158, 160, 161, 162, 163, 164, 166, 167, 169, 171, 173, 174, 175, 176, 177, 178, 179, 180, 181, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 195, 196, 197, 199, 200, 201, 203, 206, 207, 210, 211], "iam": 166, "ibmq": 181, "icmp_seq": 63, "icon": [3, 8, 59, 69, 78, 84, 87, 95, 102, 120, 128, 129, 134, 137, 141, 143, 145, 148, 160, 165, 167, 170, 174, 189, 192, 194, 199, 213], "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, 63, 66, 73, 107, 111, 117, 130, 135, 149, 166, 171, 174, 180, 181, 213], "id_": 94, "id_ed25519": [6, 166], "id_rsa": 94, "idea": [75, 80, 99, 127, 166, 181], "ideal": 183, "ident": [1, 61, 76, 146, 166, 195], "identifi": [6, 49, 56, 80, 102, 137, 184, 187, 189], "identityfil": 166, "idl": [2, 3, 37, 43, 72, 107, 159, 166, 167, 171, 180, 195, 197, 207, 213], "ieee": 181, "ifram": [66, 70, 122, 154], "ifs": 182, "ifsfract": 182, "igni": 181, "ignor": [13, 35, 70, 72, 80, 130], "ihaskel": 151, "ijavascript": [182, 185], "ijulia": 181, "illustr": [28, 29, 49, 69, 95, 171, 193, 195], "imag": [10, 20, 28, 59, 63, 73, 80, 97, 100, 134, 141, 143, 148, 158, 170, 174, 175, 177, 178, 179, 180, 181, 182, 183, 185, 197, 207, 211, 213], "imageio": 182, "imagemagick": [180, 181], "imaginari": 182, "imbalanc": 181, "immedi": [2, 15, 56, 59, 63, 94, 120, 129, 155, 209], "immun": 129, "impact": 129, "imper": 182, "implemenet": 129, "implement": [51, 53, 59, 63, 70, 101, 108, 120, 135, 136, 140, 141, 170, 174, 175, 181, 183, 185, 193, 195, 211], "impli": [151, 177, 181], "implicit": [26, 149], "import": [10, 28, 50, 63, 73, 77, 80, 84, 86, 95, 98, 99, 103, 107, 111, 112, 117, 119, 122, 129, 130, 133, 144, 145, 147, 162, 166, 171, 181, 182, 183, 190, 195, 213], "impos": [63, 173, 195, 211], "imposs": [9, 63, 108, 174, 185, 195, 206], "improp": 63, "improperli": 19, "improv": [10, 28, 51, 66, 129, 136, 173, 194], "imput": 184, "inact": [2, 3], "inadvert": [80, 129], "inbox": 190, "inc": 136, "inch": 129, "incididunt": 149, "incl": [181, 183], "includ": [2, 4, 9, 15, 21, 31, 35, 38, 46, 53, 56, 61, 63, 67, 70, 80, 83, 87, 92, 96, 98, 99, 100, 111, 120, 128, 129, 130, 134, 135, 141, 142, 148, 149, 158, 160, 166, 167, 171, 172, 174, 175, 176, 178, 179, 180, 181, 182, 183, 184, 189, 193, 195, 196, 197, 199, 200, 203, 206, 209, 210, 211], "includegraph": 145, "incognito": [80, 110, 174, 189], "incompat": [137, 148, 180, 181, 184], "inconsequenti": 63, "inconsist": [177, 181], "inconveni": 129, "incorrect": 111, "increas": [2, 3, 5, 37, 58, 63, 134, 142, 153, 174, 196], "incred": 194, "inde": 162, "indefinit": 203, "indent": [82, 123, 141], "indent_unit": 37, "independ": [190, 195], "index": [64, 72, 77, 135, 149, 180, 181], "india": 5, "indic": [5, 7, 63, 65, 80, 142, 145, 146, 155, 166, 167, 194, 197, 213], "indirectli": 80, "individu": [28, 29, 51, 84, 86, 108, 115, 145, 159, 166, 174, 181, 189, 203], "industri": [182, 195], "ineffect": 148, "infect": 137, "infecti": [178, 179], "infer": 181, "infinit": [128, 129, 162, 175, 211], "info": [21, 37, 89, 128, 149, 155, 166, 181, 185, 203], "inform": [0, 1, 2, 3, 4, 5, 10, 17, 25, 26, 28, 29, 37, 49, 61, 62, 63, 66, 67, 69, 70, 79, 80, 84, 86, 94, 97, 98, 99, 100, 103, 105, 107, 111, 120, 125, 127, 128, 129, 130, 134, 141, 142, 145, 146, 148, 149, 151, 152, 159, 161, 162, 164, 166, 171, 177, 180, 181, 190, 192, 195, 197, 200, 203, 205, 206, 207, 210], "infrastructur": [177, 203], "ingest": 150, "ingress": 61, "inherit": 90, "init": [83, 84, 125, 162], "initdb": 119, "initi": [84, 117, 136, 145, 146, 147, 151, 154, 156, 158, 164, 165, 166, 171, 174, 181, 188, 195, 213], "inject": 80, "inkscap": 213, "inlin": [83, 122, 145, 147, 210], "innoc": 107, "input": [9, 59, 81, 127, 129, 142, 145, 146, 147, 149, 171, 182, 193, 195, 213], "inputenc": 146, "inquiri": [198, 203], "ins": 149, "insensit": [46, 189], "insert": [9, 59, 86, 99, 112, 119, 143, 176, 181, 193], "insid": [61, 63, 67, 80, 83, 84, 90, 94, 95, 99, 100, 101, 109, 119, 135, 145, 149, 150, 151, 158, 160, 166, 171, 175, 177, 181, 184, 189, 192, 195, 199, 206, 211, 213], "inspect": [80, 89, 137, 176], "inspir": [9, 63], "instal": [6, 21, 62, 63, 73, 83, 87, 97, 101, 105, 106, 115, 125, 126, 128, 130, 132, 134, 137, 148, 151, 159, 166, 174, 175, 177, 180, 181, 182, 183, 184, 193, 194, 195, 203, 209, 211], "instanc": [10, 28, 63, 77, 84, 100, 129, 152, 162, 166, 171, 195], "instantan": 171, "instanti": [102, 127, 177], "instantli": [166, 175, 211], "instead": [2, 5, 15, 18, 35, 37, 38, 62, 77, 87, 90, 99, 116, 135, 137, 143, 145, 146, 147, 153, 166, 170, 171, 174, 177, 183, 191, 195, 213], "institut": [191, 195], "instruct": [58, 63, 74, 76, 83, 87, 98, 99, 118, 129, 131, 145, 147, 155, 177, 181, 183, 188, 189, 190, 199], "instructor": [2, 63, 64, 106, 111, 126, 136, 148, 155, 166, 169, 188, 189, 194, 195, 197, 198, 199, 203], "instrument": 181, "int": [96, 119], "int16": 171, "integ": 84, "integr": [10, 28, 60, 63, 96, 99, 115, 145, 155, 169, 177, 191, 193], "intel": 182, "intel64": 182, "intellig": [178, 179, 210], "intend": [32, 58, 63, 178, 179, 190, 199], "intens": [63, 98], "intent": [19, 91, 150], "interact": [9, 63, 77, 83, 100, 117, 127, 136, 140, 141, 142, 143, 146, 162, 166, 171, 175, 177, 178, 179, 181, 182, 192, 194, 199, 211, 213], "intercept": [56, 87, 199], "interconnect": 63, "interest": [5, 48, 125, 135, 146, 163, 174, 189, 195], "interf": 199, "interfac": [1, 3, 28, 29, 50, 53, 63, 64, 66, 80, 134, 137, 140, 141, 142, 145, 146, 147, 159, 166, 178, 179, 180, 181, 182, 183, 189, 197, 199, 213], "interfer": [80, 110, 189], "interior": 181, "interleav": 149, "intermedi": [2, 107, 137, 185], "intern": [23, 63, 99, 166, 195], "internet": [2, 37, 57, 58, 63, 73, 80, 94, 98, 99, 100, 136, 152, 159, 166, 173, 181, 194, 195, 197, 207], "interoper": 159, "interpret": [99, 149, 199], "interrupt": [63, 84, 102, 199, 206], "interv": [2, 3, 46, 145, 182, 195], "interval_": 42, "intervent": 129, "intro": 149, "introduc": [69, 147, 178, 179, 180, 182], "introduct": [10, 28, 64, 67, 117, 122, 144, 146, 158, 163, 173, 175, 178, 179, 181, 199], "introductori": [2, 61, 130, 199], "introtomanifold": 174, "intuit": 181, "invalid": [73, 103], "invers": [145, 182], "investig": 182, "invis": 129, "invit": [30, 31, 97, 165, 166, 191, 194], "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, 185], "involv": [63, 166, 203, 209], "io": [56, 171, 180, 181], "ip": [63, 84, 119, 135], "ipad": [64, 207, 213], "ipencil": [175, 211], "ipopt": 181, "ipsum": 149, "iputil": 63, "ipykernel": [83, 99, 182], "ipyleaflet": 181, "ipynb": [3, 10, 21, 28, 48, 66, 84, 86, 88, 99, 112, 124, 136, 140, 142, 143, 149, 156, 174, 176, 180, 181, 193, 199], "ipynb2sagew": [171, 199], "ipython": [70, 83, 129, 143, 177, 181, 182], "ipython2": [99, 199], "ipython3": [99, 177, 199, 213], "ipython_kernel": 83, "ipyvolum": 181, "ipywidget": [140, 181], "ir": 83, "irdisplai": 181, "iri": 127, "iridium": 80, "irkernel": 181, "irregular": 180, "isdir": 48, "ish": 19, "isn": [3, 11, 72, 106, 119, 129, 145, 171, 174, 181], "iso": 34, "isochron": [180, 182], "isocpp": 82, "isol": [10, 28, 158, 191], "issu": [10, 28, 44, 61, 66, 73, 76, 78, 84, 98, 101, 103, 107, 118, 120, 128, 129, 132, 137, 138, 140, 141, 145, 147, 149, 151, 159, 166, 167, 169, 171, 175, 180, 181, 182, 183, 184, 186, 195, 199, 209, 211, 213], "ital": 170, "item": [5, 46, 53, 150, 160, 167, 171, 175, 185, 209, 211], "iter": 180, "its": [6, 15, 54, 63, 80, 89, 90, 95, 99, 111, 127, 129, 142, 143, 145, 148, 159, 162, 163, 165, 166, 167, 174, 177, 181, 190, 192, 193, 194, 195, 196, 209, 213], "itself": [63, 126, 143, 145, 146, 150, 171, 182, 203, 213], "itzykson": 96, "iverilog": 181, "j": [28, 29, 96, 122, 125, 151, 162, 171, 175, 180, 181, 184, 185, 187, 211], "jan": 195, "jane": [27, 55, 194], "janic": 193, "januari": 195, "jar": 110, "java": [70, 180, 199, 213], "javac": 129, "javascript": [56, 79, 80, 111, 171, 180, 181, 195], "jax": [181, 184], "jaxlib": 181, "jd": [19, 21, 46], "jdbc": 180, "jedit": 213, "jieba": 181, "jinja2": [129, 180, 181], "jit": [180, 184], "jl": 118, "joblib": [180, 181, 182], "jobqueu": 181, "joe": [49, 119], "john": [6, 27, 46, 149], "john00": 19, "join": [31, 73, 166, 181, 190, 195], "jplephem": 181, "jq": [48, 52, 53, 55], "json": [10, 21, 27, 28, 29, 34, 35, 37, 44, 48, 49, 50, 53, 55, 70, 83, 86, 95, 98, 99, 166, 187, 195], "jul": 99, "juli": [178, 179], "julia": [63, 83, 97, 149, 151, 176, 177, 180, 193, 199, 203], "julia_depot": 98, "julia_depot_path": 98, "julia_project": 181, "julialang": 181, "juliaopt": 181, "jump": [145, 146, 147, 171, 175, 181, 191, 211], "juno": [56, 138, 180], "jupter": 181, "jupyt": [3, 37, 56, 61, 63, 64, 77, 79, 81, 84, 85, 86, 105, 111, 119, 127, 128, 132, 136, 137, 138, 149, 151, 156, 158, 170, 171, 172, 174, 176, 180, 181, 183, 184, 185, 186, 189, 191, 194, 195, 199, 200, 207, 210, 212, 213], "jupyter_class": 37, "jupyter_contrib_nbextens": 101, "jupyterhub": [140, 182], "jupyterlab": [8, 63, 85, 97, 102, 143, 156, 172, 182, 193, 200], "jupyterlab_dir": 105, "jupytext": [124, 180, 181, 182], "jurko": 181, "just": [2, 5, 6, 8, 9, 10, 28, 53, 56, 59, 63, 66, 70, 77, 80, 84, 86, 90, 98, 99, 103, 107, 108, 109, 113, 115, 119, 122, 128, 129, 130, 135, 141, 145, 146, 148, 151, 153, 155, 160, 164, 165, 166, 167, 171, 174, 180, 189, 190, 194, 195, 196, 201, 203, 209, 213], "juypter": 99, "k": [6, 96, 107, 125, 127, 128, 187], "k3": 159, "kaffeesatz": 122, "kafka": 182, "kaggl": 73, "katex": 149, "kbibtex": [181, 213], "kbyte": 107, "kdim": 77, "keep": [2, 43, 56, 59, 63, 72, 80, 84, 110, 136, 140, 147, 150, 169, 171, 175, 177, 180, 188, 203, 206, 209, 211, 213], "kei": [3, 8, 10, 19, 25, 28, 29, 34, 36, 37, 48, 49, 50, 52, 53, 54, 55, 63, 64, 73, 80, 87, 89, 94, 100, 107, 109, 110, 125, 129, 134, 142, 148, 154, 155, 158, 167, 171, 187, 196, 197, 198, 207, 209, 213], "kepler": 182, "kept": [9, 146, 180], "kera": [180, 181], "kernel": [63, 72, 79, 97, 98, 100, 104, 107, 112, 124, 132, 137, 143, 149, 151, 156, 166, 174, 175, 180, 181, 183, 184, 185, 186, 193, 194, 199, 211, 213], "kernel_nam": 83, "kernelspec": [83, 99], "kexi": 213, "keybind": 70, "keyboard": [66, 125, 141, 146, 175, 211], "keygen": [6, 94, 166], "keystrok": 87, "keyword": 176, "kgraphview": 180, "khalatyan": 77, "kick": 146, "kilcommin": 130, "kile": 213, "kill": [35, 103, 107, 125, 128, 159], "kind": [73, 75, 99], "kiosk": [10, 28], "kirb": 181, "kmean": 127, "knet": 181, "knitr": [180, 181, 213], "knob": 200, "know": [9, 10, 21, 28, 61, 63, 80, 83, 96, 103, 121, 128, 130, 140, 145, 146, 151, 181, 182, 193, 194, 195, 203, 209], "knowledg": 80, "known": [146, 149, 151, 166, 180, 183, 195, 206, 209], "kplr": 182, "kpsewhich": 145, "krita": [180, 213], "kubernet": [61, 63], "kucalc": [159, 162], "kucalc_image_nam": 162, "kwant": 181, "l": [6, 63, 76, 95, 96, 107, 119, 192, 195], "l4": 63, "l40": 63, "lab": [101, 105, 140, 181, 183], "label": [73, 80, 107, 140, 145, 184], "labextens": 105, "labor": [149, 209], "laboratori": 112, "lack": [58, 100, 103], "lag": 184, "lambda": 152, "lame": 181, "lamin": 183, "land": [137, 183], "lang": [70, 181], "langaug": 70, "languag": [9, 70, 90, 99, 102, 111, 113, 116, 136, 137, 142, 144, 145, 146, 149, 158, 171, 176, 177, 180, 181, 182, 183, 194, 195, 213], "laptop": [63, 152], "larg": [6, 9, 63, 73, 77, 78, 80, 107, 132, 137, 153, 164, 166, 170, 171, 177, 181], "larger": [80, 88, 134, 146, 171, 175, 186, 206, 211], "lasso": 182, "last": [3, 4, 9, 17, 27, 45, 46, 48, 99, 102, 121, 125, 129, 136, 142, 146, 164, 165, 171, 175, 181, 187, 190, 195, 209, 211], "last_edit": 187, "last_nam": [19, 27, 46], "latenc": [63, 80, 206], "later": [2, 5, 15, 58, 73, 136, 140, 146, 148, 166, 174, 188, 190, 194, 195, 209], "latest": [66, 75, 92, 122, 133, 137, 150, 180, 181, 182, 192], "latex": [51, 59, 61, 64, 72, 81, 90, 115, 130, 136, 151, 158, 160, 163, 168, 177, 180, 181, 187, 191, 193, 194, 199, 200, 203, 212, 213], "latexdraw": 213, "latexmk": [52, 145, 146, 147], "latexmkrc": 145, "latter": [141, 166, 195], "lattic": 182, "launch": [62, 63, 67, 94, 99, 103, 130, 156, 158, 166, 181, 192, 199, 206, 213], "launcher": [102, 180, 213], "law": [5, 63], "layer": [181, 184], "layout": [117, 125, 127, 147, 161, 177, 183], "ld": 74, "ld_library_path": 182, "lead": [53, 145, 182], "leader": 192, "lean": [151, 180, 181], "leanproject": 151, "leanprov": 180, "learn": [2, 3, 9, 10, 15, 28, 29, 50, 51, 52, 54, 55, 58, 63, 72, 73, 74, 92, 95, 109, 119, 125, 129, 145, 163, 164, 166, 167, 174, 175, 176, 177, 180, 181, 182, 184, 185, 190, 206, 211], "least": [2, 9, 10, 28, 63, 105, 128, 129, 136, 166, 171, 176, 184, 193, 196, 203, 206, 209], "leav": [52, 63, 66, 90, 129, 193, 197], "left": [0, 1, 5, 8, 56, 59, 65, 70, 72, 88, 94, 95, 113, 120, 122, 128, 129, 133, 138, 141, 142, 146, 147, 153, 159, 165, 166, 167, 174, 175, 176, 181, 182, 187, 190, 192, 193, 194, 199, 211, 213], "legaci": [64, 141, 191, 195, 207], "len": 73, "length": [9, 11, 14, 19, 31, 38, 41, 86], "lerna": [181, 182], "less": [31, 63, 79, 85, 88, 125, 128, 148, 166, 181, 199, 206], "let": [2, 3, 5, 53, 63, 70, 73, 77, 80, 84, 90, 98, 99, 103, 122, 128, 140, 141, 145, 146, 149, 151, 152, 153, 155, 165, 166, 171, 174, 175, 181, 182, 186, 187, 194, 197, 199, 203, 209], "letter": [59, 125, 164], "level": [2, 99, 116, 141, 166, 174, 176, 183, 185, 199, 213], "lexicograph": [175, 211], "lf": [180, 181], "lfm": 182, "lgsl": 96, "lgslcbla": 96, "lgslclba": 96, "lht": 195, "lib": [99, 100, 112, 129, 131, 180, 181, 182, 184, 185], "libcloud": 181, "libhomfli": 180, "libnetcdff": 182, "libnetcdff6": 182, "libopenbla": 180, "libpys": 181, "libqgi": 181, "librari": [10, 15, 28, 32, 63, 70, 77, 80, 96, 99, 100, 101, 103, 116, 133, 145, 149, 154, 158, 162, 165, 166, 175, 177, 178, 180, 181, 182, 183, 184, 185, 186, 194, 211], "librecad": 182, "libreoffic": [88, 180, 213], "libxml2": 181, "licens": [4, 5, 12, 20, 40, 48, 49, 51, 58, 61, 64, 85, 99, 100, 107, 128, 129, 132, 137, 158, 173, 174, 190, 191, 195, 197, 198, 205, 206, 207], "license_id": [12, 40], "lid": 63, "lie": [175, 211], "lifetim": 63, "light": [59, 167, 181, 200], "lightgraph": 181, "lightweight": [66, 149], "like": [5, 6, 9, 10, 21, 28, 37, 45, 48, 53, 56, 63, 66, 72, 73, 77, 80, 83, 87, 88, 90, 91, 94, 96, 99, 100, 101, 106, 110, 115, 117, 119, 124, 127, 130, 131, 134, 135, 142, 143, 145, 149, 151, 159, 162, 166, 171, 174, 176, 177, 178, 179, 180, 181, 182, 185, 187, 188, 189, 193, 194, 195, 198, 199, 203, 210, 213], "limit": [17, 31, 35, 46, 50, 63, 66, 78, 84, 107, 112, 113, 125, 128, 134, 143, 148, 160, 164, 165, 166, 173, 194, 196, 206, 207], "limma": 181, "line": [30, 35, 63, 70, 72, 74, 75, 76, 77, 79, 80, 82, 83, 87, 88, 90, 95, 96, 99, 111, 117, 119, 124, 125, 127, 129, 133, 134, 142, 145, 146, 147, 149, 160, 166, 170, 171, 175, 176, 177, 180, 181, 182, 183, 184, 185, 186, 187, 199], "line_numb": 37, "line_wrap": 37, "linear": [181, 182, 183, 184, 185], "linearalgebra": [180, 181], "linearmodel": [181, 182], "linex": 181, "link": [3, 5, 7, 9, 30, 44, 52, 56, 57, 59, 61, 62, 66, 73, 74, 79, 80, 83, 88, 95, 96, 99, 105, 110, 111, 117, 122, 126, 127, 128, 129, 130, 133, 134, 135, 141, 146, 147, 153, 165, 166, 167, 170, 171, 174, 175, 176, 182, 187, 193, 194, 195, 209, 210, 211], "link2proj": [30, 31], "linkifi": 149, "linspac": 77, "linux": [6, 38, 47, 55, 61, 63, 64, 67, 70, 72, 74, 75, 76, 81, 82, 83, 84, 87, 88, 91, 94, 96, 98, 99, 100, 101, 102, 105, 107, 109, 117, 119, 125, 127, 128, 129, 130, 136, 141, 143, 145, 146, 149, 156, 157, 158, 159, 160, 166, 171, 177, 180, 181, 182, 183, 184, 185, 186, 194, 195, 212, 213], "liquid": 182, "list": [0, 1, 2, 4, 5, 7, 10, 21, 22, 27, 28, 29, 37, 46, 51, 53, 57, 59, 63, 64, 72, 83, 88, 90, 95, 99, 107, 108, 115, 120, 121, 122, 125, 126, 127, 129, 133, 134, 140, 141, 143, 145, 147, 149, 150, 155, 157, 158, 165, 166, 170, 171, 174, 176, 177, 178, 179, 181, 182, 184, 188, 189, 190, 194, 195, 199, 203, 207, 209, 212], "list_plot": 171, "listcompr": 100, "listen": [117, 119], "littl": [84, 115, 129, 145, 171, 175, 180, 182, 199], "live": [120, 129, 171, 175, 191, 195], "ll": [0, 15, 53, 56, 70, 80, 82, 83, 105, 108, 115, 121, 123, 128, 129, 141, 143, 145, 170, 171, 174, 177, 181, 185, 189, 193, 194, 198, 199, 203, 213], "llm": [60, 63, 191], "llvmlite": [180, 181], "lm": 96, "lmfit": 183, "lmodern": 146, "ln": [129, 166], "lo": 134, "load": [2, 10, 28, 32, 66, 73, 77, 83, 86, 88, 100, 113, 117, 128, 132, 137, 145, 158, 164, 166, 167, 171, 195, 200, 203, 206, 207], "load_ext": 91, "load_sess": 171, "lobas": 213, "local": [2, 31, 46, 63, 78, 80, 83, 84, 98, 99, 100, 112, 115, 119, 131, 134, 145, 151, 160, 162, 166, 194, 199], "local_hub": [125, 162], "localc": [88, 213], "localhost": [63, 84, 135], "localstorag": 79, "locat": [10, 21, 28, 72, 129, 145, 146, 152, 162, 173, 175, 180, 181, 182, 194, 200, 211], "lock": [5, 99, 149], "locket": 180, "log": [8, 10, 28, 32, 36, 64, 66, 95, 107, 110, 121, 129, 130, 137, 147, 154, 158, 160, 162, 166, 195, 207], "log_client_error": 28, "logfil": 119, "login": [13, 22, 56, 73, 135, 166, 188, 194], "logo": [0, 1, 102, 207], "loimpress": 213, "london": [178, 179], "long": [2, 18, 93, 117, 121, 142, 145, 165, 166, 174, 181, 185, 194, 195, 199, 200, 203, 213], "longer": [3, 87, 128, 181, 190, 194, 196, 203], "look": [10, 28, 29, 32, 49, 63, 80, 87, 96, 99, 107, 108, 111, 115, 117, 127, 129, 130, 132, 133, 142, 145, 148, 149, 162, 166, 171, 188, 189, 192, 193, 194, 195, 197, 209, 213], "loop": [73, 107, 128, 129, 162], "lorem": 149, "lose": [56, 63, 128, 166, 198], "loss": [109, 119], "lost": [128, 129, 166, 195, 200], "lot": [9, 60, 63, 107, 117, 151, 177, 180, 186], "love": [80, 129], "low": [103, 128, 132, 137, 182, 206], "lower": [3, 5, 63, 94, 113, 116, 129, 136, 145, 166, 176, 190, 195, 203, 206], "lowrit": 213, "lsqfit": 184, "lt": [181, 182], "ltd": [178, 179], "lualatex": 146, "luatex": [146, 177, 181], "luck": 138, "lwd": 127, "ly": 97, "lyx": 213, "lz4": 181, "m": [15, 31, 46, 62, 63, 80, 83, 87, 96, 99, 107, 111, 129, 213], "m1": 62, "m2": 185, "m_pi": 96, "mac": [70, 171, 175, 211], "macaulay2": 181, "machin": [63, 80, 100, 107, 110, 145, 152, 171, 181, 182, 183, 200, 206], "maco": [6, 62, 66, 166], "made": [5, 28, 29, 50, 51, 53, 83, 84, 87, 108, 121, 142, 182, 185, 189, 192, 195, 200, 203, 210], "magna": 149, "magnif": 199, "mai": [2, 3, 5, 6, 9, 26, 28, 29, 31, 35, 36, 37, 44, 46, 48, 49, 51, 53, 62, 63, 66, 70, 73, 79, 80, 83, 85, 86, 89, 98, 99, 100, 103, 106, 107, 108, 113, 126, 128, 129, 133, 134, 140, 141, 143, 145, 146, 147, 149, 152, 160, 164, 166, 169, 171, 174, 177, 188, 189, 190, 193, 195, 196, 199, 203, 206, 209, 213], "mail": [19, 72, 126, 178, 179, 181, 190], "mailto": 151, "main": [10, 28, 52, 58, 66, 67, 72, 75, 80, 101, 103, 117, 122, 129, 136, 140, 141, 145, 172, 174, 181, 182, 185, 189, 196, 211], "mainli": 3, "mainpanel": 127, "maintain": [5, 151, 177, 181, 183, 191, 193], "mainten": [2, 151, 182], "major": [87, 95, 129, 180, 181, 182], "make": [5, 9, 10, 11, 15, 18, 26, 28, 29, 38, 53, 56, 57, 58, 63, 73, 75, 79, 82, 83, 84, 85, 87, 90, 95, 98, 99, 100, 105, 107, 108, 110, 116, 119, 120, 121, 122, 126, 129, 130, 131, 134, 135, 137, 141, 142, 143, 145, 146, 148, 149, 151, 152, 153, 155, 159, 160, 161, 162, 164, 166, 171, 174, 175, 177, 180, 181, 182, 185, 187, 188, 189, 191, 192, 193, 194, 197, 200, 203, 206, 209, 210, 211, 213], "makefil": 146, "maketitl": 147, "makevar": 107, "maladi": 80, "malici": [80, 94, 206], "malwar": 137, "man": [125, 166, 180], "manag": [11, 53, 58, 61, 63, 64, 67, 73, 80, 97, 98, 99, 106, 107, 109, 110, 119, 147, 155, 157, 162, 163, 166, 173, 174, 175, 181, 182, 188, 190, 191, 192, 193, 194, 208, 209, 211, 213], "mandatori": [10, 28], "mangl": 80, "mani": [1, 28, 29, 58, 63, 70, 76, 80, 84, 98, 103, 107, 108, 113, 120, 125, 128, 135, 138, 142, 145, 146, 147, 151, 166, 171, 175, 176, 177, 181, 182, 184, 185, 186, 187, 194, 199, 200, 201, 206, 211, 213], "manifold": 181, "manipul": [182, 183, 184], "manner": 63, "manpag": 125, "manual": [56, 72, 79, 88, 155, 166, 171, 191, 192, 195, 196, 205], "map": [10, 28, 87, 135, 166, 181, 182, 183, 184], "mapclassifi": 184, "mar": 127, "march": 107, "margin": 175, "mark": [43, 59, 145, 149, 164, 171, 174, 175, 182, 187, 188, 189, 194, 195, 209, 211], "markdown": [59, 64, 90, 130, 141, 142, 143, 146, 170, 171, 174, 175, 176, 181, 189, 191, 193, 212, 213], "markdown2": 182, "markedli": 171, "markov": [181, 185], "markovchain": 182, "markup": [31, 144, 149], "mask": 160, "mass": 184, "massiv": [58, 63, 175, 211], "master": [25, 95, 127, 129, 145, 174, 181], "match": [13, 46, 79, 99, 127, 149, 164, 166, 170, 175, 176, 199, 211, 213], "match_bracket": 37, "match_xml_tag": 37, "materi": [163, 174, 177, 194, 195], "math": [2, 76, 96, 120, 149, 175, 182, 194, 195, 197, 213], "math_202": 195, "mathemat": [90, 126, 149, 163, 170, 171, 175, 177, 187, 211, 213], "mathematica": 182, "mathi": 76, "mathjax": 149, "mathlib": [151, 180, 181, 182], "mathlibtool": 182, "matlab": 113, "matplotlib": [83, 129, 130, 137, 181, 183, 213], "matplotlib_venn": 182, "matrix": 107, "matter": [63, 189], "matur": 177, "maualli": 145, "max": [17, 127, 153], "max_output": 35, "max_output_messag": 129, "max_retri": 50, "max_shap": 73, "max_stdout_s": 129, "maxi": 76, "maxim": [175, 196, 213], "maxima": 213, "maximum": [2, 17, 35, 46, 107, 173, 196, 206], "mayb": [59, 80, 108, 109, 115, 126, 145, 151, 166, 177, 180, 181, 195, 213], "mb": [37, 88, 107, 134, 143, 197], "md": [10, 19, 21, 28, 48, 70, 122, 126, 149, 156, 170, 171, 174, 180, 181, 189, 193, 195], "md5": [6, 159], "mdr": 181, "mdtraj": 99, "me": [2, 9, 119, 171], "mean": [10, 15, 18, 28, 73, 80, 100, 102, 107, 127, 131, 134, 135, 136, 141, 142, 145, 151, 166, 171, 174, 177, 181, 182, 194, 199, 200, 203, 209], "meaning": [6, 166], "meant": 35, "meantim": 53, "measur": 79, "meatax": 181, "mechan": [98, 131, 145, 162, 166, 195], "medium": [5, 53, 153], "meet": [175, 180, 211], "megabyt": 134, "meld": 213, "mem": [125, 162], "member": [21, 37, 53, 58, 63, 72, 129, 137, 166, 167, 173, 190, 192, 194, 197, 207], "member_host": [25, 37, 50], "memeb": 192, "memit": 181, "memor": 181, "memori": [2, 25, 37, 50, 72, 80, 84, 86, 105, 132, 137, 146, 157, 159, 171, 181, 184, 193, 194, 195, 203, 206], "memory_profil": 181, "memory_request": 25, "mention": [9, 80, 99, 129, 134, 166, 167, 181, 191, 195], "menu": [1, 6, 9, 64, 65, 67, 81, 83, 90, 99, 100, 102, 110, 111, 115, 140, 141, 145, 146, 147, 149, 160, 166, 170, 174, 175, 192, 193, 194, 195, 207, 211, 213], "mercantil": 181, "merg": [37, 145, 174, 195, 213], "mesa": [181, 182], "mesg": [10, 28, 31], "meshlab": 182, "mess": [129, 145], "messag": [9, 10, 12, 15, 19, 23, 27, 31, 32, 35, 37, 40, 43, 59, 63, 76, 79, 88, 89, 95, 98, 100, 103, 110, 128, 137, 143, 154, 166, 167, 173, 192, 193, 196, 197, 203, 209, 213], "meta": 122, "metadata": [21, 111, 181, 193, 195], "metal": 61, "method": [48, 51, 72, 73, 80, 108, 130, 133, 134, 141, 153, 171, 182, 185, 188, 190, 195, 197, 207], "metric": [28, 42], "michael": [178, 179], "microsoft": [99, 200, 210, 213], "microwav": 181, "middl": [102, 122, 129, 145, 199], "might": [2, 10, 15, 17, 28, 62, 66, 76, 80, 83, 86, 89, 98, 99, 101, 103, 107, 110, 117, 125, 129, 135, 136, 142, 143, 145, 147, 153, 155, 160, 162, 166, 171, 182, 192, 194, 195, 198, 199, 203, 206, 209, 213], "mike": 189, "mike_test": 189, "millisecond": [80, 187, 195], "min": [122, 127, 153], "mind": [63, 129, 136, 175, 203], "mini": [67, 134, 158, 165, 166], "minim": [62, 63, 126, 130, 187, 213], "minimalist": 213, "miniterm": 181, "minor": [180, 181], "mintim": [25, 37], "minu": [59, 87, 175, 199, 211], "minut": [3, 9, 15, 26, 57, 63, 79, 105, 121, 128, 129, 133, 162, 177, 182, 206], "mirror": 99, "misc": 183, "miser": 96, "misplac": 194, "miss": [15, 18, 63, 90, 108, 115, 140, 181, 191], "misspel": [70, 146, 194], "mist": 180, "mistak": [63, 129], "mitig": [166, 177], "mix": [46, 63, 91, 170], "mkdir": [75, 83, 99, 109, 129, 145, 156, 195], "mkl": 182, "ml": [180, 181, 182], "mlrose": 181, "mltool": 182, "mlv": 180, "mlxtend": [181, 182], "mmmmmmddddddddddmm": 76, "mmmmmmmmmmmmmmmmmm": 76, "mmy": 76, "mnist": 73, "mobil": [138, 213], "mocha": [28, 29], "mock": [181, 182], "mod": [76, 187], "modal": 213, "mode": [65, 73, 80, 107, 122, 129, 140, 149, 170, 171, 181, 182, 189, 199, 207, 211, 213], "model": [9, 63, 92, 112, 181, 182, 183, 184, 198, 213], "moder": 167, "modern": [63, 107, 125, 129, 145, 183, 213], "modif": [9, 117, 135, 136, 150, 166, 192], "modifi": [9, 56, 73, 87, 111, 129, 131, 135, 141, 143, 145, 160, 166, 176, 189, 192, 193, 195, 200], "modsimpi": 181, "modul": [95, 99, 149, 181, 183, 193, 195], "modular": [146, 181, 185], "modulenotfounderror": 99, "molecul": 213, "moment": [20, 63, 105, 133, 136, 148, 197], "mon": 162, "monei": [5, 63, 173, 196, 203], "mongo": 109, "mongod": 109, "mongodb": 97, "monitor": [37, 125, 162, 180], "mono": 122, "mononoki": 181, "mont": [96, 185], "month": [2, 63, 153, 164, 165, 166, 197, 203], "monthli": [2, 53, 153, 206], "monti": [180, 181], "montreal": 117, "moodl": 191, "more": [0, 1, 2, 3, 5, 9, 10, 19, 20, 28, 29, 46, 48, 50, 52, 54, 55, 58, 59, 61, 62, 63, 66, 67, 70, 72, 73, 76, 80, 83, 84, 85, 89, 90, 91, 94, 95, 99, 100, 101, 102, 103, 105, 107, 110, 111, 115, 116, 117, 118, 127, 128, 129, 130, 134, 136, 140, 141, 142, 145, 146, 147, 148, 149, 151, 152, 155, 159, 160, 162, 163, 164, 166, 167, 169, 171, 173, 174, 176, 177, 180, 181, 182, 185, 189, 190, 192, 193, 194, 195, 196, 199, 200, 201, 204, 205, 206, 209, 210, 213], "moreov": [48, 129, 149], "moreutil": 181, "most": [2, 3, 9, 28, 29, 46, 52, 57, 70, 72, 73, 76, 78, 80, 89, 99, 102, 106, 121, 125, 129, 136, 146, 149, 165, 166, 170, 171, 173, 175, 177, 182, 184, 190, 194, 195, 199, 211, 213], "mostli": [99, 149, 182, 213], "motiv": [151, 181, 213], "mount": [50, 166], "mous": [3, 6, 70, 107, 125, 134, 147, 166, 175, 211, 213], "move": [3, 8, 63, 72, 79, 136, 137, 142, 147, 160, 165, 166, 175, 181, 182, 185, 194, 195, 199, 206, 211], "mozilla": [21, 110, 180], "mp3": 171, "mpi4pi": 181, "mpl_toolkit": 180, "mplbackend": 181, "mro": 99, "mscorefont": 181, "msg": 171, "msgerr": 171, "msglog": 171, "msimput": 184, "mtcar": 111, "mtime": 48, "mtune": 107, "much": [2, 3, 5, 9, 58, 63, 85, 88, 95, 99, 107, 108, 111, 121, 128, 129, 136, 137, 145, 147, 148, 149, 159, 162, 166, 181, 197, 203, 206, 209, 213], "multi": [70, 80, 160, 182, 184], "multi_respons": [37, 44], "multifactor": 181, "multifil": 181, "multipl": [5, 11, 17, 20, 35, 38, 63, 80, 97, 124, 140, 146, 149, 158, 166, 170, 174, 175, 183, 187, 190, 191, 192, 194, 206, 209, 210, 211, 213], "multiple_cursor": 37, "multipli": 96, "music": 181, "must": [2, 10, 11, 13, 14, 15, 19, 21, 27, 28, 30, 31, 35, 37, 38, 39, 41, 47, 51, 53, 54, 56, 59, 73, 98, 99, 100, 130, 134, 151, 160, 166, 170, 171, 176, 190, 194, 195, 196, 203, 209], "mv": 99, "mwout": 180, "mxnet": [180, 181, 182], "my": [20, 37, 53, 87, 89, 111, 130, 137, 154, 158, 164, 174, 178, 179, 188, 195], "my_schema": 73, "myapp": [56, 171], "mybind": [174, 177], "myconda": 99, "myfil": [37, 143], "myfunc": 171, "mykei": 166, "mymdtraj": 99, "mypi": [180, 181, 182], "mysql": 180, "mzcli": 182, "n": [26, 31, 35, 36, 47, 59, 76, 87, 99, 100, 107, 117, 119, 127, 129, 145, 162, 164, 166, 171, 175, 187, 195, 209, 211], "nag": 19, "name": [2, 3, 6, 21, 27, 28, 29, 30, 31, 37, 46, 48, 58, 59, 63, 72, 73, 77, 79, 81, 82, 83, 86, 87, 94, 95, 96, 98, 99, 100, 102, 108, 111, 115, 117, 119, 121, 122, 127, 137, 143, 145, 146, 147, 149, 158, 159, 160, 162, 164, 165, 171, 174, 176, 177, 181, 184, 189, 190, 192, 193, 194, 195, 199, 207, 213], "narrow": [164, 177], "nasm": 74, "nathan": 129, "nativ": [70, 107, 145, 147, 175, 207, 211], "natl": 96, "natsort": 181, "natur": [9, 28, 29, 145, 182], "navig": [5, 8, 66, 80, 94, 103, 133, 146, 174, 181, 189, 194], "nbconvert": [141, 145, 180, 182, 183], "nbextens": [101, 181], "nbextensions_configur": 101, "nbgrade": 181, "nbgrader": [64, 181, 189, 191], "nbgrader_config": 111, "nbgrader_exchang": 111, "nbval": 180, "nbviewer": 174, "ncours": 26, "nearli": 183, "necessari": [37, 80, 84, 89, 94, 99, 100, 119, 129, 145, 177, 189, 194, 195, 196, 209, 213], "necessarili": 48, "need": [2, 3, 10, 11, 15, 16, 17, 18, 19, 28, 35, 36, 37, 38, 47, 51, 56, 61, 70, 72, 73, 76, 78, 80, 81, 82, 83, 85, 86, 90, 94, 95, 98, 99, 100, 102, 105, 107, 111, 112, 119, 126, 128, 129, 130, 134, 135, 136, 140, 141, 143, 145, 148, 149, 151, 153, 160, 162, 164, 166, 171, 173, 174, 176, 177, 181, 183, 188, 189, 192, 193, 194, 195, 196, 197, 199, 203, 213], "nehs2gk": 72, "neither": 166, "nemo": 181, "nemoh": 185, "neron": 112, "nest": [181, 182], "net": 73, "nettl": 181, "netwid": 183, "network": [2, 3, 25, 37, 50, 61, 63, 112, 128, 129, 130, 137, 181, 182, 190, 203], "networkx": [181, 182], "neue": 181, "neuron": [97, 181], "neutron": [181, 183], "never": [15, 22, 121, 177, 190, 195, 203], "new": [2, 3, 5, 8, 9, 13, 14, 15, 19, 20, 37, 51, 52, 56, 59, 63, 64, 67, 72, 73, 76, 80, 82, 84, 87, 91, 94, 95, 99, 100, 102, 108, 110, 111, 113, 118, 120, 123, 125, 126, 127, 128, 130, 133, 134, 135, 136, 137, 140, 141, 145, 146, 147, 151, 153, 154, 158, 160, 164, 167, 170, 171, 174, 175, 176, 177, 180, 181, 182, 183, 186, 187, 191, 192, 193, 194, 195, 200, 201, 203, 207, 209, 210, 211, 213], "new_api_intro": 73, "new_dataset": 73, "new_email_address": 13, "new_modul": 129, "new_password": [14, 41], "newer": [5, 15, 18, 151, 166, 174, 182, 185, 195, 197, 200], "newest": 180, "newfontfamili": 145, "newli": [99, 129], "next": [5, 9, 51, 53, 57, 59, 66, 67, 70, 76, 84, 87, 91, 92, 117, 129, 137, 141, 148, 149, 153, 155, 160, 166, 167, 174, 175, 176, 177, 188, 189, 190, 193, 195, 197, 199, 200, 204, 213], "nfail": 111, "nginx": 61, "nglview": 181, "ngspice": 184, "nhttp": 26, "nice": [55, 65, 122, 135, 143, 174], "nicer": [3, 166], "nightli": [181, 182], "nilearn": 182, "nipyp": 182, "nisq": 185, "nlsolv": 181, "nltk": 181, "nnn": 182, "nnnn": 63, "noaa": 180, "noauth_local_webserv": 95, "nobodi": [135, 153], "node": [50, 63, 125, 128, 151, 162, 180, 181, 185, 206], "nodej": [180, 181], "noisi": [184, 185], "non": [8, 46, 157, 162, 166, 171, 181, 182, 183, 184, 193, 209], "none": [37, 50, 79, 187], "nonlinear": 184, "nonsens": 53, "nonstart": 87, "nonstopmod": 146, "nonzero": 35, "nopen": 127, "nor": 166, "normal": [54, 66, 78, 80, 87, 98, 99, 100, 108, 110, 122, 140, 143, 166, 167, 169, 195], "normaliz": 181, "normalizepath": 107, "norwai": 63, "nosql": 109, "notabl": [136, 160, 180, 181, 190], "notbook": 100, "note": [2, 3, 5, 10, 13, 15, 16, 17, 18, 21, 26, 27, 28, 29, 32, 35, 37, 38, 44, 46, 47, 49, 50, 53, 54, 59, 63, 70, 81, 83, 84, 85, 87, 93, 95, 98, 99, 111, 113, 129, 130, 134, 136, 138, 140, 141, 145, 146, 148, 149, 159, 160, 165, 166, 170, 171, 176, 177, 180, 181, 182, 185, 186, 188, 189, 190, 194, 195, 196, 197, 198, 199, 200, 209, 213], "notebook": [3, 10, 21, 28, 37, 56, 59, 61, 63, 64, 79, 81, 83, 84, 85, 86, 90, 99, 101, 103, 105, 111, 113, 119, 124, 127, 128, 136, 137, 149, 156, 158, 166, 170, 171, 174, 176, 177, 180, 181, 183, 185, 186, 189, 191, 192, 194, 199, 200, 210, 212, 213], "notedown": 180, "noteworthi": [180, 181, 182], "noth": [63, 80, 106, 137, 145, 166, 175, 195], "notic": [63, 86, 126, 180, 194], "notif": [30, 59, 150, 160, 175, 192, 195, 201, 207, 211], "notifi": [11, 39, 194, 199], "notimplementederror": 111, "notion": 11, "noto": 145, "novel": 181, "novic": 181, "now": [5, 6, 9, 10, 15, 28, 34, 45, 53, 63, 72, 73, 76, 77, 83, 84, 95, 99, 110, 115, 119, 120, 129, 133, 137, 143, 145, 146, 151, 153, 155, 161, 166, 171, 180, 181, 182, 184, 185, 186, 189, 190, 194, 195, 196, 197, 199, 209], "np": [73, 77, 171, 213], "npartit": 84, "npm": [180, 181, 182], "nproc": 84, "nrais": 111, "nrn": 112, "nrngui": 112, "nshow": 119, "nteract": [180, 213], "nthread": 84, "nthrow": 111, "ntk": 137, "ntodai": 36, "null": [37, 44, 48, 53, 55, 111], "num": [73, 84], "num_class": 73, "numba": [180, 181, 182], "number": [4, 5, 6, 9, 15, 17, 18, 35, 46, 63, 78, 80, 84, 86, 101, 111, 117, 119, 127, 128, 130, 133, 138, 142, 147, 164, 166, 170, 171, 173, 175, 180, 182, 187, 189, 190, 193, 195, 196, 197, 199, 206, 209, 211, 213], "numdifftool": 180, "numer": [44, 53, 80, 127, 145, 149, 156, 160, 183, 184, 185], "numpi": [73, 77, 129, 171, 180, 181, 182, 183, 184, 213], "numpyro": 184, "nutshel": [99, 100], "nvcc": 63, "o": [21, 74, 75, 77, 82, 84, 87, 96, 99, 107, 111, 112, 117, 119, 125, 129, 133, 145, 149, 159, 162, 166, 178, 179, 206], "o_o": 76, "object": [21, 25, 27, 28, 29, 33, 35, 37, 38, 73, 77, 127, 141, 166, 171, 175, 181, 182, 191, 211], "observ": 129, "obspi": 182, "obtain": [45, 56, 173], "obviou": 63, "obvious": [48, 135], "ocaml": 182, "occas": 166, "occasion": [2, 63, 166, 185], "occur": [72, 143, 148], "occurr": 70, "ocr": 181, "oct": 195, "octav": [61, 83, 97, 151, 155, 176, 199, 203, 213], "od": 213, "odd": 80, "odt": 213, "off": [2, 9, 52, 59, 63, 75, 80, 119, 132, 137, 138, 146, 154, 159, 160, 182, 196], "offens": 76, "offer": [61, 66, 70, 136, 139, 141, 152, 157, 162, 166, 170, 173, 174, 176, 177, 178, 185, 195, 203, 209], "offic": [200, 213], "offici": [111, 126, 129, 151, 193], "offlin": [155, 195], "offset": [17, 50], "offsit": 57, "often": [2, 28, 29, 78, 80, 141, 149, 165, 171, 190], "ogg": 171, "ok": [50, 121, 146, 151, 166, 182, 193, 209, 213], "okpi": 182, "okular": 213, "old": [5, 14, 80, 121, 180, 182, 188, 195, 213], "old_email_address": 13, "old_password": 14, "older": [2, 151, 158, 166, 180, 181, 184, 185, 188, 199, 207], "oligo": [181, 183], "omedit": 213, "omit": [34, 66], "ommmdsooooooooynm": 76, "ommmmh": 76, "onc": [10, 28, 38, 63, 72, 73, 80, 83, 84, 94, 100, 102, 107, 117, 119, 129, 143, 145, 162, 165, 166, 171, 177, 181, 189, 190, 192, 194, 195, 196, 197, 203, 209, 213], "one": [2, 3, 5, 6, 9, 10, 15, 17, 28, 29, 35, 46, 52, 53, 56, 59, 63, 66, 67, 70, 74, 80, 82, 83, 84, 85, 86, 88, 90, 95, 98, 99, 104, 107, 108, 109, 110, 111, 115, 116, 123, 124, 125, 127, 128, 129, 130, 134, 136, 140, 141, 142, 145, 146, 147, 148, 149, 151, 153, 155, 158, 159, 160, 164, 166, 170, 171, 174, 175, 176, 177, 181, 182, 184, 185, 187, 188, 189, 190, 192, 193, 194, 195, 196, 197, 198, 199, 201, 203, 204, 206, 209, 211, 213], "ones": [9, 48, 53, 73, 99, 107, 166, 174, 181, 182, 195, 213], "ongo": [80, 118, 199], "onli": [2, 9, 10, 11, 16, 17, 28, 32, 35, 37, 45, 46, 56, 63, 70, 80, 84, 99, 100, 102, 107, 111, 112, 116, 117, 119, 122, 125, 126, 127, 128, 133, 135, 136, 141, 145, 147, 148, 149, 151, 153, 159, 160, 162, 164, 166, 171, 174, 175, 177, 180, 181, 182, 185, 186, 187, 188, 190, 192, 193, 194, 195, 197, 200, 203, 206, 211, 213], "onlin": [2, 3, 61, 72, 73, 94, 120, 126, 136, 139, 162, 175, 177, 194, 199, 209], "ons": [76, 80], "onto": [59, 134], "oom": 107, "op": 17, "open": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 21, 26, 28, 37, 56, 59, 63, 65, 66, 67, 69, 70, 72, 73, 74, 76, 79, 81, 82, 83, 84, 85, 86, 88, 90, 94, 95, 98, 99, 100, 101, 102, 103, 105, 107, 108, 110, 112, 113, 115, 117, 118, 120, 122, 123, 124, 127, 128, 129, 130, 133, 134, 135, 136, 137, 138, 140, 141, 143, 145, 146, 147, 148, 149, 153, 155, 156, 158, 161, 162, 163, 166, 169, 170, 171, 172, 174, 175, 176, 177, 180, 181, 182, 183, 184, 187, 188, 189, 190, 193, 194, 195, 196, 197, 198, 199, 200, 201, 203, 206, 207, 208, 209, 210, 211, 213], "open_fil": [10, 28], "opencv": [180, 181], "opendyslex": 181, "openfil": 181, "openmodelica": [180, 213], "openscad": 182, "opensourc": 194, "openssh": [6, 166], "opentsn": 182, "openwebui": 9, "oper": [10, 15, 16, 17, 28, 29, 63, 73, 77, 79, 80, 87, 116, 125, 134, 142, 174, 177, 181, 188, 193, 203, 206, 213], "opportun": 136, "oppos": 37, "opt": [77, 127, 182], "optim": [63, 153, 166, 180, 181], "option": [3, 5, 11, 15, 17, 18, 19, 20, 21, 27, 28, 29, 31, 34, 35, 37, 52, 56, 63, 64, 68, 70, 72, 77, 85, 87, 95, 100, 117, 120, 127, 129, 134, 139, 140, 143, 145, 146, 149, 152, 155, 156, 162, 166, 169, 171, 172, 174, 177, 181, 187, 189, 190, 191, 194, 195, 197, 203, 206, 207, 213], "optlang": 182, "orang": [78, 117, 167, 181], "orange3": 182, "orbit": 181, "order": [2, 5, 38, 59, 63, 66, 70, 73, 76, 84, 90, 98, 99, 100, 103, 107, 109, 112, 129, 136, 145, 146, 153, 159, 162, 166, 167, 174, 175, 176, 177, 178, 179, 187, 193, 195, 197, 199, 203, 209, 211, 213], "ordinari": 5, "org": [80, 82, 99, 119, 126, 129, 149, 151, 168, 174, 180, 181, 203], "organ": [63, 80, 89, 99, 153, 158, 174, 175, 178, 179, 187, 194, 195, 211], "orient": 182, "origin": [10, 28, 77, 96, 141, 149, 160, 175, 188, 189, 199, 209], "ortholog": 184, "ortool": 181, "osbot": 181, "osnabr\u00fcck": [178, 179], "other": [2, 5, 7, 28, 29, 43, 46, 56, 58, 63, 66, 70, 72, 78, 84, 87, 94, 99, 108, 110, 111, 119, 124, 128, 131, 134, 135, 136, 137, 141, 142, 143, 144, 145, 146, 147, 148, 149, 152, 153, 158, 159, 160, 164, 166, 171, 174, 175, 177, 180, 181, 182, 183, 187, 188, 189, 190, 192, 193, 195, 196, 197, 199, 200, 203, 206, 209, 211, 213], "otherwis": [2, 37, 81, 99, 100, 103, 128, 129, 135, 137, 142, 145, 166, 194, 195, 196, 213], "our": [5, 9, 53, 58, 61, 63, 64, 72, 73, 76, 99, 128, 135, 136, 140, 142, 148, 149, 152, 166, 167, 175, 180, 181, 190, 195, 211], "out": [2, 3, 5, 9, 15, 43, 53, 63, 74, 76, 78, 85, 87, 90, 91, 99, 103, 108, 110, 111, 121, 128, 129, 130, 132, 136, 137, 142, 143, 146, 149, 151, 157, 162, 167, 174, 181, 189, 197, 199, 207, 209], "out_d": 73, "outbound": 203, "outcom": 15, "outdat": [76, 80, 166, 171, 177], "outfit": 99, "outgo": 203, "outlin": [70, 163, 175, 211], "output": [9, 35, 48, 50, 52, 53, 54, 55, 70, 76, 79, 80, 81, 82, 86, 88, 90, 95, 96, 98, 99, 113, 119, 127, 133, 141, 145, 146, 149, 159, 160, 162, 166, 171, 180, 182, 186, 195, 199], "outsid": [119, 127, 162, 175, 189], "outstand": [128, 191], "over": [1, 3, 9, 63, 73, 80, 83, 88, 89, 94, 96, 141, 143, 146, 147, 148, 149, 163, 166, 169, 173, 175, 177, 180, 181, 185, 188, 194, 195, 200, 211], "overal": [10, 28, 63, 80, 90, 125, 134, 155, 166, 180, 193], "overcom": 132, "overflow": [100, 129, 178, 179], "overlai": 99, "overleaf": [144, 147], "overload": 58, "overlook": 145, "overnight": 206, "overrid": [102, 145, 160], "overspend": 153, "overview": [1, 61, 73, 115, 147, 160, 164, 181, 193], "overwhelm": 9, "overwrit": [15, 18, 73, 145], "overwrite_new": [10, 15, 18, 28], "overwritten": 47, "own": [9, 10, 22, 28, 63, 80, 83, 87, 98, 100, 101, 102, 109, 111, 119, 133, 145, 146, 148, 151, 152, 166, 169, 172, 174, 176, 177, 181, 190, 193, 194, 195, 198, 199, 213], "owner": [1, 2, 6, 11, 22, 26, 30, 31, 36, 37, 39, 50, 54, 55, 135, 160, 164, 165, 166, 174, 188], "p": [54, 73, 81, 83, 99, 109, 122, 129, 145, 156, 162, 175, 181, 211], "p21": 96, "p_group_cohomologi": 181, "packag": [1, 5, 21, 25, 26, 28, 29, 51, 75, 80, 83, 97, 101, 111, 113, 143, 146, 149, 151, 166, 177, 180, 185, 186, 194, 195, 197, 203], "package_nam": [98, 99], "packagevers": 127, "packet": 80, "packt": [178, 179], "pad": 11, "page": [10, 28, 51, 56, 58, 61, 66, 70, 72, 87, 91, 95, 98, 99, 100, 103, 108, 110, 111, 117, 125, 129, 130, 133, 137, 142, 154, 155, 161, 162, 164, 166, 167, 171, 174, 180, 197, 202, 203, 207, 209, 210, 213], "pai": [5, 63, 64, 99, 129, 148, 173, 191, 206, 209], "paid": [2, 9, 128, 129, 166, 191, 203], "pain": 87, "painlessli": 80, "paint": 213, "pair": [6, 28, 29, 54, 94, 134, 149, 166, 175, 176, 211], "palett": [127, 170, 181], "panda": [77, 83, 99, 117, 130, 180, 181, 183, 184], "pandoc": [149, 155, 181, 183], "pane": [56, 70, 95, 145, 149, 176, 206, 208, 211, 213], "panel": [5, 8, 64, 70, 77, 84, 94, 96, 118, 125, 129, 145, 146, 147, 149, 151, 153, 155, 157, 166, 171, 174, 175, 181, 194, 195, 199, 203, 207, 211, 213], "pango": 181, "paper": [63, 96], "papermil": 184, "par": [127, 151], "paragraph": [140, 146, 147], "parallel": [116, 183], "param": 96, "paramet": [2, 10, 28, 29, 35, 52, 53, 63, 66, 73, 83, 96, 177, 184, 196], "parameter": [183, 184], "paraview": 183, "parent": [10, 28], "parenthes": 4, "pari": 9, "pariss": 180, "parq": 77, "parquet": 77, "pars": [129, 149], "parseabl": 15, "parser": 149, "part": [2, 3, 5, 10, 28, 63, 67, 80, 99, 100, 107, 127, 129, 145, 149, 155, 160, 175, 178, 179, 181, 194, 195, 209, 211, 213], "partd": 180, "parti": [59, 80, 87, 89], "partial": [69, 90, 145, 147, 175, 185, 211], "partici": 199, "particip": [63, 80, 198, 199], "particl": 181, "particular": [10, 28, 38, 61, 63, 76, 80, 87, 100, 107, 128, 145, 146, 151, 169, 171, 177, 180, 181, 194, 195, 209], "particularli": [129, 182], "partit": [116, 136], "partner": [49, 53], "pass": [15, 18, 73, 80, 127, 166, 181, 193, 194], "passport": 44, "password": [3, 5, 13, 14, 19, 24, 41, 45, 56, 73, 108, 119, 135, 166, 188, 194, 195], "past": [6, 9, 37, 84, 95, 96, 102, 103, 109, 119, 120, 126, 127, 129, 133, 134, 135, 141, 150, 164, 165, 166, 170, 190, 194, 195], "patch": [86, 200], "patch_length": 86, "path": [4, 10, 15, 16, 17, 18, 21, 28, 29, 35, 36, 38, 47, 50, 52, 67, 73, 81, 83, 84, 86, 87, 100, 111, 112, 130, 131, 145, 166, 171, 176, 180, 182, 189, 193, 195, 199, 200], "patient": 190, "patron": 177, "patsi": 181, "pattern": 149, "paus": [3, 194], "payer": 58, "payload": [10, 28], "payment": [194, 197, 207], "pc": [79, 99, 100], "pcb": [180, 213], "pch": 127, "pd": [77, 117, 130], "pde": [178, 179, 185], "pdf": [52, 70, 97, 146, 147, 171, 175, 180, 181, 189, 191, 203, 211, 213], "pdfkit": 181, "pdflatex": [145, 146, 177], "pdftk": 180, "pdpipe": [181, 182], "peak": [80, 137], "peer": 191, "pefil": 181, "pegler": 181, "penalti": 148, "pencil": [175, 211], "pend": [17, 50, 190], "penni": [63, 143], "peopl": [5, 59, 119, 120, 129, 140, 174, 187], "peptid": 184, "per": [2, 63, 70, 84, 100, 130, 166, 171, 183, 187, 189, 190, 197, 206], "perfect": 195, "perfectli": 209, "perform": [61, 63, 66, 67, 73, 151, 166, 171, 181, 183, 189, 203], "perhap": [9, 63, 80, 87, 110, 174, 195], "period": [53, 57, 80, 82, 86, 121, 145, 166, 181, 183], "period_end": 50, "period_start": 50, "periodict": [181, 183], "perman": [108, 166, 195], "permiss": [38, 46, 47, 99, 166, 192], "permit": 166, "persist": [70, 77, 129, 177], "person": [5, 9, 63, 70, 93, 110, 120, 133, 148, 152, 165, 166, 194, 200, 203], "personal_w": 70, "petsc": 181, "pg_ctl": 119, "pgf": [145, 183], "pgfplot": 145, "pghost": 119, "pgmpy": 182, "pharmacokinet": [178, 179], "phase": [77, 181, 182, 197], "phenomenon": 110, "photographi": 213, "php": 79, "phy": 164, "physic": [57, 63, 163, 178, 179, 213], "pi": [77, 96, 171], "pick": [63, 98, 99, 100, 145, 174], "picker": [115, 170], "pictur": [59, 143, 145], "pid": [107, 125, 162], "pidfil": [125, 162], "piec": [9, 80, 142, 166, 194], "pile": 145, "pillar": 181, "pillow": 182, "pin": [151, 174], "ping": [10, 28, 29, 63, 80, 167, 181], "pint": 181, "pinta": 213, "pip": [83, 130, 151, 180, 181, 182, 195], "pip2": [99, 151, 180, 181], "pip3": [73, 99, 101, 129, 151, 180, 181], "pipe": 162, "pipelin": [73, 181], "pipenv": [99, 180], "pipfil": 99, "pitch": 171, "pitfal": 162, "pivottablej": 180, "pixel": 182, "pkg": [98, 181, 183, 184], "pl": 9, "place": [61, 70, 98, 111, 128, 145, 146, 166, 171, 175, 176, 189, 193, 194, 195, 211], "placehold": 84, "placement": [141, 145], "plai": [80, 90], "plain": [30, 70, 96, 103, 129, 136, 143, 149, 181], "plaintext": 149, "plan": [2, 5, 58, 61, 63, 87, 108, 148, 159, 161, 174, 181, 188, 192, 195, 196, 197], "planet": 181, "platform": [10, 28, 29, 64, 73, 92, 99, 100, 126, 128, 135, 137, 141, 152, 171, 177, 181, 183, 184, 191, 194, 199], "player": [143, 171], "playground": 181, "pleas": [2, 5, 10, 21, 28, 31, 58, 63, 73, 80, 98, 99, 100, 101, 107, 111, 112, 115, 129, 140, 148, 151, 159, 162, 166, 171, 177, 180, 181, 182, 185, 190, 194, 197, 199, 203, 213], "plenti": [111, 203], "plethora": [63, 177], "plink": 182, "plot": [77, 78, 91, 97, 127, 129, 143, 174, 180, 181, 182, 183, 184, 207, 213], "plot1": 127, "plot3d": 181, "plot4": 145, "plot_mimetyp": [143, 181], "plotli": [99, 117, 180, 181], "plotoutput": 127, "plt": [107, 213], "plu": [2, 63, 87, 89, 182, 184, 194, 196, 199], "plug": 149, "plugin": [149, 181], "pluto": [97, 156, 172, 183], "pm2": 181, "pn": 77, "png": [97, 134, 143, 145, 175, 181, 211], "po": [133, 197], "point": [10, 28, 63, 66, 72, 75, 77, 78, 83, 90, 93, 105, 107, 109, 111, 115, 121, 126, 127, 129, 130, 134, 135, 136, 149, 153, 160, 166, 167, 171, 175, 181, 182, 189, 190, 193, 195, 211], "pointer": 166, "polici": [51, 63, 72, 166, 180], "polit": 185, "polyglossia": 145, "polyhedr": 181, "polyhedron": 181, "pomegran": 181, "pong": 34, "pool": 188, "poor": [80, 194, 203], "pop": [2, 3, 5, 56, 79, 80, 95, 141, 153, 175, 193, 201, 211], "poppler": 181, "popul": [178, 179, 183, 189, 190], "popular": [142, 170, 182], "por": 182, "port": [73, 77, 84, 109, 117, 119, 127, 130, 173, 182], "portabl": [181, 183], "porter": [180, 181], "portion": [73, 80, 130], "posit": [73, 127, 146, 147, 175, 181, 187, 211], "possess": 174, "possibl": [5, 10, 28, 29, 46, 53, 56, 61, 63, 70, 78, 80, 84, 87, 99, 100, 101, 107, 117, 120, 121, 127, 129, 131, 135, 137, 138, 141, 142, 143, 145, 149, 151, 155, 159, 160, 166, 171, 177, 185, 189, 190, 192, 194, 196, 199, 210, 213], "possibli": [10, 20, 28, 80, 105, 129, 135, 140, 160, 166, 172], "post": [10, 25, 26, 28, 29, 34, 50, 51, 56, 100, 129, 134, 166, 192, 200, 213], "post1": 182, "postgres_data": 119, "postgresql": [28, 29, 48, 52, 53, 97, 180, 181, 200], "posthoc": 181, "postmessag": [10, 28], "postpon": 15, "postscript": 145, "potenti": [63, 128, 166, 185, 209], "potsdam": 77, "pound": [59, 70, 164], "power": [2, 9, 63, 80, 129, 145, 153, 182, 184, 196, 213], "powerlin": 180, "powerpoint": 175, "pp": 50, "pprint": 50, "ppt": 213, "practic": 166, "pre": [63, 75, 83, 145, 151, 171, 175, 182, 183, 211], "preambl": [70, 145, 147], "preced": [37, 59, 82, 140, 146, 149, 175, 211], "precis": [9, 63, 99], "precompil": [180, 181], "preconfigur": 209, "preemptibl": [2, 129], "prefer": [9, 56, 63, 70, 72, 73, 76, 129, 138, 140, 146, 147, 155, 156, 174, 190, 194, 195, 197, 203, 213], "prefix": [73, 81, 84, 99, 129, 131], "preivou": 183, "prem": 173, "premis": [61, 63, 64, 166, 173, 209], "premium": 181, "prepaid": [1, 207], "prepar": [2, 182, 191], "prepars": 171, "prepend": 195, "prepopul": 181, "preprocess": [73, 181], "prerequisit": 173, "presenc": 63, "present": [4, 5, 19, 21, 66, 70, 87, 141, 151, 166, 170, 171, 178, 179, 192, 195, 211, 213], "preserv": [195, 199], "preset": 153, "press": [72, 87, 95, 100, 109, 122, 125, 129, 134, 142, 171, 175, 187, 189, 199, 213], "prettier": [180, 181, 182], "prettyprint": 50, "prettyt": 180, "prevent": [2, 3, 109, 119, 129, 141, 153, 166, 169, 189, 196, 198, 199, 206], "preview": [9, 70, 146, 147, 174, 175, 211], "previou": [5, 31, 70, 76, 115, 129, 142, 148, 151, 171, 180, 181, 182, 184, 194, 195, 197, 199], "previous": [59, 103, 134, 166, 174, 181, 194, 195], "price": [2, 9, 63, 148, 152, 159, 166, 181, 197, 198, 203, 206, 209], "primari": 110, "primarili": [180, 181, 213], "prime": [9, 181, 206], "print": [72, 73, 76, 80, 81, 95, 99, 111, 117, 119, 127, 129, 130, 147, 149, 171, 182, 213], "printf": 129, "println": 129, "prior": 184, "priorit": [2, 58, 63], "prioriti": [2, 203], "privat": [9, 18, 35, 36, 58, 80, 94, 120, 134, 158, 160, 166, 177, 192, 209], "privileg": [49, 56, 99], "pro": [101, 138, 140, 177], "probabilist": [181, 182, 183, 184], "probabl": [10, 28, 72, 88, 108, 125, 128, 141, 180, 181, 182, 188, 195, 196, 213], "problem": [62, 63, 66, 78, 85, 87, 90, 103, 110, 111, 112, 115, 116, 126, 132, 134, 137, 140, 141, 143, 147, 148, 155, 157, 166, 167, 181, 182, 183, 185, 189, 191, 193, 194], "problemat": [80, 90], "proc": 96, "proce": [141, 193, 197], "procedur": [182, 184], "proceed": 3, "process": [5, 8, 11, 63, 64, 84, 90, 94, 97, 100, 103, 116, 128, 137, 142, 143, 145, 146, 147, 152, 155, 159, 160, 166, 170, 171, 174, 178, 179, 180, 181, 186, 190, 194, 195, 197, 199, 200, 206, 207, 213], "processor": [144, 145], "produc": [70, 90, 107, 143, 145, 147, 149], "product": [2, 10, 28, 29, 53, 58, 64, 72, 92, 98, 136, 158, 166, 183, 197, 213], "profession": 213, "profil": [167, 174, 181, 182, 184], "program": [2, 9, 28, 29, 63, 72, 78, 90, 93, 96, 102, 107, 113, 116, 132, 137, 142, 146, 149, 160, 166, 171, 176, 177, 178, 179, 180, 181, 182, 183, 184, 189, 194, 195, 199, 213], "programm": [129, 181], "progress": [178, 179, 194], "prohibit": 141, "projec": 125, "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, 63, 64, 67, 70, 73, 75, 78, 83, 85, 87, 88, 92, 94, 95, 97, 98, 99, 100, 101, 103, 106, 109, 110, 111, 115, 116, 117, 119, 121, 124, 125, 127, 130, 132, 133, 134, 135, 136, 137, 138, 140, 146, 149, 151, 154, 156, 157, 168, 171, 172, 173, 176, 177, 180, 181, 182, 184, 185, 187, 189, 191, 193, 198, 199, 200, 201, 202, 206, 207, 208, 209, 210, 213], "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, 77, 117, 127, 135], "project_init": 162, "project_invite_token": 11, "projectil": [178, 179], "projects_al": 37, "prologu": 145, "prompt": [75, 95, 99, 100, 130, 133, 141, 166, 180, 193, 199], "proof": [10, 28], "propag": 166, "proper": [10, 28, 90, 145, 149], "properli": [80, 89, 99, 117, 145, 166, 213], "prophet": 184, "proport": 171, "proportion": 143, "prorat": [5, 148], "protein": 184, "proto": 181, "protobuf": 182, "protocol": [89, 134, 154, 166, 182], "prototyp": [84, 181], "proven": 191, "prover": 182, "provid": [2, 3, 5, 9, 11, 21, 28, 29, 32, 34, 35, 37, 45, 49, 53, 57, 61, 62, 63, 66, 73, 76, 80, 89, 91, 95, 98, 99, 111, 113, 125, 135, 145, 149, 153, 155, 157, 166, 170, 174, 177, 178, 179, 180, 181, 182, 183, 185, 188, 189, 190, 194, 195, 196, 197, 198, 209, 211], "provinc": 182, "proxi": [80, 177], "ps1": 111, "psi4": [178, 179], "pso": 181, "pspp": [180, 213], "psppire": 213, "psql": [9, 119], "pss": 125, "pstrick": 213, "psych": 181, "psycopg2": [119, 181], "psycopg2_tutori": 119, "pt": 125, "pub": [6, 94, 166], "public": [3, 18, 36, 51, 94, 129, 134, 148, 160, 166, 177, 181, 194], "public_get_text_fil": 28, "public_path": [37, 174], "public_text_file_cont": 36, "publicli": [56, 110, 136, 143, 155, 194], "publish": [4, 64, 126, 129, 133, 142, 143, 149, 154, 155, 166, 178, 179, 194, 195], "pull": [94, 111, 148, 149, 203], "pulldown": [65, 149, 170], "puma": 181, "pumadata": 181, "punctur": 183, "purchas": [9, 48, 49, 51, 58, 64, 129, 148, 159, 166, 173, 189, 197, 204, 207, 209], "pure": [129, 183], "purg": 195, "purpos": [63, 80, 154, 177, 178, 180, 181, 182, 183, 191, 203, 206, 213], "push": [73, 94, 195], "put": [49, 59, 63, 75, 82, 87, 103, 123, 129, 136, 143, 145, 148, 149, 171, 174, 175, 187, 190, 196, 211], "puzzl": 90, "pw": 70, "pwd": 35, "pwlf": 182, "px": 117, "py": [9, 70, 77, 95, 103, 111, 117, 129, 130, 135, 145, 162, 180, 183, 199], "py2": [180, 181], "py3": [83, 180, 181], "py36_1": 181, "py36_blas_openblash641cfe3_1205": 181, "py36_blas_openblashbbbf1d5_201": 181, "py36h438ddbb_0": 181, "py36h5f35d83_1": 181, "py36h8210e8a_7": 181, "py36h8e2386c_0": 181, "py36h9c20d5c_0": 181, "py36hcca6a23_0": 181, "py36hf484d3e_1000": 181, "py36hfc679d8_0": 181, "py3serv": 135, "pyarrow": 184, "pyberni": 181, "pyblock": 145, "pyc": 99, "pycairo": 181, "pycharm": 180, "pydata": 99, "pydicom": 181, "pydo": 182, "pyeda": 181, "pyee": 181, "pyenv": 83, "pyfftw": 181, "pyflux": 180, "pygam": 181, "pygment": 182, "pygsheet": 181, "pylab": 145, "pyladvi": 180, "pylatex": 182, "pylatexenc": 181, "pylint": [181, 182], "pymatgen": 183, "pymc3": [180, 181], "pymp": 181, "pynormaliz": 181, "pyomo": 181, "pypi": [99, 181, 182], "pyplot": [107, 130, 181, 213], "pyppet": 181, "pyproj": 181, "pypy3": [99, 184], "pyqt": 181, "pyqt5": 181, "pyqtwebengin": 181, "pyreadstat": 182, "pyro": 183, "pysal": [181, 182], "pyscf": [181, 182], "pyshp": 181, "pysingular": 181, "pyspic": 184, "pystan": 181, "pyswarm": 181, "pytabl": 181, "pytest": [181, 182], "python": [15, 28, 29, 51, 61, 70, 72, 75, 77, 79, 86, 87, 91, 97, 101, 102, 104, 111, 112, 117, 119, 125, 127, 133, 134, 135, 136, 141, 145, 149, 151, 176, 177, 180, 186, 189, 193, 195, 199, 203, 213], "python2": [83, 95, 99, 129, 151, 180, 181, 199], "python3": [21, 77, 83, 99, 117, 142, 151, 162, 177, 180, 181, 182, 184, 185, 199], "pythonhost": 180, "pythonpath": [112, 129], "pythontex": 180, "pytorch": [63, 73, 181, 182, 183], "pytz": 99, "pytzwher": 181, "pyvi": 181, "pywavelet": 182, "pyzmq": 129, "q": [55, 89, 100, 107, 119, 125, 195], "qdap": 181, "qgi": [180, 181, 182], "qgrid": 182, "qiskit": [178, 179, 180, 181, 182], "qjqhddfsfj": 41, "qmd": 149, "qt": 181, "qtawesom": 181, "qtpy": 181, "qualiti": [9, 10, 28, 58, 90, 134, 136, 145, 177, 181, 194, 203], "quandl": [181, 182], "quantum": [181, 182, 185], "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, 66, 181, 182], "query_str": 50, "question": [5, 7, 9, 56, 58, 63, 72, 100, 107, 129, 132, 137, 159, 167, 171, 173, 188, 189, 191, 192, 194, 195, 205], "quick": [63, 80, 165, 166, 171, 184, 211], "quickest": 165, "quickli": [48, 63, 90, 94, 98, 128, 164, 191, 206], "quickstart": [95, 171, 180], "quit": [63, 125, 151, 195, 213], "quot": [2, 76, 82, 149, 175, 198, 211], "quota": [2, 50, 53, 57, 63, 85, 94, 105, 107, 110, 125, 129, 134, 155, 158, 159, 203, 205, 206, 207], "qutip": 181, "r": [10, 28, 50, 61, 64, 83, 97, 99, 101, 107, 125, 127, 142, 143, 145, 149, 151, 171, 176, 177, 180, 181, 185, 191, 193, 199, 203, 213], "r9": 159, "r_libs_us": 100, "r_makevars_us": 107, "race": 119, "racket": 181, "rai": [74, 181, 183], "rais": [111, 171], "ram": [5, 53, 63, 105, 107, 153, 166, 196, 197, 207], "randn": [77, 213], "random": [28, 29, 38, 76, 77, 107, 162, 166, 181, 184, 189, 213], "randomli": [128, 189, 203, 213], "rang": [53, 63, 73, 77, 84, 107, 116, 129, 142, 171, 181, 195, 209], "ranger": 182, "rapid": 181, "rare": [73, 146, 193], "raster": [143, 183, 213], "rasterio": 182, "rate": 181, "rather": [5, 28, 29, 63, 70, 79, 86, 107, 128, 129, 135, 148, 166, 195], "raw": [65, 95, 129, 145, 213], "raw_port": [125, 162], "rb": [123, 199], "rc0": [180, 181, 182], "rc1": 180, "rclone": 181, "rcmdr": 213, "rcommand": 213, "rcpp": 181, "rdkit": 181, "re": [2, 5, 10, 28, 58, 59, 70, 75, 76, 80, 81, 83, 84, 86, 91, 95, 99, 107, 116, 119, 125, 126, 128, 129, 134, 138, 141, 142, 143, 145, 147, 153, 166, 171, 176, 177, 181, 182, 188, 193, 194, 196, 199, 200, 203, 213], "reach": [80, 148, 167], "react": [61, 149], "reactiv": 127, "read": [10, 15, 16, 17, 28, 36, 37, 38, 47, 53, 58, 59, 63, 73, 83, 91, 95, 101, 111, 118, 119, 133, 142, 144, 145, 160, 166, 167, 171, 174, 177, 182, 184, 192, 197, 200, 203, 213], "read_csv": 130, "read_parquet": 77, "read_text_file_from_project": 28, "readabl": [32, 183, 200], "reader": [150, 213], "readi": [2, 10, 28, 63, 72, 73, 115, 159, 176, 184, 201], "readm": [19, 149, 174], "readthedoc": [180, 181], "readwritemani": 61, "real": [50, 55, 59, 63, 91, 136, 140, 141, 142, 157, 166, 174, 175, 182, 183, 191, 194, 195, 211, 213], "realli": [10, 28, 58, 98, 108, 121, 125, 151, 166, 195, 203, 213], "realnumb": 129, "realtim": [140, 193, 200], "rearrang": 175, "reason": [2, 19, 51, 80, 93, 140, 141, 145, 152, 159, 166, 173, 174, 182, 190, 191, 194, 199, 200], "rebat": 181, "reboot": [79, 129, 137, 159, 206], "rebuild": 183, "recaptcha": 53, "receipt": 207, "receiv": [10, 28, 30, 85, 88, 149, 177, 185, 192, 193, 194, 195, 203, 206], "recent": [52, 61, 79, 87, 99, 121, 129, 137, 145, 158, 166, 181, 182, 184, 185, 199, 207], "reciev": 185, "recipi": [59, 190, 192], "recommend": [15, 56, 143, 162, 166, 181, 190, 199, 206], "recommonmark": 181, "reconfigur": [191, 195], "reconnect": [80, 137, 166, 199], "record": [32, 57, 83, 107, 142, 160, 175, 191, 194, 195, 200, 211], "recov": [132, 137, 140, 142, 166, 187, 188], "rectangl": [80, 175, 211], "rectangular": [175, 211], "recurs": 100, "red": [7, 59, 70, 72, 78, 80, 133, 155, 167, 181, 189, 196, 197], "redeem": 173, "redempt": 209, "redim": 77, "redirect": [77, 89, 194], "redistribut": 189, "redistrict": 185, "redraw": 213, "reduc": [129, 153, 169, 206], "reduct": [181, 182], "reestablish": 80, "ref": 75, "refactor": 210, "refer": [32, 58, 59, 63, 110, 154, 171, 213], "reflect": [48, 189], "refresh": [53, 66, 80, 83, 99, 103, 117, 118, 128, 130, 138, 158, 165, 183, 190, 211], "refund": 5, "regain": 63, "regard": [3, 61, 99, 101, 126, 152, 155, 166, 176, 177, 182, 194, 198], "regardless": [44, 166], "regener": 9, "region": [63, 96, 166, 171, 175, 211], "regist": 73, "registri": 98, "regress": 181, "regul": 5, "regular": [59, 63, 70, 73, 151, 152, 155, 162, 166, 175, 177, 211], "regularli": [48, 129, 177], "reilli": [178, 179], "reinstal": [98, 143, 181], "reinvit": 190, "reject": 135, "rel": [4, 10, 15, 18, 28, 35, 36, 38, 47, 48, 80, 145, 174], "relat": [1, 7, 53, 58, 70, 76, 83, 99, 101, 128, 137, 140, 153, 159, 165, 171, 174, 180, 181, 182, 185, 194, 213], "relationship": 143, "relax": [108, 180], "releas": [2, 66, 83, 111, 129, 148, 166, 180, 181, 182, 183, 184, 186], "releat": 180, "relev": [58, 80, 103, 129, 146, 149, 153], "reli": [63, 133], "reliabl": [61, 63], "relief": 181, "reload": [78, 80, 128, 171, 176], "rem": [180, 181, 182, 185], "remain": [5, 63, 75, 133, 180, 181, 188, 194], "remaind": [28, 29, 51], "remap": 199, "remark": 122, "remarkj": 97, "rememb": [66, 80, 121, 145, 148, 167, 174], "remember_m": 80, "remind": [63, 166, 176, 184], "remot": [63, 73, 85, 94, 98, 99, 100, 134, 153, 158, 162, 171, 181, 199, 207], "remotedata": 181, "remov": [2, 3, 6, 10, 16, 28, 39, 40, 53, 63, 66, 75, 76, 80, 84, 85, 93, 111, 120, 129, 145, 147, 164, 165, 166, 169, 170, 173, 174, 175, 180, 181, 182, 187, 191, 193, 194, 198, 204, 206, 208, 211], "remove_collabor": 28, "remove_license_from_project": 28, "renam": [160, 165, 181, 194], "render": [59, 70, 77, 81, 105, 122, 145, 147, 149, 171, 181, 193, 195, 213], "renderplot": 127, "renew": [2, 5, 209], "renown": 63, "repeat": [35, 129, 166, 181], "repl": 83, "replac": [9, 48, 53, 63, 77, 80, 81, 84, 86, 101, 111, 127, 129, 134, 143, 145, 146, 147, 159, 166, 177, 181, 195, 199], "repli": [10, 28, 31, 171, 192], "replyto": [30, 31], "replyto_nam": [30, 31], "repo": [95, 99, 100, 118, 174], "repo2dock": 177, "report": [15, 18, 73, 79, 80, 90, 103, 126, 145, 151, 171, 182, 193, 194, 195], "repositori": [2, 51, 63, 66, 68, 95, 98, 100, 148, 149, 159, 163, 166, 174, 176, 177, 178, 179, 194, 195, 213], "repr": 181, "repres": [63, 184], "represent": [181, 200], "reproduc": [99, 128, 145, 167, 177], "req": [10, 28], "request": [2, 7, 9, 10, 11, 15, 21, 24, 25, 26, 28, 29, 31, 34, 35, 50, 55, 56, 63, 73, 80, 86, 115, 128, 134, 135, 145, 148, 149, 165, 167, 174, 177, 181, 182, 184, 195, 196, 199, 203, 209], "requir": [2, 3, 5, 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, 58, 61, 63, 64, 73, 83, 90, 99, 100, 111, 127, 129, 152, 153, 166, 177, 180, 181, 182, 195, 206, 209, 213], "rerun": 128, "res_d": 73, "reschedul": 128, "research": [77, 98, 136, 145, 181, 206], "resel": 173, "resembl": 170, "resend": 191, "reserv": 206, "reset": [5, 24, 41, 166, 177, 195], "reset_cod": 41, "reset_forgot_password": 28, "reset_forgot_password_respons": 41, "resid": [80, 107, 151, 158, 160], "residu": 125, "resist": 182, "resiz": 213, "resolv": [63, 80, 171, 180, 184, 195], "resourc": [2, 3, 5, 20, 58, 61, 63, 98, 106, 126, 128, 137, 144, 148, 152, 153, 155, 157, 166, 173, 188, 190, 194, 196, 197, 206, 213], "respan": 84, "respect": [22, 163, 187, 213], "respond": [34, 58, 128, 213], "respons": [9, 10, 19, 28, 29, 56, 62, 63, 128, 130, 198, 203, 213], "rest": [107, 123, 149, 192], "restart": [2, 72, 78, 79, 80, 83, 84, 87, 98, 99, 100, 102, 103, 105, 106, 107, 112, 129, 130, 137, 142, 143, 153, 162, 165, 171, 177, 183, 188, 191, 196, 197, 199, 203, 206], "restor": [66, 78, 80, 121, 147, 160, 167, 171, 195], "restrict": [64, 94, 135, 136, 143, 191, 196, 206], "result": [17, 19, 38, 46, 49, 80, 86, 88, 90, 96, 141, 142, 143, 145, 148, 162, 167, 170, 171, 190, 193, 199, 200], "resum": [5, 78, 137], "retain": 171, "retri": 193, "retriev": [15, 17, 86], "return": [10, 15, 17, 19, 21, 22, 25, 26, 28, 29, 34, 35, 37, 44, 46, 49, 56, 66, 72, 77, 80, 84, 93, 96, 98, 100, 129, 133, 134, 138, 142, 145, 146, 147, 164, 165, 171, 188, 191, 195, 199, 213], "reusabl": 183, "rev": 180, "reveal": [46, 141, 148, 177, 180, 181, 187], "revenu": 203, "revers": [76, 171, 182, 195, 200], "revert": [121, 143, 166, 183, 188, 194, 195, 200], "review": [193, 194, 213], "revis": [5, 37, 76, 145, 171, 187, 195, 200], "revok": [188, 194], "rewrit": [56, 166], "rewritten": 166, "rf": [75, 143, 181, 182], "rhodesmil": 181, "rich": [64, 77, 175, 181, 212], "rid": [84, 107], "right": [0, 1, 2, 3, 5, 8, 9, 56, 57, 59, 63, 65, 69, 70, 78, 80, 82, 84, 87, 90, 95, 96, 98, 99, 102, 103, 108, 110, 113, 115, 120, 121, 122, 123, 126, 128, 129, 133, 134, 141, 142, 143, 145, 147, 157, 160, 164, 166, 167, 170, 174, 175, 176, 181, 189, 190, 191, 193, 194, 195, 197, 199, 209, 211, 213], "rigid": [149, 178, 179], "rise": 181, "risk": [143, 166], "rl": 125, "rlang": 181, "rm": [75, 143, 181], "rmarkdown": [70, 180, 181, 182], "rmd": [70, 149, 213], "rna": 181, "rnorm": 145, "rnw": [145, 213], "roboto": 181, "robust": 183, "rocket": [84, 199], "roll": 153, "rollout": 181, "roman": 145, "room": [107, 134, 136, 149, 192, 195], "roommat": 80, "root": [99, 111, 145, 151, 173, 180, 181, 189], "roper": 180, "rotat": [130, 178, 179], "rough": 197, "roughli": 111, "round": [167, 180, 182], "rout": 80, "router": 80, "routin": [181, 184], "row": [102, 107, 119, 125, 189, 194, 199], "rownam": 111, "rpcinfo": 182, "rpy2": [181, 182], "rsa": [159, 166], "rscript": [124, 127], "rss": [125, 150, 162], "rst": 200, "rstan": [137, 151, 181], "rstudio": [100, 127, 177], "rsync": [15, 18, 48, 134, 166, 181, 195], "rtd": 181, "rtex": [145, 213], "rtmpu49yv": 100, "rtree": 180, "rtx": 63, "rubi": 97, "rule": [7, 61, 73, 145, 149, 174, 181, 195], "run": [6, 9, 10, 15, 20, 28, 35, 48, 61, 63, 67, 70, 74, 75, 76, 77, 78, 81, 82, 83, 84, 85, 86, 91, 93, 94, 96, 97, 98, 99, 100, 101, 102, 103, 105, 109, 112, 113, 116, 117, 118, 119, 123, 124, 126, 127, 128, 130, 133, 134, 136, 137, 139, 140, 142, 145, 146, 148, 149, 151, 152, 153, 155, 157, 158, 159, 160, 162, 165, 166, 167, 169, 171, 172, 174, 175, 177, 178, 179, 180, 181, 182, 183, 184, 185, 190, 191, 194, 196, 198, 199, 200, 203, 206, 209, 210, 213], "run_limit": 53, "run_pend": 162, "run_serv": 117, "runapp": 127, "runnabl": 178, "runtim": 99, "ruptur": 182, "rust": [180, 184], "rustc": [180, 181, 182], "rustfmt": 181, "rw": 195, "rweav": 145, "rwx": 166, "ryan": 199, "sa": 182, "sad": 87, "safari": [21, 137, 138, 213], "safe": [56, 193], "safer": 56, "sage": [15, 18, 61, 64, 70, 72, 83, 87, 93, 107, 119, 128, 132, 136, 137, 143, 145, 149, 151, 158, 162, 174, 176, 177, 180, 181, 192, 194, 195, 199, 200, 203, 207, 212, 213], "sage_custom": 83, "sage_output": 162, "sage_path": 129, "sage_select": [166, 180, 181, 182, 183, 184, 185, 186], "sage_serv": 129, "sagebug": 126, "sagemanifold": 174, "sagemath": [63, 83, 99, 102, 126, 129, 136, 142, 145, 149, 151, 168, 173, 177, 180, 181, 183, 184, 185, 186, 194], "sagemathcloud": [21, 26, 177], "sagemathinc": [25, 51, 52, 54, 55, 66, 72, 129, 141, 163, 171, 174, 203], "sagetex": 181, "sagew": [21, 26, 93, 136, 149, 166, 171, 174, 199, 213], "sagews2ipynb": [171, 199], "sagews2pdf": 171, "sai": [72, 80, 88, 95, 107, 132, 134, 137, 153, 159, 166, 171, 189, 195, 200, 211], "said": 138, "sake": 99, "salvu": [129, 171], "same": [2, 5, 6, 9, 11, 19, 35, 38, 46, 56, 59, 63, 66, 70, 72, 81, 84, 86, 95, 96, 99, 102, 107, 108, 110, 116, 122, 128, 133, 135, 136, 137, 138, 140, 142, 143, 145, 148, 149, 151, 152, 160, 162, 166, 170, 171, 174, 175, 177, 181, 190, 193, 194, 195, 196, 199, 200, 206, 209, 211, 213], "saml": [61, 195], "sampl": [18, 20, 28, 29, 50, 52, 55, 70, 73, 95, 104, 149, 153, 160, 165, 166, 170, 171, 174, 193, 209, 211], "sandbox": 81, "sanit": 149, "saoimag": 180, "saoimageds9": 183, "sas7bcat": 182, "sas7bdat": 182, "satellit": 181, "satijalab": 181, "satisfi": [58, 63], "sav": 182, "save": [6, 9, 10, 28, 35, 56, 57, 70, 73, 80, 85, 86, 95, 99, 100, 105, 107, 128, 132, 137, 143, 145, 146, 147, 162, 164, 166, 171, 173, 175, 176, 187, 193, 194, 196, 200, 211, 213], "save_sess": 171, "sbin": [125, 162], "scalabl": [61, 73], "scale": [61, 84, 185, 206, 213], "scatter": [181, 183], "scenario": 63, "scene": [107, 134, 193, 195, 213], "schedul": [15, 16, 63, 84, 162, 175, 181, 211], "schema": [28, 29, 37, 53, 174], "schemat": 213, "scheme": [102, 129], "schmidt": 76, "sci": 96, "scienc": [63, 149, 153, 163, 177, 181, 185, 199], "scientif": [96, 113, 155, 177, 181, 213], "scientist": 73, "scikit": [180, 181, 182], "scipi": [99, 129, 171, 181, 182], "scm": 168, "score": 193, "scp": [134, 166], "scrapi": 183, "scratch": [129, 174, 181, 193], "screen": [0, 3, 5, 6, 10, 28, 65, 72, 80, 95, 129, 147, 155, 164, 166, 180, 187, 189, 192, 193, 209, 211, 213], "screenshot": [65, 69, 70, 79, 96, 123, 133, 142, 145, 147, 160, 163, 164, 175, 177, 181, 194, 197, 211, 213], "scribu": 213, "script": [6, 75, 80, 84, 113, 119, 122, 124, 127, 134, 154, 158, 180, 182, 193, 194, 195, 213], "scriptsaf": 80, "scroll": [56, 83, 95, 99, 102, 105, 125, 134, 149, 166, 190, 195, 209], "scrollabl": 142, "sdk": 180, "seaborn": [130, 180, 182], "seamlessli": [63, 182], "search": [3, 8, 46, 59, 64, 67, 72, 76, 95, 110, 121, 129, 145, 164, 165, 166, 170, 171, 174, 176, 181, 188, 189, 190, 206, 207], "searchabl": 170, "season": [182, 184], "second": [8, 10, 15, 18, 19, 28, 35, 37, 42, 63, 69, 79, 80, 100, 107, 109, 113, 117, 121, 133, 138, 141, 149, 160, 162, 166, 167, 170, 171, 178, 179, 187, 196, 197, 209, 213], "secret": [56, 166, 174, 195], "secret_password": [13, 45], "section": [2, 3, 5, 6, 52, 63, 76, 88, 96, 120, 130, 145, 146, 149, 155, 166, 175, 188, 189, 190, 192, 193, 195, 196, 197, 200, 203, 205, 211], "secur": [2, 34, 36, 37, 51, 63, 80, 92, 141, 143, 145, 166, 169, 174, 190, 191, 193, 195, 213], "sed": 149, "see": [0, 1, 2, 3, 4, 5, 6, 7, 9, 19, 25, 26, 28, 29, 37, 50, 51, 52, 53, 58, 59, 60, 61, 62, 63, 65, 66, 67, 70, 72, 73, 74, 79, 82, 83, 84, 88, 89, 94, 95, 96, 99, 102, 103, 104, 105, 106, 107, 108, 110, 111, 117, 119, 120, 122, 123, 124, 127, 128, 130, 133, 134, 137, 140, 141, 142, 143, 145, 146, 147, 148, 149, 151, 152, 153, 155, 157, 159, 162, 164, 165, 166, 167, 169, 170, 171, 172, 174, 175, 176, 177, 180, 181, 182, 183, 185, 187, 188, 189, 190, 192, 193, 194, 195, 198, 199, 200, 203, 205, 206, 209, 210, 211, 213], "seed": 155, "seek": 181, "seem": [132, 137, 196], "seen": [66, 194, 196, 197], "segment": [103, 171], "select": [0, 2, 3, 5, 6, 37, 59, 63, 65, 67, 68, 70, 72, 73, 82, 83, 87, 90, 95, 97, 98, 99, 100, 107, 110, 113, 115, 117, 119, 123, 124, 125, 127, 134, 140, 141, 145, 146, 147, 149, 151, 159, 160, 161, 163, 165, 166, 170, 173, 174, 175, 177, 180, 181, 182, 184, 185, 187, 188, 189, 190, 193, 194, 195, 197, 199, 209, 210, 211, 213], "selecteddata": 127, "selectinput": 127, "selector": [145, 149, 177], "selenium": [181, 183], "self": [3, 77, 173, 193, 194, 195], "sell": 209, "semant": 181, "semicolon": [31, 146], "send": [2, 5, 9, 10, 24, 28, 30, 35, 43, 53, 55, 59, 80, 109, 120, 166, 171, 174, 189, 190, 192, 195, 199, 209], "sens": [76, 145, 148, 169, 189], "sensit": [9, 68, 195], "sent": [10, 21, 27, 28, 31, 35, 37, 41, 59, 80, 128, 189, 190, 192], "sentenc": 147, "sentiment": 182, "sep": [107, 111, 127, 162], "separ": [20, 46, 70, 95, 98, 110, 124, 129, 136, 141, 146, 149, 164, 166, 190, 191, 192, 193, 198], "septemb": 159, "seq": 183, "sequenc": [35, 102, 181], "seri": [80, 180, 181, 182, 183, 184, 200], "serif": [122, 145], "seriou": 167, "serv": [10, 28, 77, 80, 135, 151, 166, 174], "server": [2, 3, 5, 8, 9, 10, 28, 34, 53, 58, 64, 72, 74, 79, 85, 97, 98, 99, 101, 103, 105, 107, 113, 118, 126, 128, 129, 130, 133, 136, 137, 141, 143, 149, 153, 154, 156, 158, 159, 167, 171, 173, 175, 177, 181, 182, 183, 184, 185, 190, 191, 194, 195, 203, 206, 207, 211, 212, 213], "server_app": 77, "server_doc": 77, "server_nam": 63, "servic": [28, 29, 50, 59, 61, 63, 64, 72, 73, 89, 94, 135, 136, 137, 152, 166, 172, 177, 181, 190, 194, 203], "session": [5, 10, 28, 50, 63, 64, 82, 95, 99, 100, 102, 107, 123, 127, 128, 129, 133, 137, 138, 142, 143, 153, 159, 162, 165, 167, 171, 177, 181, 191, 194, 199, 207, 209], "set": [0, 1, 2, 5, 6, 8, 9, 13, 14, 15, 17, 19, 35, 53, 55, 56, 59, 61, 63, 64, 66, 70, 72, 76, 78, 79, 84, 86, 87, 94, 98, 99, 103, 105, 106, 110, 119, 120, 125, 128, 129, 130, 131, 133, 134, 135, 136, 137, 140, 141, 142, 146, 148, 149, 151, 153, 154, 155, 156, 158, 160, 162, 164, 165, 170, 171, 181, 182, 183, 184, 187, 188, 189, 190, 191, 194, 195, 196, 197, 203, 207, 209, 210, 211, 213], "set_plot_opt": 129, "set_xlabel": 130, "set_xticklabel": 130, "set_ylabel": 130, "set_yscal": 130, "setdiff": 127, "setenv": 107, "setmainfont": 145, "setmainlanguag": 145, "setup": [61, 63, 76, 80, 84, 94, 97, 98, 108, 112, 129, 134, 140, 151, 155, 158, 174, 181, 182, 191, 194, 195, 197, 198, 207, 209], "setuptool": 181, "seurat": 181, "sever": [2, 3, 5, 10, 26, 28, 35, 67, 80, 84, 98, 99, 100, 103, 107, 110, 115, 123, 125, 134, 139, 142, 143, 145, 146, 149, 158, 164, 166, 180, 181, 182, 191, 194, 199], "sf": 117, "sgp4": 181, "sh": [56, 125, 162, 199], "shade": 77, "shape": [175, 182, 211], "shapefil": 181, "share": [2, 3, 4, 36, 37, 56, 59, 61, 63, 64, 70, 74, 76, 80, 83, 99, 107, 120, 126, 131, 133, 134, 136, 143, 149, 150, 154, 155, 160, 165, 166, 171, 173, 175, 177, 191, 194, 195, 196, 197, 199, 206, 211], "sharelatex": [144, 147], "sheet": [80, 97], "sheffield": 189, "shell": [34, 35, 67, 99, 130, 133, 134, 162, 166, 180, 181, 195, 213], "sherpa": [181, 183], "shift": [15, 70, 72, 80, 87, 93, 123, 129, 133, 141, 142, 143, 147, 151, 171, 187, 190], "shini": [97, 177], "shinyapp": 127, "shinythem": 127, "shop": [80, 209], "short": [2, 9, 53, 64, 67, 76, 80, 83, 95, 99, 145, 158, 173, 176, 191, 199, 203], "shortcut": [66, 141, 146, 175, 211], "shorter": [165, 181], "shortli": 166, "should": [5, 9, 10, 28, 42, 48, 56, 70, 73, 76, 78, 79, 80, 83, 84, 89, 96, 98, 99, 100, 107, 109, 110, 111, 113, 122, 125, 127, 129, 131, 146, 147, 149, 162, 166, 171, 174, 176, 186, 187, 189, 191, 196, 203, 210, 213], "shouldn": [140, 149], "show": [2, 4, 5, 9, 10, 17, 28, 37, 48, 63, 65, 67, 70, 76, 77, 80, 83, 86, 96, 99, 102, 107, 108, 117, 122, 125, 126, 129, 130, 136, 141, 142, 143, 145, 146, 147, 148, 149, 155, 157, 158, 162, 164, 165, 166, 167, 170, 171, 175, 177, 187, 190, 193, 194, 195, 199, 200, 203, 210, 211, 213], "show_bug": 180, "show_trailing_whitespac": 37, "showcas": 63, "shown": [2, 3, 4, 5, 6, 59, 63, 65, 74, 82, 86, 133, 141, 143, 146, 147, 164, 166, 167, 170, 190, 194, 195, 197, 213], "showwarn": [100, 107], "shut": [63, 84, 159], "shutdown": [80, 206], "si": 180, "side": [65, 66, 80, 133, 136, 141, 142, 146, 149, 155, 166, 170, 171, 174, 175, 181, 191, 195, 211, 213], "sidebar": [8, 176], "sidebarpanel": 127, "sigma": [76, 96], "sign": [0, 3, 5, 19, 31, 45, 49, 54, 56, 59, 61, 70, 80, 90, 95, 103, 108, 110, 120, 133, 137, 146, 149, 155, 159, 164, 166, 167, 170, 174, 175, 187, 190, 191, 194, 204, 207, 209, 211], "signal": [10, 28, 109, 145, 199], "signed_in": 19, "signifi": 174, "signific": [103, 167, 182, 203], "significantli": [2, 153, 166, 206], "silent": [90, 190, 195], "simann": 181, "similar": [8, 63, 76, 77, 99, 111, 125, 131, 135, 142, 147, 149, 162, 166, 171, 185, 189, 192, 193, 194, 196, 200, 203, 209], "similarli": [94, 99, 110, 145, 171, 181], "simpl": [35, 70, 73, 80, 117, 135, 160, 162, 174, 181, 183, 213], "simpleaudio": 143, "simplehttpserv": 135, "simpler": 209, "simplest": 99, "simpli": [63, 73, 98, 130, 149, 153, 160, 166, 171, 189, 194, 195, 209], "simplic": 96, "simplifi": [111, 145, 166, 177, 213], "simul": [97, 181, 182, 183, 184, 213], "simultan": [2, 70, 80, 110, 140, 149, 173, 174, 175, 187, 189, 192, 196, 211], "sin": [59, 77, 91, 171], "sinc": [9, 49, 59, 60, 61, 63, 87, 94, 98, 99, 121, 129, 145, 162, 174, 181, 182, 184, 187, 191, 195, 196, 206], "sine": [77, 171], "singl": [6, 17, 46, 48, 49, 61, 63, 66, 82, 93, 102, 107, 142, 146, 147, 149, 160, 164, 171, 174, 181, 190, 191, 201, 209, 213], "sip": 181, "sit": [103, 149], "site": [5, 53, 61, 66, 80, 99, 100, 126, 129, 149, 154, 159, 195, 198, 203, 206, 209], "sitelicensequota": 53, "situat": [2, 80, 103, 107, 128, 132, 145, 146, 193, 195, 199], "six": [99, 182], "size": [48, 63, 78, 85, 88, 107, 134, 143, 170, 175, 181, 194, 197, 198, 199, 206, 211, 213], "size_t": 96, "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], "skew": 137, "skip": [189, 191], "sklearn": [180, 181], "sktime": 183, "skyfield": 181, "sl": 162, "slack": 73, "slash": [59, 70, 82, 95, 160, 175, 211], "slate": 170, "slatej": 149, "sleep": [35, 129, 162, 182, 191], "slepc": 181, "slide": [64, 122, 141, 212], "slider": [57, 117, 171, 194, 195, 200], "sliderinput": 127, "slideshow": [97, 175], "slightli": [177, 181], "slow": [62, 80, 132, 137, 166, 194, 195, 213], "slower": [63, 128], "slowli": 128, "sluggish": 194, "slycot": 180, "sm": 125, "small": [2, 5, 58, 59, 63, 80, 84, 107, 121, 135, 141, 143, 145, 147, 151, 153, 162, 167, 174, 182, 184, 193, 197, 203, 213], "smaller": [63, 85, 129, 143, 145, 151], "smallest": 107, "smart": 80, "smart_ind": 37, "smc": [28, 29, 37, 125, 129, 162], "smc_pyutil": 86, "smem": [125, 137], "smith": 27, "smoother": [63, 206], "smoothli": [63, 80, 100, 191], "sn": 130, "snappi": [181, 213], "snapshot": [10, 28, 85, 99, 129, 154, 158, 163, 166, 187, 194, 195, 206], "sne": 181, "snippet": [64, 84, 86, 145, 165, 193, 210, 212], "snp": 184, "so": [5, 6, 9, 32, 50, 53, 58, 63, 66, 80, 87, 89, 90, 95, 99, 100, 103, 106, 111, 119, 120, 127, 128, 129, 134, 140, 141, 143, 148, 149, 156, 166, 170, 174, 175, 177, 189, 190, 192, 193, 194, 195, 196, 199, 211, 213], "soap": 181, "socket": [89, 119], "softwar": [4, 61, 63, 64, 83, 97, 98, 100, 126, 128, 132, 137, 151, 154, 175, 194, 195, 200, 203, 206, 211, 213], "solut": [61, 80, 87, 107, 111, 128, 162, 182, 193], "solv": [78, 80, 126, 141, 171, 181, 183, 185, 194, 195], "solver": [181, 185], "some": [2, 5, 9, 38, 44, 49, 59, 63, 66, 70, 76, 77, 78, 79, 86, 87, 96, 98, 103, 110, 113, 120, 122, 126, 128, 134, 135, 136, 137, 140, 141, 142, 143, 145, 146, 149, 151, 152, 160, 164, 166, 169, 170, 171, 174, 175, 177, 180, 181, 182, 183, 188, 189, 190, 192, 193, 195, 196, 200, 203, 209, 211, 213], "some_other_email": 189, "somebodi": [108, 209], "somedai": 53, "somehow": [80, 108, 121], "someon": [3, 30, 31, 107, 126, 151, 166], "someth": [5, 6, 48, 53, 63, 80, 115, 129, 137, 143, 151, 166, 176, 192, 195, 210], "sometim": [63, 80, 90, 107, 110, 138, 145, 148, 149, 166, 213], "somewher": [56, 111, 129, 159, 166], "soon": [76, 107, 141, 181, 182, 190, 192, 193, 195, 209], "sooner": 174, "sophist": [53, 73, 80, 117, 144, 195], "sorri": 145, "sort": [37, 53, 107, 108, 125, 129, 135, 162, 174, 187], "sound": 143, "soupsiev": 181, "sourc": [15, 17, 18, 28, 29, 37, 50, 51, 52, 54, 55, 63, 74, 76, 80, 83, 95, 96, 99, 100, 103, 115, 122, 130, 134, 146, 147, 148, 149, 151, 155, 159, 160, 162, 174, 176, 177, 181, 182, 183, 184, 195, 199, 203, 210, 213], "source_path": [10, 28], "source_project_id": [10, 28], "sourceurl": 122, "sp": 171, "space": [2, 37, 46, 57, 59, 63, 70, 78, 82, 97, 98, 107, 125, 129, 132, 134, 136, 137, 141, 149, 153, 157, 158, 164, 166, 170, 175, 176, 182, 187, 189, 199, 207, 211], "spaces_instead_of_tab": 37, "spaci": 182, "spam": [59, 190], "span": [170, 189, 199], "spare": 2, "sparql": 181, "spatial": 180, "spawn": [143, 155], "speak": 76, "spec": [25, 149], "speci": [127, 184], "special": [2, 80, 83, 98, 99, 100, 116, 120, 145, 146, 171, 173, 183, 193, 203, 206], "specialmatric": 182, "specif": [3, 10, 15, 17, 21, 28, 56, 59, 66, 70, 72, 83, 97, 98, 99, 100, 103, 108, 117, 127, 128, 136, 137, 142, 145, 146, 148, 149, 163, 165, 166, 175, 177, 178, 180, 181, 182, 192, 194, 195, 199, 200, 209], "specifi": [2, 3, 6, 11, 15, 18, 19, 35, 37, 52, 72, 73, 99, 111, 127, 141, 146, 149, 153, 156, 166, 170, 176, 177, 182, 190, 196, 197, 206], "spectrometri": 184, "speech": 194, "speed": [9, 63, 80, 134, 181, 194], "spell": 146, "spend": [63, 173], "sphere": 182, "spherogram": 182, "sphinx": [180, 181], "spike": 107, "spin": [9, 182, 195], "spiral": 133, "spirit": [99, 145], "splash": 3, "split": [65, 70, 73, 74, 82, 84, 91, 95, 96, 109, 116, 123, 127, 129, 133, 141, 145, 147, 149, 213], "spoken": 76, "sporad": 80, "spot": [63, 99], "spp": 182, "spreadsheet": [95, 181, 190, 209, 213], "spss": 213, "spun": 84, "spyder": [181, 213], "spyder3": 213, "sql": [119, 182], "sqlalchemi": 181, "sqlite": 180, "sqlite3": 180, "sqlitebrows": 180, "sqlline": 180, "squar": [149, 184], "squarifi": 183, "src": [10, 15, 16, 17, 19, 25, 28, 29, 37, 51, 86, 122, 125, 143, 149, 162, 171], "src_path": [10, 15, 17, 18, 28], "src_project_id": [10, 15, 17, 18, 28], "srv": 111, "ss": [125, 162, 171], "ssh": [48, 63, 87, 89, 94, 129, 158, 162, 167, 207], "ssh_host_rsa_kei": [125, 162], "sshd": [125, 162], "sshd_config": 162, "ssl": 135, "sso": 195, "st": 130, "stabil": 129, "stabl": [181, 182, 184, 203], "stack": [5, 100, 171, 177, 178, 179, 181, 184, 194], "stackexchang": 145, "stackoverflow": 134, "stacktrac": 171, "staff": 7, "stage": 81, "stai": [151, 166, 184, 195], "stale": [137, 162, 185], "stall": [80, 128, 190], "stamp": 174, "stand": [93, 107, 145, 149, 181, 189, 213], "standalon": [127, 152], "standard": [2, 37, 61, 63, 98, 131, 146, 166, 170, 171, 181, 195, 197], "standbi": 206, "stapler": 180, "star": [133, 181], "start": [2, 10, 20, 28, 35, 46, 50, 51, 58, 59, 63, 64, 70, 74, 75, 77, 80, 82, 83, 87, 92, 93, 95, 96, 97, 98, 99, 100, 102, 107, 111, 112, 113, 116, 117, 123, 124, 125, 128, 129, 130, 133, 134, 135, 137, 139, 141, 144, 145, 148, 149, 151, 155, 156, 158, 159, 164, 165, 166, 170, 171, 173, 174, 175, 178, 179, 180, 181, 182, 185, 186, 187, 190, 191, 194, 196, 199, 201, 203, 209, 210, 211], "start_metr": 28, "startup": [84, 117, 181], "stat": [80, 125, 162, 182, 213], "stata": 182, "state": [48, 53, 60, 63, 73, 76, 107, 128, 166, 171, 181, 182, 194, 195], "statement": [63, 73, 137, 145, 189], "static": [80, 90, 129, 174], "statist": [96, 99, 100, 146, 163, 166, 177, 180, 181, 213], "statsmodel": [181, 182], "statsplot": 181, "statu": [2, 4, 6, 10, 15, 17, 26, 28, 50, 53, 63, 78, 80, 84, 119, 148, 153, 155, 162, 166, 171, 173, 181, 207], "status_cod": 50, "stderr": [35, 162, 171], "stdin": 99, "stdio": 129, "stdlib": 96, "stdout": [35, 162, 171], "steadi": 184, "steal": 84, "stein": [63, 98, 138, 213], "step": [56, 63, 83, 90, 95, 97, 99, 100, 101, 102, 105, 106, 134, 137, 145, 149, 160, 163, 166, 167, 174, 188, 190, 193, 195, 197], "stephen": 130, "sthe": 57, "sticki": [149, 170], "still": [5, 15, 18, 22, 66, 80, 87, 99, 107, 111, 112, 116, 125, 141, 151, 166, 173, 174, 180, 181, 182, 184, 188, 194, 195, 196, 199, 206], "stop": [2, 3, 35, 50, 51, 63, 72, 90, 107, 119, 128, 129, 142, 143, 148, 159, 162, 165, 167, 171, 174, 187, 188, 194, 195, 206], "stopwatch": [64, 212], "storag": [57, 61, 85, 152, 158, 181, 203, 206, 207], "store": [5, 6, 37, 48, 52, 53, 63, 73, 85, 87, 100, 105, 107, 119, 142, 146, 148, 166, 177, 187, 194, 195, 200, 209], "str": 162, "straight": 194, "straightforward": [5, 80], "strang": 80, "strategi": [44, 80], "stream": [80, 86, 171, 182], "streamlit": 97, "streamlit_server_base_url_path": 130, "strength": 182, "strict": 63, "strictli": [171, 183], "string": [6, 11, 15, 21, 28, 29, 31, 32, 34, 45, 46, 52, 53, 55, 56, 66, 70, 86, 129, 130, 149, 164, 165, 166, 187, 189, 213], "strip": [10, 28], "strip_trailing_whitespac": 37, "stripe": 5, "strive": 63, "strongli": 190, "structur": [10, 28, 116, 145, 149, 181, 189], "stuck": [132, 137, 199, 213], "student": [2, 5, 58, 59, 63, 64, 86, 95, 106, 111, 136, 148, 151, 166, 170, 173, 191, 192, 198, 199, 200, 209], "student_id": 195, "studi": [63, 82, 185, 194], "studio": [64, 212, 213], "stuff": 122, "sty": 145, "style": [53, 80, 122, 145, 171, 182, 187, 189], "styleguid": 181, "styler": 181, "sub": [145, 166, 194], "subdir1": [10, 28], "subdirectori": [54, 68, 119, 145, 158, 193], "subdivid": 171, "subdocu": 145, "subdomain": [63, 89], "subfil": 146, "subfold": [174, 189, 195], "subject": [2, 21, 26, 30, 31], "sublim": 70, "submiss": 182, "submit": [42, 84, 195], "subplot": 130, "subprocess": 162, "subroutin": 91, "subscrib": [72, 203], "subscript": [2, 107, 148, 166, 167, 173, 194, 195, 197, 207, 209], "subsequ": [95, 189], "subshel": 99, "subslid": 141, "substitut": [2, 83, 129], "subtitl": 170, "subtl": [149, 166], "succe": [15, 18, 80, 83], "succeed": 99, "success": [10, 11, 13, 15, 18, 22, 28, 30, 32, 39, 44, 56, 99, 111], "successfulli": [63, 99, 166, 177, 196], "successor": 180, "sud": 181, "suddenli": [78, 143], "sudo": [63, 76, 131], "suffer": 194, "suffici": [63, 110, 152, 170, 196], "suffix": [82, 160], "sugar": 129, "suggest": [2, 80, 83, 88, 128, 145, 146, 188, 213], "suit": [28, 29, 181, 213], "suitabl": [15, 63, 66, 142, 146, 181], "sum": [84, 107, 125, 206], "summar": [132, 200], "summari": [61, 125, 146, 149, 153, 182, 193], "super": 213, "superpow": 63, "supersed": 51, "superus": 99, "suppli": [36, 38], "support": [2, 5, 21, 26, 28, 29, 32, 37, 58, 59, 61, 63, 65, 80, 81, 87, 90, 91, 98, 99, 100, 102, 110, 111, 112, 113, 115, 116, 118, 121, 125, 126, 128, 130, 136, 138, 140, 141, 149, 151, 155, 166, 167, 171, 173, 175, 180, 182, 185, 187, 191, 192, 193, 194, 199, 209, 210, 211, 213], "support_ticket": 26, "support_ticket_url": 21, "suppos": [83, 99, 124, 142, 143, 145, 153, 171, 197, 199], "sure": [2, 63, 75, 79, 83, 84, 87, 99, 100, 105, 106, 107, 110, 119, 120, 121, 126, 128, 130, 134, 137, 142, 143, 145, 148, 159, 162, 166, 174, 177, 181, 188, 189, 194, 197, 200, 213], "surfac": [182, 183], "surject": 70, "surpris": [63, 149, 181], "surround": [70, 149, 213], "surviv": [107, 203], "suspect": [62, 103, 159], "suspend": 63, "sustain": 63, "svg": [97, 143, 175, 180, 181, 211], "swap": 125, "swarm": 181, "sweav": 145, "swirl": 180, "swirl_data_dir": 180, "swirl_opt": 180, "switch": [59, 63, 66, 70, 80, 81, 84, 91, 95, 96, 99, 101, 107, 122, 125, 129, 140, 148, 151, 160, 170, 180, 181, 182, 184, 185, 186, 194, 199, 200, 213], "sy": [86, 100, 107, 112, 127], "symbol": [59, 76, 80, 129, 145, 149, 187], "symengin": 181, "symlink": [75, 129, 166, 181], "symmetri": 182, "sympi": [145, 168, 180, 182], "symptom": 80, "sympyblock": 145, "sync": [63, 149, 181, 191], "syncer": 181, "synchron": [63, 136, 149, 187, 195, 199], "synctex": 146, "syntact": 129, "syntax": [2, 59, 82, 90, 123, 134, 136, 145, 149, 151, 171, 180, 210], "synthet": 37, "synthmon": 37, "system": [5, 61, 63, 72, 76, 79, 80, 87, 98, 99, 101, 111, 124, 125, 129, 134, 145, 149, 151, 153, 155, 158, 160, 171, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 189, 194, 206, 207, 213], "sytnax": 181, "t": [3, 5, 7, 11, 25, 37, 48, 49, 51, 52, 53, 54, 55, 56, 59, 63, 65, 66, 67, 70, 72, 76, 82, 83, 85, 88, 95, 98, 99, 107, 108, 111, 112, 115, 119, 121, 127, 128, 129, 130, 132, 135, 136, 137, 141, 143, 145, 147, 149, 151, 153, 155, 162, 166, 167, 170, 171, 173, 174, 175, 180, 181, 182, 185, 193, 194, 195, 200, 206, 211, 213], "t1": 146, "t4": 63, "t4fex0qkt9": 35, "ta": 59, "tab": [2, 4, 8, 59, 66, 70, 72, 73, 74, 78, 79, 83, 84, 95, 107, 108, 109, 110, 113, 118, 119, 122, 128, 129, 130, 133, 137, 145, 148, 156, 160, 166, 167, 169, 174, 187, 188, 189, 190, 193, 194, 195, 196, 197, 198, 210], "tab_siz": 37, "tabl": [9, 28, 29, 32, 37, 105, 111, 119, 145, 157, 180, 181, 183, 191], "tablet": [175, 211], "tabul": 182, "tabular": 65, "tag": [21, 59, 153, 171, 187, 189], "take": [5, 35, 63, 70, 79, 80, 96, 100, 105, 113, 117, 129, 133, 141, 145, 146, 164, 166, 167, 175, 188, 189, 192, 193, 194, 209, 211, 213], "taken": [0, 19, 67, 73, 96, 99, 117, 127, 133, 162, 164, 171, 176, 177, 189], "talk": [21, 120, 175, 203], "tar": [129, 145, 159], "tarbal": [100, 129, 145, 159], "targ": 17, "target": [11, 15, 16, 17, 18, 30, 31, 35, 36, 38, 39, 47, 131, 134, 145, 181, 195, 213], "target_path": [10, 15, 18, 28], "target_project_id": [10, 15, 17, 18, 28], "task": [9, 63, 64, 80, 84, 97, 99, 136, 145, 149, 166, 170, 181, 193, 206, 212], "task_id": 187, "task_output": 162, "tcp": [84, 89], "tcp_port": [125, 162], "teach": [2, 58, 64, 111, 136, 166, 173, 177, 178, 179, 188, 189, 191, 194, 197, 203], "teacher": [59, 64, 190, 191, 203], "team": [5, 31, 63, 73, 86, 128, 167, 174], "technic": [80, 129, 145, 155, 159, 190], "techniqu": [176, 181], "technologi": [10, 28, 194], "tediou": 48, "tell": [42, 58, 75, 80, 96, 98, 99, 100, 108, 117, 121, 125, 128, 129, 145, 181, 195, 213], "tellurium": [180, 182], "temp": 84, "temperatur": 63, "templat": [72, 102, 145, 146, 147, 156, 163, 181, 193], "tempor": [149, 181], "temporari": [45, 75, 78, 84, 145, 146, 147, 158, 181], "temporarili": [45, 52, 107, 199], "temporary_directori": 84, "ten": [134, 148, 191], "teneto": [181, 182], "tensorboard": [77, 135, 180, 181, 182], "tensorflow": [63, 73, 177, 180, 181, 182], "tensorli": 181, "tequila": 185, "term": [63, 72, 82, 83, 84, 99, 109, 123, 129, 134, 143, 162, 171, 174, 180, 181, 185, 187, 195, 199, 203], "termin": [6, 15, 18, 61, 63, 64, 67, 70, 72, 74, 76, 77, 81, 82, 83, 84, 88, 91, 94, 95, 96, 98, 99, 100, 101, 105, 109, 113, 117, 119, 123, 124, 125, 127, 128, 130, 132, 134, 135, 136, 137, 141, 143, 145, 149, 151, 156, 157, 158, 159, 162, 165, 166, 171, 177, 180, 181, 182, 184, 185, 191, 192, 194, 202, 210, 212], "terminul": 199, "terra": 181, "test": [2, 9, 28, 29, 34, 67, 73, 76, 80, 83, 89, 96, 98, 99, 100, 107, 111, 119, 129, 135, 149, 166, 167, 177, 180, 181, 182, 183, 189, 193, 195], "testmon": 181, "testproj": 166, "testproject": 37, "testthat": 111, "tex": [52, 70, 90, 115, 136, 145, 146, 147, 156, 160, 181, 213], "texcount": 146, "texhash": 145, "texliv": 180, "texmac": 213, "texmak": 213, "texmfhom": 145, "texstudio": 213, "text": [2, 21, 30, 36, 37, 38, 47, 52, 61, 64, 65, 67, 68, 73, 76, 90, 130, 136, 137, 141, 143, 145, 146, 164, 165, 166, 171, 174, 176, 177, 178, 179, 188, 189, 191, 200, 209, 212, 213], "text_file_read_from_project": 38, "textarea": 166, "textbf": 147, "textbook": 58, "textbox": 145, "textliv": 151, "textract": 181, "textual": 182, "textwidth": 145, "tf": [73, 182], "tfd": 73, "than": [2, 5, 7, 9, 19, 28, 29, 31, 48, 58, 63, 70, 72, 79, 80, 83, 85, 86, 88, 95, 102, 110, 116, 128, 135, 142, 148, 149, 160, 166, 171, 185, 189, 190, 194, 195, 199, 200, 203, 204, 206, 209], "thank": [174, 203], "theano": 181, "thei": [2, 9, 11, 35, 39, 45, 47, 49, 63, 66, 80, 81, 87, 91, 103, 107, 108, 115, 116, 120, 121, 129, 136, 142, 143, 145, 147, 148, 149, 155, 162, 166, 174, 175, 176, 177, 178, 179, 182, 188, 189, 190, 192, 193, 194, 195, 196, 197, 198, 199, 203, 206, 209, 211, 213], "them": [2, 49, 59, 63, 72, 73, 80, 90, 95, 100, 103, 107, 108, 115, 116, 120, 121, 128, 129, 134, 136, 142, 143, 145, 146, 147, 149, 153, 155, 160, 164, 166, 169, 171, 174, 175, 177, 178, 181, 182, 185, 187, 188, 189, 190, 192, 194, 195, 196, 199, 200, 206, 209, 211, 213], "theme": [3, 37, 125, 127, 181, 187], "themselv": 120, "theorem": 182, "theoret": 63, "theori": [96, 116, 181, 213], "therefor": [90, 99, 102, 145, 146, 166, 180, 206, 210], "thermal": [178, 179], "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, 62, 63, 64, 66, 67, 70, 72, 73, 75, 76, 77, 78, 79, 80, 81, 83, 84, 86, 87, 88, 89, 90, 93, 94, 95, 96, 98, 99, 100, 101, 102, 103, 104, 105, 107, 108, 109, 110, 111, 113, 115, 116, 117, 119, 120, 121, 122, 124, 125, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 141, 142, 143, 144, 145, 146, 147, 148, 149, 151, 152, 153, 155, 156, 158, 159, 160, 162, 163, 164, 165, 166, 167, 169, 170, 171, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 203, 205, 206, 209, 210, 211, 213], "thing": [2, 43, 53, 60, 63, 80, 82, 103, 108, 111, 128, 129, 137, 143, 145, 164, 171, 211], "think": [5, 137, 171, 177, 192], "third": [76, 133, 149, 178, 179, 197], "those": [2, 28, 29, 48, 59, 61, 63, 66, 72, 80, 110, 116, 162, 165, 166, 173, 175, 180, 188, 190, 195, 196, 211], "though": [5, 15, 18, 53, 76, 90, 98, 103, 107, 151, 166, 188, 193, 206, 213], "thousand": [170, 191, 194], "thread": [59, 84], "three": [73, 84, 86, 133, 149, 155, 171, 175, 178, 179], "threshold": 134, "through": [2, 61, 73, 80, 87, 94, 95, 119, 124, 129, 136, 141, 170, 171, 203, 206, 209], "thu": [63, 138, 149, 166], "thunderbird": 213, "ti": 199, "tick": 149, "ticket": [21, 26, 110, 121, 167, 171, 181], "tide": 181, "tidytransit": 181, "tidyvers": 181, "tie": 174, "tier": 203, "tighten": 180, "tightli": 155, "tikz": [145, 183], "tikzit": 213, "tikzpictur": 145, "tile": 190, "time": [2, 3, 4, 5, 9, 10, 15, 19, 26, 28, 32, 34, 35, 43, 46, 50, 57, 59, 62, 63, 64, 66, 70, 72, 76, 79, 80, 84, 87, 95, 98, 106, 107, 113, 116, 117, 118, 120, 121, 122, 124, 125, 129, 133, 136, 140, 142, 145, 146, 148, 149, 152, 154, 155, 157, 158, 160, 164, 165, 166, 167, 173, 174, 175, 176, 177, 181, 182, 183, 184, 187, 189, 190, 191, 194, 196, 197, 198, 199, 201, 203, 206, 209, 211, 213], "timelin": 165, "timeout": [2, 15, 18, 35, 37, 118, 137, 159, 166, 171, 181, 190, 196, 197, 207], "timer": [64, 212], "timestamp": [15, 17, 86, 160, 165, 195], "timetravel": [97, 121, 128, 140, 141, 142, 145, 154, 166, 181, 195], "timezon": 79, "timml": 184, "tini": [162, 166, 171], "tip": [64, 73, 119, 126, 139, 140, 145, 154, 191], "tipp": 84, "titl": [4, 6, 20, 30, 31, 53, 72, 77, 122, 133, 149, 158, 164, 165, 167, 170, 174, 176, 190, 193, 194, 207], "tk": 125, "tkinter": 133, "tl": 80, "tldr": [180, 181], "tmp": [35, 52, 84, 100, 125, 162, 181], "tmp2": 195, "tmux": 129, "tmuxp": 181, "toal": 74, "toc": [105, 181], "todo": [149, 187], "tofil": 134, "togeth": [166, 177, 182, 192], "toggl": [122, 125, 141, 157, 160, 167, 175, 187, 195], "token": [10, 11, 19, 28, 45, 53, 73, 80, 95, 97, 146, 166], "token_id": 11, "toml": 130, "tomographi": 182, "ton": [63, 137], "too": [9, 85, 89, 107, 108, 132, 137, 145, 151, 159, 181, 206], "took": 142, "tool": [6, 63, 80, 88, 89, 92, 107, 129, 137, 159, 166, 175, 180, 181, 182, 183, 184, 187, 193, 194, 213], "toolbar": [0, 59, 64, 66, 102, 107, 111, 137, 141, 164, 165, 170, 175, 181, 189, 193, 197, 207, 211], "toolbox": 185, "toolchain": [182, 183], "toolkit": [63, 113, 181], "toolset": 184, "top": [5, 59, 63, 70, 72, 80, 84, 88, 98, 99, 102, 103, 115, 126, 128, 129, 137, 141, 145, 146, 149, 153, 161, 164, 166, 170, 171, 174, 175, 176, 177, 180, 186, 187, 189, 192, 193, 194, 196, 197, 199, 203, 207, 211, 213], "topic": [72, 148, 163, 164, 178, 179, 199], "topmost": [167, 209], "torchvis": 181, "tornado": [129, 181], "total": [2, 25, 31, 66, 116, 125, 195, 206], "touch": [43, 195, 213], "touch_project": 28, "tour": [1, 64, 72, 137, 154, 164, 167, 182, 183, 184, 186, 207, 211], "toward": [5, 67, 149, 151, 153], "tpot": [181, 182], "trace": 171, "traceback": 99, "track": [2, 63, 72, 80, 103, 145, 157, 191, 193, 200, 209], "track_revis": 37, "trackpad": [175, 211], "traffic": [63, 80, 89, 127], "train": [9, 64, 73, 180, 191], "transact": [63, 207], "transfer": [15, 18, 63, 73, 209], "transform": [9, 73], "transit": [145, 175], "translat": [9, 59, 90, 129, 181], "transpar": [63, 175, 181, 210, 211], "transpil": 180, "trash": 191, "trashcan": 175, "travel": [57, 63, 64, 142, 154, 166, 171, 175, 191, 194, 211], "tree": [48, 99, 125, 127, 129], "treemap": 183, "trend": [182, 184], "tri": [9, 145, 151, 213], "triag": 132, "trial": [2, 5, 58, 64, 72, 128, 136, 173, 190, 205, 206], "triangl": [69, 171, 195], "triangul": 183, "triangular": [8, 69], "trick": [64, 73, 139, 191], "trigger": [53, 59, 66, 147], "trip": 167, "tripl": 149, "trivial": 76, "troubl": [80, 103, 140, 143], "troubleshoot": [64, 89, 137], "true": [15, 17, 18, 19, 35, 37, 46, 48, 53, 84, 86, 100, 111, 117, 133, 143, 149, 162, 171], "truli": [76, 174], "truncat": [35, 129], "trust": [149, 170, 174], "truth": 19, "try": [2, 5, 9, 62, 63, 72, 76, 78, 98, 99, 107, 108, 111, 126, 135, 136, 137, 143, 159, 166, 181, 182, 209, 213], "tslint": 181, "ttf": 181, "ttl": 63, "tty": [125, 162], "tuba": 143, "tuffi": 181, "tune": 183, "ture": 181, "turicr": 181, "turn": [9, 59, 63, 196, 200], "turtl": 97, "tutori": [28, 29, 63, 70, 74, 76, 129, 134, 149, 171, 177, 180, 199], "tux": 76, "tuxpaint": 213, "tv": 80, "tweak": [98, 184, 186], "twice": [116, 117, 133, 145], "twitter": [3, 49, 72, 108, 181, 188], "two": [17, 25, 28, 29, 46, 53, 63, 70, 72, 79, 80, 81, 84, 95, 110, 111, 113, 116, 130, 134, 140, 141, 146, 147, 148, 153, 162, 166, 171, 177, 190, 194, 195, 196, 197, 200, 206, 211], "txt": [15, 18, 36, 37, 38, 47, 70, 88, 193, 195, 213], "type": [3, 6, 9, 21, 27, 28, 29, 34, 35, 37, 44, 46, 48, 49, 50, 53, 55, 59, 63, 72, 82, 86, 87, 94, 95, 98, 99, 100, 103, 107, 111, 113, 116, 119, 121, 123, 125, 128, 129, 133, 134, 135, 136, 141, 149, 156, 164, 165, 166, 170, 171, 174, 177, 181, 183, 189, 192, 193, 194, 199, 201, 206, 209, 213], "typescript": [180, 181, 182], "typeset": [90, 120, 144, 145, 175, 177, 187, 211], "typic": [2, 9, 63, 99, 116, 171, 197, 206], "typo": 108, "tzwhere": 181, "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, 63, 64, 73, 77, 80, 87, 98, 99, 100, 103, 108, 112, 121, 122, 128, 140, 151, 159, 166, 167, 177, 180, 181, 182, 197, 198, 203, 209], "ubiquit": 149, "ubuntu": [6, 75, 102, 122, 166, 177, 180, 181, 184, 199, 213], "ucsc": 181, "ui": [10, 28, 66, 127, 129, 171, 181, 199, 213], "uint8": 73, "ujf": 180, "uk": 189, "ultim": 203, "umap": 181, "unabl": [78, 188, 194, 213], "unavail": 174, "uncertain": 78, "uncheck": [149, 175, 211], "uncompl": 99, "undefin": 49, "undelet": [108, 166, 191], "under": [1, 2, 3, 4, 6, 37, 51, 63, 78, 81, 95, 99, 107, 110, 113, 120, 125, 129, 138, 140, 141, 142, 145, 146, 148, 152, 153, 155, 158, 166, 169, 170, 174, 176, 177, 188, 193, 194, 195, 209, 213], "undergradu": 126, "underli": [10, 28, 61, 177, 200], "underlin": [70, 145, 146], "underscor": [59, 164], "understand": [63, 98, 107, 132, 167], "undesir": 80, "undo": [87, 174, 200], "undo_depth": 37, "unencrypt": 87, "unfamiliar": 80, "unfold": 2, "unfortun": [63, 121, 195], "ungrad": 189, "unhid": 166, "unicod": 59, "unicodeplot": 181, "unifi": [63, 185, 194], "uniform": 181, "uniformli": 155, "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, 58, 99, 166, 173, 174, 182, 189, 190], "unit": [25, 28, 29, 180, 181], "univers": [80, 178, 179, 183, 188, 194, 195], "unix": [76, 119, 129, 159], "unix_socket_": 119, "unix_socket_directori": 119, "unix_socket_permiss": 119, "unless": [63, 98, 121, 194, 195, 198, 213], "unlik": [2, 66, 80, 141, 166, 200], "unlink": [3, 44], "unlink_passport": 28, "unlist": [3, 4, 174], "unpack": [75, 99], "unplug": 80, "unpublish": 4, "unread": [150, 167], "unsav": [78, 166], "unspecifi": 100, "unsupervis": 181, "unsupport": 80, "until": [3, 63, 66, 111, 117, 128, 129, 148, 151, 166, 167, 171, 188, 189, 190, 209, 213], "untrust": 149, "unus": [96, 173], "unwant": 9, "unzip": [75, 145], "up": [0, 1, 2, 3, 5, 9, 10, 19, 28, 31, 48, 49, 52, 56, 59, 63, 66, 67, 72, 75, 78, 79, 80, 83, 84, 87, 90, 94, 95, 96, 98, 99, 100, 101, 105, 112, 115, 116, 117, 121, 125, 127, 129, 131, 132, 133, 134, 135, 136, 137, 141, 142, 143, 145, 146, 151, 153, 155, 158, 160, 163, 164, 165, 166, 167, 174, 175, 177, 180, 181, 183, 184, 187, 188, 189, 190, 191, 193, 194, 196, 198, 199, 200, 201, 203, 206, 209, 210, 211, 213], "upd": [180, 181, 182, 183, 184, 185, 186], "updat": [2, 3, 48, 53, 61, 64, 69, 80, 83, 99, 100, 107, 122, 127, 141, 147, 150, 151, 160, 165, 166, 167, 190, 192, 193, 195, 207], "updated_at": 26, "updgrad": 166, "upgrad": [2, 3, 5, 8, 25, 50, 53, 64, 72, 73, 84, 94, 98, 99, 100, 103, 105, 106, 107, 110, 129, 134, 136, 154, 158, 159, 164, 165, 167, 173, 174, 180, 181, 182, 184, 189, 190, 191, 194, 195, 198, 207, 209], "upgrd": 25, "upload": [6, 59, 66, 73, 97, 99, 100, 102, 115, 124, 136, 141, 145, 147, 166, 194], "upon": [146, 180, 196, 197], "upper": [0, 1, 3, 5, 57, 65, 70, 72, 78, 80, 82, 87, 95, 102, 103, 108, 113, 115, 120, 121, 123, 128, 133, 134, 141, 147, 160, 164, 165, 166, 174, 175, 187, 190, 192, 193, 194, 199, 209, 211], "upset": 184, "upstream": [149, 181], "uptim": [2, 53, 129], "urgent": 166, "url": [3, 21, 26, 28, 29, 30, 31, 45, 48, 49, 50, 51, 52, 53, 56, 59, 66, 73, 77, 80, 84, 117, 120, 122, 129, 130, 134, 135, 148, 149, 194], "url_base_pathnam": 117, "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, 52, 54, 55, 56, 59, 66, 67, 68, 70, 72, 73, 74, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 88, 89, 91, 93, 94, 95, 96, 98, 99, 100, 101, 102, 104, 105, 108, 111, 112, 115, 116, 119, 121, 122, 123, 124, 125, 126, 127, 130, 133, 134, 136, 137, 138, 140, 141, 142, 146, 147, 148, 152, 154, 156, 157, 159, 160, 162, 167, 170, 171, 173, 174, 175, 177, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 196, 197, 198, 199, 201, 203, 204, 206, 210, 211, 213], "usa": 96, "usabl": [73, 194], "usag": [19, 61, 63, 76, 80, 86, 103, 125, 134, 137, 145, 155, 158, 180, 203, 207], "usage_int": 19, "usb": 57, "usepackag": [145, 146], "user": [1, 5, 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, 58, 59, 63, 66, 70, 72, 73, 76, 77, 80, 83, 86, 89, 94, 95, 98, 100, 101, 105, 110, 119, 120, 125, 127, 129, 130, 137, 140, 141, 142, 143, 145, 146, 149, 151, 152, 153, 155, 158, 160, 161, 162, 165, 166, 170, 171, 173, 174, 175, 178, 179, 180, 181, 182, 190, 192, 193, 195, 196, 199, 200, 203, 206, 211], "user_ag": 21, "user_auth": 28, "user_auth_token": 45, "user_queri": [37, 48], "user_search": 28, "user_search_result": 46, "userguid": 75, "usernam": [3, 21, 27, 73, 99, 166, 174], "usethi": 181, "usr": [76, 83, 99, 100, 107, 112, 125, 127, 129, 162, 180], "uss": 125, "usual": [10, 28, 35, 37, 63, 80, 94, 98, 99, 102, 107, 119, 141, 143, 145, 151, 166, 170, 175, 177, 183, 184, 185, 197, 199, 211], "ut": 149, "utc": [15, 162, 187], "utcnow": 162, "utf": [122, 146], "utf8": [146, 162], "util": [25, 28, 29, 37, 63, 70, 75, 76, 78, 88, 107, 111, 129, 145, 166, 180, 181, 182, 186, 195], "utl": 194, "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, 84, 130, 187], "v": [4, 8, 63, 83, 86, 91, 99, 107, 156, 159, 172, 175, 180, 181, 210, 211], "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, 64, 154, 181], "v2": [50, 52, 53, 54, 55, 56, 64, 154, 207], "v4": [95, 187], "valgrind": 184, "valid": [2, 11, 28, 29, 53, 56, 80, 145, 149, 166, 181, 183, 188, 193], "valu": [2, 28, 29, 35, 79, 99, 105, 116, 119, 127, 134, 145, 162, 166, 210], "valuabl": 5, "vanish": [145, 213], "vaniti": [3, 166], "var": [122, 127, 145], "varchar": 119, "vari": [63, 70, 134, 196, 197, 206], "variabl": [53, 87, 98, 99, 105, 112, 127, 128, 129, 130, 133, 143, 158, 171, 176, 180, 181, 184, 199, 207, 210, 213], "variant": [99, 145, 146, 177, 185, 213], "variat": [149, 181], "varieti": [175, 182, 211], "variou": [61, 81, 91, 101, 121, 126, 152, 159, 160, 166, 172, 177, 180, 182, 183, 185, 186], "vast": [63, 177], "vcd": 181, "vcpu": [2, 63, 206], "vctr": 181, "ve": [99, 108, 115, 128, 143, 145, 174, 189, 194, 195, 198, 199], "vector": [145, 213], "vega": 96, "verbos": [162, 166, 171], "veri": [2, 9, 48, 63, 78, 84, 87, 99, 103, 110, 137, 140, 142, 145, 147, 162, 166, 171, 174, 177, 185, 189, 194, 195, 197, 200, 206], "verifi": [99, 191], "verilog": 181, "versa": [63, 142], "versatil": 194, "version": [15, 18, 51, 58, 61, 62, 63, 64, 66, 73, 75, 79, 82, 95, 97, 99, 100, 111, 121, 122, 125, 127, 129, 137, 142, 143, 145, 151, 166, 171, 174, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 189, 191, 195, 199, 200, 213], "versu": [3, 101, 139, 166, 177], "vertic": [70, 84, 95, 96, 133, 147, 175, 181, 199, 211], "vh": 181, "vi": [88, 195], "via": [10, 11, 15, 26, 28, 32, 39, 49, 53, 63, 77, 80, 83, 84, 89, 93, 94, 96, 99, 100, 110, 111, 120, 125, 127, 129, 131, 134, 135, 138, 141, 142, 145, 146, 149, 151, 159, 162, 166, 171, 173, 174, 175, 177, 180, 181, 182, 183, 184, 188, 189, 191, 195, 199, 209, 211, 213], "vice": [63, 142], "victim": 80, "video": [9, 59, 63, 80, 141, 152], "videochat": 180, "view": [0, 4, 5, 7, 44, 50, 52, 54, 55, 56, 65, 66, 69, 70, 72, 88, 91, 95, 98, 102, 111, 113, 125, 129, 135, 141, 142, 145, 147, 149, 150, 153, 157, 164, 165, 166, 167, 171, 174, 180, 181, 187, 191, 193, 195, 199, 200, 206, 208, 209, 213], "viewer": [64, 89, 171, 212], "vim": [63, 66, 87, 88, 187, 213], "virtual": [61, 63, 83, 84, 99, 107, 112, 136, 152, 171, 181, 213], "virtualenv": 83, "viru": 80, "visibl": [5, 63, 102, 126, 133, 135, 149, 166, 193, 194, 195, 213], "visit": [0, 5, 45, 53, 56, 59, 62, 66, 72, 79, 95, 106, 135, 148, 167, 209], "visual": [64, 77, 181, 183, 184, 211, 212, 213], "visualis": 181, "vm": [129, 137, 181, 209], "void": [96, 129], "vollkorn": 181, "volum": [96, 171, 185], "voluntari": 72, "voucher": [63, 64, 173, 196], "vpat": 72, "vpn": [61, 173], "vqe": 181, "vsz": [125, 162], "vv": 166, "w": [174, 181, 182, 192], "wa": [4, 10, 17, 22, 28, 41, 44, 60, 63, 134, 143, 145, 159, 166, 177, 180, 181, 183, 195, 196, 197, 200, 213], "wacom": [175, 211], "wai": [2, 7, 9, 15, 17, 63, 70, 73, 78, 79, 80, 81, 84, 86, 91, 98, 99, 103, 108, 110, 113, 116, 123, 125, 129, 130, 132, 133, 134, 137, 141, 142, 143, 145, 147, 153, 165, 166, 170, 171, 173, 174, 175, 177, 183, 189, 190, 192, 194, 195, 196, 197, 199, 209, 211, 213], "wait": [10, 15, 18, 28, 63, 80, 95, 100, 109, 117, 128, 133, 148, 167, 177, 195, 213], "wait_until_don": [10, 15, 28], "walk": 48, "wall": 96, "want": [2, 3, 6, 10, 28, 49, 53, 54, 58, 59, 62, 63, 70, 72, 73, 79, 80, 81, 83, 88, 89, 93, 95, 98, 99, 101, 103, 107, 110, 115, 120, 121, 125, 126, 129, 135, 136, 140, 141, 142, 143, 145, 147, 149, 151, 152, 153, 160, 164, 165, 166, 171, 174, 175, 177, 188, 189, 190, 192, 193, 194, 195, 196, 197, 198, 199, 201, 203, 204, 205, 209], "warm": 96, "warn": [3, 53, 72, 76, 79, 80, 96, 97, 100, 101, 113, 132, 135, 137, 140, 141, 146, 147, 166, 177, 190, 194, 196, 197, 203, 213], "wasn": [99, 166], "wast": [63, 191], "watch": [80, 107, 120, 181], "wav": 171, "wave": 171, "waveform": 171, "wavfil": 171, "we": [2, 3, 5, 9, 10, 28, 46, 48, 49, 53, 57, 58, 59, 61, 63, 76, 77, 80, 83, 84, 87, 89, 93, 94, 95, 96, 99, 100, 103, 105, 108, 110, 111, 112, 121, 128, 129, 134, 135, 138, 140, 143, 147, 148, 149, 151, 152, 162, 166, 171, 174, 177, 180, 181, 182, 183, 184, 185, 189, 190, 192, 193, 195, 197, 198, 199, 203, 206, 213], "weather": 80, "web": [10, 28, 61, 62, 63, 79, 80, 87, 89, 117, 127, 128, 129, 135, 136, 141, 145, 154, 158, 166, 177, 180, 194, 199, 207, 211, 213], "webpack": [181, 182], "webpag": 80, "webquiz": 145, "webserv": 97, "websit": [10, 28, 61, 62, 66, 80, 87, 89, 99, 111, 112, 127, 130, 145, 171, 175, 183, 192], "websocket": [77, 137, 180], "websockifi": 180, "webui": 63, "week": [2, 37, 120, 181, 197], "weekli": [182, 184], "weight": [122, 181], "weird": 149, "welcom": [72, 130, 137, 164, 194], "well": [9, 15, 58, 61, 63, 73, 76, 80, 86, 110, 111, 127, 129, 140, 141, 145, 146, 151, 156, 162, 166, 170, 175, 177, 180, 181, 188, 195, 196, 203, 211, 213], "went": 76, "were": [11, 39, 66, 80, 98, 107, 111, 151, 165, 171, 176, 180, 182, 184, 197, 213], "wget": [134, 135, 145, 194], "what": [3, 5, 7, 21, 26, 61, 63, 64, 66, 75, 83, 85, 86, 88, 89, 90, 96, 98, 103, 111, 116, 120, 121, 125, 128, 137, 140, 141, 147, 148, 155, 158, 166, 172, 174, 175, 177, 182, 184, 185, 186, 189, 191, 193, 195, 207, 209, 211], "whatev": [99, 102, 129, 134, 135, 160], "whatsoev": 129, "whe": 113, "wheel": 99, "when": [0, 2, 3, 4, 5, 6, 7, 9, 10, 17, 28, 34, 35, 45, 48, 63, 66, 72, 80, 83, 84, 86, 88, 89, 94, 95, 98, 99, 102, 107, 108, 111, 116, 121, 123, 128, 129, 130, 133, 135, 136, 138, 140, 141, 142, 143, 145, 146, 148, 149, 152, 153, 159, 160, 161, 162, 165, 166, 167, 169, 170, 174, 175, 176, 177, 181, 187, 188, 189, 190, 192, 193, 195, 196, 199, 200, 203, 206, 209, 210, 211, 213], "whenev": [129, 136, 145, 147, 153, 171, 174], "where": [1, 2, 5, 9, 35, 46, 47, 53, 56, 59, 63, 70, 72, 75, 79, 80, 83, 86, 87, 90, 100, 107, 109, 110, 111, 115, 119, 129, 132, 134, 138, 145, 146, 158, 159, 166, 174, 176, 180, 182, 184, 190, 193, 194, 197, 199, 209, 213], "whereas": 143, "wherev": 126, "whether": [44, 79, 80, 128, 141, 171, 188, 193], "which": [2, 6, 9, 10, 15, 16, 17, 18, 22, 28, 30, 31, 35, 36, 37, 39, 45, 46, 48, 49, 51, 53, 59, 63, 66, 70, 75, 76, 80, 83, 84, 86, 87, 90, 96, 99, 101, 102, 107, 109, 111, 115, 128, 129, 130, 134, 135, 136, 138, 140, 142, 143, 145, 146, 147, 149, 153, 155, 158, 160, 162, 163, 164, 166, 171, 174, 177, 178, 179, 180, 181, 182, 184, 187, 188, 189, 190, 192, 194, 195, 196, 197, 199, 203, 204, 206, 209, 210, 213], "whichev": 193, "while": [7, 63, 66, 70, 72, 79, 127, 129, 133, 137, 141, 148, 149, 153, 160, 162, 166, 167, 174, 175, 180, 188, 190, 191, 195, 196, 199, 200, 209, 211], "white": 125, "whiteboard": [59, 64, 149, 170, 174, 175, 201, 212], "whitelist": [80, 89], "who": [30, 31, 63, 80, 120, 126, 138, 143, 153, 154, 160, 165, 166, 173, 174, 175, 190, 195, 196, 209, 211], "whole": [155, 160, 166, 189, 194], "whose": [13, 14, 25, 36, 37, 38, 49, 67, 147, 160, 164, 189], "why": [63, 80, 129, 137, 152, 158, 159, 162, 171, 181, 191, 207], "wide": [53, 56, 72, 79, 98, 124, 129, 149, 151, 175, 177, 181, 182, 183, 184, 185, 186, 211], "widget": [140, 143, 166, 174, 175, 189, 211], "width": [77, 145, 182, 199], "wifi": 80, "wiggl": 59, "wiki": [72, 110, 119, 144, 149, 151, 180], "wikibook": [145, 146, 180], "wikipedia": [116, 149], "william": [9, 63, 98, 138, 152, 213], "williamstein": 174, "win": 129, "window": [3, 10, 28, 62, 66, 67, 73, 80, 87, 91, 95, 110, 129, 149, 159, 166, 167, 174, 181], "windsock": 182, "winter": 182, "wirefram": 213, "wireless": 80, "wisdom": 76, "wish": [2, 63, 80, 99, 145, 209], "wit": 177, "within": [28, 29, 66, 67, 68, 72, 73, 99, 110, 140, 141, 145, 157, 164, 166, 182, 187, 189, 195, 201, 209, 211, 213], "without": [5, 63, 66, 72, 80, 82, 99, 115, 128, 129, 135, 141, 146, 148, 160, 165, 166, 170, 174, 177, 180, 181, 188, 191, 193, 194, 197, 198, 203, 209, 213], "won": [7, 56, 66, 70, 82, 83, 95, 128, 129, 135, 143, 151, 166, 185, 194], "wonder": 61, "wooden": 99, "word": [4, 5, 59, 70, 78, 80, 145, 148, 149, 164, 167], "wordcloud": 181, "work": [2, 5, 6, 9, 10, 11, 28, 35, 48, 59, 61, 63, 64, 67, 70, 73, 75, 78, 82, 83, 84, 85, 89, 93, 94, 98, 99, 100, 102, 103, 107, 109, 110, 112, 119, 121, 125, 127, 129, 130, 131, 132, 133, 134, 135, 136, 137, 140, 142, 143, 146, 147, 148, 149, 151, 153, 155, 158, 162, 165, 166, 170, 171, 174, 175, 176, 177, 178, 179, 180, 181, 182, 187, 188, 189, 190, 191, 192, 193, 195, 196, 199, 200, 206, 209, 210, 211, 213], "workaround": [80, 87, 88, 93, 138, 145, 177, 195], "worker": [84, 203], "workflow": [178, 179, 213], "worksheet": [21, 26, 59, 64, 72, 87, 91, 93, 99, 107, 112, 119, 126, 128, 132, 136, 149, 151, 158, 174, 176, 177, 180, 181, 183, 184, 185, 186, 194, 195, 199, 200, 207, 212, 213], "workshop": [63, 173], "workspac": [100, 136], "world": [36, 47, 53, 112, 129, 135, 162, 178, 179, 182, 183], "worldwid": 80, "worri": [9, 119, 121, 129, 135], "worst": 63, "worth": 58, "would": [6, 9, 46, 53, 72, 80, 83, 99, 106, 115, 124, 134, 135, 138, 140, 142, 143, 149, 166, 170, 188, 195, 196, 198], "wrap": [73, 90, 188], "wrapper": [66, 91, 180, 182], "wrench": [107, 128, 129, 134, 148, 166, 175, 213], "writabl": [100, 160, 171], "write": [9, 10, 15, 16, 17, 18, 28, 37, 53, 59, 63, 73, 91, 95, 119, 121, 129, 130, 141, 149, 151, 162, 166, 171, 174, 182, 192, 194, 195, 197, 213], "write_text_file_to_project": 28, "write_wav": 171, "writeabl": 99, "writer": 213, "written": [47, 135, 177, 181, 182, 193, 195], "wrong": [76, 83, 96, 108, 121, 137, 147, 171], "wstein": [53, 174, 203], "wurlitz": 181, "www": [28, 29, 80, 87, 168, 180, 181], "wx5": 213, "wxagg": 213, "wxmaxima": 213, "wysiwyg": 170, "x": [9, 25, 26, 28, 29, 34, 52, 54, 55, 59, 63, 77, 87, 91, 96, 117, 127, 129, 130, 137, 142, 145, 147, 149, 166, 171, 175, 180, 181, 183, 187, 195, 199, 200, 203, 211, 213], "x11": [61, 88, 94, 112, 180, 181, 182, 183, 210, 213], "x264": 181, "x86": [62, 183], "x86_64": [75, 99, 100, 181], "xarrai": [181, 182], "xclip": 180, "xcol": 127, "xdist": 181, "xdotool": 180, "xedit": 213, "xelatex": [145, 146, 181], "xetex": 177, "xeu": 180, "xf": 145, "xfoo": 46, "xfractint": 182, "xgal": 77, "xgboost": [180, 181], "xl": 184, "xlrd": [181, 184], "xml": [181, 213], "xmlx": 213, "xournal": 213, "xpaint": 213, "xport": 182, "xpra": [180, 181, 182], "xss": [149, 170], "xterm": [180, 199], "xvf": 129, "xvfb": 180, "xx": 171, "xxx": [92, 99], "xyce": 184, "xyz": [21, 26, 32, 35, 171], "xyzabc09090": 19, "y": [9, 15, 63, 77, 91, 96, 100, 117, 127, 130, 166, 175, 211], "yahoo": 190, "yale": 112, "yaml": [70, 181], "yanon": 122, "yapf": [180, 181, 182], "ybar": 46, "ycol": 127, "ye": [120, 138, 159, 166, 188], "year": [2, 63, 130, 174, 177, 182, 184], "yearli": [2, 182, 184], "yellow": [80, 133], "yet": [12, 16, 17, 40, 53, 63, 65, 110, 111, 141, 145, 148, 174, 175, 180, 181, 182, 183, 184, 190, 193, 194, 195, 196, 197, 203, 210, 211], "yfinanc": 183, "ygal": 77, "you": [0, 1, 3, 4, 5, 6, 7, 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, 62, 63, 64, 65, 66, 67, 68, 70, 72, 73, 74, 75, 76, 77, 78, 79, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 93, 94, 95, 96, 98, 99, 100, 101, 102, 103, 105, 106, 107, 108, 109, 110, 111, 112, 113, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 132, 133, 134, 135, 136, 137, 138, 140, 141, 142, 143, 146, 147, 148, 149, 150, 151, 152, 155, 156, 157, 158, 159, 160, 162, 163, 164, 165, 166, 167, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 203, 204, 205, 206, 208, 209, 210, 211, 213], "your": [0, 1, 2, 3, 4, 5, 7, 9, 10, 28, 48, 49, 52, 54, 55, 56, 57, 58, 59, 61, 62, 63, 64, 66, 67, 70, 73, 74, 75, 76, 77, 78, 82, 83, 84, 85, 87, 88, 89, 94, 95, 98, 99, 100, 101, 102, 103, 106, 108, 109, 110, 111, 113, 115, 116, 117, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 140, 141, 142, 145, 146, 147, 148, 149, 150, 151, 152, 156, 158, 159, 160, 162, 163, 164, 165, 167, 169, 170, 171, 172, 173, 175, 176, 177, 180, 181, 182, 185, 187, 188, 189, 190, 192, 193, 195, 196, 197, 198, 199, 200, 203, 206, 207, 209, 210, 211, 213], "your_api_kei": 50, "your_course_nam": 189, "your_minio_access_kei": 73, "your_minio_secret_kei": 73, "your_minio_url": 73, "yourself": [63, 80, 99, 108, 164, 166, 192, 203], "yu": 174, "yy": 171, "yy16bit": 171, "z": [87, 91, 96, 125, 171], "zax": 195, "zealou": 80, "zeep": 181, "zendesk": [21, 26], "zero": [63, 80, 145, 166, 175, 211], "zig": 183, "zip": [75, 99, 115, 145, 159, 160, 195], "zipfil": [115, 195], "zone": [2, 63, 141, 187], "zoom": [87, 147, 175], "zsav": 182, "zucker": 96, "zz": 181, "\u30c4": 213, "\u4e2d\u6587\u5206\u8bcd": 181, "\u4e2d\u6587\u5206\u8bcd\u7ec4\u4ef6": 181, "\u505a\u6700\u597d\u7684": 181, "\u7ed3\u5df4": 181}, "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/Upgrades FAQ", "Chatrooms", "ChatGPT", "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 / Holoview Server", "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", "External Tools", "File Too Large", "Information for Firewall Admins", "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", "Howto", "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 Server", "Multiple CoCalc Accounts", "nbgrader for R", "NEURON simulation environment", "Octave Images and Plots", "<no title>", "Import from Overleaf/Sharelatex", "Multiple CPUs", "Plot.ly\u2019s Dash Server", "Pluto Notebooks for Julia", "PostgreSQL Server", "Project Invitation Tokens", "Recovering a Deleted File", "RemarkJS Slideshow", "Ruby Programming", "R Step-by-Step with Jupyter", "Manage Running Processes", "Question about Sage", "Shiny Server", "Program Seems Slow or Stuck", "Developing 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", "On-Premises CoCalc", "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", "Time Travel", "Stopwatches and Timers", "Tours", "Trial Projects", "Update Your Credit Card", "Project Upgrades", "Upgrades", "User Interface", "Users", "Vouchers", "Visual Studio Code Server", "Whiteboard", "Working With", "Graphical Applications"], "titleterms": {"": [63, 64, 80, 102, 107, 117, 129, 142, 145, 159, 171, 177, 195], "0": [178, 179, 182, 183, 184, 185], "01": [155, 180, 181, 182, 183, 185, 186], "02": [181, 182, 183, 184, 185, 186], "03": [155, 180, 181, 182, 183, 184, 185], "04": [151, 155, 181, 182, 183, 184, 185], "05": [181, 182, 183, 184], "06": [180, 181, 182, 183, 184, 185], "07": [181, 182, 183, 184, 185, 186], "08": [151, 155, 180, 181, 182, 183, 184, 185], "09": [155, 180, 181, 182, 183, 184, 185], "1": [80, 103, 107, 109, 110, 115, 119, 122, 153, 162, 181, 182, 183, 184, 185, 186, 196], "10": [80, 155, 180, 181, 182, 183, 184, 185, 186], "100": [178, 179], "101": 147, "11": [80, 180, 181, 182, 183, 184, 185], "12": [80, 155, 180, 181, 182, 183, 184, 185], "13": [80, 155, 180, 182, 183, 184], "14": [155, 181, 182, 184], "15": [155, 180, 181, 184], "16": [155, 180, 181, 182], "17": [181, 183, 184], "18": [151, 155, 180, 181, 182, 184], "19": [181, 182, 184], "2": [80, 95, 103, 107, 109, 110, 115, 119, 122, 153, 162, 178, 179, 182, 183, 184, 185, 186, 196], "20": [151, 155, 181, 182, 185], "2018": 180, "2019": [155, 181], "2020": [151, 155, 182], "2021": [183, 184], "2022": [155, 184], "2023": 185, "2024": 186, "21": [181, 182, 183], "22": [180, 185], "23": [180, 181, 185], "24": [181, 184], "25": [181, 182, 184], "26": [181, 183], "27": [180, 181, 182, 183, 184, 185], "28": [180, 181, 182, 183, 185], "29": [180, 181, 182, 184], "3": [80, 107, 109, 110, 119, 122, 153, 162, 181, 182, 183, 185, 196], "30": [180, 181, 182, 184, 185], "31": [181, 182], "4": [80, 107, 119, 122, 182, 183, 184, 196], "40": 182, "5": [80, 107, 122, 181, 182, 183, 184, 196], "6": [80, 182, 183, 184], "7": [80, 184], "8": [80, 184, 185], "9": [80, 182, 183, 184, 185], "A": 135, "ASE": 183, "As": 153, "For": [95, 153, 196], "If": [128, 153], "In": 98, "No": [120, 209], "Not": 153, "On": [63, 152, 195], "One": 160, "The": [86, 145], "Their": 195, "To": [175, 211], "Will": 129, "With": [56, 175, 211, 212], "about": [86, 126, 135, 149, 153, 166, 171], "academ": 2, "access": [73, 80, 188, 194, 203, 206], "account": [0, 1, 3, 5, 6, 49, 56, 72, 80, 110, 155, 167, 195], "account_id": 49, "across": 145, "action": [160, 165], "activ": [8, 142, 195], "ad": [83, 194, 196, 197], "add": [6, 37, 53, 80, 153, 166, 190, 193], "add_collabor": 11, "add_license_to_project": 12, "addit": [28, 29, 72], "address": [49, 195], "adjust": 129, "admin": 89, "administr": 209, "advanc": [2, 153], "afford": 203, "after": [188, 198], "again": 72, "ai": 9, "all": [48, 53, 80, 125, 129, 195], "allow": 3, "altern": [140, 166], "alwai": 2, "am": 194, "an": [10, 28, 37, 51, 56, 58, 72, 80, 110, 111, 129, 145, 164, 171, 189, 193, 195], "anaconda": [99, 129, 184, 199], "analysi": [178, 179], "ani": [80, 159], "anonym": 155, "api": [5, 10, 28, 29, 48, 49, 51, 53, 56, 86, 95], "app": 77, "appendix": 64, "appli": [148, 196], "applic": [2, 66, 112, 138, 213], "ar": [80, 108, 159, 171, 195], "arrang": 209, "arrow": [175, 211], "assembl": 74, "assembli": 74, "assign": [111, 189, 193, 194, 195], "assist": [9, 190], "astropi": 182, "asymptot": 145, "async": 182, "atsa": 182, "attach": 171, "attempt": 80, "authent": [28, 29, 95], "autograd": 155, "autom": [178, 179], "automat": [5, 145, 189], "aux": 125, "auxiliari": 174, "avail": [63, 93, 130, 166, 170, 177], "aw": [75, 166], "azur": 73, "back": 159, "backslash": 145, "backup": [57, 160, 171], "balanc": [5, 153], "banner": [196, 203], "bar": [8, 67, 141, 142], "barebon": 122, "base": 182, "baseurlpath": 130, "bash": [76, 162], "bash_profil": 129, "bashrc": [76, 129], "basic": 142, "batch": [155, 164], "becom": 63, "befor": 195, "benefit": 177, "bert": 182, "besid": 162, "better": 203, "between": [10, 28, 58], "bill": [9, 58, 63], "binari": 129, "bind": 199, "bioconductor": [183, 184], "bitbucket": 159, "block": [80, 149], "bokeh": 77, "bookstor": 209, "box": 76, "broken": [90, 199, 213], "browser": [80, 110, 138, 159, 199], "bugfix": [182, 183], "bui": [2, 53, 148, 203], "build": [105, 145, 146], "built": [129, 145, 177], "button": [86, 134, 142, 143], "c": [82, 96, 129], "cach": 80, "calcul": 129, "call": 129, "can": [58, 78, 80, 110, 129, 149, 159, 203], "cannot": [145, 203], "capac": [153, 196], "card": 204, "carri": 153, "cart": 53, "categori": 213, "caus": 103, "cell": [129, 141, 142, 175, 211], "chang": [171, 195, 200], "change_email_address": 13, "change_password": 14, "charg": 196, "chat": [9, 59, 70, 167, 175, 192, 199, 211], "chatgpt": [60, 171], "chatroom": [59, 192], "check": [79, 80, 122, 128, 145, 189], "checkbox": 149, "checker": 70, "chemistri": [178, 179], "choic": 9, "choos": [63, 153], "chrome": [80, 87], "class": 195, "classic": [102, 140, 177], "clear": [107, 200], "cli": 75, "click": 108, "client": [56, 84], "clock": 79, "close": [73, 159], "cloud": [61, 63, 73, 152, 166], "cluster": 84, "cobol": 182, "cocalc": [1, 48, 49, 53, 61, 62, 63, 64, 72, 79, 80, 83, 92, 94, 95, 97, 102, 103, 110, 111, 128, 129, 133, 136, 138, 140, 141, 143, 149, 150, 152, 166, 167, 174, 177, 193, 194, 198, 199, 203, 209, 213], "code": [70, 96, 123, 129, 135, 142, 149, 171, 209, 210], "colab": 185, "collabor": [108, 140, 149, 165, 166, 170, 174, 175, 192, 199, 203, 211], "collect": [174, 189, 193], "com": 92, "command": [76, 91, 94, 98, 100, 146, 195, 199], "comment": 193, "commit": 73, "commun": [10, 28], "compat": 95, "compil": [96, 129, 131], "complet": [171, 187, 193], "comput": [63, 80, 129, 141, 152, 178, 179, 196], "concis": 171, "configur": [76, 99, 129, 130, 166, 196, 209], "congest": 80, "connect": [80, 84, 92, 109, 119, 128, 167, 171], "consecut": 141, "conserv": 143, "consider": [63, 174], "contact": 194, "content": [1, 9, 141, 156, 175, 193, 194, 211], "continu": 151, "contribut": 166, "control": [94, 166, 194], "convers": 171, "convert": [81, 155, 195], "cooki": 80, "copi": [10, 28, 175, 195, 211], "copy_path_between_project": 15, "copy_path_delet": 16, "copy_path_statu": 17, "copy_public_path_between_project": 18, "core": 2, "cost": [2, 63], "count": [146, 201], "counter": 142, "cours": [155, 188, 189, 190, 194, 195, 196, 203], "cpu": [2, 116, 128, 206], "creat": [56, 59, 63, 72, 83, 120, 129, 145, 187, 189, 190, 193, 201, 209], "create_account": 19, "create_project": 20, "create_support_ticket": 21, "credenti": 95, "credit": [204, 209], "csv": [65, 88], "cumul": 182, "current": [166, 177], "cursor": 70, "custom": [83, 87, 98, 99, 129, 143, 145, 166, 176, 177, 178, 199, 203], "cut": [129, 175, 211], "dark": [3, 155], "dash": 117, "dashboard": 84, "dask": [77, 84, 178, 179], "data": [9, 28, 29, 70, 73, 86, 174, 178, 179], "data8": 182, "databas": [48, 92, 119], "datasci": 182, "dataset": 73, "date": [80, 187, 195], "deal": [134, 145], "debian": 76, "debug": [80, 128, 162], "dedic": [2, 107, 128], "deep": [178, 179], "default": [3, 66, 129, 156, 177], "definit": 171, "degre": 194, "delet": [73, 108, 121, 141, 164, 166, 188, 195], "delete_account": 22, "demo": 95, "depot": 98, "descript": [37, 166, 187], "design": 181, "desktop": [62, 66, 94, 113, 128], "detail": [107, 149, 177], "detect": 129, "develop": [92, 129, 162, 203], "dialog": 213, "diff": 195, "differ": [58, 110], "directli": 99, "directori": 48, "disabl": [5, 171, 203], "disconnect": [129, 199], "disconnect_from_project": 23, "discount": 2, "discret": [178, 179], "disk": [85, 143, 206], "displai": [3, 6, 66, 165, 213], "distribut": [189, 193, 209], "dn": 80, "do": [58, 63, 80, 108, 145, 175, 190, 193, 196, 211], "docker": 92, "document": [129, 145, 167, 171, 174], "doe": [80, 95, 145], "doesn": 106, "dollar": 145, "domain": 80, "don": [80, 140], "done": 198, "doubl": 80, "down": [80, 109, 119, 201], "download": [159, 209], "drag": [134, 141], "draw": 145, "drive": [87, 134], "drop": [134, 141], "dropbox": 87, "dropdown": 0, "due": [187, 195], "dune": 185, "durat": 174, "dynam": 135, "easi": 110, "edg": [80, 175, 211], "edit": [9, 129, 141, 149, 167, 170, 175, 187, 192, 211], "editor": [3, 37, 70, 123, 144, 146, 199], "effici": [178, 179], "element": [149, 174], "elimin": 103, "els": [80, 103], "emac": 87, "email": [49, 190, 195], "emb": 143, "embed": [10, 28, 143, 149], "emoji": [149, 170], "empti": [108, 195], "emul": 94, "enabl": [5, 80, 145, 153], "encapsul": 99, "encod": 146, "end": [92, 188], "endpoint": [5, 28, 51], "enhanc": [141, 149], "enter": [193, 197], "entri": 165, "environ": [98, 99, 112, 129, 166, 177, 184, 199], "error": [80, 148, 171], "escap": 145, "etc": [159, 183, 185], "even": 125, "everyon": 195, "everyth": 80, "exactli": 195, "exampl": [10, 28, 37, 50, 63, 76, 84, 130, 135, 162, 178, 179, 209], "except": 129, "execut": 142, "exercis": [178, 179], "experi": 181, "explor": [67, 69], "export": [86, 90, 115, 143, 145, 149, 155, 189, 195, 200], "express": [175, 211], "extend": 171, "extens": [80, 101, 105, 199], "extern": 87, "f90": 129, "faq": [58, 80, 145, 159, 195], "featur": [59, 61, 142, 146, 149, 166, 199], "fenc": 149, "fetch": 134, "field": [37, 195], "figur": 129, "file": [1, 3, 4, 9, 10, 28, 37, 67, 68, 69, 70, 72, 76, 78, 80, 87, 88, 95, 121, 123, 134, 135, 143, 145, 146, 149, 155, 156, 159, 160, 165, 166, 171, 174, 177, 187, 190, 194, 195, 199, 200], "filenam": 3, "filesystem": 63, "filter": [164, 165], "find": [68, 69], "fingerprint": [6, 159], "finish": 194, "firefox": 80, "firewal": 89, "first": [72, 84, 95, 136, 185], "fish": 199, "fix": [90, 110, 129, 182, 184, 186], "flipper": 183, "flush": 73, "flyout": 69, "folder": [174, 193, 195], "font": [170, 199], "forgot_password": 24, "form": 171, "format": [28, 29, 187], "formatt": 166, "fortran": [91, 129], "fortun": 76, "forward": [63, 146, 177], "frame": [70, 123, 175, 199, 211], "free": 58, "frica": 87, "from": [49, 99, 115, 129, 134, 141, 188, 189, 195, 199, 210], "front": 92, "fullscreen": [66, 167], "function": 129, "fund": 203, "further": 95, "futur": 151, "gap": 93, "gatewai": 159, "gc": 166, "gener": [3, 51, 58, 92, 129, 135, 181, 193, 195], "geograph": 63, "get": [37, 48, 49, 50, 51, 53, 58, 72, 73, 95, 110, 136, 142, 147, 177, 190, 194, 213], "get_available_upgrad": 25, "get_support_ticket": 26, "get_usernam": 27, "gettabl": 37, "git": [94, 99, 159, 195], "github": [159, 174], "gitlab": 159, "given": [37, 48], "glanc": 125, "glass": 68, "gnu": 74, "gnucobol": 182, "gnuplot": 145, "go": [110, 153], "gone": 108, "googl": [63, 73, 80, 87, 95, 134, 166], "gprmax": 182, "gpu": 143, "grade": [107, 189, 193], "graphic": [94, 112, 133, 213], "group": 192, "gsl": 96, "guid": [136, 191, 194], "halt": 143, "hand": [178, 179], "handbook": [178, 179], "handout": [189, 195], "happen": 194, "hardlink": 182, "hashtag": [59, 149, 175, 187, 211], "have": [80, 195], "hax": 183, "hdpi": 213, "healpi": 182, "hebrew": 145, "height": 129, "hello": 130, "help": [167, 171], "hidden": [160, 164, 166], "hide": [3, 160, 166, 188], "high": 213, "hint": 134, "histori": [86, 199, 200], "holoview": [77, 184], "home": 161, "host": [2, 94, 128, 159, 203, 206, 209], "how": [9, 58, 110, 111, 129, 153, 159, 171, 194, 195], "howto": [10, 28, 97, 145, 171], "html": [70, 81, 88, 122, 149, 171], "htop": 107, "hub": [73, 86], "hyperstack": 63, "i": [9, 58, 63, 73, 79, 80, 103, 107, 108, 129, 136, 159, 165, 170, 182, 194, 198, 209, 213], "icognito": 110, "icon": [68, 80, 157, 166, 172, 175, 208, 211], "id": [37, 49], "ident": 110, "identifi": 128, "idl": [129, 206], "ifram": [10, 28], "imag": [92, 113, 145, 166], "implement": 149, "import": 115, "impos": 153, "improv": [181, 203], "includ": [145, 159], "incompat": 80, "index": 71, "indic": 64, "individu": 155, "infect": 80, "info": 182, "inform": [58, 73, 89, 155, 178, 179, 204], "initi": [162, 197], "insert": [141, 145, 170, 175, 211], "insid": 70, "inspect": 107, "instal": [75, 76, 80, 98, 99, 100, 129, 131, 145, 199, 213], "instead": 80, "institut": [196, 197], "instructor": [191, 193, 196], "int": 129, "integ": 129, "integr": [141, 195], "interact": 174, "interfac": [103, 207], "intermedi": 80, "internet": [134, 203, 206], "introduc": 164, "introduct": [61, 137, 149, 171], "invers": [146, 149], "invit": [120, 164, 190, 195], "invite_collabor": 30, "invite_noncloud_collabor": 31, "invoic": [5, 58], "ipad": 138, "ipywidget": 184, "isn": 87, "issu": 80, "item": 177, "j": [92, 182], "java": 129, "javascript": 182, "julia": [98, 118, 129, 181, 182, 183, 184, 186], "jupyt": [9, 72, 83, 88, 90, 91, 93, 97, 98, 99, 100, 101, 102, 103, 104, 107, 112, 113, 124, 129, 133, 139, 140, 141, 142, 143, 145, 155, 166, 175, 177, 178, 179, 182, 193, 211], "jupyterlab": [105, 140, 166], "keep": 129, "kei": [1, 6, 51, 56, 159, 166, 175, 177, 199, 211], "kera": [178, 179, 182], "kernel": [83, 93, 99, 102, 103, 113, 129, 142, 182], "keyboard": [187, 213], "kill": 129, "kiosk": 66, "knitr": 145, "known": 48, "lab": [102, 177], "land": 80, "languag": [74, 97, 129, 162], "larg": [88, 134, 143, 145], "later": 95, "latest": 80, "latex": [9, 52, 70, 143, 144, 145, 146, 147, 149, 170, 175, 195, 211], "launch": 118, "layout": 213, "lean": 182, "learn": [178, 179, 183], "lectur": [178, 179, 194], "legaci": [5, 145, 197], "lib": 183, "librari": 163, "licens": [1, 2, 53, 63, 106, 148, 153, 155, 166, 188, 196, 203, 209], "like": 129, "limit": [5, 120, 129, 153, 170, 177], "line": [91, 94, 98, 100], "link": [120, 149], "linux": [9, 199], "list": [48, 67, 160, 164, 167, 175, 187, 211], "live": 192, "llm": [9, 196], "load": [80, 165], "local": [6, 73, 76, 129, 143], "locat": [63, 99], "log": [69, 108, 165], "log_client_error": 32, "login": 6, "logo": 167, "long": [129, 171], "low": 107, "ly": 117, "macaulay2": 185, "machin": [129, 178, 179], "macro": 145, "macs2": 183, "magnifi": 68, "main": 177, "mainten": 184, "make": [37, 80, 195, 196], "malwar": 80, "manag": [2, 125, 148, 189, 195], "manual": [64, 189, 193], "map": [175, 211], "markdown": [70, 122, 129, 149, 187, 195], "mask": 3, "materi": [178, 179, 182], "mathic": [182, 183], "matplotlib": [107, 182], "maximum": 148, "mechan": [178, 179], "member": [2, 128, 203, 206], "memori": [103, 107, 125, 128, 129, 143], "mention": [59, 149, 192], "menu": [0, 142], "merg": 110, "messag": [28, 29, 80, 129, 148, 171], "method": [5, 110, 145], "metric": 33, "microchip": 157, "mini": 160, "miniforg": 185, "minio": 73, "minor": 182, "miss": [151, 195], "mix": 140, "mode": [3, 155, 167, 175], "model": [178, 179], "modi": 183, "modif": 73, "modifi": 92, "modsimpython": [178, 179], "modul": [129, 133], "monei": 153, "mongodb": 109, "moodl": 195, "more": [125, 183, 184, 197, 203], "most": 63, "motiv": 177, "mount": 87, "move": [128, 187], "much": [80, 103], "multi": [84, 145, 146], "multipl": [70, 110, 116, 142, 145, 160, 195, 196, 199], "my": [9, 80, 99, 107, 108, 129, 159, 194, 200], "name": [80, 166], "nasm": 183, "nativ": 138, "navig": [175, 211], "nbgrader": [111, 141, 155, 193], "need": [63, 209], "netwid": 74, "network": 80, "neuron": 112, "new": [69, 83, 129, 150, 155, 156, 166, 184, 185, 189, 190, 199], "next": [72, 108], "nextj": 92, "node": [84, 92, 182, 184], "note": [92, 174, 175, 211], "notebook": [9, 72, 88, 91, 97, 98, 100, 102, 104, 107, 112, 118, 129, 133, 139, 140, 141, 142, 143, 145, 155, 178, 179, 182, 184, 193, 195], "noth": 128, "notif": 167, "now": 108, "nteract": 133, "ntk": 107, "number": [2, 3, 89, 129, 141, 148], "numpi": [178, 179], "o": 182, "oauth2": 95, "object": 195, "obtain": 209, "octav": [113, 129, 182, 183, 184, 186], "off": [57, 79, 129, 145], "offer": 63, "older": 165, "onc": [48, 110], "onli": 196, "open": [80, 160, 165, 167], "openai": 185, "opencv": [178, 179], "oper": 164, "optim": 183, "option": [2, 66, 170, 173, 193, 196], "order": 53, "other": [3, 9, 73, 80, 129, 162], "otherwis": 80, "our": 194, "out": [1, 72, 80, 107], "output": [129, 142, 143], "outstand": 190, "over": 153, "overlai": 213, "overleaf": 115, "overrid": 129, "overview": [175, 211], "own": [99, 129], "p": 125, "packag": [76, 98, 99, 100, 129, 130, 145, 181, 182, 183, 184, 199], "page": [3, 5, 80, 158, 175, 211], "pai": [58, 153, 194, 196, 197, 203], "paid": [58, 196], "panda": 182, "pandoc": 182, "panel": 69, "papermil": 183, "partner": 51, "past": [175, 211], "path": [37, 48, 98, 99], "payment": [5, 196], "pdf": [81, 90, 145, 149, 155, 195], "peak": 107, "peer": 189, "pen": [175, 211], "pentadactyl": 87, "per": [3, 129], "period": [2, 162], "ping": 34, "pip": [99, 129], "pkg": 185, "place": 53, "plai": [143, 171], "plain": [140, 166], "platform": [97, 154, 155], "plot": [5, 104, 113, 117, 145, 171, 210], "plotli": 129, "plugin": 87, "pluto": [118, 184], "pmdarima": 182, "png": 104, "port": [63, 89, 135, 177], "possibl": 103, "postgresql": 119, "pre": 177, "prefer": [1, 3, 145], "prem": [63, 152], "premis": 152, "prepaid": 5, "prepar": [105, 111], "prerequisit": 61, "present": [37, 122, 175], "pretext": 183, "preview": 145, "privat": 110, "problem": [80, 107, 128, 145, 151, 178, 179, 196], "process": [69, 80, 107, 125, 129, 157], "profil": [3, 110], "program": [74, 82, 91, 95, 97, 123, 128, 129], "programm": 171, "project": [2, 6, 10, 28, 37, 48, 56, 66, 69, 72, 80, 84, 86, 105, 107, 108, 120, 128, 129, 143, 145, 148, 153, 155, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 169, 174, 178, 179, 188, 190, 192, 194, 195, 196, 197, 203, 205], "project_exec": 35, "prophet": 182, "protect": 141, "protocol": [28, 29], "proxi": [135, 174], "pstrick": 145, "public": [1, 4, 6, 37, 174], "public_get_text_fil": 36, "publish": [37, 174, 175, 211], "purchas": [1, 2, 5, 50, 53, 61, 153, 203], "purpos": [28, 29, 51, 193], "py": 99, "pybedtool": 182, "pycaret": 182, "pygimli": 182, "pypi": [129, 183, 184], "python": [9, 50, 83, 92, 95, 99, 129, 130, 162, 171, 178, 179, 181, 182, 183, 184, 185, 210], "python3": 129, "pythontex": 145, "quantum": [178, 179], "quarto": [149, 155], "queri": [37, 55], "question": [80, 126, 193, 198, 209], "quickli": 195, "quickstart": [73, 199], "quota": [58, 166], "quspin": 182, "r": [9, 70, 100, 111, 124, 129, 182, 183, 184], "rais": 129, "ram": [2, 206], "raw": 135, "rdkit": 182, "react": 92, "read_text_file_from_project": 38, "real": [170, 192], "reason": 203, "reboot": 128, "receipt": 5, "recent": [5, 80, 165, 167], "recommend": 100, "reconfigur": 190, "reconnect": 128, "record": 162, "recov": [108, 121], "redeem": 209, "refer": [28, 29, 64, 118, 130, 149, 168], "refresh": 160, "regular": [182, 184], "relat": [80, 129], "releas": 185, "remarkj": 122, "remot": [87, 166], "remov": [143, 184, 188, 195, 199, 203], "remove_collabor": 39, "remove_license_from_project": 40, "render": 174, "replac": [70, 149], "repositori": [94, 99], "request": [98, 99, 100], "requir": 194, "resel": 209, "resend": 190, "reset_forgot_password": 41, "resolut": 213, "resourc": [72, 171, 203], "restart": [128, 166, 194, 195], "restrict": [169, 195], "resum": [72, 199], "return": [189, 193], "revert": [171, 184], "rich": [149, 170], "riemann": [178, 179], "rmd": 129, "rmdformat": 182, "room": 9, "root": 63, "routin": 183, "row": 142, "rpc": 182, "rstan": 107, "rstudio": 213, "rubi": [123, 129], "run": [2, 72, 80, 95, 107, 125, 129, 135, 141, 143, 193, 195], "rust": [181, 182, 183], "s3": [73, 166], "safari": 80, "sage": [99, 123, 126, 129, 133, 155, 166, 171, 182, 183, 184, 185, 186], "sagemath": [162, 171, 182, 203], "sagetex": 145, "sai": 79, "same": 80, "save": [78, 142, 153], "schema": 73, "scienc": [178, 179], "scientif": [9, 178, 179], "scikit": [178, 179, 183], "scilab": 213, "screenshot": 109, "script": [9, 95, 130, 162, 210], "search": [68, 70, 146, 149, 175, 187, 211], "second": 95, "secur": 135, "see": [80, 125, 129, 196, 197], "seem": 128, "select": [102, 142, 153], "self": 153, "sent": 9, "sentimentanalysi": 182, "server": [63, 77, 80, 92, 109, 117, 119, 127, 135, 140, 152, 166, 172, 174, 196, 210], "servic": [58, 80, 97, 173], "session": [66, 72, 110, 198], "set": [3, 37, 69, 80, 107, 108, 143, 145, 166, 174, 199], "settabl": 37, "setup": [99, 101, 111, 119, 145, 166, 199], "shake": 183, "shape": 73, "share": [174, 192, 203], "sharelatex": 115, "sheet": 95, "shell": [9, 145, 199], "shini": 127, "shop": 53, "short": [153, 198], "shortcut": 187, "should": 145, "show": [3, 160], "shut": [109, 119], "side": [9, 59, 70, 129, 199], "sign": [1, 72, 145, 195], "simpl": 92, "simul": [112, 178, 179], "simultan": 148, "singl": [166, 195, 199], "site": [57, 155], "skew": 79, "skip": 193, "slide": 175, "slideshow": [122, 141], "slow": [128, 171], "smem": 107, "snakemak": [178, 179], "snappi": 182, "snapshot": [57, 160, 171], "snippet": 176, "softwar": [80, 99, 107, 129, 131, 166, 174, 177, 178, 180, 181, 182, 183, 184, 185, 186, 199], "solut": [178, 179], "some": [80, 99, 129], "someth": 103, "sort": 3, "sound": 171, "sourc": [70, 92, 129, 145, 171], "space": [85, 206], "special": [63, 209], "specif": [58, 107, 129], "spell": [70, 145], "spellcheck": 146, "spend": 153, "split": [175, 199, 211], "ssh": [1, 6, 134, 159, 166], "sshf": 87, "stale": 80, "standbi": 3, "star": 174, "start": [37, 72, 73, 84, 105, 119, 136, 142, 147, 153, 162, 177, 193, 195, 213], "start_metr": 42, "startup": [109, 129, 199], "statement": [1, 72], "statist": 129, "statu": [167, 209, 213], "stellargraph": 182, "step": [72, 80, 109, 115, 119, 122, 124, 136], "sticki": [175, 211], "still": 63, "stop": [37, 54, 166], "stopwatch": [175, 201, 211], "storag": [73, 166], "store": 171, "strategi": 196, "streamlit": 130, "stuck": 128, "student": [155, 169, 188, 189, 190, 193, 194, 195, 196, 197, 203], "studi": 95, "studio": 210, "subdomain": 135, "subfil": 145, "subscript": [1, 5, 203], "summari": 177, "support": [1, 7, 70, 143, 145, 146, 174, 177, 181, 195, 203], "sure": 80, "svg": [104, 129, 171], "sy": 99, "sympi": 181, "sync": [87, 193], "system": [166, 176], "t": [78, 80, 87, 106, 140, 203], "ta": 194, "tab": [80, 134, 171, 199, 213], "tabl": [64, 141, 175, 193, 211], "tag": 164, "taichi": 183, "task": [162, 187], "teach": [63, 190, 193, 196], "teacher": [194, 196, 197], "technic": 213, "temporari": 160, "tensorflow": [178, 179], "termin": [3, 9, 87, 103, 107, 129, 133, 160, 195, 199, 213], "test": 174, "texmf": 145, "text": [70, 88, 142, 149, 170, 175, 195, 211], "theori": [178, 179], "thing": [79, 110], "think": 108, "those": 203, "throw": 183, "ticket": 7, "tikzplotlib": 183, "time": [141, 153, 159, 162, 170, 192, 195, 200], "timeout": [3, 80, 129, 206], "timer": [175, 201, 211], "timetravel": [57, 86, 171, 175, 200, 211], "tip": [143, 174, 195, 199, 213], "titl": [2, 37, 166], "token": [120, 164], "ton": 80, "too": [80, 88, 103, 143], "tool": [87, 97], "toolbar": [1, 67, 72, 167], "top": [67, 107, 108, 125], "touch_project": 43, "tour": [67, 158, 199, 202], "train": 198, "transact": 5, "transfer": [58, 134], "trash": 195, "travel": [195, 200], "trial": 203, "trick": [143, 195, 199, 213], "troubleshoot": [132, 143], "try": [79, 80, 103, 128], "turn": 145, "turtl": 133, "type": [2, 70], "typescript": 92, "typeset": 9, "u": 194, "ubuntu": [76, 151, 155, 182, 185], "undelet": 195, "understand": 171, "underworld": [178, 179], "undo": 171, "uniqu": 63, "unlink_passport": 44, "unus": 153, "up": [103, 107, 159, 195], "updat": [5, 98, 145, 177, 180, 181, 182, 183, 184, 185, 186, 204], "upgrad": [1, 37, 58, 148, 151, 153, 155, 166, 188, 196, 197, 203, 205, 206], "upload": [95, 134], "url": [89, 166, 174], "us": [9, 48, 49, 53, 63, 87, 103, 107, 110, 120, 128, 129, 135, 143, 145, 149, 151, 153, 155, 164, 166, 178, 179, 195, 200, 209], "usag": [107, 129, 166], "user": [37, 49, 55, 64, 99, 103, 207, 208, 209], "user_auth": 45, "user_search": 46, "util": [125, 171], "v": [129, 166, 177], "v1": 28, "v2": [5, 51], "vaniti": 174, "variabl": 166, "variou": [181, 184], "venn": 182, "veri": 80, "verifi": 195, "version": [80, 83, 87, 94, 193, 194, 197], "versu": 140, "via": [48, 58, 87, 203], "view": [6, 175, 189, 211], "viewer": 65, "vim": 199, "virtualenv": 99, "visual": 210, "vm": 107, "voucher": 209, "vpn": 63, "vscode": [92, 183, 184], "w": 99, "wai": [107, 203], "warn": 85, "wav": 143, "web": [56, 92, 138, 159], "webserv": [129, 135], "websit": 143, "websocket": [80, 89], "weird": 110, "welcom": [64, 136], "what": [9, 58, 73, 80, 95, 108, 110, 129, 135, 136, 142, 145, 159, 165, 171, 190, 194, 196, 197], "when": [110, 171, 194, 201], "where": [149, 170], "while": 80, "whiteboard": 211, "who": [200, 203], "whole": 174, "why": [107, 166, 194], "wide": 176, "widget": 141, "width": 129, "wiki": 171, "window": [175, 211, 213], "wire": 58, "within": 149, "without": [189, 195], "word": 146, "work": [80, 87, 106, 111, 128, 145, 159, 194, 212], "worksheet": [123, 129, 133, 155, 166, 171], "workshop": [178, 179, 209], "world": 130, "would": 129, "write": 122, "write_text_file_to_project": 47, "wrong": [80, 110], "x": 108, "x11": [113, 133], "you": [2, 80, 145, 153], "your": [6, 53, 72, 79, 80, 105, 107, 143, 153, 166, 174, 194, 204], "yourself": 98, "zero": 201, "zoom": 213}})
\ No newline at end of file
+Search.setIndex({"alltitles": {"(+) New": [[156, "new"]], "1. Configure the payment option": [[196, "configure-the-payment-option"]], "1. Instructor configures the payment option": [[196, "instructor-configures-the-payment-option"]], "1. Processes": [[107, "processes"]], "1. Select Pay-As-You-Go": [[153, "select-pay-as-you-go"]], "1. Try to eliminate Jupyter if possible": [[103, "try-to-eliminate-jupyter-if-possible"]], "100 numpy exercises": [[178, "id1"], [179, "id1"]], "2. Apply a license to the course": [[196, "apply-a-license-to-the-course"]], "2. Choose Your Upgrades": [[153, "choose-your-upgrades"]], "2. Project settings": [[107, "project-settings"]], "2. Students see a payment banner": [[196, "students-see-a-payment-banner"]], "2. Try to eliminate the CoCalc user interface": [[103, "try-to-eliminate-the-cocalc-user-interface"]], "2018-09-01": [[180, "update-2018-09-01"]], "2018-09-08": [[180, "update-2018-09-08"]], "2018-09-11": [[180, "update-2018-09-11"]], "2018-09-15": [[180, "update-2018-09-15"]], "2018-09-23": [[180, "update-2018-09-23"]], "2018-09-29": [[180, "update-2018-09-29"]], "2018-10-06": [[180, "update-2018-10-06"]], "2018-10-18": [[180, "update-2018-10-18"]], "2018-10-27": [[180, "update-2018-10-27"]], "2018-11-03": [[180, "update-2018-11-03"]], "2018-11-10": [[180, "update-2018-11-10"]], "2018-11-13": [[180, "update-2018-11-13"]], "2018-11-28": [[180, "update-2018-11-28"]], "2018-12-01": [[180, "update-2018-12-01"]], "2018-12-03": [[180, "update-2018-12-03"]], "2018-12-08": [[180, "update-2018-12-08"]], "2018-12-16": [[180, "update-2018-12-16"]], "2018-12-22": [[180, "update-2018-12-22"]], "2018-12-30": [[180, "update-2018-12-30"]], "2019-01-06": [[181, "update-2019-01-06"]], "2019-01-12": [[181, "update-2019-01-12"]], "2019-01-20": [[181, "update-2019-01-20"]], "2019-01-26": [[181, "update-2019-01-26"]], "2019-02-09": [[181, "update-2019-02-09"]], "2019-02-16": [[181, "update-2019-02-16"]], "2019-02-23": [[181, "update-2019-02-23"]], "2019-03-02": [[181, "update-2019-03-02"]], "2019-03-11": [[181, "update-2019-03-11"]], "2019-03-23": [[181, "update-2019-03-23"]], "2019-03-31": [[181, "update-2019-03-31"]], "2019-04-07": [[181, "update-2019-04-07"]], "2019-04-14": [[181, "update-2019-04-14"]], "2019-04-21": [[181, "update-2019-04-21"]], "2019-04-27": [[181, "update-2019-04-27"]], "2019-05-04": [[181, "update-2019-05-04"]], "2019-05-11": [[181, "update-2019-05-11"]], "2019-05-18": [[181, "update-2019-05-18"]], "2019-05-26": [[181, "update-2019-05-26"]], "2019-06-02": [[181, "update-2019-06-02"]], "2019-06-08": [[181, "update-2019-06-08"]], "2019-06-17": [[181, "update-2019-06-17"]], "2019-06-24": [[181, "update-2019-06-24"]], "2019-06-30": [[181, "update-2019-06-30"]], "2019-07-08": [[181, "update-2019-07-08"]], "2019-07-15": [[181, "update-2019-07-15"]], "2019-07-28": [[181, "update-2019-07-28"]], "2019-08-10": [[181, "update-2019-08-10"]], "2019-08-25": [[181, "update-2019-08-25"]], "2019-08-28": [[181, "update-2019-08-28"]], "2019-09-09": [[181, "update-2019-09-09"]], "2019-09-21": [[181, "update-2019-09-21"]], "2019-09-28": [[181, "update-2019-09-28"]], "2019-09-30": [[181, "update-2019-09-30"]], "2019-10-05": [[181, "update-2019-10-05"]], "2019-10-11": [[181, "update-2019-10-11"]], "2019-10-19": [[181, "update-2019-10-19"]], "2019-10-25": [[181, "update-2019-10-25"]], "2019-11-09": [[181, "update-2019-11-09"]], "2019-11-16": [[181, "update-2019-11-16"]], "2019-11-19: improved support for Rust": [[181, "improved-support-for-rust"]], "2019-11-23: various Python 3 package updates": [[181, "various-python-3-package-updates"]], "2019-11-29: Julia 1.3": [[181, "julia-1-3"]], "2019-12-07: Design of Experiment Generator": [[181, "design-of-experiment-generator"]], "2019-12-15: SymPy 1.5": [[181, "sympy-1-5"]], "2019-12-16: Anonymous accounts": [[155, "anonymous-accounts"]], "2020-01-05: SageMath 9.0 based on Python 3": [[182, "sagemath-9-0-based-on-python-3"]], "2020-01-13: Site licenses": [[155, "site-licenses"]], "2020-01-14: Export student file use": [[155, "export-student-file-use"]], "2020-01-16: dark mode": [[155, "dark-mode"]], "2020-01-16: nbgrader autograder for Jupyter notebooks": [[155, "nbgrader-autograder-for-jupyter-notebooks"]], "2020-01-19: SentimentAnalysis R package": [[182, "sentimentanalysis-r-package"]], "2020-01-29 Rust 1.40": [[182, "rust-1-40"]], "2020-02-03: AstroPy 4.0": [[182, "astropy-4-0"]], "2020-02-16: Pandas 1.0 and Octave 5.2.0": [[182, "pandas-1-0-and-octave-5-2-0"]], "2020-02-21: LEAN 3.5.1 and JavaScript Kernel": [[182, "lean-3-5-1-and-javascript-kernel"]], "2020-02-29: Async I/O in Jupyter Notebooks": [[182, "async-i-o-in-jupyter-notebooks"]], "2020-03-15: Convert Batch of Jupyter Notebooks and Sage Worksheets to PDF": [[155, "convert-batch-of-jupyter-notebooks-and-sage-worksheets-to-pdf"]], "2020-03-20:": [[182, "update-2020-03-20"]], "2020-03-30: Julia 1.4": [[182, "julia-1-4"]], "2020-04-08: healpy 1.13": [[182, "healpy-1-13"]], "2020-04-16 COBOL (GnuCOBOL)": [[182, "cobol-gnucobol"]], "2020-04-25: R 3.6.3 and Julia 1.4.1": [[182, "r-3-6-3-and-julia-1-4-1"]], "2020-05-04: Stellargraph": [[182, "stellargraph"]], "2020-05-08: Fixing Keras": [[182, "fixing-keras"]], "2020-05-10: QuSpin and RmdFormats": [[182, "quspin-and-rmdformats"]], "2020-05-12: Octave 5.2.0": [[182, "octave-5-2-0"]], "2020-05-20": [[182, "update-2020-05-20"]], "2020-05-27: Sage 9.1 and Node.js 12": [[182, "sage-9-1-and-node-js-12"]], "2020-06-06: Prophet and pmdarima": [[182, "prophet-and-pmdarima"]], "2020-06-20: Updating SnapPy in SageMath": [[182, "updating-snappy-in-sagemath"]], "2020-07-16: Minor/Bugfixes": [[182, "minor-bugfixes"]], "2020-07-31: Cumulative Updates": [[182, "cumulative-updates"]], "2020-08-14/18.04: Regular update of Ubuntu 18.04": [[182, "regular-update-of-ubuntu-18-04"]], "2020-08-18: Ubuntu 20.04": [[182, "ubuntu-20-04"]], "2020-08-18: Ubuntu 20.04 Upgrade": [[151, "ubuntu-20-04-upgrade"], [155, "ubuntu-2004-upgrade"]], "2020-09-01: Julia 1.5.1": [[182, "julia-1-5-1"]], "2020-09-12: Regular update": [[182, "regular-update"]], "2020-09-28: aTSA, BERT and pyGIMLi": [[182, "atsa-bert-and-pygimli"]], "2020-10-09: Project Information": [[155, "project-information"]], "2020-10-12: RPC info, PyCaret, R 4.0.3, \u2026": [[182, "rpc-info-pycaret-r-4-0-3"]], "2020-10-28: Pandoc 2.11": [[182, "pandoc-2-11"]], "2020-11-01: Sage 9.2": [[182, "sage-9-2"]], "2020-11-09 : RDkit, Matplotlib Venn and data8 datascience": [[182, "rdkit-matplotlib-venn-and-data8-datascience"]], "2020-11-19 : Mathics, gprMax, and pybedtools": [[182, "mathics-gprmax-and-pybedtools"]], "2020-12-09: materialize, hardlink, and updates": [[182, "materialize-hardlink-and-updates"]], "2021-01-07: More Python libs!": [[183, "more-python-libs"]], "2021-01-28: Julia 1.5.3, MACS2, \u2026": [[183, "julia-1-5-3-macs2"]], "2021-02-17: Rust 1.5": [[183, "rust-1-5"]], "2021-03-05: ASE, Papermill, etc.": [[183, "ase-papermill-etc"]], "2021-03-08: Bioconductor": [[183, "bioconductor"]], "2021-03-21: Julia 1.6": [[183, "julia-1-6"]], "2021-04-03: R 4.0.5 (\u201cShake and Throw\u201d)": [[183, "r-4-0-5-shake-and-throw"]], "2021-04-26: Julia 1.6.1": [[183, "julia-1-6-1"]], "2021-05-17: HAXE": [[183, "haxe"]], "2021-06-07: Octave 6.2.0 & Bugfixes": [[183, "octave-6-2-0-bugfixes"]], "2021-07-05: Package updates": [[183, "package-updates"]], "2021-07-12: MODIS and PreTeXt": [[183, "modis-and-pretext"]], "2021-07-13: flipper in Sage": [[183, "flipper-in-sage"]], "2021-07-26 Julia 1.6.2": [[183, "julia-1-6-2"]], "2021-08-02: Octave 6.3.0": [[183, "octave-6-3-0"]], "2021-08-03: VSCode": [[183, "vscode"]], "2021-08-13: R 4.1.1": [[183, "r-4-1-1"]], "2021-09-02: Sage 9.4, NASM, \u2026": [[183, "sage-9-4-nasm"]], "2021-09-07: PyPy (Python 3)": [[183, "pypy-python-3"]], "2021-09-27: Mathics 4, Scikit-Learn 1.0, Julia 1.6.3": [[183, "mathics-4-scikit-learn-1-0-julia-1-6-3"]], "2021-10-10: Routine updates": [[183, "update-2021-10-10"]], "2021-11-01: taichi, tikzplotlib, Scikit Optimize": [[183, "taichi-tikzplotlib-scikit-optimize"]], "2021-12-13: Julia 1.7 & various updates": [[184, "julia-1-7-various-updates"]], "2021-12-13: Routine updates\u2026": [[183, "routine-updates"]], "2022-02-12: Sage 9.5": [[184, "sage-9-5"]], "2022-02-27: Removing PyPy Notebooks": [[184, "removing-pypy-notebooks"]], "2022-03-08: Regular update": [[184, "regular-update"]], "2022-03-19: Bioconductor Maintenance": [[184, "bioconductor-maintenance"]], "2022-03-24: New Anaconda Environment": [[184, "new-anaconda-environment"]], "2022-04-19: Various updates \u2026": [[184, "update-2022-04-19"]], "2022-05-07: R 4.2": [[184, "r-4-2"]], "2022-05-30: Octave 7.1.0 and Sage 9.6": [[184, "octave-7-1-0-and-sage-9-6"]], "2022-06-24: More Updates \u2026": [[184, "more-updates"]], "2022-07-18: Node 14": [[184, "node-14"]], "2022-07-19: VSCode reverted": [[184, "vscode-reverted"]], "2022-08-15: Updates": [[184, "updates"]], "2022-08-17: Python packages": [[184, "python-packages"]], "2022-08-18 Quarto": [[155, "quarto"]], "2022-09-12: Various updates": [[184, "update-2022-09-12"]], "2022-09-13: Fixing HoloViews": [[184, "fixing-holoviews"]], "2022-09-14: Fixing ipywidgets": [[184, "fixing-ipywidgets"]], "2022-10-03: Sage 9.7 and Julia 1.8": [[184, "sage-9-7-and-julia-1-8"]], "2022-10-13: More packages \u2026": [[184, "more-packages"]], "2022-10-17: Fixing Julia/Pluto": [[184, "fixing-julia-pluto"]], "2022-10-29: Sage 9.7": [[184, "sage-9-7"]], "2022-11-25: Various updates": [[184, "various-updates"]], "2023-01-08: First release of Ubuntu 22.04": [[185, "first-release-of-ubuntu-22-04"]], "2023-02-27: Sage 9.8": [[185, "sage-9-8"]], "2023-03-30: DUNE, OpenAI, etc.": [[185, "dune-openai-etc"]], "2023-06-07: Ubuntu 22.04 and Sage 10.0": [[185, "ubuntu-22-04-and-sage-10-0"]], "2023-06-28: Macaulay2, new Python pkgs, etc.": [[185, "macaulay2-new-python-pkgs-etc"]], "2023-07-12: Sage 10.0 on Ubuntu 20.04": [[185, "sage-10-0-on-ubuntu-20-04"]], "2023-09-11: Sage 10.1": [[185, "sage-10-1"]], "2023-10-23: Miniforge 2023": [[185, "miniforge-2023"]], "2023-12-11: Sage 10.2 and Python 3 (Colab)": [[185, "sage-10-2-and-python-3-colab"]], "2024-01-02: Sage 10.2 and Julia 1.10": [[186, "sage-10-2-and-julia-1-10"]], "2024-02-07: Octave fixes": [[186, "octave-fixes"]], "3. Apply the course license to the instructor project (optional)": [[196, "apply-the-course-license-to-the-instructor-project-optional"]], "3. Start the Project": [[153, "start-the-project"]], "3. Students make payments": [[196, "students-make-payments"]], "3. Use \u201ctop\u201d/\u201dhtop\u201d in a terminal": [[107, "use-top-htop-in-a-terminal"]], "4. Use \u201csmem -ntk\u201d in a terminal": [[107, "use-smem-ntk-in-a-terminal"]], "4. What do students see": [[196, "what-do-students-see"]], "5. License strategy (multiple licenses only)": [[196, "license-strategy-multiple-licenses-only"]], "5. Peak memory usage": [[107, "peak-memory-usage"]], "@-Mention collaborators in chat": [[192, "mention-collaborators-in-chat"]], "@-mentions": [[59, "mentions"], [149, "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 Endpoints": [[51, "api-v2-endpoints"]], "API v2 General-Purpose Endpoints": [[51, null]], "API v2 Partner Endpoints": [[51, null]], "API v2 endpoint": [[5, "api-v2-endpoint"]], "AWS S3": [[166, "aws-s3"]], "About Pay-As-You-Go": [[153, "about-pay-as-you-go"]], "About collaborators": [[166, "about-collaborators"]], "About exported TimeTravel data": [[86, "about-exported-timetravel-data"]], "About the CoCalc Implementation of Markdown": [[149, "about-the-cocalc-implementation-of-markdown"]], "Academic discount (if applicable)": [[2, "academic-discount-if-applicable"]], "Access your course content": [[194, "access-your-course-content"]], "Account": [[167, "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": [[195, "account-management-restrictions-and-single-sign-on"]], "Account settings": [[3, "account-settings"]], "Activity Bar": [[8, "activity-bar"]], "Add Capacity For a Short Time": [[153, "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": [[190, "add-students-to-the-course"]], "Add Teaching Assistants to the Course Project": [[190, "add-teaching-assistants-to-the-course-project"]], "Add a License to a Project": [[166, "add-a-license-to-a-project"]], "Add an upgrade to a project": [[37, "add-an-upgrade-to-a-project"]], "Add new collaborators": [[166, "add-new-collaborators"]], "Adding Capacity": [[196, "adding-capacity"]], "Adding a Kernel to CoCalc Jupyter": [[83, "adding-a-kernel-to-cocalc-jupyter"]], "Adding files": [[194, "adding-files"]], "Adding more student upgrades": [[197, "adding-more-student-upgrades"]], "Additional References": [[28, "additional-references"], [29, "additional-references"]], "Additional Resources": [[72, "additional-resources"]], "Adjust the output cut-offs": [[129, "adjust-the-output-cut-offs"]], "Advanced options": [[2, "advanced-options"]], "After a Session is Done": [[198, "after-a-session-is-done"]], "After the Course Ends": [[188, "after-the-course-ends"]], "Allow": [[3, "allow"]], "Alternate Jupyter Servers in CoCalc": [[166, "alternate-jupyter-servers-in-cocalc"]], "Alternatives: Plain Jupyter Server and JupyterLab Server": [[140, "alternatives-plain-jupyter-server-and-jupyterlab-server"]], "Always running": [[2, "always-running"]], "An Easy Fix when Things Get Weird": [[110, "an-easy-fix-when-things-get-weird"]], "Anaconda Environment": [[99, "anaconda-environment"], [199, "anaconda-environment"]], "Appendix": [[64, null]], "Are my files backed up?": [[159, "are-my-files-backed-up"]], "Assembly Language Programming": [[74, "assembly-language-programming"]], "Attach Sage files to Sage Worksheets": [[171, "attach-sage-files-to-sage-worksheets"]], "Authentication": [[28, "authentication"], [29, "authentication"]], "Automatic Grading": [[189, "automatic-grading"]], "Auxiliary Files": [[174, "auxiliary-files"]], "Availability": [[63, "availability"]], "Available Custom Environments": [[177, null]], "Available features": [[166, "available-features"]], "Available formatter": [[166, "available-formatter"]], "Azure": [[73, "azure"]], "Backups": [[57, "backups"]], "Backups (snapshots)": [[171, "backups-snapshots"]], "Bash Fortunes": [[76, "bash-fortunes"]], "Basic Features": [[142, "basic-features"]], "Batch Operations on Projects": [[164, "batch-operations-on-projects"]], "Becoming root and Port Forwarding": [[63, "becoming-root-and-port-forwarding"]], "Better support": [[203, "better-support"]], "Billing for a Compute Server": [[63, "billing-for-a-compute-server"]], "Billing/Upgrades FAQ": [[58, "billing-upgrades-faq"]], "Bokeh / DASK server": [[77, "bokeh-dask-server"]], "Bokeh / Holoview Server": [[77, "bokeh-holoview-server"]], "Broken VIM key bindings": [[199, "broken-vim-key-bindings"]], "Build command": [[146, "build-command"]], "Build the extensions": [[105, "build-the-extensions"]], "Built-in Support for Multi-File Documents (preferred)": [[145, "built-in-support-for-multi-file-documents-preferred"]], "Buy a license": [[203, "buy-a-license"]], "Buy a license\u2026": [[2, "buy-a-license"]], "Buy and Apply a License": [[148, "buy-and-apply-a-license"]], "C++ Programming": [[82, "c-programming"]], "CPU": [[206, "cpu"]], "CSV File": [[88, "csv-file"]], "CSV Viewer": [[65, "csv-viewer"]], "Can I close my web-browser at any time?": [[159, "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.?": [[159, "can-i-work-with-git-including-github-bitbucket-gitlab-etc"]], "Can\u2019t Save File": [[78, "can-t-save-file"]], "Can\u2019t afford to purchase upgrades": [[203, "can-t-afford-to-purchase-upgrades"]], "Categories": [[214, "id1"]], "Change the due date of an assignment": [[195, "change-the-due-date-of-an-assignment"]], "Charges for Paid LLMs": [[196, "charges-for-paid-llms"]], "Chat": [[175, "chat"], [211, "chat"]], "ChatGPT": [[60, "chatgpt"]], "ChatGPT help understanding errors": [[171, "chatgpt-help-understanding-errors"]], "Chatrooms": [[59, "chatrooms"]], "Check Memory Use": [[128, "check-memory-use"]], "Check \u201cStudent View\u201d": [[189, "check-student-view"]], "Checkboxes": [[149, "checkboxes"]], "Checking your clock skew": [[79, "checking-your-clock-skew"]], "Choosing a Cloud": [[63, "choosing-a-cloud"]], "Classical Versus CoCalc Jupyter Notebooks": [[140, "classical-versus-cocalc-jupyter-notebooks"]], "Classical versus CoCalc": [[140, "classical-versus-cocalc"]], "Clear TimeTravel History for a File": [[200, "clear-timetravel-history-for-a-file"]], "Cloud storage & remote file systems": [[166, "cloud-storage-remote-file-systems"]], "CoCalc Administrators": [[209, "cocalc-administrators"]], "CoCalc Cloud": [[61, "cocalc-cloud"], [152, "cocalc-cloud"]], "CoCalc Credit Vouchers": [[209, "cocalc-credit-vouchers"]], "CoCalc Desktop": [[62, "cocalc-desktop"]], "CoCalc Docker Image": [[92, "cocalc-docker-image"]], "CoCalc Enhancements to Jupyter Notebooks": [[141, "cocalc-enhancements-to-jupyter-notebooks"]], "CoCalc License Vouchers": [[209, "cocalc-license-vouchers"]], "CoCalc Logo": [[167, "cocalc-logo"]], "CoCalc Native iPad Application": [[138, "cocalc-native-ipad-application"]], "CoCalc News": [[150, "cocalc-news"]], "CoCalc Resellers and Bookstores": [[209, "cocalc-resellers-and-bookstores"]], "CoCalc Share Server": [[174, "share-server"]], "CoCalc Terminal Commands": [[199, "cocalc-terminal-commands"]], "CoCalc for Short Training Sessions": [[198, "cocalc-for-short-training-sessions"]], "CoCalc in iPad Web Browser": [[138, "cocalc-in-ipad-web-browser"]], "CoCalc nbgrader": [[193, "cocalc-nbgrader"]], "CoCalc platform": [[97, "cocalc-platform"]], "CoCalc says your clock is off": [[79, "cocalc-says-your-clock-is-off"]], "CoCalc.com": [[92, "cocalc-com"]], "CoCalc\u2019s Jupyter Notebook": [[102, "cocalc-s-jupyter-notebook"]], "CoCalc\u2019s Most Unique Offering": [[63, "cocalc-s-most-unique-offering"]], "Collaborate. Share! Publish!!!": [[174, "collaborate-share-publish"]], "Collaborating": [[174, "collaborating"]], "Collaboration": [[192, "collaboration"]], "Collaboration and Side Chat": [[199, "collaboration-and-side-chat"]], "Collaboration with Classical Jupyter": [[140, "collaboration-with-classical-jupyter"]], "Collaborative Editing": [[175, "collaborative-editing"], [211, "collaborative-editing"]], "Collaborative editing": [[149, "collaborative-editing"]], "Collaborator actions": [[165, "collaborator-actions"]], "Collect the assignment": [[193, "collect-the-assignment"]], "Collecting assignments from students": [[189, "collecting-assignments-from-students"]], "Collections of Documents": [[174, "collections-of-documents"]], "Command Line / Custom Depot Path": [[98, "command-line-custom-depot-path"]], "Command Line / Custom Environment": [[98, "command-line-custom-environment"]], "Command line (recommended)": [[100, "command-line-recommended"]], "Command-line": [[91, "command-line"]], "Completing a task": [[187, "completing-a-task"]], "Computational Mechanics & Discrete Information Theory": [[178, "id2"], [179, "id2"]], "Compute Server Filesystem": [[63, "compute-server-filesystem"]], "Compute Server VPN": [[63, "compute-server-vpn"]], "Compute Servers": [[63, "compute-servers"]], "Concise Documentation": [[171, "concise-documentation"]], "Configuration: baseUrlPath": [[130, "configuration-baseurlpath"]], "Configure a Jupyter kernel for my custom Anaconda environment": [[99, "configure-a-jupyter-kernel-for-my-custom-anaconda-environment"], [129, "configure-a-jupyter-kernel-for-my-custom-anaconda-environment"]], "Configuring SSH Keys for a Single Project": [[166, "configuring-ssh-keys-for-a-single-project"]], "Configuring the .bashrc File": [[76, "configuring-the-bashrc-file"]], "Configuring the Voucher": [[209, "configuring-the-voucher"]], "Connect an HTML form with Python code": [[171, "connect-an-html-form-with-python-code"]], "Connect with a client": [[84, "connect-with-a-client"]], "Connecting to a database": [[92, "connecting-to-a-database"]], "Connection Status": [[167, "connection-status"]], "Contacting your lecturer or TA": [[194, "contacting-your-lecturer-or-ta"]], "Contents of the Account toolbar": [[1, "contents-of-the-account-toolbar"]], "Continue using Ubuntu 18.04": [[151, "continue-using-ubuntu-18-04"]], "Conversion utilities": [[171, "conversion-utilities"]], "Convert HTML to PDF": [[81, "convert-html-to-pdf"]], "Convert student notebooks to pdf for export": [[195, "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": [[195, "copy-missing-files-to-a-student-project"]], "Cost": [[63, "cost"]], "Course Management": [[189, "course-management"]], "Create a new Handout": [[189, "create-a-new-handout"]], "Create a new assignment": [[189, "create-a-new-assignment"]], "Create an API Key With Web Client": [[56, "create-an-api-key-with-web-client"]], "Create an assignment folder": [[193, "create-an-assignment-folder"]], "Create and run a Ruby program": [[129, "create-and-run-a-ruby-program"]], "Create documents in Hebrew": [[145, "create-documents-in-hebrew"]], "Create questions": [[193, "create-questions"]], "Create the Course File": [[190, "create-the-course-file"]], "Create the Course Project": [[190, "create-the-course-project"]], "Create, compile and run a C program": [[129, "create-compile-and-run-a-c-program"]], "Create, compile and run a Fortran F90 program": [[129, "create-compile-and-run-a-fortran-f90-program"]], "Create, compile and run a Java program": [[129, "create-compile-and-run-a-java-program"]], "Creating Project Invitation Token or Link": [[120, "creating-project-invitation-token-or-link"]], "Creating a Chatroom": [[59, "creating-a-chatroom"]], "Creating a Compute Server": [[63, "creating-a-compute-server"]], "Creating a File": [[72, "creating-a-file"]], "Creating a New Course": [[190, "creating-a-new-course"]], "Creating a Project": [[72, "creating-a-project"]], "Creating a Stopwatch or Timer": [[201, "creating-a-stopwatch-or-timer"]], "Creating a Task List": [[187, "creating-a-task-list"]], "Creating a new kernel for a Custom Python Version": [[83, "creating-a-new-kernel-for-a-custom-python-version"]], "Creating an Account": [[72, "creating-an-account"]], "Creating the Voucher": [[209, "creating-the-voucher"]], "Current collaborators": [[166, "current-collaborators"]], "Current limitations": [[177, "current-limitations"]], "Custom Jupyter Kernel": [[83, "custom-jupyter-kernel"]], "Custom Modules": [[129, "custom-modules"]], "Custom Python3": [[129, "custom-python3"]], "Custom Sage binaries": [[129, "custom-sage-binaries"]], "Custom Snippets": [[176, "custom-snippets"]], "Custom Software": [[178, "custom-software"]], "Custom built-from-source Sage": [[129, "custom-built-from-source-sage"]], "Custom environment variables": [[166, "custom-environment-variables"]], "Custom environments": [[177, "custom-environments"]], "Customize Jupyter notebook LaTeX export settings": [[143, "customize-jupyter-notebook-latex-export-settings"], [145, "customize-jupyter-notebook-latex-export-settings"]], "Customize font": [[199, "customize-font"]], "Customized version of FriCAS": [[87, "customized-version-of-fricas"]], "Cut or Copy and Paste": [[175, "cut-or-copy-and-paste"], [211, "cut-or-copy-and-paste"]], "Dark mode": [[3, "dark-mode"]], "Dashboard": [[84, "dashboard"]], "Dask Example Notebooks": [[178, "id3"], [179, "id3"]], "Dask cluster": [[84, "dask-cluster"]], "Data Sets": [[174, "data-sets"]], "Data Storage": [[73, "data-storage"]], "Dataset Access, Modification and Deletion": [[73, "dataset-access-modification-and-deletion"]], "Deal with large documents across multiple source files": [[145, "deal-with-large-documents-across-multiple-source-files"]], "Debug the connection": [[128, "debug-the-connection"]], "Debugging": [[162, "debugging"]], "Debugging connectivity issues": [[80, "debugging-connectivity-issues"]], "Dedicated CPU cores": [[2, "dedicated-cpu-cores"]], "Dedicated RAM": [[2, "dedicated-ram"]], "Dedicated VM": [[107, "dedicated-vm"]], "Deep Learning Workshop": [[178, "id4"], [179, "id4"]], "Default contents for new files": [[156, "default-contents-for-new-files"]], "Default environment": [[177, "default-environment"]], "Default file sort": [[3, "default-file-sort"]], "Delete and undelete assignments": [[195, "delete-and-undelete-assignments"]], "Delete and undelete handouts": [[195, "delete-and-undelete-handouts"]], "Delete and undelete students": [[195, "delete-and-undelete-students"]], "Deleting a project": [[166, "deleting-a-project"]], "Desktop Application": [[66, "desktop-application"]], "Details element": [[149, "details-element"]], "Detect Sage Worksheet Environment": [[129, "detect-sage-worksheet-environment"]], "Developing Software": [[129, "developing-software"]], "Development": [[162, "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"]], "Disable banner (paying customers)": [[203, "disable-banner-paying-customers"]], "Disconnect and Resume": [[199, "disconnect-and-resume"]], "Disk Space Warning": [[85, "disk-space-warning"]], "Disk space": [[206, "disk-space"]], "Display": [[3, "display"]], "Display Options": [[66, "display-options"]], "Display local public key fingerprints": [[6, "display-local-public-key-fingerprints"]], "Distribute the assignment to students": [[193, "distribute-the-assignment-to-students"]], "Distributing Codes to Users": [[209, "distributing-codes-to-users"]], "Distributing an assignment to students": [[189, "distributing-an-assignment-to-students"]], "Do I Still Need a License?": [[63, "do-i-still-need-a-license"]], "Do manual grading and add instructor comments": [[193, "do-manual-grading-and-add-instructor-comments"]], "Don\u2019t mix CoCalc and Classical!": [[140, "don-t-mix-cocalc-and-classical"]], "Downloading Voucher Codes": [[209, "downloading-voucher-codes"]], "Drag and drop": [[134, "drag-and-drop"]], "Draw using Asymptote": [[145, "draw-using-asymptote"]], "Due date": [[187, "due-date"]], "Duration of Software Support": [[174, "duration-of-software-support"]], "Edges": [[175, "edges"], [211, "edges"]], "Edit code and run a terminal side-by-side": [[129, "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)": [[187, "editing-the-description-markdown"]], "Editor settings": [[3, "editor-settings"]], "Efficient Automated Data Analysis, using snakemake": [[178, "id5"], [179, "id5"]], "Email address of a user": [[49, "email-address-of-a-user"]], "Embed a CoCalc project in your website": [[143, "embed-a-cocalc-project-in-your-website"]], "Embedded LaTeX": [[149, "embedded-latex"]], "Embedding in an IFrame": [[10, "embedding-in-an-iframe"], [28, "embedding-in-an-iframe"]], "Emojis": [[149, "emojis"]], "Empty trash: remove deleted objects from course file": [[195, "empty-trash-remove-deleted-objects-from-course-file"]], "Enable shell-escape to plot using Gnuplot": [[145, "enable-shell-escape-to-plot-using-gnuplot"]], "Enable/Disable Automatic Payments": [[5, "enable-disable-automatic-payments"]], "Encapsulated PIP w/ Jupyter Kernel": [[99, "encapsulated-pip-w-jupyter-kernel"]], "Encoding": [[146, "encoding"]], "Enhanced features in CoCalc Markdown": [[149, "enhanced-features-in-cocalc-markdown"]], "Entering initial student upgrades": [[197, "entering-initial-student-upgrades"]], "Even more utilities": [[125, "even-more-utilities"]], "Example 1: record project start time": [[162, "example-1-record-project-start-time"]], "Example 2: a periodic task in Python": [[162, "example-2-a-periodic-task-in-python"]], "Example 3: Periodic task in SageMath": [[162, "example-3-periodic-task-in-sagemath"]], "Example Code": [[135, "example-code"]], "Examples of Compute Server Uses": [[63, "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": [[76, "examples-of-the-fortune-command"]], "Explorer": [[67, "explorer"], [69, "explorer"]], "Explorer Top Bar": [[67, "explorer-top-bar"]], "Explorer Tour": [[67, "explorer-tour"]], "Export History": [[200, "export-history"]], "Export TimeTravel History": [[86, "export-timetravel-history"]], "Export button in TimeTravel": [[86, "export-button-in-timetravel"]], "Export student file use": [[195, "export-student-file-use"]], "Export to HTML": [[149, "export-to-html"]], "Export to PDF": [[149, "export-to-pdf"]], "Exporting grades": [[189, "exporting-grades"]], "Extended Documentation": [[171, "extended-documentation"]], "Extensive Command Set": [[199, "extensive-command-set"]], "External Tools": [[87, "external-tools"]], "FAQ": [[80, "faq"], [145, "faq"]], "FAQ, Tips and Tricks": [[195, "faq-tips-and-tricks"]], "Features": [[59, "features"], [61, "features"], [199, "features"]], "Features and Configuration": [[166, "features-and-configuration"]], "Fenced Code Blocks": [[149, "fenced-code-blocks"]], "Fetch from the Internet": [[134, "fetch-from-the-internet"]], "File Actions on Multiple Files": [[160, "file-actions-on-multiple-files"]], "File Actions on One File": [[160, "file-actions-on-one-file"]], "File Too Large": [[88, "file-too-large"]], "File format": [[187, "file-format"]], "Files Search": [[68, "files-search"]], "Files Toolbar": [[67, "files-toolbar"]], "Filter log entries displayed": [[165, "filter-log-entries-displayed"]], "Filtering the Project List": [[164, "filtering-the-project-list"]], "Find Files": [[69, "find-files"]], "First Steps Guide": [[136, "first-steps-guide"]], "First example": [[84, "first-example"]], "First run: OAuth2 authentication": [[95, "first-run-oauth2-authentication"]], "Fix an exception related to Sage\u2019s Integer(\u2026) vs. Python ints?": [[129, "fix-an-exception-related-to-sage-s-integer-vs-python-ints"]], "Fix broken Jupyter PDF export": [[90, "fix-broken-jupyter-pdf-export"]], "Flush, Commit and Close": [[73, "flush-commit-and-close"]], "Flyout Panels": [[69, "flyout-panels"]], "Font options": [[170, "font-options"]], "For further study": [[95, "for-further-study"]], "Fortran Programming": [[91, "fortran-programming"]], "Forward & Inverse Search": [[146, "forward-inverse-search"]], "Frame Editor": [[70, "frame-editor"]], "Frames": [[175, "frames"], [211, "frames"]], "Front-end Web Development": [[92, "front-end-web-development"]], "Full Control of the Software Stack": [[212, "full-control-of-the-software-stack"]], "Fullscreen Mode": [[167, "fullscreen-mode"]], "Fullscreen Options": [[66, "fullscreen-options"]], "Functions specific to Sage worksheets": [[129, "functions-specific-to-sage-worksheets"]], "Fund improvement of CoCalc": [[203, "fund-improvement-of-cocalc"]], "Funding SageMath development": [[203, "funding-sagemath-development"]], "Future of Ubuntu 18.04": [[151, "future-of-ubuntu-18-04"]], "GAP Jupyter kernel not available": [[93, "gap-jupyter-kernel-not-available"]], "GNU assembler": [[74, "id1"]], "GSL C Code Compilation": [[96, "gsl-c-code-compilation"]], "General": [[58, "general"], [129, "general"]], "General Notes": [[92, "general-notes"]], "Generate student version of the notebook": [[193, "generate-student-version-of-the-notebook"]], "Generated filenames": [[3, "generated-filenames"]], "Geographic Location": [[63, "geographic-location"]], "Get an API Key": [[51, "get-an-api-key"]], "Get credentials file": [[95, "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": [[72, "getting-started"]], "Getting Started with Hub": [[73, "getting-started-with-hub"]], "Getting Started with Jupyter Notebooks": [[142, "getting-started-with-jupyter-notebooks"]], "Getting all of your licenses": [[53, "getting-all-of-your-licenses"]], "Getting started": [[177, "getting-started"], [214, "getting-started"]], "Getting started with LaTeX": [[147, "getting-started-with-latex"]], "Git Version Control": [[94, "git-version-control"]], "Git command-line": [[94, "git-command-line"]], "Git graphical desktop emulator": [[94, "git-graphical-desktop-emulator"]], "Google": [[63, "google"]], "Google Cloud Storage": [[73, "google-cloud-storage"]], "Google GCS": [[166, "google-gcs"]], "Google Sheets API Demo": [[95, "google-sheets-api-demo"]], "Grading Jupyter Notebooks": [[107, "grading-jupyter-notebooks"]], "Graphical Application": [[112, "graphical-application"]], "Graphical Applications": [[214, "graphical-applications"]], "Group Projects": [[192, "group-projects"]], "HTML": [[70, "html"]], "HTML or Text File": [[88, "html-or-text-file"]], "Hands-on Machine Learning with Scikit-Learn, Keras and TensorFlow 2.0": [[178, "id6"], [179, "id6"]], "Hashtags": [[59, "hashtags"], [149, "hashtags"], [175, "hashtags"], [187, "hashtags"], [211, "hashtags"]], "Help": [[167, "help"]], "Help about SageMath": [[171, "help-about-sagemath"]], "Help for Programmers": [[171, "help-for-programmers"]], "Hidden and Deleted projects": [[166, "hidden-and-deleted-projects"]], "Hidden and/or Deleted Projects": [[164, "hidden-and-or-deleted-projects"]], "Hidden vs. Deleted projects": [[166, "hidden-vs-deleted-projects"]], "Hide": [[3, "hide"]], "Hide Temporary Files": [[160, "hide-temporary-files"]], "Hide or Delete Student Projects": [[188, "hide-or-delete-student-projects"]], "Hide or delete project": [[166, "hide-or-delete-project"]], "Hiding a project": [[166, "hiding-a-project"]], "High-resolution HDPI displays": [[214, "high-resolution-hdpi-displays"]], "Hints for dealing with large files": [[134, "hints-for-dealing-with-large-files"]], "Holoview App": [[77, "holoview-app"]], "Host a Git repository in CoCalc": [[94, "host-a-git-repository-in-cocalc"]], "Hosting a Workshop": [[209, "hosting-a-workshop"]], "How Long are Definitions Stored in a Sage Worksheet?": [[171, "how-long-are-definitions-stored-in-a-sage-worksheet"]], "How can I download my files?": [[159, "how-can-i-download-my-files"]], "How can I install Python packages from PyPI using pip?": [[129, "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?": [[195, "how-exactly-are-assignments-copied-to-students"]], "How to Enable Pay-As-You-Go": [[153, "how-to-enable-pay-as-you-go"]], "How to Revert/Undo Changes in a Sage Worksheet": [[171, "how-to-revert-undo-changes-in-a-sage-worksheet"]], "How to prepare an assignment in CoCalc for R": [[111, "how-to-prepare-an-assignment-in-cocalc-for-r"]], "How to setup nbgrader for CoCalc to work with R": [[111, "how-to-setup-nbgrader-for-cocalc-to-work-with-r"]], "How to use multiple CoCalc accounts at once": [[110, "how-to-use-multiple-cocalc-accounts-at-once"]], "Howto": [[97, "howto"], [145, "howto"], [171, "howto"]], "Hub": [[73, "hub"]], "Hyperstack": [[63, "hyperstack"]], "I (or a collaborator) clicked on \u201cDelete Project\u201d in Project Settings.": [[108, "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.": [[108, "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!": [[108, "i-logged-in-and-my-projects-are-gone-or-empty"]], "I think I deleted my project! What do I do?": [[108, "i-think-i-deleted-my-project-what-do-i-do"]], "I would like to develop a webserver in Python": [[129, "i-would-like-to-develop-a-webserver-in-python"]], "I would like to install new R packages": [[129, "i-would-like-to-install-new-r-packages"]], "IFrame communication": [[10, "iframe-communication"], [28, "iframe-communication"]], "Icons": [[175, "icons"], [211, "icons"]], "Identify the problem program": [[128, "identify-the-problem-program"]], "Idle timeout": [[206, "upg-idleto"]], "If nothing works\u2026": [[128, "if-nothing-works"]], "Import from Overleaf/Sharelatex": [[115, "import-from-overleaf-sharelatex"]], "In a Jupyter Notebook": [[98, "in-a-jupyter-notebook"]], "Include an image": [[145, "include-an-image"]], "Index": [[71, "index"]], "Indices, references and tables": [[64, "indices-references-and-tables"]], "Information for Firewall Admins": [[89, "information-for-firewall-admins"]], "Insert Page": [[211, "insert-page"]], "Insert Slide": [[175, "insert-slide"]], "Insert a backslash or dollar sign": [[145, "insert-a-backslash-or-dollar-sign"]], "Insert emoji": [[170, "insert-emoji"]], "Inspect in detail why the project is running out of memory": [[107, "inspect-in-detail-why-the-project-is-running-out-of-memory"]], "Install AWS CLI": [[75, "install-aws-cli"]], "Install Julia Packages": [[98, "install-julia-packages"]], "Install Python Packages": [[99, "install-python-packages"]], "Install R Packages": [[100, "install-r-packages"]], "Install Requests": [[98, "install-requests"]], "Install a package": [[100, "install-a-package"]], "Install compiled software": [[131, "install-compiled-software"]], "Install location and sys.path": [[99, "install-location-and-sys-path"]], "Install packages in a project": [[145, "install-packages-in-a-project"]], "Install requests": [[99, "install-requests"], [100, "install-requests"]], "Install some software into my own Anaconda environment": [[99, "install-some-software-into-my-own-anaconda-environment"], [129, "install-some-software-into-my-own-anaconda-environment"]], "Install/Update a Package Yourself": [[98, "install-update-a-package-yourself"]], "Installation": [[76, "installation"]], "Installed Applications": [[214, "installed-applications"]], "Installing Packages on a Local Debian / Ubuntu Box": [[76, "installing-packages-on-a-local-debian-ubuntu-box"]], "Installing software packages": [[199, "installing-software-packages"]], "Instructor Guide": [[191, "instructor-guide"]], "Interactive Elements": [[174, "interactive-elements"]], "Internet Access": [[203, "internet-access"]], "Internet access": [[206, "internet-access"]], "Introducing the Project List": [[164, "introducing-the-project-list"]], "Introduction": [[61, "introduction"], [137, "introduction"], [149, "introduction"], [171, "introduction"]], "Inverse search": [[149, "inverse-search"]], "Invite Students Without Having Their Email Addresses": [[195, "invite-students-without-having-their-email-addresses"]], "Invoices and receipts": [[5, "invoices-and-receipts"]], "Is .bashrc or .bash_profile called on startup?": [[129, "is-bashrc-or-bash-profile-called-on-startup"]], "Is Scilab broken?": [[214, "is-scilab-broken"]], "Is it caused by something else?": [[103, "is-it-caused-by-something-else"]], "Is it caused by using up too much memory?": [[103, "is-it-caused-by-using-up-too-much-memory"]], "Julia in a Sage Worksheet": [[129, "julia-in-a-sage-worksheet"]], "Jupyter Cells": [[175, "jupyter-cells"], [211, "jupyter-cells"]], "Jupyter Classic": [[102, "jupyter-classic"]], "Jupyter Classic/Lab vs. CoCalc\u2019s Jupyter": [[177, "jupyter-classic-lab-vs-cocalc-s-jupyter"]], "Jupyter Kernel Selection": [[102, "jupyter-kernel-selection"]], "Jupyter Kernel Terminated": [[103, "jupyter-kernel-terminated"]], "Jupyter Kernels": [[142, "jupyter-kernels"]], "Jupyter Lab": [[102, "jupyter-lab"]], "Jupyter Notebook": [[91, "jupyter-notebook"], [97, "jupyter-notebook"], [100, "jupyter-notebook"], [112, "jupyter-notebook"]], "Jupyter Notebook Too Large": [[88, "jupyter-notebook-too-large"]], "Jupyter Notebooks": [[9, "jupyter-notebooks"], [139, "jupyter-notebooks"]], "Jupyter Tips and Tricks": [[143, "jupyter-tips-and-tricks"]], "JupyterLab Extensions": [[105, "jupyterlab-extensions"]], "JupyterLab server": [[166, "jupyterlab-server"]], "Key benefits": [[177, "key-benefits"]], "Keyboard Layout": [[214, "keyboard-layout"]], "Keyboard shortcuts": [[187, "keyboard-shortcuts"]], "Knitr": [[145, "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": [[70, "latex"]], "LaTeX 101": [[147, "latex-101"]], "LaTeX Editor": [[144, "latex-editor"]], "LaTeX Expressions": [[175, "latex-expressions"], [211, "latex-expressions"]], "LaTeX Howto and FAQ": [[145, "latex-howto-and-faq"]], "LaTeX Multi-File Support": [[146, "latex-multi-file-support"]], "LaTeX editor features": [[146, "latex-editor-features"]], "LaTeX in Rich Text Editing": [[170, "latex-in-rich-text-editing"]], "Launch a Pluto Notebook": [[118, "launch-a-pluto-notebook"]], "Lectures in Scientific Computing in Python": [[178, "id7"], [179, "id7"]], "License Doesn\u2019t Work": [[106, "license-doesn-t-work"]], "License Error Messages": [[148, "license-error-messages"]], "Licenses": [[1, "licenses"], [2, "licenses"], [148, "licenses"], [188, "licenses"]], "Licenses that you manage": [[2, "licenses-that-you-manage"]], "Limitations": [[170, "limitations"]], "Limitations of long-running computations": [[129, "limitations-of-long-running-computations"]], "Linux Terminal": [[199, "linux-terminal"]], "Linux Terminal and Shell Scripts": [[9, "linux-terminal-and-shell-scripts"]], "List of Files": [[67, "list-of-files"]], "Live collaborative editing": [[192, "live-collaborative-editing"]], "Load older entries": [[165, "load-older-entries"]], "Local storage": [[73, "local-storage"]], "Low Memory Problems": [[107, "low-memory-problems"]], "Machine Learning for OpenCV": [[178, "id8"], [179, "id8"]], "Main supported software environments": [[177, "main-supported-software-environments"]], "Make a path public (publish a file)": [[37, "make-a-path-public-publish-a-file"]], "Making multiple assignment folders quickly": [[195, "making-multiple-assignment-folders-quickly"]], "Manage Licenses": [[148, "manage-licenses"]], "Manage Running Processes": [[125, "manage-running-processes"]], "Manual Grading": [[189, "manual-grading"]], "Markdown": [[70, "markdown"], [149, "markdown"]], "Mask": [[3, "mask"]], "Materials Project Workshop": [[178, "id9"], [179, "id9"]], "Matplotlib": [[107, "matplotlib"]], "Maximum Number of Simultaneously Upgraded Projects": [[148, "maximum-number-of-simultaneously-upgraded-projects"]], "Member Hosting": [[203, "member-hosting"]], "Member hosting": [[2, "member-hosting"], [206, "member-hosting"]], "Merging Accounts": [[110, "merging-accounts"]], "Method 1: use different browsers": [[110, "method-1-use-different-browsers"]], "Method 2: use private / icognito sessions": [[110, "method-2-use-private-icognito-sessions"]], "Method 3: use different browser profiles / identities": [[110, "method-3-use-different-browser-profiles-identities"]], "MinIO": [[73, "minio"]], "Mini-terminal": [[160, "mini-terminal"]], "ModSimPython: Modeling and Simulation in Python": [[178, "id10"], [179, "id10"]], "Modifying CoCalc Sources": [[92, "modifying-cocalc-sources"]], "MongoDB Server": [[109, "mongodb-server"]], "Moodle integration": [[195, "moodle-integration"]], "More resources": [[203, "more-resources"]], "Motivation": [[177, "motivation"]], "Mount remote files via SSHFS": [[87, "mount-remote-files-via-sshfs"]], "Move": [[128, "move"]], "Moving tasks": [[187, "moving-tasks"]], "Multi-project/-node cluster": [[84, "multi-project-node-cluster"]], "Multiple CPUs": [[116, "multiple-cpus"]], "Multiple CoCalc Accounts": [[110, "multiple-cocalc-accounts"]], "Multiple Cursors": [[70, "multiple-cursors"]], "Multiple Terminals in a Single Browser Tab": [[199, "multiple-terminals-in-a-single-browser-tab"]], "NEURON simulation environment": [[112, "neuron-simulation-environment"]], "Navigate With Arrow Keys": [[175, "navigate-with-arrow-keys"], [211, "navigate-with-arrow-keys"]], "Netwide assembler": [[74, "id2"]], "New File": [[69, "new-file"]], "New to Linux?": [[199, "new-to-linux"]], "Next Steps": [[72, "next-steps"], [212, "next-steps"]], "Nextjs": [[92, "nextjs"]], "No Limits": [[120, "no-limits"]], "No Special Arrangement Is Needed": [[209, "no-special-arrangement-is-needed"]], "No Vendor Lock-In": [[212, "no-vendor-lock-in"]], "Node.js": [[92, "id1"]], "Not used with Licenses": [[153, "not-used-with-licenses"]], "Notebook table of contents": [[193, "notebook-table-of-contents"]], "Notebook too large? Remove output.": [[143, "notebook-too-large-remove-output"]], "Notes on URL proxying": [[174, "notes-on-url-proxying"]], "Notifications": [[167, "notifications"]], "Number of Projects and Type": [[2, "number-of-projects-and-type"]], "Number of files per page": [[3, "number-of-files-per-page"]], "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": [[129, "octave"]], "Octave Images and Plots": [[113, "octave-images-and-plots"]], "Octave with Jupyter Kernel": [[113, "octave-with-jupyter-kernel"]], "Octave with X11 Desktop": [[113, "octave-with-x11-desktop"]], "Off-site backups": [[57, "off-site-backups"]], "On Prem": [[63, "on-prem"]], "On Prem Compute Server": [[152, "on-prem-compute-server"]], "On Premises Option": [[212, "on-premises-option"]], "On-Premises CoCalc": [[152, "on-premises-cocalc"]], "Open Projects": [[167, "open-projects"]], "Open World Approach": [[212, "open-world-approach"]], "Opening a File": [[160, "opening-a-file"]], "Option: Skip entering grades": [[193, "option-skip-entering-grades"]], "Option: Sync grades": [[193, "option-sync-grades"]], "Other Languages": [[129, "other-languages"]], "Other information": [[73, "other-information"]], "Other languages besides Bash?": [[162, "other-languages-besides-bash"]], "Other settings": [[3, "other-settings"]], "Our teacher requires us students to pay. How?": [[194, "our-teacher-requires-us-students-to-pay-how"]], "Overlay Dialogs": [[214, "overlay-dialogs"]], "Override the default width and height for R SVG figures in a CoCalc worksheet": [[129, "override-the-default-width-and-height-for-r-svg-figures-in-a-cocalc-worksheet"]], "Overview Map": [[175, "overview-map"], [211, "overview-map"]], "Pages View": [[175, "pages-view"], [211, "pages-view"]], "Pay-As-You-Go Purchase": [[153, "pay-as-you-go-purchase"]], "Payment methods": [[5, "payment-methods"]], "Peer Grading": [[189, "peer-grading"]], "Pens": [[175, "pens"], [211, "pens"]], "Pentadactyl plugin isn\u2019t working": [[87, "pentadactyl-plugin-isn-t-working"]], "Period, Title, Cost, and Purchase": [[2, "period-title-cost-and-purchase"]], "Place your order": [[53, "place-your-order"]], "Plain Jupyter server": [[166, "plain-jupyter-server"]], "Platform": [[154, "platform"]], "Platform News 2019-2022": [[155, "platform-news-2019-2022"]], "Play a .wav file in a Jupyter notebook": [[143, "play-a-wav-file-in-a-jupyter-notebook"]], "Play sounds": [[171, "play-sounds"]], "Plot.ly\u2019s Dash Server": [[117, "plot-ly-s-dash-server"]], "Plotting from Python Scripts": [[210, "plotting-from-python-scripts"]], "Pluto Notebooks for Julia": [[118, "pluto-notebooks-for-julia"]], "Port forwarding": [[177, "port-forwarding"]], "PostgreSQL Server": [[119, "postgresql-server"]], "Pre-built environments": [[177, "pre-built-environments"]], "Preferences": [[1, "preferences"], [3, "preferences"]], "Prepare your project": [[105, "prepare-your-project"]], "Prerequisites": [[61, "prerequisites"]], "Presentation Mode": [[175, "presentation-mode"]], "Problems with Licenses": [[196, "problems-with-licenses"]], "Problems/Missing?": [[151, "problems-missing"]], "Process an R Markdown (.Rmd) documents": [[129, "process-an-r-markdown-rmd-documents"]], "Process for Debugging Connectivity": [[80, "process-for-debugging-connectivity"]], "Processes": [[69, "processes"], [157, "processes"]], "Profile": [[3, "profile"]], "Program Seems Slow or Stuck": [[128, "program-seems-slow-or-stuck"]], "Programming Languages and Tools": [[97, "programming-languages-and-tools"]], "Project API Keys": [[56, "project-api-keys"]], "Project Files": [[160, "project-files"]], "Project Home": [[161, "project-home"]], "Project Image": [[166, "project-image"]], "Project Initialization": [[162, "project-initialization"]], "Project Initialization Scripts": [[162, "project-initialization-scripts"]], "Project Invitation Tokens": [[120, "project-invitation-tokens"]], "Project Library": [[163, "project-library"]], "Project List": [[164, "project-list"], [167, "project-list"]], "Project Log": [[69, "project-log"], [165, "project-log"]], "Project Name": [[166, "project-name"]], "Project Settings": [[166, "project-settings"]], "Project Toolbar": [[167, "project-toolbar"]], "Project URL": [[166, "index-5"]], "Project Upgrades": [[205, "project-upgrades"]], "Project control": [[166, "project-control"]], "Projects": [[158, "projects"]], "Projects FAQ": [[159, "projects-faq"]], "Projects Page Tour": [[158, "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": [[175, "publish"], [211, "publish"]], "Publishing Files and Folders": [[174, "publishing-files-and-folders"]], "Publishing Rendered GitHub Files": [[174, "publishing-rendered-github-files"]], "Publishing Tips and Considerations": [[174, "publishing-tips-and-considerations"]], "Publishing the Whole Project": [[174, "publishing-the-whole-project"]], "Purchases": [[1, "purchases"], [5, "purchases"]], "Purchasing CoCalc Cloud": [[61, "purchasing-cocalc-cloud"]], "Purpose": [[28, "purpose"], [29, "purpose"]], "Purpose of nbgrader": [[193, "purpose-of-nbgrader"]], "Python": [[129, "python"]], "Python 2 compatibility": [[95, "python-2-compatibility"]], "Python Data Science Handbook": [[178, "id11"], [179, "id11"]], "Python \u201cuser\u201d installs": [[99, "python-user-installs"]], "PythonTeX": [[145, "pythontex"]], "Quantum Chemistry": [[178, "id12"], [179, "id12"]], "Quarto": [[149, "quarto"]], "Question about Sage": [[126, "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?": [[80, "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.": [[80, "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.": [[80, "question-i-see-the-error-message-timeout-while-loading-cocalc-instead-of-the-cocalc-landing-page"]], "Questions?": [[198, "questions"], [209, "questions"]], "Quickstart": [[73, "quickstart"], [199, "quickstart"]], "Quota upgrades": [[58, "quota-upgrades"]], "R Markdown": [[70, "r-markdown"]], "R Statistical Software": [[129, "r-statistical-software"]], "R Step-by-Step with Jupyter": [[124, "r-step-by-step-with-jupyter"]], "RAM": [[206, "ram"]], "RSTAN": [[107, "rstan"]], "RStudio with CoCalc": [[214, "rstudio-with-cocalc"]], "Raise the limit on the number of output messages per cell": [[129, "raise-the-limit-on-the-number-of-output-messages-per-cell"]], "Raw Files Server": [[135, "raw-files-server"]], "React": [[92, "id2"]], "Real-time Collaboration": [[170, "real-time-collaboration"]], "Real-time chatrooms": [[192, "real-time-chatrooms"]], "Reasons for purchasing a subscription": [[203, "reasons-for-purchasing-a-subscription"]], "Reboot": [[128, "reboot"]], "Recent Updates to Subscriptions": [[5, "recent-updates-to-subscriptions"]], "Recently Edited Documents and Chat": [[167, "recently-edited-documents-and-chat"]], "Recently opened files": [[165, "recently-opened-files"]], "Reconfigure Student Projects": [[190, "reconfigure-student-projects"]], "Reconnect": [[128, "reconnect"]], "Recovering a Deleted File": [[121, "recovering-a-deleted-file"]], "Recovering a Deleted Project": [[108, "recovering-a-deleted-project"]], "Redeeming Voucher Codes": [[209, "redeeming-voucher-codes"]], "Reference links": [[149, "reference-links"]], "References": [[118, "references"], [130, "references"], [168, "references"]], "Refresh Files List": [[160, "refresh-files-list"]], "RemarkJS Slideshow": [[122, "remarkjs-slideshow"]], "Remote files with SSH": [[166, "remote-files-with-ssh"]], "Remove License or Upgrades from Student Projects": [[188, "remove-license-or-upgrades-from-student-projects"]], "Remove Local Files to Troubleshoot a Notebook": [[143, "remove-local-files-to-troubleshoot-a-notebook"]], "Remove history from a terminal file": [[199, "remove-history-from-a-terminal-file"]], "Resend outstanding email invites": [[190, "resend-outstanding-email-invites"]], "Responsive Support Team": [[212, "responsive-support-team"]], "Restart Project and Stop Project": [[166, "restart-project-and-stop-project"]], "Restart the project": [[128, "restart-the-project"]], "Restarting a project": [[194, "restarting-a-project"], [195, "restarting-a-project"]], "Restrict Student Projects": [[169, "restrict-student-projects"]], "Resuming a Session": [[72, "resuming-a-session"]], "Return the assignment": [[193, "return-the-assignment"]], "Returning Assignments Without Grading": [[189, "returning-assignments-without-grading"]], "Returning an assignment to students": [[189, "returning-an-assignment-to-students"]], "Rich Text Editing": [[149, "rich-text-editing"], [170, "rich-text-editing"]], "Riemann Problems and Jupyter Solutions": [[178, "id13"], [179, "id13"]], "Ruby Programming": [[123, "ruby-programming"]], "Ruby code in a Sage worksheet": [[123, "ruby-code-in-a-sage-worksheet"]], "Ruby files in the frame editor": [[123, "ruby-files-in-the-frame-editor"]], "Run A Webserver": [[135, "run-a-webserver"]], "Run Jupyter notebook with GPU support": [[143, "run-jupyter-notebook-with-gpu-support"]], "Run Sage locally, on my own machine": [[129, "run-sage-locally-on-my-own-machine"]], "Run Terminal command in all student projects": [[195, "run-terminal-command-in-all-student-projects"]], "Run nbgrader": [[193, "run-nbgrader"]], "Run plotly in a Jupyter notebook": [[129, "run-plotly-in-a-jupyter-notebook"]], "Running a Jupyter Notebook": [[72, "running-a-jupyter-notebook"]], "S3": [[73, "s3"]], "SSH File Transfer": [[134, "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": [[104, "svg-and-png-plots-in-jupyter-notebooks"]], "Sage": [[99, "sage"]], "Sage Worksheet Slow When Plotting? Disable svg.": [[171, "sage-worksheet-slow-when-plotting-disable-svg"]], "Sage Worksheets": [[129, "sage-worksheets"], [171, "sage-worksheets"], [171, "sagews-wiki"]], "Sage worksheet server": [[166, "sage-worksheet-server"]], "Sage worksheet with Turtle module": [[133, "sage-worksheet-with-turtle-module"]], "SageTeX": [[145, "sagetex"]], "Save Money If You Pay in Advance": [[153, "save-money-if-you-pay-in-advance"]], "Schema": [[73, "schema"]], "Screenshot": [[109, "screenshot"]], "Search": [[187, "search"]], "Search View": [[175, "search-view"], [211, "search-view"]], "Search and Replace Inside the File": [[70, "search-and-replace-inside-the-file"]], "Search and Replace Within the File": [[149, "search-and-replace-within-the-file"]], "Second and later runs": [[95, "second-and-later-runs"]], "See Memory Usage": [[129, "see-memory-usage"]], "See Memory Utilization": [[125, "see-memory-utilization"]], "See all Processes": [[125, "see-all-processes"]], "See all processes running in my project": [[129, "see-all-processes-running-in-my-project"]], "Self-Imposed Spending Limits": [[153, "self-imposed-spending-limits"]], "Servers": [[172, "servers"]], "Service Options": [[173, "service-options"]], "Services": [[97, "services"]], "Sessions": [[66, "sessions"]], "Set title and description for a project": [[37, "set-title-and-description-for-a-project"]], "Settings": [[69, "settings"]], "Setup": [[101, "setup"]], "Setup Jupyter Extensions": [[101, "setup-jupyter-extensions"]], "Setup SSH Keys": [[166, "setup-ssh-keys"]], "Setup fish shell": [[199, "setup-fish-shell"]], "Setup texmf in a project": [[145, "setup-texmf-in-a-project"]], "Shape": [[73, "shape"]], "Shared Project": [[192, "shared-project"]], "Sharing Files and Folders": [[174, "sharing-files-and-folders"]], "Shiny Server": [[127, "shiny-server"]], "Show": [[3, "show"]], "Show Hidden Files": [[160, "show-hidden-files"]], "Side Chat": [[59, "side-chat"], [70, "side-chat"]], "Signing Out": [[72, "signing-out"]], "Signing in Again": [[72, "signing-in-again"]], "Signing out of CoCalc": [[1, "signing-out-of-cocalc"]], "Simple Python Server": [[92, "simple-python-server"]], "Site license for courses": [[155, "site-license-for-courses"]], "Site license for individual projects": [[155, "site-license-for-individual-projects"]], "Slides": [[175, "slides"]], "Snapshot Backups": [[160, "snapshot-backups"]], "Snapshots": [[57, "snapshots"]], "Snippets": [[176, "snippets"]], "Software": [[177, "software"]], "Software Environment": [[166, "software-environment"]], "Software Updates 2018": [[180, "software-updates-2018"]], "Software Updates 2019": [[181, "software-updates-2019"]], "Software Updates 2020": [[182, "software-updates-2020"]], "Software Updates 2021": [[183, "software-updates-2021"]], "Software Updates 2022": [[184, "software-updates-2022"]], "Software Updates 2023": [[185, "software-updates-2023"]], "Software Updates 2024": [[186, "software-updates-2024"]], "Software specific": [[107, "software-specific"]], "Software update detailed items": [[177, "software-update-detailed-items"]], "Software update summaries": [[177, "software-update-summaries"]], "Source Code": [[171, "source-code"]], "Special Considerations": [[63, "special-considerations"]], "Spell Checker": [[70, "spell-checker"]], "Spell check a LaTeX document": [[145, "spell-check-a-latex-document"]], "Spellcheck": [[146, "spellcheck"]], "Split Whiteboard Windows": [[211, "split-whiteboard-windows"]], "Split Windows": [[175, "split-windows"]], "Standby timeout": [[3, "standby-timeout"]], "Starring Published Files": [[174, "starring-published-files"]], "Start JupyterLab": [[105, "start-jupyterlab"]], "Start a Jupyter notebook for the assignment": [[193, "start-a-jupyter-notebook-for-the-assignment"]], "Start and Stop a project": [[37, "start-and-stop-a-project"]], "Start cluster": [[84, "start-cluster"]], "Start file": [[177, "start-file"]], "Starting up everyone\u2019s project before class": [[195, "starting-up-everyone-s-project-before-class"]], "Startup files": [[199, "startup-files"]], "Statements": [[1, "statements"], [72, "statements"]], "Status of Vouchers Created": [[209, "status-of-vouchers-created"]], "Step 10: Is your computer infected with malware?": [[80, "step-10-is-your-computer-infected-with-malware"]], "Step 11: Is the problem with your DNS (Domain Name Service) settings?": [[80, "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?": [[80, "step-12-is-your-browser-out-of-date-or-otherwise-incompatible-with-cocalc"]], "Step 13: Do WebSocket connections work?": [[80, "step-13-do-websocket-connections-work"]], "Step 1: Export": [[115, "step-1-export"]], "Step 1: HTML barebone": [[122, "step-1-html-barebone"]], "Step 1: Setup": [[119, "step-1-setup"]], "Step 1: Startup": [[109, "step-1-startup"]], "Step 1: Try connecting with the latest version of Google Chrome.": [[80, "step-1-try-connecting-with-the-latest-version-of-google-chrome"]], "Step 2: Connect": [[109, "step-2-connect"]], "Step 2: Import": [[115, "step-2-import"]], "Step 2: Make sure you are running a very recent version of Google Chrome, Safari, Firefox, or Edge.": [[80, "step-2-make-sure-you-are-running-a-very-recent-version-of-google-chrome-safari-firefox-or-edge"]], "Step 2: Markdown": [[122, "step-2-markdown"]], "Step 2: Start Server": [[119, "step-2-start-server"]], "Step 3: Check": [[122, "step-3-check"]], "Step 3: Connect to the database": [[119, "step-3-connect-to-the-database"]], "Step 3: Double check if are you connected at all.": [[80, "step-3-double-check-if-are-you-connected-at-all"]], "Step 3: Shutting Down": [[109, "step-3-shutting-down"]], "Step 4: Network congestion?": [[80, "step-4-network-congestion"]], "Step 4: Shutting Down": [[119, "step-4-shutting-down"]], "Step 4: Write Slideshow": [[122, "step-4-write-slideshow"]], "Step 5: Do you have tons of tabs open?": [[80, "step-5-do-you-have-tons-of-tabs-open"]], "Step 5: Present": [[122, "step-5-present"]], "Step 6: Is your browser (or an intermediate server) attempting to cache too much?": [[80, "step-6-is-your-browser-or-an-intermediate-server-attempting-to-cache-too-much"]], "Step 7: Does the problem relate to stale cookies?": [[80, "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?": [[80, "step-8-have-you-installed-browser-extensions-add-on-s-or-enabled-blocking-software-on-your-computer"]], "Step 9: Are the CoCalc servers down?": [[80, "step-9-are-the-cocalc-servers-down"]], "Sticky Notes": [[175, "sticky-notes"], [211, "sticky-notes"]], "Stopwatches and Timers": [[175, "stopwatches-and-timers"], [201, "stopwatches-and-timers"], [211, "stopwatches-and-timers"]], "Streamlit": [[130, "streamlit"]], "Streamlit Example": [[130, "streamlit-example"]], "Streamlit Python script": [[130, "streamlit-python-script"]], "Streamlit \u201cHello world\u201d": [[130, "streamlit-hello-world"]], "Student Access After Course Ends": [[188, "student-access-after-course-ends"]], "Student Guide": [[194, "student-guide"]], "Student in a course": [[203, "student-in-a-course"]], "Students Pay For Upgrades": [[196, "students-pay-for-upgrades"]], "Students complete the assignment": [[193, "students-complete-the-assignment"]], "Subscriptions": [[1, "subscriptions"]], "Subscriptions (legacy page)": [[5, "subscriptions-legacy-page"]], "Subscriptions (prepaid)": [[5, "subscriptions-prepaid"]], "Support": [[1, "support"], [7, "support"]], "Support those who cannot afford to pay": [[203, "support-those-who-cannot-afford-to-pay"]], "Support tickets": [[7, "support-tickets"]], "Supported file types": [[70, "supported-file-types"]], "Sync with Dropbox or Google Drive?": [[87, "sync-with-dropbox-or-google-drive"]], "System-wide Snippets": [[176, "system-wide-snippets"]], "Tab Completion": [[171, "tab-completion"]], "Table of Contents": [[175, "table-of-contents"], [211, "table-of-contents"]], "Tagging Projects": [[164, "tagging-projects"]], "Task Lists": [[187, "task-lists"]], "Teacher or Institute Pays for Upgrades": [[196, "teacher-or-institute-pays-for-upgrades"]], "Teacher or institution pays for upgrades": [[197, "teacher-or-institution-pays-for-upgrades"]], "Teaching with Compute Servers": [[63, "teaching-with-compute-servers"], [196, "teaching-with-compute-servers"]], "Teaching with nbgrader": [[193, "teaching-with-nbgrader"]], "Technical Status": [[214, "technical-status"]], "Terminal": [[214, "terminal"]], "Terminal Environment in Split Frame with File Editor": [[199, "terminal-environment-in-split-frame-with-file-editor"]], "Terminal Tour": [[199, "terminal-tour"]], "Terminal settings": [[3, "terminal-settings"]], "Test Your Publication": [[174, "test-your-publication"]], "Text": [[175, "text"], [211, "text"]], "Text fields generally support Markdown and LaTeX": [[195, "text-fields-generally-support-markdown-and-latex"]], "Text, Source Code, and Data Files": [[70, "text-source-code-and-data-files"]], "The PDF cannot be built. What\u2019s the problem?": [[145, "the-pdf-cannot-be-built-what-s-the-problem"]], "The hub API": [[86, "the-hub-api"]], "The project API": [[86, "the-project-api"]], "The subfiles Package (legacy method)": [[145, "the-subfiles-package-legacy-method"]], "Things to try": [[79, "things-to-try"]], "Time Travel": [[200, "time-travel"]], "Time Travel Diffs": [[195, "time-travel-diffs"]], "TimeTravel": [[57, "timetravel"], [171, "timetravel"], [175, "timetravel"], [211, "timetravel"]], "Timeout/Killed calculations": [[129, "timeout-killed-calculations"]], "Tips & Tricks": [[214, "tips-tricks"]], "Tips and tricks": [[199, "tips-and-tricks"]], "Title and Description": [[166, "title-and-description"]], "Title, Description, Name, Image": [[166, "title-description-name-image"]], "To-do Lists": [[175, "to-do-lists"], [211, "to-do-lists"]], "Toolbars": [[72, "toolbars"]], "Tours": [[202, "tours"]], "Transactions, Limits, and Plots": [[5, "transactions-limits-and-plots"]], "Trial Projects": [[203, "trial-projects"]], "Troubleshooting": [[132, "troubleshooting"]], "Try CoCalc Desktop": [[128, "try-cocalc-desktop"]], "Try It Out": [[136, "try-it-out"]], "Turn off automatic build and PDF preview": [[145, "turn-off-automatic-build-and-pdf-preview"]], "Turtle Graphics with CoCalc": [[133, "turtle-graphics-with-cocalc"]], "Typescript": [[92, "typescript"]], "Typeset Scientific Content with LaTeX": [[9, "typeset-scientific-content-with-latex"]], "URLs and Port Numbers": [[89, "urls-and-port-numbers"]], "Understanding Error Messages": [[171, "understanding-error-messages"]], "Underworld 2": [[178, "id14"], [179, "id14"]], "Unused Balance Carries Over": [[153, "unused-balance-carries-over"]], "Update Credit Card Information": [[204, "update-credit-card-information"]], "Update Your Credit Card": [[204, "update-your-credit-card"]], "Upgrades": [[1, "upgrades"], [188, "upgrades"], [206, "upgrades"]], "Upgrades can be shared": [[203, "upgrades-can-be-shared"]], "Upgrading Student Projects": [[196, "upgrading-student-projects"]], "Upgrading Student Projects (legacy version)": [[197, "upgrading-student-projects-legacy-version"]], "Upload Button in Files Tab": [[134, "upload-button-in-files-tab"]], "Upload Files": [[134, "upload-files"]], "Upload Python script and credentials to CoCalc": [[95, "upload-python-script-and-credentials-to-cocalc"]], "Uploading from Google Drive": [[134, "uploading-from-google-drive"]], "Use Emacs in a Terminal (Chrome)": [[87, "use-emacs-in-a-terminal-chrome"]], "Use PSTricks macros": [[145, "use-pstricks-macros"]], "Use R in a Sage worksheet": [[129, "use-r-in-a-sage-worksheet"]], "Use member hosting or dedicated CPU": [[128, "use-member-hosting-or-dedicated-cpu"]], "Use the Halt Button to Conserve Memory": [[143, "use-the-halt-button-to-conserve-memory"]], "User Interface": [[207, "user-interface"]], "Users": [[208, "users"]], "Using Git": [[195, "using-git"]], "Using SSH": [[166, "using-ssh"]], "Using Time Travel": [[200, "using-time-travel"]], "Using a Compute Server": [[63, "using-a-compute-server"]], "Using a Project Invitation Link": [[120, "using-a-project-invitation-link"]], "Using a Project Invitation Token": [[120, "using-a-project-invitation-token"]], "Using an Invitation Token": [[164, "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": [[135, "using-the-port-proxy"]], "VSCode": [[92, "vscode"]], "Vanity URLs": [[174, "vanity-urls"]], "Verifying Student Activity": [[195, "verifying-student-activity"]], "Version control": [[194, "version-control"]], "Via a project collaborator": [[203, "via-a-project-collaborator"]], "View account SSH keys": [[6, "view-account-ssh-keys"]], "Virtualenv": [[99, "virtualenv"]], "Visual Studio Code Server": [[210, "visual-studio-code-server"]], "Vouchers": [[209, "vouchers"]], "Ways to clear up your project\u2019s memory": [[107, "ways-to-clear-up-your-project-s-memory"]], "Ways to remove the banner": [[203, "ways-to-remove-the-banner"]], "WebSockets": [[89, "websockets"]], "Webserver proxy": [[135, "webserver-proxy"]], "Welcome": [[136, "welcome"]], "Welcome to CoCalc\u2019s User Manual!": [[64, "welcome-to-cocalc-s-user-manual"]], "What Can go Wrong?": [[110, "what-can-go-wrong"]], "What I am getting?": [[194, "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?": [[135, "what-about-dynamically-generated-subdomains"]], "What about security?": [[135, "what-about-security"]], "What do the Students Get?": [[190, "what-do-the-students-get"]], "What happens when I finish the course/my degree?": [[194, "what-happens-when-i-finish-the-course-my-degree"]], "What is CoCalc?": [[136, "what-is-cocalc"], [194, "what-is-cocalc"]], "What is Hub?": [[73, "what-is-hub"]], "What is an \u201cidle timeout?\u201d": [[129, "what-is-an-idle-timeout"]], "What is logged": [[165, "what-is-logged"]], "What is the difference between free and paid service?": [[58, "what-is-the-difference-between-free-and-paid-service"]], "What should you do if the preview does not update?": [[145, "what-should-you-do-if-the-preview-does-not-update"]], "What the program does": [[95, "what-the-program-does"]], "What the student sees": [[197, "what-the-student-sees"]], "What\u2019s a Jupyter Notebook?": [[142, "what-s-a-jupyter-notebook"]], "What\u2019s a Sage Worksheet?": [[171, "what-s-a-sage-worksheet"]], "What\u2019s the fingerprint of the SSH gateway\u2019s host key?": [[159, "what-s-the-fingerprint-of-the-ssh-gateway-s-host-key"]], "When a Timer Counts Down to Zero": [[201, "when-a-timer-counts-down-to-zero"]], "Where Markdown can be used in CoCalc": [[149, "where-markdown-can-be-used-in-cocalc"]], "Where Rich Text Editing is Available": [[170, "where-rich-text-editing-is-available"]], "Whiteboard": [[211, "whiteboard"]], "Who Changed My File?": [[200, "who-changed-my-file"]], "Why Add Upgrades?": [[166, "why-add-upgrades"]], "Why CoCalc?": [[194, "why-cocalc"], [212, "why-cocalc"]], "Why is my project out of memory?": [[107, "why-is-my-project-out-of-memory"]], "Wiki resources": [[171, "wiki-resources"]], "Will my code keep running if I disconnect?": [[129, "will-my-code-keep-running-if-i-disconnect"]], "Window Tabs": [[214, "window-tabs"]], "Word count": [[146, "word-count"]], "Work with SageTeX, PythonTeX, or Knitr": [[145, "work-with-sagetex-pythontex-or-knitr"]], "Working With": [[213, "working-with"]], "Working in your course project": [[194, "working-in-your-course-project"]], "X11 terminal with Jupyter notebook": [[133, "x11-terminal-with-jupyter-notebook"]], "X11 terminal with nteract": [[133, "x11-terminal-with-nteract"]], "Your CoCalc Session": [[72, "your-cocalc-session"]], "Your First CoCalc Session": [[72, "your-first-cocalc-session"]], "Your assignments": [[194, "your-assignments"]], "Your upgrade contributions": [[166, "your-upgrade-contributions"]], "Zoom": [[214, "zoom"]], "active cell": [[142, "active-cell"]], "add_collaborator": [[11, "add-collaborator"]], "add_license_to_project": [[12, "add-license-to-project"]], "button row": [[142, "button-row"]], "cell-insert bar": [[141, "cell-insert-bar"]], "change_email_address": [[13, "change-email-address"]], "change_password": [[14, "change-password"]], "code cell output": [[142, "code-cell-output"]], "consecutive cell numbers": [[141, "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": [[66, "default"], [66, "id2"]], "delete_account": [[22, "delete-account"]], "directory-listing": [[48, "directory-listing"]], "disconnect_from_project": [[23, "disconnect-from-project"]], "drag-and-drop": [[141, "drag-and-drop"]], "email-address-from-account-id": [[49, "email-address-from-account-id"]], "execution counter": [[142, "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": [[125, "glances"]], "iPad": [[138, "ipad"]], "icon for project Project usage and quotas": [[166, "dashboard-icon-project-usage-and-quotas"]], "invite_collaborator": [[30, "invite-collaborator"]], "invite_noncloud_collaborators": [[31, "invite-noncloud-collaborators"]], "kiosk": [[66, "kiosk"]], "latex": [[52, "latex"]], "log_client_error": [[32, "log-client-error"]], "menu bar": [[142, "menu-bar"]], "metrics": [[33, "metrics"]], "nbgrader for R": [[111, "nbgrader-for-r"]], "nbgrader integration": [[141, "nbgrader-integration"]], "no session": [[66, "no-session"]], "ping": [[34, "ping"]], "pip": [[99, "pip"]], "pip install directly from git repository": [[99, "pip-install-directly-from-git-repository"]], "processes microchip icon Processes": [[157, "microchip-processes"]], "project": [[66, "project"]], "project_exec": [[35, "project-exec"]], "protect cells from deletion": [[141, "protect-cells-from-deletion"]], "protect cells from editing": [[141, "protect-cells-from-editing"]], "ps aux": [[125, "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": [[141, "run-time-for-compute-cells"]], "saving": [[142, "saving"]], "search magnifying glass icon Find": [[68, "search-find"]], "select multiple cells": [[142, "select-multiple-cells"]], "servers icon Servers": [[172, "servers-servers"]], "setup.py": [[99, "setup-py"]], "slideshow": [[141, "slideshow"]], "start_metrics": [[42, "start-metrics"]], "stop": [[54, "stop"]], "streamlit package availability": [[130, "streamlit-package-availability"]], "table of contents": [[141, "table-of-contents"]], "text cells": [[142, "text-cells"]], "top": [[125, "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"]], "users icon Users": [[208, "users-users"]], "wav file embedded in notebook": [[143, "wav-file-embedded-in-notebook"]], "wav file on disk": [[143, "wav-file-on-disk"]], "widgets in CoCalc": [[141, "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", "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", "update-credit-card", "upgrade-guide", "upgrades", "user_interface", "users", "vouchers", "vscode", "whiteboard", "why", "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", "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", "update-credit-card.rst", "upgrade-guide.rst", "upgrades.rst", "user_interface.rst", "users.rst", "vouchers.rst", "vscode.rst", "whiteboard.rst", "why.rst", "working_with.rst", "x11.rst"], "indexentries": {"compute servers": [[63, "index-0", false]]}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"": [0, 1, 2, 3, 5, 6, 8, 9, 10, 15, 17, 28, 37, 38, 50, 52, 53, 56, 58, 59, 61, 65, 66, 67, 70, 72, 73, 74, 76, 77, 78, 79, 83, 84, 85, 87, 89, 90, 94, 95, 97, 98, 99, 100, 101, 103, 105, 111, 119, 120, 121, 124, 125, 127, 134, 135, 136, 137, 140, 146, 147, 149, 150, 151, 153, 155, 158, 161, 162, 164, 165, 166, 167, 170, 172, 173, 174, 175, 180, 181, 182, 184, 186, 187, 189, 190, 191, 192, 193, 194, 199, 200, 203, 206, 209, 210, 211, 212, 214], "0": [2, 15, 17, 18, 21, 35, 48, 50, 63, 70, 75, 77, 79, 83, 84, 90, 91, 96, 99, 109, 112, 117, 119, 125, 127, 129, 135, 145, 151, 162, 171, 180, 181, 195], "00": [2, 15, 99, 125, 162, 195], "000": [63, 79, 83, 107, 129], "000077": 96, "0000ff": 170, "000362": 96, "000531": 96, "0010abe1": [21, 26], "001882": 96, "002b": 37, "003410": 96, "003461": 96, "004": 63, "0073f1196181": 166, "01": [99, 100], "010z": 50, "011z": 50, "0123": [21, 26], "013436": 96, "015": 145, "017470052": 50, "019005": 96, "0288b7d0": 36, "02feab6c": 35, "03": 162, "0333": 35, "03t16": [10, 28], "04": 48, "05": [34, 76, 180], "050": 127, "0546448087431694": 50, "05464481": 50, "05t14": 26, "06": [125, 171, 174, 189, 203], "061806": 174, "06t02": 32, "07": [26, 32, 180], "0700": 119, "07897899": 20, "07t22": 50, "08": [15, 50], "08e8": [22, 45], "09": [162, 195], "098d": [10, 28], "0a5d792fc511": 99, "0b4df293": 20, "0b9641043b46": [34, 37], "0c7ae00c": 21, "0e9418a7": 46, "0k": 125, "0rc2": 181, "1": [2, 15, 37, 50, 53, 59, 63, 70, 76, 77, 83, 84, 90, 91, 96, 99, 100, 116, 117, 121, 125, 127, 133, 137, 141, 142, 145, 146, 147, 148, 149, 151, 160, 163, 171, 173, 174, 175, 180, 190, 195, 197, 200, 203, 206, 209, 211, 214], "10": [25, 35, 53, 63, 73, 83, 84, 99, 117, 119, 125, 127, 129, 137, 138, 145, 149, 162, 166, 171, 195, 197], "100": [2, 58, 63, 73, 116, 129, 171, 181, 185, 189], "1000": [17, 73, 77, 84, 129, 145, 197, 214], "100000": 129, "101": [194, 197], "102": 182, "1024": [31, 37], "1038": 75, "105": 125, "108": 125, "10a8e336a88d": 44, "10x": 63, "11": [10, 28, 34, 63, 75, 100, 137, 151, 162, 195], "110": [63, 73], "111634c0": 37, "114": [63, 125], "115924": 125, "11757": 35, "11ec": 130, "11ed": [52, 54, 55], "11ee": 50, "12": [45, 63, 99, 125, 137, 151, 162, 171, 186], "120": 79, "120000": 25, "121400": 162, "122": 182, "1234": [26, 73], "1238c868ff8b": [49, 53], "123f": 49, "126": 107, "1268": 63, "127": [84, 109], "128": 31, "1295981061": 210, "12d44cebb8cb": [10, 28], "13": [75, 125, 137, 181, 195], "131000": 25, "1324640": 125, "136": 125, "1364": 181, "137": 63, "1388": [10, 28], "13922": 181, "1397": 125, "13bcb9c7e9e5": [10, 28], "13t13": 189, "14": [162, 178, 179, 180, 183, 185], "141": 181, "14159265358": 44, "141z": 189, "14332": 162, "1453204": 180, "149": 63, "14df": [10, 28], "14f6": 27, "15": [34, 75, 177, 182, 183, 206], "150": 125, "1508": 34, "152": [129, 181], "16": [48, 53, 96, 125, 183, 185, 195, 206], "160712": 48, "162": 63, "164144": 48, "165": 63, "1650036446": 48, "1650150434": 48, "166b4dcaac7": 37, "1677": 35, "1677111163": 48, "1691447836428": 50, "1691447837010": 50, "1691448987937": 50, "17": [50, 76, 145, 180, 182], "170": 133, "1701809699a7": 37, "173": 63, "1731": 32, "1733400": 25, "176z": 32, "177z": [10, 28], "18": [63, 162], "1800": 96, "1809": 48, "18955da4": [11, 30, 31, 39], "19": [125, 180, 189], "19191cd03325": 37, "192f": [15, 18, 35, 36, 38, 47], "1960": 182, "1977": 96, "1a842a67": 46, "1c87a139": 32, "1d889484c794": 34, "1e37cac858ef": 25, "1e54d8c8e558": 24, "1fa1626": 37, "1k": [], "1m": 125, "1ubuntu0": 180, "2": [2, 35, 37, 48, 50, 51, 53, 58, 59, 63, 75, 76, 77, 86, 91, 96, 99, 100, 105, 117, 120, 121, 125, 127, 129, 137, 141, 145, 147, 149, 151, 160, 163, 164, 165, 171, 173, 175, 177, 180, 181, 195, 197, 200, 203, 206, 211], "20": [10, 28, 46, 119, 121, 127, 162, 180, 184, 196, 197, 214], "200": [28, 29, 133, 214], "2000": 50, "200000": 25, "2001": 76, "2002": 182, "2013": 191, "2015": 99, "2016": [80, 99, 189, 203], "20160307": 181, "2017": [26, 32, 34, 162, 178, 179, 180], "20170613": 180, "2018": [171, 177, 181], "20180717": 181, "20180806": 181, "2019": [15, 108, 140, 151, 159, 177, 182, 214], "202": 63, "2020": [10, 28, 99, 177, 183, 184, 195], "2021": [100, 177, 185], "2022": [48, 166, 174, 177, 183, 185], "2023": [5, 9, 50, 177, 196], "2024": [149, 177], "2048": [25, 159], "20e4a191": 99, "21": [34, 76, 96, 125, 162, 196], "211": 63, "212": 125, "214d": [15, 18], "2194": 182, "22": [15, 75, 89, 162, 181, 182, 184], "22050": 171, "2222": [125, 162], "22296": 125, "222z": [10, 28], "22308": 125, "23": [2, 182], "231": 63, "2332be03": 19, "2337": 107, "234": 129, "234r": 129, "234z": [10, 28], "24": [37, 45, 63, 125, 171, 180, 182, 189, 191, 195], "240": 63, "242": 63, "24be9aa2aa1d": 37, "24t13": 34, "24t17": 34, "25": [5, 48, 180], "2507078b": 166, "2507078b6e5b43da809a0073f1196181": 166, "256": [37, 73, 134], "256color": [180, 199], "256m": 84, "2595": [34, 37], "25d0": 46, "26": [125, 180, 189], "262c": 55, "262e": 54, "2634": 52, "26ed294b": 24, "27": [50, 174, 195], "27000": 37, "27017": 109, "28": [26, 73, 75, 99], "28648": 181, "288z": 34, "29": [15, 26, 34, 125], "2916": 171, "29163de6": 37, "291f43c1": 21, "29z": 26, "2a0ba54fa": 181, "2aae4347": [15, 18], "2ae9a0a47fef": 50, "2be22e08": 37, "2c080bb07155": 46, "2d0e2faa": 36, "2dde5af3aed8": 34, "2f22f36cbe91": 54, "2f23a33f675": 46, "2fa": 195, "2m": 125, "2nd": 176, "2pi": 96, "3": [35, 37, 46, 50, 61, 63, 72, 73, 75, 77, 79, 83, 84, 91, 95, 96, 99, 100, 101, 102, 104, 116, 127, 129, 137, 141, 145, 149, 151, 163, 166, 171, 173, 180, 184, 186, 189, 195, 200, 203, 206, 214], "30": [63, 107, 116, 129, 153, 166, 167, 174, 206], "300": [37, 165], "3000": [37, 50], "3029": 21, "304506b4": 54, "31": [76, 116], "312z": 34, "32": [32, 76, 181], "3210df68748f": 41, "3212": 125, "321e": 46, "3235": 37, "32767": 171, "32b485a8": 27, "32fafe733f29": 46, "33": 181, "34": [63, 181], "3400": 180, "3456000": 25, "3461": 145, "348e": 14, "34a424dc": 32, "3573": 181, "3586c43348d1": 20, "3589": 151, "35a0eea6": 41, "36": [21, 63], "36148": 125, "36862b42": 52, "37": [50, 125], "370a": 41, "372": 25, "372b55e1544a": 14, "37525": 182, "377eb8": 127, "37836": 162, "37cb983298e3": 13, "38": 180, "380": 145, "3818fa50": 46, "3823b1e1773f": 37, "384": 48, "38512af603a6": 21, "38be": 50, "38z": 26, "39": 181, "391322": 96, "392673": 96, "39289ba7": 35, "3932039296856768591842462603255": 96, "393204": 96, "393281": 96, "398042fae8c9": [22, 45], "39d7203d": 31, "39fde95dc71d": 46, "3b8b6aedd65b": 52, "3d": [174, 185, 214], "3m": 125, "3rd": [59, 80, 87, 89], "4": [37, 46, 63, 77, 84, 86, 96, 100, 117, 125, 127, 129, 137, 145, 151, 162, 163, 180, 181, 195, 197, 209], "40": [2, 63, 99, 129, 180, 181, 189], "400": [25, 63, 122], "4000": 181, "4004": 46, "400ital": 122, "401a": 46, "404e": [10, 28], "405d": 46, "407z": 189, "41": [32, 181, 182], "410b": [15, 18, 35, 36, 38, 47], "411a": 35, "4120": 181, "4121857": 174, "412209": 96, "4128": 37, "412f43ac5": 181, "413c": 27, "4145": 31, "4147": [10, 28], "4167": 46, "416d": 34, "41a3": 46, "41b5": 37, "41e7": 37, "41ff89c3": 14, "42": [181, 182], "4208": [10, 28], "4240": 171, "427": 50, "4281e501b85": 20, "42d2": [34, 37], "43": [80, 181, 182], "4300": 63, "430f": 34, "431c": 21, "4321": 73, "432a": [22, 45], "4361": 14, "43da": 166, "44": [76, 181, 182], "440": 171, "443": 89, "443d": 37, "44572": 180, "44c1": 36, "44ef": 25, "45": [181, 182], "4501f022": 13, "450f": 38, "4519": 21, "4520": 162, "4560ea788": 181, "4562": [21, 26], "45ae": 135, "45c3": 41, "45d0": 20, "45d851ac": [15, 18], "46": 181, "4602": 26, "4628": [125, 162], "46be": 37, "47": [34, 182], "4762": 141, "47e1": 24, "47f0": 84, "48": [159, 181, 182], "480e518b2f84": 38, "481c": [49, 53], "481d6055": 38, "483": 48, "4859": 41, "4871": 37, "4893": 37, "4895": 36, "48ad": 35, "49": [63, 181, 182], "4921": 99, "4952": 21, "495b": [35, 44], "496f": 37, "4981": 21, "499500": 84, "49a6": 19, "4a18": 27, "4a5f0542": 171, "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": 180, "4bf8": [10, 28], "4bfa": [11, 30, 31, 39], "4c4ad130": 84, "4c5c": 37, "4cbc": [11, 30, 39], "4cdd": 32, "4daf4a": 127, "4dbfe0db2b9c": 27, "4e27": 46, "4e29": [11, 13, 22, 30, 35, 39, 45], "4eda65": 99, "4eed": 171, "4f78": 44, "4fbc": 20, "4fd1": [15, 18], "4fda": 27, "4fe5": 48, "4m": 125, "4th": 84, "5": [2, 21, 35, 63, 73, 75, 77, 88, 96, 99, 117, 125, 127, 134, 137, 138, 145, 151, 162, 171, 174, 177, 180], "50": [46, 143, 164, 180], "500": [129, 182], "5006": 77, "501st": 129, "5034af8c0004": 27, "51": [25, 181], "512": [25, 73], "512m": 84, "51e2b4c": 151, "52": 125, "523": 182, "5270": 118, "52818dfe": [10, 28], "537": 21, "54": [10, 28, 96, 125], "540054e5bcaf": [10, 28], "55": [10, 28, 183], "553f2815": 34, "56": [50, 63, 181], "5609": 38, "5728": 162, "57fcfd71": 25, "58": [21, 125, 181], "581076966": 133, "5836": 125, "5873": 171, "5896": 125, "58bfd6f4": 26, "58f8": [11, 13, 22, 30, 39, 45], "59": [2, 34, 99, 159], "59203bbbb017": 36, "5960": 125, "5972": 125, "59e41d5682a3": 31, "5bd0": 135, "5c5b8afd8": 181, "5e835bd47570": 41, "5ea0": [15, 18], "5ee8d3ca": 48, "5k": 195, "5m": 125, "6": [14, 19, 25, 41, 75, 107, 119, 125, 129, 137, 151, 180, 181], "60": [63, 80, 162, 180, 181], "600": 77, "6000": [63, 125, 162], "6001": [125, 162], "6024": [175, 211], "6059": [10, 28], "60f9ea81": 135, "61": 184, "6128": 184, "62": 180, "62bf": 84, "63": 183, "631": 125, "639a6b2": 37, "64": [14, 19, 41, 63, 74, 99, 100, 181], "644d": 41, "64bit": 182, "65": [116, 159, 181], "650": 180, "65cd2079": [10, 28], "66": [116, 214], "6631": 150, "665b": 44, "6695": 186, "67": [159, 181], "675": 182, "6767": 117, "676d92f8b0b8": 26, "69": 180, "6969": 127, "6a90": 35, "6bbb": 20, "6bd1fef1a6fa": 84, "6c21": 46, "6c28c5f4": 37, "6e5b": 166, "6m": 125, "7": [9, 63, 76, 99, 129, 137, 142, 151, 162, 180, 181, 182, 191], "70": [5, 182, 189], "700": [122, 181], "7048": 37, "712307fa6859": 21, "72": [125, 159], "720": 181, "72296": [125, 162], "7247": 181, "73": 180, "730": 181, "73ea": 99, "74": [96, 181], "740": 181, "742z": 34, "7499": 37, "75": 181, "750": 182, "7500": 165, "756": [125, 162], "76": [181, 182], "761": 182, "768": 37, "76de986e101f": 135, "78": 182, "79": 182, "7f2358c05eb8": [11, 30, 31, 39], "7m": 125, "8": [63, 96, 99, 122, 125, 137, 146, 151, 162, 180, 181, 182, 183], "80": [25, 63, 89, 130, 182, 189], "800": 77, "8000": 25, "8006": 77, "809a": 166, "809c": [15, 18], "80a7": 20, "80e9": 99, "8123": 63, "81fe3614": 130, "820d": 44, "8269": [15, 18, 35, 36, 38, 47], "82b8": 26, "8305184841156006": 91, "832": 162, "8358017cec89": 55, "836a": 34, "84": 63, "842875805c7876940937c6ab321f7498c203678d": 135, "8501": 130, "85bd6027": 41, "86400": 37, "86fea3f0": 35, "87": 63, "876": 125, "8786": 84, "8787": 84, "87ba": 36, "88": 125, "885": 120, "886": 195, "888": 48, "889d": 52, "89": 125, "893a": 36, "897d": 46, "89b1": 31, "89e6": [10, 28], "8a23b58988a9": 35, "8a33": 55, "8a3c": 20, "8a78a37d": 35, "8a7a": 31, "8da110d44cd242ec916118a52f745337": 134, "8dbd": 84, "8e248b54eb94": 44, "8e69": 34, "8ec4ac73": [34, 37], "8ei2z0": 35, "8f3f": 24, "8f68f6c4": 13, "8m": 125, "8ubuntu0": 180, "8x": 63, "9": [99, 119, 137, 145, 151, 162, 180, 181, 197], "90": [145, 181, 189], "90d4a8b1ac47": 21, "91": 125, "910c": [11, 30, 31, 39], "9131": [10, 28], "9172": 27, "91a70319d258e65dbd04a04f1e5e3b6d": 135, "92": 159, "9202": 50, "920a": 27, "922b": 24, "9283": [21, 26], "93": 159, "933a": 19, "937z": 50, "93f8131c": 46, "94000": 25, "94ae": 35, "95": 5, "9523": 46, "96": 21, "96c523b8": 46, "970a": 46, "978240": 162, "97f4": 46, "981c": [11, 30, 39], "9845": 37, "9845fac7076c": [10, 28], "984e": 35, "984ea3": 127, "9851": 13, "99": [37, 181], "9928": 53, "9965": 135, "9997": [15, 18], "999999": 127, "99a06c054a60": [15, 18], "99ebde5c": [11, 13, 22, 30, 39, 45], "9aab": [21, 26], "9b0": 181, "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, 63, 69, 76, 77, 79, 80, 86, 89, 91, 92, 96, 97, 99, 105, 107, 115, 116, 117, 118, 122, 126, 129, 133, 136, 141, 142, 145, 146, 153, 155, 160, 162, 166, 167, 171, 175, 177, 181, 182, 183, 184, 185, 187, 189, 193, 195, 200, 203, 211, 214], "And": [72, 82, 162, 166, 170], "As": [2, 5, 48, 49, 63, 64, 80, 85, 93, 121, 134, 136, 145, 151, 159, 164, 166, 173, 175, 181, 184, 190, 192, 193, 194, 196, 211, 212, 214], "At": [15, 59, 63, 72, 93, 105, 106, 129, 145, 166, 167, 170, 175, 189, 193, 195, 211, 214], "BE": [], "Be": [53, 106, 130, 190], "Being": 136, "But": [107, 159], "By": [52, 66, 129, 131, 142, 145, 146, 147, 149, 160, 165, 175, 192, 195, 206, 211], "For": [2, 4, 5, 6, 9, 49, 51, 58, 61, 62, 63, 70, 73, 74, 77, 80, 82, 83, 84, 86, 90, 93, 96, 101, 104, 107, 108, 110, 111, 120, 122, 126, 129, 134, 135, 136, 141, 142, 143, 144, 145, 147, 148, 149, 151, 152, 156, 159, 162, 164, 166, 170, 171, 173, 174, 177, 182, 183, 188, 189, 190, 191, 193, 194, 195, 197, 199, 200, 201, 203, 206, 209, 210, 214], "IFS": 182, "IT": [77, 212], "If": [0, 2, 3, 5, 6, 7, 9, 10, 15, 18, 21, 28, 29, 35, 38, 46, 47, 48, 49, 53, 56, 59, 62, 63, 65, 66, 67, 68, 70, 72, 73, 76, 77, 78, 79, 80, 82, 83, 84, 85, 86, 87, 88, 90, 94, 95, 98, 99, 100, 103, 106, 107, 108, 110, 111, 112, 113, 115, 116, 118, 120, 124, 125, 126, 127, 129, 130, 132, 133, 135, 137, 138, 140, 141, 143, 145, 146, 147, 148, 149, 151, 160, 164, 166, 167, 170, 171, 173, 174, 175, 176, 177, 182, 188, 189, 190, 192, 193, 194, 195, 196, 198, 199, 200, 203, 204, 205, 209, 211, 212, 214], "In": [2, 3, 5, 9, 10, 21, 28, 29, 32, 35, 37, 38, 53, 56, 58, 59, 63, 66, 70, 72, 73, 76, 80, 83, 84, 86, 88, 89, 91, 95, 99, 100, 101, 102, 105, 107, 108, 109, 112, 115, 119, 120, 121, 124, 128, 129, 130, 133, 134, 137, 142, 143, 145, 146, 147, 148, 149, 151, 153, 155, 156, 162, 163, 166, 169, 170, 171, 174, 175, 177, 183, 184, 185, 187, 188, 190, 192, 193, 194, 195, 196, 197, 198, 199, 200, 203, 209, 210, 211, 214], "It": [1, 2, 5, 9, 10, 28, 35, 37, 48, 56, 63, 66, 67, 73, 80, 84, 86, 89, 90, 96, 99, 100, 103, 108, 109, 111, 113, 123, 125, 127, 129, 133, 134, 137, 138, 141, 142, 145, 147, 149, 151, 155, 158, 159, 160, 162, 166, 167, 169, 171, 177, 178, 179, 180, 181, 182, 183, 184, 185, 187, 189, 190, 193, 194, 195, 199, 200, 209, 210, 214], "Its": [], "NOT": [5, 9, 11, 39, 63, 80, 120, 140, 166, 171, 174, 194, 214], "No": [37, 66, 98, 99, 111, 137, 148, 173, 178, 179, 189, 200], "Not": [92, 148, 171, 173, 174, 177, 184], "OF": 76, "OR": 82, "Of": [53, 61, 103, 175, 187, 192], "On": [61, 64, 72, 80, 111, 135, 137, 142, 166, 171, 173, 186, 190, 191, 194, 209, 214], "One": [4, 53, 76, 78, 80, 81, 86, 110, 129, 142, 145, 152, 158, 166, 194, 197, 199], "Or": [78, 80, 103, 110, 120, 123, 129, 187, 188, 189, 193], "Such": [80, 145, 177, 199], "THE": [76, 95], "TO": [], "That": [7, 63, 80, 84, 90, 95, 98, 110, 129, 138, 145, 151, 166, 171, 174, 197, 199, 203, 214], "The": [0, 1, 2, 3, 4, 5, 8, 9, 10, 11, 15, 18, 21, 28, 29, 30, 37, 39, 46, 47, 48, 51, 52, 53, 54, 55, 56, 58, 59, 61, 62, 63, 65, 66, 67, 70, 73, 75, 76, 77, 79, 80, 83, 84, 87, 88, 90, 95, 96, 98, 99, 100, 101, 102, 107, 109, 110, 111, 112, 113, 117, 119, 120, 121, 123, 125, 126, 127, 128, 129, 130, 133, 134, 135, 136, 140, 141, 142, 143, 146, 147, 149, 150, 151, 153, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 170, 171, 174, 175, 176, 177, 178, 179, 181, 182, 183, 184, 185, 187, 188, 189, 190, 192, 193, 194, 195, 196, 197, 198, 199, 200, 203, 206, 209, 211, 214], "Their": 191, "Then": [10, 28, 31, 63, 70, 80, 82, 83, 90, 95, 96, 99, 100, 101, 103, 107, 110, 115, 121, 126, 127, 129, 130, 131, 134, 135, 143, 145, 148, 149, 160, 166, 188, 194, 195, 196, 199, 200, 209], "There": [2, 4, 9, 17, 26, 46, 53, 63, 68, 70, 72, 80, 81, 86, 90, 94, 99, 102, 107, 110, 111, 116, 120, 122, 123, 126, 129, 133, 134, 138, 142, 143, 145, 146, 147, 149, 151, 152, 155, 156, 157, 163, 164, 166, 171, 174, 175, 177, 181, 191, 192, 193, 194, 195, 199, 206, 210, 211, 212, 214], "These": [37, 48, 63, 70, 83, 104, 121, 129, 140, 141, 145, 146, 148, 160, 166, 169, 170, 189, 197, 199, 206], "To": [1, 3, 5, 6, 9, 10, 28, 29, 31, 51, 53, 56, 58, 59, 63, 65, 70, 73, 74, 82, 83, 84, 90, 94, 95, 98, 99, 100, 101, 102, 106, 108, 111, 112, 115, 119, 123, 128, 129, 130, 133, 134, 136, 140, 141, 142, 143, 145, 146, 147, 148, 149, 153, 158, 160, 162, 166, 167, 170, 171, 174, 180, 181, 182, 187, 188, 190, 192, 194, 195, 199, 200, 201, 203, 204, 206, 209, 210, 212, 214], "With": [2, 3, 5, 10, 28, 51, 58, 64, 75, 80, 99, 113, 119, 129, 154, 160, 170, 176, 193, 195, 196, 200, 209], "_": [76, 145, 162, 176, 180, 181, 214], "___": 76, "_______________________________________": 76, "_________________________________________": 76, "__init__": 99, "__main__": [77, 117], "__name__": [77, 117], "__sagews__": 129, "__version__": [99, 112], "_note": 176, "_permiss": 119, "a083": 21, "a1": [38, 47], "a100": 63, "a17037cb": 21, "a18c706e8bcd": 171, "a222": 46, "a229": 38, "a2554ec8": 44, "a279": 54, "a4": 63, "a407cc35": 53, "a407dd35": 49, "a541": 35, "a57c": 13, "a622": 27, "a63f": 130, "a65628": 127, "a743": 35, "a803": 27, "a853": [22, 45], "a85c": 171, "a94": 48, "aa71929b2bfb": 36, "aa7d": 19, "ab": 133, "ab2f": 41, "abbrevi": 99, "abc": 35, "abc3": 37, "abc3ca91": [10, 28], "abd649bf": 21, "abil": [10, 28, 174], "abl": [10, 22, 28, 56, 61, 63, 66, 83, 84, 85, 99, 100, 107, 110, 113, 128, 143, 145, 166, 174, 180, 192, 194, 196, 203, 212], "aboslut": 125, "about": [1, 3, 5, 9, 10, 15, 17, 21, 28, 50, 51, 52, 54, 55, 57, 58, 61, 63, 67, 72, 80, 84, 87, 90, 98, 100, 101, 102, 107, 108, 109, 110, 111, 113, 118, 119, 120, 121, 125, 129, 132, 136, 137, 142, 145, 146, 148, 152, 155, 158, 159, 161, 162, 163, 164, 167, 173, 174, 175, 177, 178, 179, 180, 181, 182, 190, 193, 195, 197, 198, 199, 200, 203, 205, 206, 207, 210, 211, 212, 214], "abov": [2, 3, 5, 10, 28, 32, 37, 46, 48, 53, 56, 58, 63, 79, 80, 83, 84, 90, 95, 99, 100, 107, 108, 121, 128, 129, 130, 133, 134, 135, 136, 140, 141, 142, 143, 149, 159, 162, 164, 166, 171, 174, 189, 195, 197, 198, 209, 214], "absolut": [87, 135], "abstract": [61, 185], "ac": 189, "ac1f": 37, "ac5": 180, "acad": 96, "acceler": 63, "accept": [11, 28, 29, 31, 79, 120, 166, 182], "access": [1, 2, 4, 5, 6, 15, 16, 17, 18, 37, 38, 47, 56, 58, 63, 72, 77, 83, 89, 94, 96, 98, 99, 100, 103, 110, 117, 119, 121, 129, 130, 132, 134, 135, 136, 137, 142, 151, 152, 162, 165, 166, 173, 174, 175, 181, 183, 190, 191, 192, 195, 197, 198, 199, 207, 210, 212, 214], "accessibilitystat": 72, "accident": [63, 66, 153, 166], "accommod": [189, 206], "accompani": [136, 174, 176, 177, 178, 179, 181], "accomplish": [83, 90, 97, 145, 149, 195], "accont": 56, "accord": [63, 149, 190, 197, 199], "accordingli": [70, 111, 214], "account": [2, 4, 7, 10, 11, 13, 14, 19, 21, 22, 24, 26, 27, 28, 30, 31, 37, 44, 45, 46, 51, 53, 55, 58, 63, 64, 66, 70, 74, 94, 95, 97, 99, 101, 108, 120, 134, 136, 137, 140, 145, 147, 148, 152, 153, 154, 164, 165, 166, 174, 177, 187, 188, 189, 190, 191, 194, 196, 197, 203, 207, 209, 212, 214], "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": [195, 199], "achiev": [195, 200], "ack": [10, 28], "acknowledg": [10, 28, 107], "acquir": 148, "acronym": 182, "across": [59, 66, 80, 106, 155, 166, 177, 181, 184, 185], "act": [165, 212], "action": [1, 10, 28, 37, 53, 66, 67, 80, 141, 142, 158, 166, 167, 170, 175, 183, 207, 211, 214], "action_request": 37, "activ": [2, 3, 5, 37, 43, 46, 59, 64, 69, 70, 72, 80, 83, 85, 99, 102, 107, 129, 140, 141, 146, 148, 149, 153, 157, 161, 164, 165, 166, 172, 188, 189, 191, 206, 207, 208, 210], "activeloop": 73, "actual": [10, 28, 37, 63, 83, 84, 86, 94, 99, 102, 115, 122, 129, 143, 146, 159, 174, 195, 206], "ad": [11, 53, 66, 72, 80, 94, 95, 110, 111, 120, 129, 141, 142, 143, 145, 148, 149, 151, 153, 155, 160, 164, 166, 170, 174, 176, 180, 181, 182, 184, 187, 188, 189, 190, 191, 192, 193, 195, 199, 201, 209], "ad1d": 14, "ad47": [34, 37], "ad7d6b17": 37, "ada": 180, "adapt": 50, "adb": 180, "add": [2, 3, 5, 11, 12, 56, 58, 59, 63, 70, 73, 76, 83, 85, 98, 99, 100, 105, 106, 107, 110, 111, 112, 119, 120, 126, 128, 129, 137, 140, 141, 145, 146, 148, 149, 155, 158, 160, 164, 167, 170, 173, 174, 175, 176, 181, 189, 191, 192, 194, 195, 197, 199, 200, 201, 203, 204, 205, 206, 207, 208, 209, 211], "add_collabor": 28, "add_cus_dep": 145, "add_license_to_project": 28, "addeventlisten": [10, 28], "addit": [2, 3, 9, 10, 21, 50, 57, 59, 63, 69, 80, 94, 99, 107, 129, 130, 135, 137, 145, 149, 151, 153, 154, 157, 162, 167, 172, 174, 177, 180, 181, 182, 184, 187, 192, 193, 194, 195, 199, 203, 206, 209, 214], "addition": [17, 80, 181, 182, 185, 194, 199], "addplot": 145, "address": [2, 3, 7, 13, 19, 24, 30, 31, 46, 51, 55, 59, 63, 72, 80, 84, 108, 110, 119, 129, 134, 135, 166, 186, 188, 190, 191, 194, 209], "addtion": 166, "adipisc": 149, "adjust": [63, 105, 148, 166, 171, 174, 196, 197, 199, 203], "admcycl": [181, 182, 184], "admin": [10, 28, 46, 49, 97], "administr": [76, 173, 188, 212], "adopt": 212, "adtk": [181, 182], "advanc": [9, 141, 143, 163, 173, 177, 196, 206, 212, 214], "advantag": [9, 66, 80, 140, 142, 212, 214], "advertis": 80, "advis": 189, "aer": 181, "af0eb05ebfc": 13, "af6a": 46, "afca": 35, "affect": [80, 140, 166, 180, 195], "affi": 181, "affili": [182, 195], "afford": [2, 173], "after": [0, 2, 3, 4, 5, 8, 9, 15, 22, 28, 29, 35, 53, 56, 58, 59, 63, 64, 66, 67, 69, 70, 73, 78, 80, 83, 85, 95, 96, 98, 99, 100, 102, 103, 105, 106, 109, 117, 119, 120, 125, 129, 130, 133, 138, 142, 143, 145, 146, 147, 148, 149, 153, 155, 159, 162, 164, 166, 167, 170, 171, 172, 175, 176, 177, 185, 189, 190, 191, 193, 194, 195, 196, 197, 199, 201, 203, 206, 208, 209, 211, 214], "afterward": [159, 214], "ag": 119, "again": [5, 56, 63, 66, 76, 80, 83, 84, 85, 86, 95, 100, 108, 110, 112, 113, 115, 119, 125, 128, 129, 133, 137, 141, 142, 143, 145, 149, 166, 180, 182, 195, 197, 199, 214], "against": [57, 85, 96, 196], "agat": 183, "agenda": 122, "agent": 166, "aggreg": 35, "aggress": 80, "ago": [160, 197], "agre": 72, "agreed_to_term": 19, "agreement": 9, "ahead": [63, 145, 148, 177, 193, 214], "ai": [60, 63, 64, 73, 169, 196, 212, 213], "aid": 150, "aim": [178, 179], "aiohttp": 181, "aip": 77, "air": 63, "alert": [59, 79, 150], "algebra": [181, 182, 214], "algopi": 180, "algorithm": [93, 181, 182, 183, 185], "alia": 166, "alias": 129, "aliqua": 149, "aliyun": 212, "all": [3, 4, 6, 9, 10, 15, 18, 28, 29, 35, 37, 46, 49, 56, 57, 58, 59, 63, 66, 70, 72, 76, 79, 81, 83, 84, 86, 87, 89, 90, 96, 98, 99, 106, 107, 108, 110, 116, 121, 128, 135, 136, 137, 138, 142, 143, 145, 146, 147, 148, 149, 151, 155, 156, 158, 159, 160, 162, 163, 164, 166, 169, 171, 174, 175, 177, 178, 179, 181, 182, 183, 185, 187, 188, 189, 190, 191, 192, 193, 194, 196, 197, 198, 199, 200, 203, 209, 210, 211, 212, 214], "alloc": [84, 106, 107, 195, 197], "allot": 63, "allow": [1, 9, 28, 29, 35, 51, 63, 66, 67, 77, 84, 87, 89, 90, 94, 98, 105, 107, 110, 117, 127, 128, 131, 134, 138, 140, 141, 142, 143, 145, 148, 153, 157, 164, 166, 167, 174, 175, 176, 181, 182, 189, 190, 193, 195, 196, 197, 199, 201, 203, 206, 211, 212, 214], "allow_websocket_origin": 77, "almost": [80, 99, 100, 108, 151, 190, 214], "alon": [110, 181, 214], "along": [63, 79, 80, 151, 166, 181, 189, 212], "alongsid": 174, "alpha": 177, "alreadi": [2, 9, 11, 13, 15, 19, 22, 30, 31, 47, 53, 63, 83, 95, 98, 99, 100, 109, 120, 130, 135, 145, 146, 148, 151, 152, 166, 177, 184, 190, 194, 195, 196, 199, 209, 212, 214], "also": [1, 3, 5, 9, 10, 17, 22, 28, 29, 38, 48, 49, 53, 56, 57, 59, 61, 63, 68, 70, 72, 73, 76, 80, 84, 86, 87, 90, 91, 95, 96, 98, 99, 100, 101, 102, 103, 107, 108, 110, 111, 119, 125, 126, 127, 128, 129, 136, 140, 145, 146, 147, 149, 150, 151, 155, 156, 159, 163, 164, 166, 169, 170, 171, 174, 177, 178, 180, 181, 182, 183, 184, 185, 186, 187, 188, 190, 192, 194, 195, 197, 199, 200, 201, 203, 206, 209, 210, 211, 212, 214], "alt": [70, 87, 146, 147, 187], "altair": 182, "alter": [3, 9, 166, 195], "altern": [63, 73, 80, 99, 107, 129, 136, 143, 145, 151, 158, 176, 177, 182, 183, 189, 194, 195, 203, 207, 212], "although": [166, 184, 192, 214], "alwai": [66, 80, 84, 98, 103, 129, 140, 145, 149, 166, 177, 182, 188, 192, 206, 214], "am": [9, 171, 195], "amazon": [61, 75, 166], "amazonaw": 75, "ambient": 63, "amet": 149, "among": [43, 83, 136, 185], "amount": [9, 53, 63, 107, 117, 129, 141, 143, 153, 171, 194, 196, 197, 206, 209], "amplitud": 77, "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, 63, 66, 70, 73, 76, 77, 78, 81, 83, 84, 86, 87, 88, 91, 94, 95, 96, 98, 99, 100, 101, 102, 107, 108, 115, 119, 120, 124, 125, 130, 133, 134, 135, 136, 137, 138, 140, 141, 142, 143, 146, 147, 148, 149, 151, 153, 154, 155, 158, 159, 160, 162, 163, 166, 169, 170, 174, 175, 177, 178, 179, 180, 181, 182, 183, 184, 185, 187, 188, 190, 191, 192, 194, 196, 197, 199, 206, 209, 211, 212, 214], "anacond2019": 199, "anaconda": [63, 151, 180, 181, 182, 183, 185], "anaconda2019": 199, "anaconda2020": [99, 151], "anaconda3": [103, 181], "anaconda5": [180, 199], "analag": 195, "analog": 63, "analogu": 174, "analysi": [181, 182, 183, 184, 214], "analyt": [182, 184], "analyz": [89, 181, 182, 183], "ani": [2, 4, 5, 8, 9, 37, 49, 51, 56, 58, 59, 63, 66, 70, 72, 75, 78, 94, 98, 99, 102, 106, 109, 111, 115, 119, 120, 122, 128, 129, 131, 134, 136, 137, 143, 144, 145, 146, 147, 148, 149, 151, 153, 155, 156, 158, 160, 162, 164, 165, 166, 167, 169, 170, 171, 174, 175, 182, 187, 189, 190, 192, 194, 195, 196, 197, 198, 199, 200, 201, 206, 209, 210, 211, 212, 214], "anim": 73, "ann": [5, 8, 56, 65, 69, 150, 153, 161, 164, 170, 175, 181, 209], "anneal": 181, "annot": [176, 189, 193, 214], "announc": [5, 8, 56, 61, 65, 69, 150, 153, 161, 164, 170, 175, 176, 181, 209, 211], "anomali": 181, "anonym": [49, 120, 189, 195], "anoth": [2, 15, 35, 49, 63, 73, 80, 83, 103, 108, 129, 130, 133, 140, 145, 148, 149, 159, 166, 170, 171, 174, 175, 182, 187, 188, 189, 190, 193, 194, 199, 200, 211, 212], "ansi2html": 182, "answer": [9, 58, 96, 111, 126, 159, 171, 181, 188, 189, 193, 195, 205, 212], "anti": 80, "anybodi": [121, 135, 174], "anymor": 120, "anyon": [119, 120, 166], "anyplac": 141, "anyth": [19, 63, 83, 96, 98, 128, 134, 155, 166, 171, 188, 189, 193, 194, 195, 209, 212], "anytim": 63, "anywai": 84, "anywher": [59, 149, 160, 170, 187], "apach": 181, "apart": [9, 63], "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, 64, 97, 107, 154, 166, 178, 179, 180, 181, 207], "api_kei": [50, 56], "app": [10, 28, 45, 56, 66, 73, 87, 94, 127, 130, 214], "appear": [0, 2, 3, 4, 8, 9, 25, 28, 29, 51, 59, 63, 66, 69, 70, 78, 82, 99, 106, 113, 133, 136, 141, 143, 145, 148, 153, 160, 164, 166, 167, 170, 171, 175, 176, 180, 187, 189, 190, 193, 195, 196, 199, 211, 214], "append": [21, 76, 86, 95, 107, 129, 146, 149, 162, 171, 180], "appl": [117, 175, 181, 211], "appli": [2, 6, 37, 58, 72, 106, 107, 129, 140, 153, 159, 166, 169, 173, 188, 190, 194, 195, 197, 198, 203, 209], "applic": [10, 21, 27, 28, 29, 34, 35, 37, 44, 48, 49, 50, 53, 55, 56, 62, 64, 76, 77, 87, 88, 117, 125, 128, 129, 130, 133, 136, 143, 150, 166, 175, 178, 179, 181, 182, 185, 199, 207, 210, 211, 213], "approach": [63, 83, 99, 110, 129, 133, 137, 140, 152, 171, 174, 178, 179, 181, 214], "appropri": [9, 59, 107, 181, 194, 195, 214], "approxfun": 182, "approxim": 181, "april": 140, "apt": [63, 76, 129], "aqua": 181, "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, 52, 53, 56, 57, 58, 59, 61, 63, 66, 67, 68, 69, 70, 72, 73, 74, 75, 76, 77, 78, 79, 81, 82, 83, 85, 86, 87, 88, 89, 90, 93, 94, 95, 96, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 110, 111, 112, 113, 115, 116, 117, 118, 119, 120, 121, 122, 123, 125, 126, 128, 129, 130, 132, 133, 134, 136, 137, 138, 140, 141, 142, 143, 145, 146, 147, 148, 149, 150, 151, 152, 153, 155, 156, 157, 158, 160, 163, 164, 166, 167, 169, 170, 174, 175, 176, 177, 178, 179, 180, 181, 182, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 196, 197, 198, 199, 203, 205, 206, 209, 210, 211, 212, 214], "arab": 145, "arang": 171, "arbitrari": [2, 10, 28, 53, 145, 182, 195], "arbitrarili": 184, "arch": 181, "architectur": [61, 183], "archiv": [26, 35, 115, 155, 159, 160, 180, 194, 195], "arctic": [180, 181, 182], "area": [2, 6, 9, 67, 102, 120, 142, 146, 166, 185, 189, 195, 214], "aren": [129, 162, 182, 195, 206], "arg": [35, 129], "argument": [35, 36, 38, 73, 83, 107, 117, 171], "argv": 83, "arima": 182, "aris": [66, 199], "around": [66, 80, 99, 107, 112, 147, 149, 151, 181, 184, 200, 203], "arrai": [11, 17, 38, 53, 83, 107, 182], "arrang": [1, 8, 173], "arraydiff": 181, "arriv": [80, 197], "arrow": [15, 115, 181, 187, 200, 214], "arrrrgh": 76, "art": [73, 76], "articl": [52, 61, 69, 94, 116, 130, 152, 162, 164, 166, 171, 176, 206], "artifact": 75, "artist": 214, "arv": 83, "arviz": 182, "ascii": 76, "asciidoctor": 182, "asdf": 214, "ase": 183, "asi": 145, "ask": [3, 9, 59, 80, 100, 107, 121, 126, 127, 129, 177, 181, 188, 194, 203], "asl": 181, "asm": 74, "aspect": [1, 166, 190, 195, 214], "aspel": [70, 145], "assembl": 183, "assembli": 97, "assert": 50, "assess": 189, "asset": [178, 179, 181], "assign": [38, 47, 73, 103, 128, 155, 169, 174, 181, 182, 190, 191, 192, 197, 199], "assignment1": [189, 195], "assignment3": 193, "assignment4": 193, "assignment_nam": 195, "assist": [60, 63, 64, 166, 176, 182, 188, 191, 194, 196, 213], "associ": [15, 16, 17, 49, 73, 80, 107, 110, 136, 155, 166, 180, 181, 182, 188, 190, 192, 194, 196, 200], "asssembl": 183, "assum": [6, 48, 49, 53, 90, 117, 129, 146, 162, 166, 188, 193, 195, 197, 212], "ast": 181, "astro": 164, "astroalign": 181, "astronomi": 181, "astropi": 181, "astroplan": 182, "asyncio": [181, 182], "atom": [180, 183], "atomist": 183, "attach": 143, "attack": [94, 206], "attempt": [19, 35, 36, 88, 90, 107, 110, 137, 166, 177], "attende": 209, "attract": [63, 142, 182], "attribut": [37, 73, 86, 171], "auctex": 214, "audaci": 183, "audienc": [120, 166], "audio": [59, 143, 171], "august": [5, 196], "auth": [10, 28, 44, 45, 50], "auth_token": [10, 28, 45], "authent": [45, 56, 73, 117, 154, 166, 188, 195], "author": [76, 86, 95, 136, 177, 214], "authorized_kei": 166, "auto": [2, 5, 93, 129, 214], "auto_close_bracket": 37, "auto_close_xml_tag": 37, "autoclos": 70, "autogener": [63, 147], "autograd": [111, 182, 184, 193], "autom": [5, 28, 29, 56, 181, 193], "automat": [2, 9, 52, 53, 63, 72, 77, 79, 80, 83, 106, 120, 129, 146, 155, 162, 166, 167, 171, 177, 180, 181, 183, 187, 190, 191, 192, 193, 197, 199, 201, 207], "autoregress": 181, "autosav": 145, "autumn_2016_phy001": 189, "auxf": 162, "auxiliari": 76, "avail": [0, 1, 3, 5, 10, 12, 25, 26, 28, 29, 40, 48, 51, 53, 74, 76, 77, 80, 83, 84, 87, 91, 99, 100, 102, 107, 111, 126, 128, 132, 135, 137, 140, 141, 145, 146, 149, 150, 151, 160, 162, 171, 172, 173, 174, 175, 176, 178, 179, 180, 181, 182, 183, 184, 185, 186, 188, 189, 193, 194, 197, 199, 203, 206, 209, 211, 212, 214], "available_upgrad": 25, "avatar": 167, "averag": 182, "avh": 134, "avogadro": [180, 214], "avoid": [5, 9, 96, 99, 107, 129, 134, 140, 145, 146, 166, 174, 181, 199], "aw": [61, 97, 181, 212], "awai": [99, 103, 167, 170, 194, 203], "await": 182, "awak": 129, "awar": [98, 138, 145, 190, 194, 203, 212], "aws_access_key_id": 73, "aws_secret_access_kei": 73, "awscli": 75, "awscliv2": 75, "ax": 130, "axelrod": 181, "axi": 145, "b": [31, 75, 181, 195], "b0": 159, "b025": 37, "b02c": 32, "b0e2": 44, "b1": 159, "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": 159, "b892": 46, "b925": 21, "b9d9": 46, "ba3d": 32, "ba66": 25, "back": [9, 73, 80, 99, 121, 122, 128, 129, 140, 142, 143, 145, 147, 149, 151, 158, 162, 165, 166, 171, 174, 181, 182, 184, 185, 189, 191, 193, 195, 196, 199, 200], "backend": [53, 135, 177, 181, 200], "background": [7, 9, 78, 107, 125, 129, 155, 174, 175, 194, 197, 211, 214], "backlog": 167, "backspac": 98, "backup": [10, 15, 18, 28, 64, 85, 121, 129, 143, 154, 158, 159, 166, 194, 195], "backward": 76, "bad": [50, 78, 80, 142], "badli": 214, "bag": 84, "balanc": [173, 207, 209], "banana": 117, "bandwidth": 3, "banner": [10, 28, 56, 72, 80, 136, 166, 173, 190, 194, 197], "bar": [46, 63, 64, 69, 72, 85, 107, 117, 153, 161, 166, 172, 177, 189, 192, 206, 207, 208, 210], "bar123": 46, "bare": [61, 214], "barmod": 117, "barplot": 130, "base": [9, 76, 77, 80, 117, 122, 125, 129, 130, 141, 145, 149, 151, 152, 162, 166, 170, 177, 181, 183, 184, 185, 186, 194, 195, 199, 200, 214], "base_url": 117, "basemap": [180, 181], "basenam": 145, "baseurl": 92, "bash": [15, 35, 83, 97, 125, 129, 149, 158, 176, 181, 195, 199], "bash_alias": [83, 129], "bashrc": [83, 119, 162, 166, 180, 199], "basi": [151, 206], "basic": [2, 48, 49, 63, 98, 116, 140, 143, 149, 155, 181, 182, 194, 197], "batch": 188, "bayesian": [181, 184], "bazel": [180, 181, 182], "bb54": [10, 28], "bbox": 73, "bcc9": 44, "bd65": 13, "bdeb": [10, 28], "beautifulsoup4": 181, "becam": 185, "becaus": [2, 9, 15, 26, 37, 55, 63, 80, 84, 87, 90, 99, 102, 108, 119, 129, 143, 145, 151, 153, 162, 166, 171, 174, 177, 180, 181, 182, 190, 196, 197, 203, 206, 212], "becom": [30, 78, 98, 100, 134, 165, 173, 174, 181, 183, 185, 188, 195], "been": [4, 5, 9, 37, 72, 75, 80, 120, 121, 129, 134, 145, 148, 160, 164, 166, 167, 170, 174, 188, 189, 190, 193, 194, 195, 196, 197, 203, 209], "befor": [3, 5, 15, 18, 22, 44, 63, 70, 76, 81, 82, 92, 98, 129, 134, 143, 145, 147, 149, 151, 153, 170, 184, 189, 191, 193, 194, 196, 209, 212], "begin": [15, 28, 29, 46, 52, 59, 90, 111, 123, 129, 142, 145, 146, 147, 160, 164, 166, 171], "begin_fil": 133, "begin_solution_delimet": 111, "behav": [1, 63, 129], "behavior": [76, 127, 138, 151], "behaviour": [129, 194], "behind": [107, 134, 136, 171, 184, 193, 195, 203, 214], "being": [2, 5, 10, 14, 28, 43, 51, 53, 63, 125, 128, 141, 142, 148, 149, 158, 174, 190, 192, 194, 195, 197, 198, 199, 203], "believ": 126, "bell": [59, 192], "belov": 63, "below": [4, 9, 10, 28, 48, 49, 53, 63, 66, 69, 70, 73, 74, 79, 80, 82, 83, 84, 99, 120, 127, 129, 130, 133, 134, 140, 141, 142, 145, 146, 147, 149, 155, 160, 163, 165, 166, 167, 170, 171, 177, 181, 193, 194, 195, 196, 197, 209, 214], "bem": 185, "benefici": 196, "benefit": [61, 63, 152, 174, 197, 203], "berkelei": 182, "besid": [80, 101, 125, 145, 158, 177, 178, 185, 214], "best": [63, 80, 145, 174, 189, 190, 194, 195], "beta": [10, 28, 181, 182], "beta0": [180, 181], "beta1": 181, "beta2": [180, 181], "beta3": 180, "beta4": 181, "beta5": [180, 181], "beta6": [180, 181], "beta8": 181, "better": [9, 20, 58, 98, 129, 147, 166, 167, 173, 190, 214], "between": [14, 19, 26, 41, 59, 63, 66, 70, 79, 80, 84, 102, 111, 125, 141, 145, 147, 149, 154, 166, 167, 170, 171, 175, 176, 177, 181, 186, 187, 199, 200, 211], "beyel": [178, 179], "beyond": [61, 98, 122, 143, 155, 174, 181], "bgoodri": 107, "bibclean": 181, "bibcurs": 181, "bibliometrix": 181, "bibtex": [146, 147, 181, 214], "bibtex2html": 181, "bibtexconv": 181, "bibtool": 181, "big": 181, "bigger": 166, "bigqueri": 181, "biject": 70, "bikeshar": [178, 179], "bill": [5, 64, 159, 173, 204, 205, 206, 207], "billion": 80, "bin": [75, 83, 87, 99, 107, 125, 127, 129, 131, 162, 180, 181, 182, 183], "binari": [66, 89, 131, 180, 181], "bind": [37, 87, 181], "binder": [177, 181], "bio": 181, "bioconductor": 181, "biomart": 183, "biopython": [99, 182], "bird": 100, "bit": [72, 74, 76, 80, 99, 100, 112, 167], "bitarrai": 182, "bitbucket": [94, 158, 166], "black": [181, 184], "blackboxoptim": 181, "blah": 122, "blank": [3, 36, 70, 141, 171, 187, 193], "blender": [180, 214], "blob": [25, 52, 73, 174], "block": [15, 93, 99, 124, 126, 136, 137, 141, 145, 158, 171, 175, 181, 190], "blocker": [66, 80], "blog": [61, 94, 129, 152, 162, 166, 171, 176, 181, 200, 214], "blogpost": 142, "blowup": 181, "blue": [3, 7, 67, 141, 142, 158, 166, 167, 181, 199, 200], "bmatrix": 90, "board": [80, 99, 174, 180, 214], "bodi": [21, 28, 29, 30, 31, 122, 149, 178, 179, 182], "bokeh": [97, 180, 181, 182], "bold": 170, "book": [126, 144, 145, 146, 174, 178, 179], "bookstor": 173, "boolean": 182, "boost": [53, 209], "border": 142, "boson": 182, "both": [9, 56, 62, 63, 70, 74, 76, 83, 95, 106, 110, 111, 140, 145, 149, 151, 153, 166, 175, 189, 192, 195, 203], "bottom": [5, 56, 59, 70, 72, 79, 83, 99, 119, 120, 125, 126, 133, 149, 151, 164, 187, 195, 197, 214], "bought": [58, 153, 166, 196], "bound": 63, "box": [2, 3, 59, 63, 67, 72, 80, 95, 110, 117, 121, 134, 149, 155, 160, 164, 165, 166, 169, 174, 175, 181, 187, 189, 190, 193, 194, 195, 211], "boxplot": 164, "bp": 203, "bqokikjovbii2hlwgh4olfq2": 45, "bqplot": 182, "br": 31, "brace": 54, "bracket": [98, 141, 149, 175, 211], "branch": 200, "branden": 76, "break": [80, 90, 99, 133, 174, 181, 182], "breakdown": 107, "brief": [70, 149, 160, 166], "briefli": 99, "bright": 200, "bring": [63, 87, 146, 164, 167, 214], "broad": 180, "broke": 181, "broken": [10, 28, 53, 80, 97, 147, 151, 171, 180, 184, 185], "brotli": 181, "brows": [1, 5, 6, 48, 52, 56, 57, 67, 80, 95, 128, 129, 153, 171, 176, 204, 209], "browsabl": [175, 211], "browser": [3, 21, 62, 63, 66, 70, 72, 78, 79, 81, 84, 87, 88, 89, 95, 103, 113, 115, 118, 122, 128, 129, 130, 133, 134, 135, 137, 140, 141, 145, 146, 147, 149, 158, 160, 165, 166, 167, 171, 174, 180, 181, 187, 189, 190, 207, 210, 211, 214], "browserspi": 79, "bubbl": 194, "bucket": 166, "budget": 153, "buffer": 170, "bug": [53, 73, 93, 103, 126, 128, 171, 180, 181, 183, 184, 212], "bugreport": 171, "bugzilla": 180, "bui": [5, 106, 153, 173, 196, 197, 198, 209], "build": [61, 63, 73, 99, 112, 127, 129, 131, 136, 141, 147, 151, 158, 177, 180, 181, 182, 183], "built": [35, 99, 111, 124, 149, 151, 155, 166, 171], "bulid": 146, "bullet": [], "bunch": 107, "bundl": [177, 178, 181], "burden": 212, "burn": 63, "burst": 153, "busi": [2, 53, 99, 182], "button": [1, 2, 3, 5, 7, 9, 57, 59, 63, 66, 67, 72, 80, 84, 88, 90, 94, 99, 102, 107, 108, 113, 115, 120, 121, 126, 128, 129, 133, 135, 141, 145, 146, 147, 148, 149, 156, 158, 159, 160, 163, 164, 166, 167, 171, 174, 175, 180, 187, 188, 189, 190, 192, 193, 194, 195, 196, 199, 200, 204, 209, 210, 211, 212, 214], "bv": 182, "bypass": 63, "byte": 63, "bz2": 159, "c": [9, 52, 70, 74, 84, 87, 97, 98, 99, 100, 107, 109, 111, 125, 127, 136, 143, 151, 162, 175, 180, 181, 184, 195, 199, 211, 212], "c0e8c843deec": [11, 30, 39], "c15a3872d683": [21, 26], "c74afb40": 34, "c960": [49, 53], "ca": 182, "cach": [73, 76, 137, 143, 166, 181, 184], "cadabra2": [181, 214], "cafe": 80, "cairo": [181, 183], "calc": 214, "calcul": [10, 28, 103, 107, 136, 142, 145, 158, 171, 181, 214], "calendar": 189, "call": [9, 10, 15, 18, 22, 28, 29, 32, 35, 46, 48, 49, 50, 51, 52, 53, 74, 81, 86, 95, 99, 100, 102, 111, 127, 136, 138, 145, 146, 147, 151, 155, 156, 162, 164, 166, 171, 177, 180, 182, 189, 194, 195, 197, 199, 200], "callback": [10, 28], "can": [1, 2, 3, 4, 5, 6, 9, 10, 11, 15, 21, 28, 32, 35, 38, 45, 48, 49, 50, 52, 53, 54, 55, 56, 57, 59, 61, 63, 64, 66, 67, 68, 70, 72, 73, 74, 75, 76, 77, 79, 82, 83, 84, 86, 87, 88, 89, 91, 93, 94, 95, 96, 98, 99, 100, 102, 103, 106, 107, 108, 109, 111, 113, 116, 119, 120, 121, 123, 124, 125, 127, 128, 130, 132, 133, 134, 135, 136, 137, 138, 140, 141, 142, 143, 145, 146, 147, 148, 150, 151, 152, 153, 155, 156, 157, 158, 160, 161, 162, 163, 164, 165, 166, 167, 169, 170, 171, 172, 173, 174, 175, 176, 177, 180, 181, 182, 183, 184, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 205, 206, 208, 209, 210, 211, 212, 214], "canada": 63, "cancel": [2, 5, 214], "candid": 181, "cannnot": [28, 29], "cannot": [21, 32, 39, 63, 80, 120, 166, 173, 192, 195], "canon": 99, "cantera": 181, "canva": 211, "cap": [153, 206], "capabl": [99, 141, 162, 163, 177], "capac": [173, 191], "captcha": 53, "caption": [145, 209], "captur": [56, 129, 155, 166, 214], "capytain": 185, "car": 111, "card": [2, 5, 53, 64, 194, 207, 209], "cardioid": 174, "care": [53, 57, 73, 129, 166], "cargo": [180, 181], "carlo": [96, 185], "carri": [56, 173], "cars2": 111, "cart": 209, "cascad": 80, "case": [9, 11, 21, 28, 29, 35, 38, 46, 49, 58, 63, 66, 68, 70, 73, 78, 80, 83, 84, 86, 87, 88, 99, 102, 106, 107, 108, 115, 117, 121, 129, 143, 145, 146, 148, 149, 151, 156, 160, 166, 175, 182, 188, 189, 190, 192, 193, 194, 195, 196, 200, 203, 209, 212], "cash": 209, "cat": [6, 107, 119, 127, 166], "catch": [171, 175, 194, 195, 211], "categor": 127, "categori": 176, "caus": [3, 8, 35, 62, 69, 72, 78, 80, 98, 107, 128, 137, 140, 143, 149, 156, 160, 165, 166, 170, 192, 199, 200, 206], "caution": 166, "caveat": [48, 166, 195], "cb": 171, "cc": [143, 159, 171, 182, 199], "cc3cb7f1": 27, "cc8f1243": [21, 26], "ccd": 182, "ccdproc": 182, "ccproj": 166, "ccsb": 181, "cd": [75, 76, 81, 83, 99, 109, 119, 129, 143, 145, 156, 183, 195], "cd9824b7331a": 19, "cdn": 80, "ce25": 37, "celesti": [178, 179], "cell": [72, 79, 86, 90, 91, 98, 100, 102, 107, 111, 112, 113, 123, 124, 133, 143, 149, 170, 171, 176, 181, 189, 193, 194], "cent": 9, "center": [122, 127, 145, 175, 211], "centr": 63, "central": 48, "ceo": [63, 98, 212, 214], "certain": [6, 52, 59, 66, 80, 87, 97, 132, 136, 140, 145, 164, 166, 174, 177, 181, 193, 195, 199, 214], "certainli": [63, 195], "cex": 127, "cff0a68d0c91": 130, "cgi": 180, "cgroup": 125, "chain": 185, "challeng": [182, 203], "chanc": [63, 80, 121], "chang": [2, 3, 5, 13, 14, 15, 18, 37, 60, 63, 66, 70, 73, 80, 83, 84, 86, 90, 95, 99, 102, 122, 127, 129, 130, 136, 140, 141, 142, 145, 146, 147, 151, 153, 154, 159, 160, 165, 166, 167, 175, 176, 180, 181, 182, 187, 188, 189, 191, 192, 193, 194, 196, 197, 199, 204, 211, 214], "change_email_address": [28, 29], "change_password": 28, "changed_email_address": 13, "changed_password": 14, "channel": [10, 28, 99, 150, 181], "chapter": [145, 174, 190], "charact": [14, 19, 31, 35, 41, 45, 59, 86, 129, 145, 146, 166, 170, 199, 214], "characterist": 63, "charg": [9, 57, 63, 191, 203, 206], "charit": 203, "charset": 122, "chat": [63, 66, 72, 80, 120, 136, 141, 142, 149, 170, 171, 174, 181, 191, 194, 195, 207, 209, 212], "chatgpt": [141, 202], "chatroom": [64, 120, 170, 175, 191, 211, 213], "cheap": 63, "cheaper": 166, "cheat": 169, "check": [3, 10, 17, 28, 67, 70, 72, 78, 83, 84, 99, 102, 105, 107, 111, 119, 129, 132, 134, 136, 137, 141, 142, 146, 147, 149, 155, 162, 166, 167, 169, 171, 175, 180, 181, 184, 190, 191, 192, 193, 194, 195, 196, 197, 209, 211], "checkbox": [4, 88, 122, 140, 160, 164, 166, 174, 175, 187, 188, 195, 197, 203, 211], "checker": 145, "checkit": 184, "checklist": 187, "checkout": [5, 53], "checkpoint": 129, "checksum": 99, "chem": 214, "chemic": 214, "cheminformat": 182, "chemistri": [181, 214], "cherrypi": 181, "chg": [180, 181], "child": [162, 181], "children": [117, 214], "chip": 183, "chisq": 96, "chmod": [129, 166, 192], "choic": [2, 63, 70, 102, 120, 142, 146, 150, 153, 166, 174, 180, 182, 196, 209, 211], "choos": [3, 9, 72, 73, 95, 99, 115, 142, 146, 160, 162, 166, 170, 173, 174, 175, 188, 196, 211], "chop": 80, "choropleth": 184, "chose": 63, "chosen": [4, 9], "christma": 99, "chrome": [21, 81, 89, 110, 137, 138, 180, 181, 199, 214], "chromedriv": [181, 182], "chromeo": 87, "chromium": [81, 87], "chstgpt": 141, "chunk": [134, 149], "cifar10_train": 73, "circl": 167, "circuit": [184, 185, 214], "circul": 209, "circumst": 146, "circumv": 141, "cirq": 185, "cirular": 200, "cite": 96, "cites": 181, "citi": [79, 117], "citizen": [153, 182], "cjvf": 159, "cl": 145, "clang": 107, "class": [2, 5, 31, 76, 122, 126, 129, 135, 170, 182, 183, 189, 191, 197], "classic": [3, 37, 101, 125, 129, 139, 143, 149, 156, 166, 172, 181, 193, 200, 214], "classif": 184, "classlabel": 73, "classroom": 112, "claud": 9, "clean": [52, 80, 107, 143, 146, 147, 195], "cleanup": [80, 181, 182, 194], "clear": [59, 72, 78, 80, 113, 128, 137, 141, 142, 154], "clearli": 126, "clearsolut": 111, "clever": 195, "cli": [97, 129, 181, 182, 183], "click": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 56, 57, 59, 63, 66, 67, 68, 69, 70, 72, 77, 80, 82, 84, 85, 86, 87, 88, 90, 95, 99, 100, 102, 103, 105, 107, 113, 115, 118, 120, 121, 122, 123, 125, 126, 128, 129, 130, 133, 134, 135, 136, 137, 140, 141, 142, 143, 145, 146, 147, 148, 149, 153, 158, 159, 160, 163, 164, 165, 166, 167, 170, 171, 172, 174, 175, 176, 177, 182, 187, 188, 189, 190, 192, 193, 194, 195, 196, 197, 199, 200, 201, 203, 204, 206, 208, 209, 210, 211, 212, 214], "clickabl": [141, 149], "clickjack": 143, "client": [28, 29, 42, 66, 94, 95, 109, 135, 138, 154, 166, 177, 180, 182, 187, 214], "client_error_log": 32, "cling": 180, "clipboard": [78, 95, 120, 141, 174, 175, 211], "clock": [132, 137, 189, 200], "clock_skew": 79, "clone": [2, 76, 194], "close": [0, 7, 8, 10, 28, 63, 66, 69, 70, 72, 80, 103, 107, 108, 110, 122, 143, 147, 149, 158, 160, 167, 190, 194, 199, 214], "closeal": [10, 28], "closer": [63, 175, 211], "closest": 83, "cloud": [2, 64, 80, 115, 136, 145, 158, 171, 173, 181, 194, 206, 207, 212], "cloudflar": [80, 180], "clue": 171, "cluster": [61, 63, 97, 127, 128, 166, 177, 181, 206, 212], "clutter": [160, 181, 188], "cmake": 182, "cmd": [70, 162, 190], "co": [91, 96, 145, 171, 203, 214], "cobra": 182, "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, 65, 66, 67, 69, 70, 74, 75, 76, 77, 78, 81, 84, 85, 86, 87, 88, 89, 90, 91, 93, 96, 98, 99, 100, 101, 104, 106, 107, 108, 109, 112, 113, 115, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 130, 132, 134, 135, 137, 139, 142, 145, 146, 147, 148, 151, 153, 154, 155, 158, 159, 161, 162, 163, 164, 165, 169, 170, 171, 172, 173, 175, 176, 178, 179, 180, 181, 182, 183, 185, 187, 188, 189, 190, 191, 192, 195, 196, 197, 200, 201, 204, 205, 206, 207, 210, 211], "cocalc_code_snippets_dir": 176, "cocalc_datashar": 166, "cocalc_project_id": [77, 84, 117, 125, 127, 130, 162], "code": [3, 8, 9, 28, 29, 35, 37, 41, 50, 51, 52, 53, 54, 55, 59, 61, 63, 64, 72, 73, 80, 82, 86, 91, 93, 95, 97, 98, 99, 102, 103, 107, 111, 112, 116, 120, 122, 124, 126, 127, 128, 130, 133, 136, 141, 143, 145, 146, 147, 148, 156, 165, 166, 170, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 189, 192, 193, 194, 195, 199, 211, 212, 213, 214], "code_fold": 37, "code_stub": 111, "codemirror": [70, 87, 149], "codewar": 151, "coffe": 80, "coffeescript": [180, 181, 182], "cognit": [178, 179], "cohort": 197, "coincbc": 181, "col": 127, "colab": [63, 212], "collab": 11, "collabor": [1, 2, 3, 6, 11, 22, 30, 31, 36, 37, 39, 54, 57, 59, 63, 64, 65, 86, 107, 110, 117, 120, 124, 135, 136, 137, 141, 142, 143, 148, 152, 154, 158, 160, 164, 171, 173, 177, 181, 183, 190, 191, 193, 194, 195, 200, 206, 207, 208, 210, 212, 214], "colleagu": 203, "collect": [63, 96, 100, 132, 145, 155, 163, 166, 169, 177, 178, 179, 182, 183, 191, 192, 194, 195, 212], "colleg": 188, "color": [117, 133, 146, 167, 170, 175, 189, 211], "colour": 63, "column": [8, 9, 95, 107, 125, 128, 157, 174, 187, 190, 199, 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, 61, 62, 63, 66, 72, 74, 75, 76, 77, 79, 80, 84, 87, 89, 95, 99, 100, 103, 106, 107, 108, 110, 117, 121, 122, 127, 129, 130, 134, 135, 141, 148, 149, 150, 151, 152, 159, 163, 166, 167, 171, 174, 180, 181, 195, 197, 198, 199, 203, 204, 209, 212], "combin": [2, 5, 9, 59, 63, 66, 77, 127, 141, 142, 145, 153, 177, 178, 179, 181, 196, 214], "combinator": 181, "combinatori": 181, "come": [35, 75, 80, 98, 99, 150, 162, 171, 174, 181, 188, 193, 194, 196, 212], "comfort": 214, "comic": 181, "comma": [20, 31, 46, 70, 190], "command": [6, 9, 10, 15, 18, 28, 29, 34, 35, 44, 52, 53, 55, 63, 67, 70, 74, 75, 80, 81, 82, 83, 84, 87, 88, 90, 95, 96, 99, 101, 102, 107, 111, 119, 124, 125, 127, 129, 130, 134, 141, 142, 143, 145, 147, 149, 157, 159, 160, 162, 165, 166, 170, 171, 177, 180, 181, 183, 184, 186, 187, 191, 206, 214], "comment": [51, 70, 107, 111, 126, 141, 145, 146, 155, 174, 189, 191, 199, 212], "commerci": 9, "commit": [94, 195], "common": [70, 102, 128, 129, 145, 162, 166, 174, 178, 179, 181, 182, 192, 195], "commonli": 59, "commonmark": [149, 181], "commun": [9, 59, 63, 73, 119, 136, 142, 151, 154, 162, 181, 182, 190, 195, 199], "compani": [136, 203, 212], "companion": 146, "compar": [61, 63, 100, 177, 195, 212], "comparison": 104, "compat": [87, 113, 148, 149, 169, 177, 180, 181, 182, 183, 184, 214], "compens": 203, "compet": 128, "competit": [63, 206], "competitor": 212, "compil": [35, 52, 61, 63, 82, 90, 97, 98, 107, 115, 132, 137, 145, 146, 147, 151, 166, 180, 181, 182, 183, 184, 185], "complement": 63, "complet": [16, 17, 18, 21, 28, 29, 63, 86, 87, 98, 99, 120, 128, 129, 145, 149, 152, 153, 166, 174, 175, 177, 190, 191, 194, 195, 196, 206, 209, 210, 211], "complex": [80, 184], "complexupset": 184, "complianc": 72, "complic": 212, "compon": [8, 177, 184], "compos": [59, 117, 145], "composit": [181, 182], "compositor": 81, "comprehens": 181, "compress": [134, 160, 181], "comput": [2, 6, 9, 48, 64, 72, 73, 78, 79, 84, 86, 94, 95, 96, 98, 99, 100, 107, 111, 112, 115, 116, 125, 126, 128, 130, 133, 134, 137, 143, 145, 153, 159, 160, 166, 171, 173, 174, 177, 181, 182, 183, 185, 191, 194, 199, 203, 206, 211, 212, 214], "computation": 63, "con": [101, 177], "concaten": 171, "conceiv": 195, "concept": [10, 28, 153, 158, 214], "concern": [21, 79, 145, 174], "concurr": [2, 148], "conda": [99, 181], "condit": 181, "conduct": [136, 191], "conf": 119, "config": [84, 107, 111, 130, 143, 166, 180], "configur": [0, 1, 2, 3, 6, 63, 66, 70, 80, 84, 89, 95, 102, 105, 111, 131, 146, 147, 148, 149, 151, 153, 155, 158, 161, 169, 173, 181, 188, 189, 190, 193, 194, 195, 197, 198, 199, 206, 207, 212, 214], "confirm": [3, 5, 10, 11, 28, 53, 63, 75, 80, 95, 100, 120, 130, 145, 166, 177, 193, 194, 195, 209, 214], "conflict": [98, 151, 177], "confus": [107, 162, 169, 214], "congest": 137, "congratul": [84, 115], "conjoint": 181, "conn": 119, "connect": [2, 6, 10, 28, 34, 57, 59, 63, 66, 72, 73, 78, 79, 85, 89, 94, 132, 134, 135, 137, 138, 153, 159, 166, 203, 207, 212, 214], "connection_fil": 83, "consectetur": 149, "consequ": 212, "conserv": [3, 84], "consid": [63, 78, 80, 85, 98, 103, 111, 129, 174, 191, 194, 196, 212], "consider": [154, 173], "consist": [46, 73, 80, 134, 136, 160, 166, 189, 194, 195, 214], "consol": [10, 28, 79, 83, 98, 181, 182], "consolid": [157, 182], "constant": 80, "constitut": 136, "constrain": 182, "constraint": 182, "construct": [128, 181], "consult": [5, 94, 125, 182, 199], "consum": [128, 171, 195], "cont": 185, "contact": [2, 10, 28, 53, 58, 63, 80, 112, 151, 159, 166, 177, 198, 203, 212], "contain": [1, 4, 10, 17, 28, 29, 33, 36, 38, 47, 63, 67, 68, 82, 99, 100, 109, 110, 119, 129, 142, 147, 151, 155, 158, 160, 162, 163, 164, 165, 176, 177, 178, 179, 181, 182, 187, 189, 190, 192, 194, 195, 199], "content": [6, 10, 21, 27, 28, 29, 34, 35, 37, 38, 44, 47, 48, 49, 50, 52, 53, 55, 59, 64, 70, 72, 73, 76, 77, 80, 85, 86, 94, 105, 119, 122, 126, 129, 149, 154, 155, 158, 160, 162, 166, 169, 170, 174, 176, 177, 178, 181, 182, 191, 195, 199, 200, 207], "contentwindow": [10, 28], "context": [9, 136, 149, 171, 200], "contextili": 181, "contextu": 110, "contigu": 142, "continu": [2, 9, 63, 72, 73, 90, 107, 120, 136, 159, 167, 171, 181, 185, 195, 199, 203, 206], "contrari": 171, "contrast": 129, "contrib": [101, 181], "contribut": [73, 76, 77, 86, 101, 158, 176, 200, 203, 207], "control": [9, 63, 87, 97, 98, 107, 129, 137, 142, 143, 145, 146, 147, 151, 158, 159, 171, 174, 177, 180, 181, 182, 184, 187, 190, 195, 200, 207, 214], "convei": 177, "conveni": [63, 83, 91, 92, 125, 127, 134, 149, 155, 193, 195, 196], "convent": 160, "converg": 96, "convers": [9, 170, 184], "convert": [52, 73, 90, 97, 124, 171, 177, 180, 181, 191, 199, 212], "convex": 181, "cooki": [72, 76, 110, 137], "cookiecutt": 181, "cool": 63, "coolest": 181, "coordin": [145, 175, 183, 211], "copi": [6, 9, 15, 16, 17, 18, 48, 70, 73, 78, 80, 83, 94, 95, 98, 103, 120, 126, 129, 130, 133, 134, 135, 136, 141, 142, 143, 149, 154, 156, 160, 163, 165, 166, 170, 171, 174, 181, 182, 189, 190, 191, 192, 193, 194, 200, 214], "copy_path": 16, "copy_path_between_project": [10, 17, 28], "copy_path_between_projects_respons": [10, 28], "copy_path_delet": [28, 181], "copy_path_id": [10, 15, 16, 17, 28], "copy_path_statu": [10, 15, 28, 181], "copy_path_status_respons": [10, 28], "copy_public_path_between_project": 28, "copyright": [99, 100, 174], "core": [25, 37, 63, 73, 84, 111, 116, 125, 142, 177, 181, 193, 196, 197, 212], "corner": [80, 142, 192, 194], "coronaviru": 182, "coroutin": 182, "correct": [70, 79, 99, 110, 145, 146, 188, 190, 194, 199], "correctli": [84, 145, 174, 181, 194, 196, 199, 212], "correspond": [6, 8, 50, 51, 69, 73, 76, 81, 86, 111, 141, 146, 147, 149, 166, 169, 181, 187, 189, 190, 194, 195, 199, 209, 214], "cost": [9, 50, 58, 173, 203, 209], "cost_per_hour": 50, "costli": 195, "could": [2, 6, 15, 18, 53, 80, 90, 94, 99, 102, 107, 111, 129, 135, 143, 145, 146, 149, 159, 162, 166, 171, 180, 188, 195, 200, 214], "couldn": 111, "count": [57, 85, 127, 129, 130, 167, 175, 196, 211], "countdown": 201, "counter": [4, 150, 167, 201], "countri": [5, 203], "coupl": [57, 105, 107, 151, 163, 166, 174, 177, 180, 181, 182, 194], "cours": [1, 2, 5, 21, 53, 58, 59, 61, 63, 64, 99, 103, 106, 107, 111, 129, 136, 148, 151, 166, 169, 173, 175, 177, 178, 179, 180, 181, 182, 187, 191, 192, 193, 197, 198, 199, 209, 212], "course_id": 111, "coursework": 194, "cov": 181, "cover": [5, 9, 58, 159, 163, 196, 199, 203, 209], "coverag": 181, "covid": 182, "cow": [73, 76], "cowsai": 76, "cp": [76, 83], "cpp": 82, "cpu": [3, 37, 53, 63, 80, 86, 97, 103, 125, 137, 157, 162, 183, 196, 197, 207], "cpu_shar": [25, 37], "craft": 45, "cran": [99, 100, 145, 181, 182], "crash": [72, 103, 107, 132, 138, 159, 206, 214], "creat": [2, 3, 5, 6, 7, 9, 10, 15, 19, 20, 21, 26, 28, 29, 32, 34, 47, 49, 51, 52, 53, 64, 67, 70, 73, 74, 77, 78, 79, 82, 84, 88, 94, 95, 96, 98, 99, 100, 102, 107, 108, 109, 111, 113, 115, 117, 119, 121, 122, 123, 126, 127, 130, 133, 134, 136, 137, 141, 143, 146, 147, 149, 152, 154, 155, 156, 158, 159, 160, 162, 164, 165, 166, 167, 169, 171, 173, 174, 175, 177, 180, 181, 182, 184, 185, 191, 192, 194, 195, 197, 198, 199, 211, 212, 214], "create_account": [10, 28], "create_project": 28, "create_support_ticket": 28, "created_at": 26, "createdb": 119, "creation": [19, 73, 156, 183, 195, 212], "credenti": [56, 72, 73], "credit": [2, 5, 53, 63, 64, 73, 76, 77, 99, 100, 148, 153, 173, 194, 196, 207], "criterion": 63, "crontab": 162, "cross": 183, "croucher": 189, "css": [80, 122, 171], "csv": [64, 70, 111, 130, 137, 180, 182, 189, 213], "ctan": 145, "ctl": 159, "ctrl": [70, 83, 84, 87, 100, 109, 147, 166, 190, 195, 199], "cu": 63, "cuda": 63, "cufflink": 195, "cumsum": 214, "cur": 119, "curat": 176, "curio": [181, 182], "curiou": 95, "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, 75, 83, 134, 180], "current": [1, 2, 4, 5, 10, 13, 28, 44, 53, 60, 63, 79, 80, 83, 86, 87, 95, 102, 103, 107, 108, 129, 142, 143, 145, 146, 153, 155, 157, 158, 160, 163, 171, 174, 175, 181, 182, 183, 189, 197, 199, 203, 206, 207, 211, 214], "cursor": [1, 119, 125, 141, 146, 148, 149, 175, 187, 211], "curv": [77, 183], "custom": [1, 5, 28, 29, 52, 56, 58, 61, 63, 76, 80, 97, 102, 105, 131, 149, 154, 158, 171, 172, 173, 174, 181, 182, 187, 198, 206, 207, 212, 214], "customari": 149, "customiz": [129, 178], "cut": [80, 177], "cutoff": 129, "cvv": 5, "cvxpy": 181, "cxx": 107, "cxxflag": 107, "cycl": [2, 3], "cyipopt": 181, "cython": [181, 182], "cytoolz": 181, "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, 63, 70, 73, 76, 80, 83, 84, 98, 100, 119, 125, 129, 162, 166, 176, 182, 195], "d0381938": 50, "d0e4": 130, "d0f1b21a9df64f": 180, "d22d521b36af": 46, "d4abd9c6c225": 46, "d4m": 181, "d518": 20, "d573": [21, 26], "d66acdeac949": 35, "d89b": 34, "da3a8eaf": [10, 28], "dai": [2, 5, 9, 53, 63, 99, 108, 129, 166, 181, 190, 198, 209], "daili": [63, 182, 184, 203, 206], "dark": 167, "darktabl": [180, 214], "darriba": 174, "dartmouth": 180, "dash": [97, 129, 166], "dash_01": 117, "dash_app": 117, "dash_core_compon": 117, "dash_html_compon": 117, "dashboard": [117, 130], "dask": [97, 180, 181, 182], "dat": 76, "data": [5, 10, 15, 18, 21, 36, 50, 57, 63, 76, 77, 80, 84, 85, 95, 105, 107, 108, 109, 111, 116, 117, 119, 127, 130, 136, 143, 145, 149, 152, 154, 155, 163, 165, 166, 171, 180, 181, 182, 183, 184, 185, 189, 195, 199, 200, 203, 212, 214], "databas": [32, 37, 44, 52, 53, 83, 109, 166, 182, 183, 200, 214], "datafram": [77, 117, 180, 181, 182], "datahub": 181, "datapackag": 181, "dataread": [180, 181], "dataset": [77, 166, 180], "dataset_nam": 73, "datashad": [77, 181], "date": [2, 4, 5, 15, 56, 66, 76, 79, 137, 148, 151, 162, 174, 177, 188, 189, 190, 191, 194, 196, 209], "datetim": 162, "datri": 181, "db": [28, 29, 37, 84, 214], "db_assign": 111, "db_student": 111, "dbname": 119, "dbpath": 109, "dbu": 181, "dc8c62659886": 48, "dcc": 117, "dd": [77, 142], "dda9": 36, "ddf": 77, "de": 129, "deactiv": 99, "dead": 214, "deadlin": 194, "deae": 21, "deal": [63, 103, 128, 181, 212], "dealt": 212, "deap": 181, "debug": [23, 117, 124, 129, 132, 137, 158, 210], "debug1": 159, "decid": [80, 212], "decis": 87, "declar": 73, "declaredesign": 182, "decod": 162, "decor": 181, "decreas": 174, "dedic": [63, 70, 137, 148, 166, 181, 209, 212], "deduct": 63, "deep": [73, 122, 183], "def": [77, 162, 171, 182], "default": [2, 13, 14, 15, 17, 18, 20, 35, 37, 46, 52, 58, 63, 64, 65, 70, 76, 87, 95, 98, 99, 102, 107, 111, 127, 131, 135, 140, 142, 143, 145, 146, 147, 149, 151, 154, 158, 160, 166, 171, 178, 180, 181, 182, 183, 184, 185, 186, 187, 192, 195, 196, 199, 204, 206, 207, 211, 214], "default_mod": [93, 123, 129], "defin": [44, 61, 84, 87, 91, 99, 100, 111, 127, 129, 149, 151, 166, 170, 176, 177, 181, 182], "definit": [28, 29, 37, 80, 98, 107, 128, 129, 146, 149, 177], "defunct": 125, "del": [112, 181], "delai": [26, 177], "delet": [3, 15, 16, 18, 22, 59, 80, 85, 112, 128, 132, 137, 142, 143, 147, 158, 160, 162, 165, 175, 191, 194, 199, 200, 201, 207], "delete_account": 28, "delete_miss": [10, 15, 18, 28], "delimit": [31, 111], "deliv": 99, "deliveri": 80, "demo": [10, 28, 77, 97, 111, 145, 180, 181], "demonstr": [145, 189], "deni": 166, "denot": 5, "dep": [146, 181], "depend": [6, 9, 63, 70, 98, 99, 100, 102, 105, 113, 116, 134, 135, 146, 166, 174, 181, 182, 193, 196, 197, 203], "depict": 102, "deploi": [61, 77, 182, 212], "deploy": 181, "deprec": [13, 110, 180, 181, 182, 185], "deprovis": 63, "depth": [59, 64, 200], "deriv": [73, 183, 195], "desc": [37, 53, 187], "describ": [6, 9, 51, 73, 98, 99, 100, 129, 134, 141, 145, 166, 187, 189, 195, 197, 206], "descript": [2, 4, 9, 20, 26, 50, 53, 59, 73, 142, 145, 149, 158, 164, 165, 169, 174, 176, 178, 179, 190, 196, 207, 209, 214], "deselect": 166, "design": [89, 129, 149, 172, 182, 214], "designlibrari": 182, "desir": [63, 76, 83, 90, 153, 160, 188, 189, 195, 204, 209], "desktop": [61, 64, 87, 112, 133, 136, 137, 166, 173, 180, 181, 182, 183, 207, 210, 214], "desolve_tides_mpfr": 181, "despit": [94, 184, 203, 206], "dest": [15, 18, 195], "destin": [15, 18, 47, 80, 133, 160, 195], "destruct": [15, 18], "detail": [3, 5, 10, 26, 28, 53, 58, 61, 63, 83, 84, 86, 98, 101, 129, 136, 137, 140, 143, 145, 148, 155, 157, 159, 166, 167, 169, 171, 188, 194, 195, 196, 198, 203], "detect": [79, 103, 128, 145, 181, 182], "determin": [11, 142, 175, 187, 209, 211], "detour": 95, "dev": [19, 129, 145, 180, 182], "develop": [23, 63, 97, 135, 141, 149, 150, 151, 158, 171, 173, 177, 180, 181, 182, 184, 206, 212, 214], "devic": [80, 127, 134, 175, 211], "devot": 80, "df": [77, 117, 130], "dfb4007a8e7f": 27, "dia": 214, "diagnost": 80, "diagon": 182, "diagram": 214, "dialog": [2, 5, 56, 63, 70, 80, 83, 95, 102, 118, 120, 121, 145, 160, 163, 166, 194, 196, 197], "dialogu": 166, "dict": [21, 73, 77, 111], "dictionari": [70, 86], "did": [10, 17, 28, 78, 94, 121, 128, 171, 177, 206, 214], "didn": [76, 181], "diff": [191, 194, 214], "diffeqflux": 181, "differ": [0, 1, 5, 9, 35, 48, 63, 66, 72, 79, 80, 94, 102, 108, 111, 128, 136, 140, 145, 147, 148, 149, 153, 160, 166, 171, 174, 175, 177, 185, 186, 188, 190, 194, 196, 197, 199, 200, 206, 209, 211, 212], "differenti": [171, 180, 185], "differentialequ": 181, "difficult": [103, 203], "digit": [59, 129, 130, 164, 195], "dill": 181, "dim": 96, "dimens": 181, "dimension": [181, 182, 184], "diplai": 201, "dir": [100, 107, 129, 146], "direct": [5, 59, 90, 135, 141, 145, 146, 149, 151, 170, 171, 175, 192, 195, 211], "directli": [9, 11, 37, 53, 63, 80, 81, 86, 87, 94, 100, 103, 143, 145, 162, 174, 187, 193, 196, 203, 206], "directori": [4, 6, 10, 15, 18, 28, 35, 36, 37, 38, 47, 51, 53, 59, 63, 67, 70, 75, 81, 83, 84, 94, 96, 99, 100, 105, 109, 111, 122, 129, 131, 134, 145, 146, 156, 158, 159, 160, 162, 163, 166, 176, 181, 189, 192, 194, 195, 214], "dirnam": 166, "disabl": [2, 77, 80, 81, 87, 107, 119, 145, 146, 166, 169, 173, 181, 182, 199, 200, 207], "disadvantag": 212, "disappear": 190, "disc": 166, "disclosur": [149, 171], "disconnect": [23, 72, 78, 80, 167], "disconnect_from_project": 28, "discontinu": [151, 180], "discord": 72, "discount": 63, "discourag": 196, "discours": 181, "discov": [151, 174, 196], "discover": 174, "discoveri": 145, "discrep": 159, "discret": 181, "discuss": [5, 8, 56, 59, 61, 65, 69, 72, 80, 110, 118, 120, 145, 149, 150, 153, 161, 164, 166, 170, 175, 209, 211], "diseas": [178, 179], "disk": [2, 37, 53, 57, 63, 78, 86, 97, 129, 132, 134, 137, 145, 147, 153, 157, 166, 189, 200, 207, 209], "disk_quota": [25, 37, 50], "displai": [2, 4, 5, 8, 56, 59, 64, 65, 67, 69, 70, 77, 80, 83, 99, 102, 112, 113, 130, 133, 141, 147, 148, 149, 158, 160, 161, 164, 166, 167, 170, 171, 175, 182, 192, 193, 195, 201, 207, 209, 210, 211], "display_nam": [83, 99], "disrupt": 80, "distinct": [48, 110], "distinguish": 63, "distribut": [1, 75, 84, 99, 110, 151, 166, 173, 177, 180, 181, 182, 185, 191, 192, 194, 195, 196, 197, 199, 203, 212], "dit": 181, "div": [117, 171], "dive": 122, "diversipi": 181, "divid": [134, 199], "django": 181, "dk": 79, "dmap": 77, "dmmmh": 76, "dmmmy": 76, "dn": 137, "dny": 76, "do": [5, 6, 9, 10, 28, 29, 31, 37, 46, 47, 48, 49, 53, 56, 70, 72, 76, 82, 83, 87, 88, 89, 90, 94, 95, 98, 99, 100, 106, 110, 111, 113, 116, 120, 124, 128, 129, 130, 133, 134, 135, 136, 137, 140, 142, 143, 146, 147, 149, 155, 156, 160, 162, 164, 166, 169, 170, 171, 173, 174, 176, 177, 181, 187, 188, 189, 191, 192, 194, 195, 199, 203, 206, 209, 212], "doc": [15, 18, 74, 75, 77, 91, 99, 129, 130, 133, 149, 180, 181, 192, 214], "docker": [10, 19, 28, 63, 100, 119, 125, 158, 181, 214], "docsifi": [180, 181], "docstr": 171, "doctestplu": [181, 182], "doctyp": 122, "document": [3, 9, 10, 28, 52, 53, 61, 70, 73, 76, 77, 80, 86, 90, 95, 96, 98, 99, 101, 111, 125, 126, 128, 130, 136, 141, 142, 143, 144, 146, 147, 149, 158, 163, 165, 166, 175, 176, 177, 178, 179, 180, 181, 193, 194, 195, 200, 207, 214], "documentclass": [52, 145], "docx": 214, "doe": [2, 5, 9, 15, 27, 36, 46, 55, 57, 63, 66, 72, 73, 78, 85, 99, 103, 107, 111, 129, 130, 135, 137, 138, 140, 143, 149, 164, 166, 170, 171, 189, 190, 191, 193, 194, 195, 196, 200, 206, 212, 214], "doe00": 19, "doepi": 181, "doesn": [65, 70, 80, 87, 107, 112, 129, 132, 137, 141, 145, 153, 162, 167, 170, 171, 180, 200, 214], "dof": 96, "dollar": [90, 170, 187], "dolor": 149, "domain": [10, 28, 63, 77, 89, 117, 119, 137, 195, 199], "don": [5, 48, 49, 53, 59, 63, 67, 72, 85, 95, 98, 99, 115, 121, 127, 129, 130, 135, 137, 141, 145, 155, 162, 166, 167, 181, 194, 195, 211], "donat": 203, "done": [6, 10, 28, 63, 99, 100, 107, 108, 128, 133, 142, 145, 149, 171, 174, 175, 180, 181, 187, 191, 192, 195, 199, 209, 211], "door": 199, "dot": [145, 160, 170], "doubl": [59, 82, 96, 102, 137, 142, 146, 147, 149, 171, 187, 195], "doubt": 151, "down": [56, 63, 83, 84, 102, 103, 105, 108, 111, 128, 134, 137, 157, 159, 166, 171, 174, 175, 187, 195, 209, 211, 212], "downgrad": [181, 182, 184], "download": [2, 66, 76, 88, 95, 98, 99, 100, 115, 122, 129, 136, 142, 145, 147, 158, 160, 165, 166, 171, 173, 194, 195, 212], "downloaded_packag": 100, "downward": 115, "dozen": [103, 175, 194, 211], "dpi": 214, "dplyr": [180, 181], "dr": [77, 181], "drag": [59, 143, 147, 175, 187, 194, 195, 199, 211], "drastic": 166, "draw": [81, 175, 181, 211, 214], "drawback": 100, "drawio": 181, "drawn": 145, "dream": 63, "drive": [57, 95, 182], "droid": 122, "drop": [59, 80, 113, 143, 174, 175, 194, 211], "dropdown": [1, 6, 64, 100, 142, 146, 147, 170, 175, 193, 207, 211], "drouff": 96, "drracket": 181, "drxyzzi": [130, 135], "ds9": 180, "dt": 15, "dta": 182, "dtype": 73, "due": [53, 98, 128, 138, 145, 151, 159, 174, 181, 184, 189, 190, 191, 194, 206, 212, 214], "due_dat": 195, "dull": 200, "dumb": 125, "dump": 129, "dunfield": 129, "duplic": [99, 129, 160, 165, 182], "durat": [5, 171, 194, 198], "duration_": 171, "dure": [10, 28, 72, 73, 80, 99, 145, 146, 153, 169, 175, 209], "dx": 96, "dy": 96, "dynam": [99, 127, 181, 182, 206, 214], "dynamicmap": 77, "dz": 96, "e": [2, 5, 6, 10, 19, 28, 29, 48, 49, 59, 61, 63, 70, 72, 76, 80, 83, 84, 87, 91, 98, 99, 100, 103, 107, 109, 113, 116, 119, 120, 121, 127, 129, 131, 134, 135, 141, 143, 145, 149, 151, 155, 156, 160, 162, 164, 166, 169, 170, 171, 174, 175, 176, 177, 180, 181, 182, 186, 187, 188, 193, 194, 195, 196, 199, 200, 206, 209, 211, 214], "e32a26f8": 55, "e41a1c": 127, "e44c6903945": 21, "e49e86aa": [15, 18, 35, 36, 38, 47], "e6": 159, "e6993694": 44, "e7d41dcfe921": 32, "e80fd64d": [11, 30, 39], "ea2d": 21, "ea43": 21, "each": [2, 4, 5, 6, 9, 10, 28, 29, 31, 51, 63, 69, 70, 76, 80, 84, 86, 106, 107, 110, 119, 125, 129, 130, 134, 141, 142, 143, 145, 148, 157, 159, 162, 164, 165, 166, 167, 170, 171, 174, 175, 176, 177, 178, 179, 184, 187, 189, 190, 191, 192, 193, 194, 195, 196, 198, 199, 201, 206, 209], "earli": 212, "earlier": [17, 143, 184, 185], "earliest": 15, "earth": 181, "eas": 214, "easi": [9, 62, 80, 147, 149, 155, 164, 166, 170, 174, 175, 178, 179, 181, 185, 203, 209, 211, 214], "easier": [63, 82, 166, 175, 181, 189, 195, 211, 212], "easiest": 107, "easili": [2, 53, 63, 83, 109, 119, 120, 140, 147, 148, 171, 174, 181, 188, 195, 196, 199, 209, 211, 212], "east1": [63, 166], "ec822d6f": 37, "echo": [6, 35, 52, 55, 76, 77, 80, 83, 105, 119, 130, 133, 145, 195, 210], "econometr": 181, "ed25519": 166, "edg": [137, 177], "edit": [4, 5, 57, 59, 61, 63, 64, 65, 66, 70, 72, 82, 83, 85, 86, 87, 88, 90, 103, 115, 123, 127, 136, 140, 142, 143, 145, 146, 147, 148, 153, 160, 166, 174, 178, 179, 181, 182, 184, 185, 189, 191, 193, 194, 195, 196, 199, 200, 206, 207, 210, 213, 214], "editor": [9, 10, 28, 63, 64, 72, 74, 82, 84, 87, 88, 90, 91, 95, 96, 99, 107, 115, 122, 127, 129, 136, 140, 141, 145, 147, 149, 155, 165, 166, 170, 177, 180, 181, 187, 194, 195, 200, 210, 213, 214], "editor_set": 37, "edu": [188, 195], "educ": [84, 148, 178, 179, 194], "edward": 180, "edward2": 180, "ee": 159, "eed3": 46, "effect": [63, 146, 147, 162, 166, 182, 184], "effici": [48, 171, 181, 182], "effort": [9, 86, 130, 148, 153], "ehanc": 141, "ehrhart_seri": 181, "eigensolv": 181, "either": [1, 6, 37, 59, 63, 70, 72, 74, 76, 79, 80, 81, 82, 90, 99, 119, 123, 127, 129, 134, 140, 142, 143, 145, 147, 148, 149, 166, 174, 180, 188, 189, 199], "eiusmod": 149, "ek": 61, "elan": 151, "elbow": 107, "electr": [63, 182], "electric_char": 37, "electromagnet": 182, "electron": 184, "eleg": [181, 214], "element": [102, 127, 129, 163, 181, 183, 184, 185, 212], "elementari": 2, "elev": [49, 155], "elimin": [62, 63, 66, 128, 137], "elit": 149, "els": [5, 107, 119, 128, 135, 137, 142, 143, 153, 159, 209, 212, 214], "elsewher": 171, "emac": [66, 88, 214], "email": [2, 3, 5, 7, 11, 13, 19, 21, 24, 30, 31, 39, 41, 46, 51, 55, 58, 59, 61, 63, 72, 79, 80, 108, 110, 121, 129, 130, 149, 166, 181, 188, 189, 191, 192, 194, 203, 209, 214], "email_address": [19, 21, 24, 46, 48, 49, 53, 55], "email_already_taken": 13, "emb": [10, 28, 56, 145, 170], "embed": [29, 66, 140, 145, 147, 154, 171, 174, 210, 214], "embree3": 181, "emce": 181, "emoticon": 59, "employ": 80, "employe": 203, "empti": [99, 130, 137, 141, 149, 166, 175, 191, 209, 211, 214], "emptibl": 171, "empyr": 182, "en": [70, 149, 180, 181], "enabl": [2, 3, 50, 53, 56, 58, 70, 73, 83, 84, 87, 89, 94, 95, 96, 101, 105, 111, 125, 129, 134, 137, 140, 141, 142, 146, 149, 155, 166, 173, 175, 181, 194, 195, 200, 203, 207, 211, 214], "enclos": [59, 82, 149, 175, 211], "encount": 171, "encourag": 58, "encrypt": [57, 63, 80, 89, 135], "end": [2, 5, 10, 28, 29, 52, 63, 64, 70, 75, 76, 78, 80, 82, 90, 91, 93, 94, 99, 100, 111, 123, 127, 128, 129, 131, 132, 136, 142, 145, 146, 147, 149, 153, 166, 171, 175, 182, 191, 195, 196, 198, 199, 200, 209, 211, 214], "end_fil": 133, "end_solution_delimet": 111, "endpoint": [10, 11, 15, 29, 50, 52, 53, 54, 55, 86, 117, 154, 162, 181, 207], "endpoint_url": 73, "engin": [145, 146, 147, 174, 181, 214], "england": [178, 179], "english": [70, 145, 182], "enh": [180, 181], "enhanc": [59, 62, 99, 120, 139, 140, 166, 181], "enjoi": [63, 181], "enorm": 53, "enough": [2, 61, 63, 105, 143, 166, 171, 174, 189, 203], "enrich": 184, "enrol": [190, 195, 196], "ensur": [89, 129, 174, 188, 190, 191, 194, 195], "enter": [2, 3, 4, 5, 6, 9, 67, 70, 72, 79, 95, 120, 123, 128, 129, 130, 133, 143, 145, 147, 148, 149, 155, 160, 164, 165, 166, 170, 171, 174, 175, 187, 189, 190, 191, 194, 195, 199, 201, 209, 210], "enteract": 133, "enterpris": 212, "entertain": 76, "entir": [2, 23, 37, 70, 80, 87, 107, 110, 121, 136, 166, 175, 184, 189, 194, 195, 200, 203, 211], "entri": [3, 9, 16, 59, 75, 86, 107, 129, 133, 141, 158, 162, 163, 170, 174, 180, 181, 189, 195, 200, 207], "env": [99, 125, 127, 129, 162, 180], "envelop": 167, "environ": [56, 61, 63, 83, 87, 94, 97, 100, 102, 105, 117, 125, 130, 133, 136, 142, 145, 146, 147, 151, 154, 158, 162, 171, 174, 176, 178, 180, 181, 182, 183, 185, 186, 193, 194, 195, 206, 207, 210, 212, 214], "envoron": 166, "eon": 182, "ep": 145, "ephemer": 63, "epidem": 182, "episod": 80, "epoch": [187, 195], "equal": [31, 56, 146, 174, 195], "equat": [101, 145, 147, 171, 185], "equival": [101, 111, 145, 166], "era": 182, "erocarrera": 181, "err": 162, "err_on_exit": 35, "errat": 80, "erron": 183, "error": [9, 10, 13, 15, 17, 18, 19, 24, 28, 32, 35, 36, 38, 41, 53, 63, 88, 90, 96, 98, 100, 110, 111, 126, 129, 137, 141, 143, 145, 146, 147, 162, 166, 173, 180, 193, 196, 214], "esc": [87, 175, 199], "escap": [63, 181], "escienc": 77, "esda": 181, "esp": 87, "especi": [107, 136, 143, 177, 180, 212, 214], "esr": 180, "essenc": 101, "essenti": [2, 28, 29, 63, 90, 126, 145, 157, 212], "establish": 59, "estim": [63, 180, 181, 182], "et": 149, "etc": [2, 5, 10, 28, 35, 58, 59, 63, 66, 70, 82, 83, 84, 86, 87, 103, 107, 110, 111, 116, 119, 121, 123, 125, 128, 129, 141, 142, 143, 145, 158, 162, 165, 166, 170, 171, 175, 177, 180, 181, 182, 184, 187, 193, 195, 197, 199, 203, 209, 211, 214], "ev": 162, "eval": 83, "evalu": [79, 86, 123, 127, 129, 142, 145, 149, 162, 171, 193, 194, 199, 209], "evcd": 181, "even": [9, 48, 63, 70, 80, 90, 100, 107, 110, 126, 129, 141, 146, 149, 166, 169, 170, 172, 174, 199, 200, 206, 212, 214], "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, 107, 129, 165, 214], "eventu": [11, 166, 203], "ever": [9, 61, 120], "everi": [2, 42, 57, 76, 80, 82, 87, 107, 108, 121, 162, 167, 175, 183, 192, 194, 195, 203, 209, 211], "everybodi": [120, 192], "everyon": [98, 99, 100, 142, 166, 191], "everyth": [1, 58, 61, 63, 100, 103, 110, 121, 127, 128, 130, 135, 137, 147, 149, 166, 174, 177, 187, 189, 191, 194, 195, 197, 199, 214], "evolut": [182, 200], "evolutionari": 181, "evolv": 182, "ex": [75, 149], "ex1": 149, "exact": [2, 9, 96, 110, 134, 135, 149, 166, 177, 182, 195, 196, 197, 209], "exactli": [9, 31, 56, 125, 128, 129, 138, 142, 145, 171, 174, 177, 189, 190, 191, 196, 197, 200], "exam": 169, "exampl": [3, 5, 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, 51, 53, 55, 56, 59, 70, 72, 73, 74, 77, 80, 82, 83, 86, 89, 90, 91, 95, 96, 97, 98, 99, 100, 101, 104, 105, 107, 108, 110, 111, 112, 116, 117, 126, 127, 129, 133, 136, 142, 145, 147, 148, 149, 153, 155, 156, 163, 166, 170, 171, 173, 174, 175, 176, 177, 180, 181, 182, 183, 184, 185, 188, 189, 190, 193, 195, 197, 199, 200, 211, 214], "exce": [107, 143, 166], "excel": [171, 184], "except": [63, 72, 87, 106, 149, 159, 166, 171, 174, 181, 194, 195, 199, 203, 206, 209], "excess": [25, 145], "exchang": [111, 209], "exclud": [4, 15, 18, 59, 160, 175, 211], "exclude_histori": [15, 18], "exclus": [89, 166, 188], "exec": [162, 199], "execut": [3, 28, 29, 35, 63, 74, 87, 96, 99, 119, 123, 129, 130, 141, 149, 166, 171, 175, 177, 183, 184, 185, 189, 194, 199, 206, 211, 214], "execute_cod": 171, "exercis": [177, 189, 193], "exhaust": 148, "exhibit": 138, "exist": [9, 15, 22, 24, 47, 63, 96, 98, 100, 102, 129, 130, 134, 136, 145, 147, 153, 167, 174, 177, 180, 181, 185, 193, 195, 196, 200, 214], "exit": [35, 84, 98, 100, 166, 175, 199], "exit_cod": 35, "exo": 130, "exoplanet": 130, "exp": [76, 180], "expand": [2, 21, 51, 83, 102, 147, 148, 149, 164, 182, 195, 212], "expandus": [84, 99, 111], "expect": [48, 61, 63, 107, 128, 142, 167, 169, 174, 195, 203, 206], "expect_equ": 111, "expens": [9, 63, 196], "experi": [9, 20, 58, 63, 80, 151, 155, 183, 189, 193, 194], "experienc": [80, 129, 171], "experiment": [63, 130, 180, 181], "expert": 181, "expertis": [63, 98], "expir": [2, 5, 56, 120, 148, 175, 188, 201, 203, 211], "explain": [9, 10, 28, 29, 48, 49, 53, 63, 64, 70, 83, 87, 96, 98, 99, 101, 111, 115, 122, 127, 129, 134, 145, 148, 159, 166, 178, 179, 189, 190, 193, 203, 214], "explan": [4, 99, 132, 148, 166, 171, 214], "explanatori": [3, 142, 176, 193, 195], "explicit": [32, 151, 180, 181], "explicitli": [9, 48, 63, 80, 82, 94, 99, 102, 103, 121, 146, 153, 162, 166, 177, 180, 181, 189, 190, 194, 195, 200, 203, 214], "explor": [8, 57, 58, 63, 64, 68, 91, 145, 153, 155, 163, 174, 181, 202, 207, 214], "exploratori": 182, "export": [81, 83, 97, 98, 119, 154, 175, 180, 181, 182, 183, 191, 199, 211], "expos": [63, 149, 180], "express": [48, 59, 70, 79, 117, 193], "ext": [83, 129, 145, 180, 181, 182, 183], "ext4": 87, "extend": [145, 149, 177, 181, 212], "extens": [62, 66, 70, 72, 77, 83, 91, 97, 99, 111, 115, 121, 137, 138, 140, 141, 143, 145, 149, 155, 166, 171, 175, 177, 181, 182, 183, 187, 192, 193, 195, 201, 212], "extern": [28, 29, 63, 80, 95, 97, 99, 129, 134, 152, 187, 203, 214], "extra": [63, 76, 85, 129, 134, 166, 181, 188, 189, 194, 197], "extra_button_bar": 37, "extract": [115, 145, 171, 183], "extran": 195, "extrem": [9, 63, 80, 129, 146, 167, 194, 203], "ey": [73, 84, 160, 175, 199, 211], "f": [6, 35, 50, 70, 76, 83, 117, 145, 146, 162, 166, 175, 187, 211], "f00c": 37, "f1": [91, 159], "f214": 27, "f2py": 91, "f5": 125, "f5a9": 37, "f781bf": 127, "f87129fd409e": 37, "f9": 125, "f90": 91, "f95": 91, "f9fe": 37, "fa4fc1e3be57": [21, 26], "fa8581c2d584": 37, "face": 170, "facebook": [3, 37, 44, 72, 108, 188], "facilit": [174, 182, 195, 212], "fact": [94, 110, 149, 206, 209], "factor": [63, 134, 149], "fail": [13, 17, 19, 28, 29, 53, 90, 103, 113, 128, 147, 149, 151, 166, 174, 177], "failur": [15, 28, 29, 107], "fair": 194, "fairli": [177, 195], "fake": 195, "fals": [10, 13, 15, 17, 18, 20, 24, 28, 35, 37, 41, 44, 46, 53, 77, 83, 86, 100, 107, 127, 169, 171], "famili": [122, 170, 199, 203], "famou": [90, 177, 212, 214], "fan": 195, "faq": [5, 64, 129, 137, 144, 154, 158, 191, 205, 206, 207], "far": [5, 79, 103, 121, 141, 167, 195, 203], "fashion": 73, "fast": [63, 73, 116, 181, 182, 183], "fasta": 105, "fastdtw": 181, "faster": [63, 70, 99], "fastest": [73, 182], "fatal": 88, "fault": [103, 121], "favor": 197, "favourit": 80, "fbprophet": 182, "fc8a484980d9": 32, "fd": 185, "fd63": 26, "fd7e": [11, 30, 39], "fd9b025b": 46, "fe": 185, "feasibl": [63, 174], "featur": [3, 5, 8, 56, 63, 65, 66, 67, 69, 73, 77, 122, 129, 140, 141, 144, 145, 148, 150, 153, 155, 158, 161, 164, 169, 170, 171, 173, 174, 175, 181, 189, 192, 193, 194, 195, 203, 206, 207, 209, 210, 211, 212], "feb": 108, "fee": [9, 194, 196, 203], "feed": 150, "feedback": [63, 155, 180, 181, 182], "feel": [28, 29, 63, 162, 206, 209, 212], "felf64": 74, "fenic": 181, "fermion": 182, "fetch": 26, "fetchal": 119, "few": [3, 5, 9, 10, 28, 59, 63, 72, 76, 80, 85, 95, 108, 113, 117, 121, 129, 134, 143, 160, 162, 164, 166, 171, 180, 184, 187, 196, 212], "fewer": [19, 63, 203], "ff": 159, "ff51440c855f": 37, "ff7f00": 127, "ffff33": 127, "ffmpeg": 181, "fftw": 182, "fi": 145, "fictiti": 158, "field": [6, 10, 17, 26, 28, 29, 53, 86, 96, 164, 166, 181, 187, 191, 193, 209, 214], "field1": [10, 28], "field2": [10, 28], "fig": [117, 130, 145], "figur": [2, 9, 63, 76, 108, 111, 113, 117, 121, 130, 141, 143, 145, 162, 164, 194, 209], "file": [2, 5, 6, 7, 8, 15, 18, 21, 29, 35, 36, 38, 47, 48, 51, 52, 53, 57, 59, 61, 62, 63, 64, 65, 66, 74, 75, 77, 81, 82, 83, 84, 85, 86, 90, 91, 93, 94, 96, 97, 98, 99, 100, 103, 106, 107, 108, 109, 110, 111, 112, 113, 115, 117, 118, 119, 122, 126, 127, 128, 129, 130, 132, 133, 136, 137, 138, 140, 141, 142, 147, 148, 151, 154, 158, 162, 163, 167, 169, 170, 175, 176, 180, 181, 182, 184, 188, 189, 191, 192, 193, 196, 197, 198, 201, 204, 206, 207, 210, 211, 212, 214], "file1": [199, 214], "file2": 199, "file3": 199, "filenam": [6, 70, 81, 82, 99, 110, 121, 123, 129, 134, 145, 149, 156, 159, 176, 187, 189, 192, 199, 201, 214], "filepath": 73, "filesystem": [99, 160, 166, 173, 193, 195, 200], "filetyp": [59, 142], "fill": [107, 190], "filter": [4, 17, 59, 67, 121, 158, 160, 207], "final": [73, 80, 96, 99, 129, 145, 170, 182], "financ": 181, "financi": [181, 203], "find": [1, 5, 8, 63, 66, 70, 80, 99, 105, 108, 111, 121, 128, 129, 130, 132, 145, 146, 149, 164, 166, 171, 174, 175, 181, 182, 187, 189, 192, 195, 199, 203, 207, 211, 212, 214], "fine": [2, 63, 80, 90, 103, 126, 135, 166], "fingerprint": [158, 166], "fingerprinthash": 159, "finish": [10, 17, 28, 35, 63, 109, 119, 143, 166, 187, 189, 199, 200], "finit": [107, 185], "fire": 63, "firefox": [89, 110, 137, 140, 180, 181, 214], "firewal": [80, 97], "first": [1, 2, 3, 5, 10, 27, 28, 35, 46, 53, 60, 63, 70, 73, 74, 76, 81, 83, 90, 94, 96, 99, 100, 101, 103, 107, 108, 112, 113, 118, 127, 129, 130, 133, 137, 138, 142, 145, 146, 147, 149, 160, 164, 166, 167, 170, 171, 175, 176, 178, 179, 180, 181, 182, 183, 187, 190, 194, 195, 196, 197, 201, 209, 211], "first_line_numb": 37, "first_nam": [19, 27, 46], "fit": [182, 183, 184], "five": 149, "fix": [9, 63, 80, 97, 128, 171, 180, 181, 183, 199, 212], "flag": [83, 99, 135, 146, 166, 195], "flaki": [174, 191], "flask": 181, "flatli": 127, "flavor": [149, 195], "flaw": 129, "flexibl": [5, 63, 162, 177, 181, 197, 198, 212, 214], "flexibli": 148, "flicker": 214, "flight": 167, "float": [129, 145, 187], "flow": [184, 185], "fluidpag": 127, "flux": 181, "fluxdiffeq": 181, "fly": 63, "flyout": [8, 64, 207], "fn": [175, 211], "focu": [63, 151, 174, 177, 185, 191, 199, 212, 214], "focus": [66, 169, 199], "fold": [82, 123], "folder": [4, 15, 63, 68, 73, 95, 99, 115, 133, 136, 154, 156, 160, 171, 189, 190, 191, 194], "folium": [181, 182], "follow": [2, 4, 6, 10, 15, 28, 29, 32, 37, 48, 53, 56, 59, 63, 66, 70, 72, 76, 77, 78, 79, 80, 82, 83, 86, 87, 88, 95, 98, 99, 105, 106, 107, 117, 119, 124, 125, 127, 129, 130, 131, 133, 136, 142, 143, 145, 146, 148, 149, 164, 166, 170, 171, 174, 175, 176, 178, 179, 181, 182, 189, 190, 192, 193, 194, 195, 197, 203, 211], "font": [3, 80, 122, 145, 175, 181, 189, 211], "fontenc": 146, "fontspec": 146, "foo": [46, 129, 166, 175, 187, 189, 195, 211], "fooxyz": 46, "for_json": 15, "forc": [63, 182], "forecast": [181, 182, 184], "foreign": 146, "forese": 151, "forev": 181, "forg": 181, "forget": [63, 70, 166], "forgot_password": 28, "forgot_password_respons": 24, "fork": [103, 129, 149, 181, 182], "form": [2, 15, 18, 28, 29, 56, 63, 73, 117, 142, 166, 169, 170, 175, 178, 189, 193, 211], "format": [19, 21, 34, 35, 55, 63, 65, 105, 130, 142, 143, 145, 149, 154, 162, 166, 170, 171, 181, 182, 189, 193, 195, 197, 212], "former": 177, "formerli": [180, 181], "formula": [9, 59, 90, 145, 147, 149, 175, 177, 181, 195, 214], "forth": [80, 128, 140, 142], "fortran": [97, 180], "fortranmag": 91, "fortun": 97, "forum": [56, 72, 192], "forward": [133, 145, 166, 173, 195], "forwardag": 166, "found": [6, 76, 80, 126, 130, 138, 145, 171, 192], "foundat": [99, 100, 203], "founder": [63, 98, 212, 214], "four": [110, 149, 164], "fourier": 180, "fout": 162, "fr": 180, "frac": [59, 145, 147, 149], "fractal": 182, "fractint": 182, "fraction": [2, 9, 58, 170], "fragment": [141, 149], "frame": [9, 64, 72, 74, 82, 84, 88, 91, 95, 96, 111, 117, 122, 127, 129, 136, 141, 145, 146, 147, 149, 166, 170, 181, 200, 210, 213, 214], "framework": [117, 129, 131, 145, 181, 183, 185], "fred": 119, "free": [2, 5, 9, 63, 80, 94, 128, 129, 162, 171, 184, 188, 189, 190, 193, 196, 203, 206], "freedom": 63, "freehand": [175, 211], "freq_hz": 171, "frequenc": [77, 171], "frequent": [80, 107, 145, 151, 166], "fresh": [10, 28, 151, 166, 181], "freshli": 63, "fresnel": 181, "freud": 181, "fridai": 36, "friend": 203, "friendli": [63, 76], "from": [2, 3, 6, 7, 9, 15, 18, 21, 23, 26, 31, 37, 39, 40, 43, 50, 51, 55, 56, 62, 63, 66, 72, 73, 74, 75, 77, 79, 80, 83, 84, 85, 86, 87, 93, 94, 95, 96, 98, 100, 107, 108, 110, 111, 112, 113, 117, 119, 120, 121, 123, 127, 128, 130, 133, 135, 136, 140, 142, 143, 144, 145, 146, 147, 148, 149, 151, 152, 160, 161, 162, 164, 165, 166, 167, 169, 170, 171, 174, 175, 176, 178, 179, 180, 181, 182, 183, 185, 187, 190, 191, 192, 193, 194, 196, 197, 198, 200, 203, 205, 206, 209, 211, 212, 214], "from_panda": 77, "from_sequ": 84, "from_tfd": 73, "fromfil": 134, "front": [10, 28, 78, 80, 129, 175, 200, 211], "frontend": 149, "fruit": 117, "frustrat": 5, "fsspec": 181, "fulfil": 177, "full": [5, 9, 10, 28, 30, 50, 63, 66, 85, 94, 126, 129, 136, 137, 140, 146, 153, 170, 175, 187, 188, 203, 214], "fulli": [9, 53, 63, 99, 117, 121, 138, 140, 166, 174, 187, 193, 197, 203, 212, 214], "fullscreen": [10, 28, 175, 207], "function": [10, 28, 58, 66, 70, 81, 91, 96, 100, 107, 111, 127, 128, 135, 145, 162, 166, 169, 171, 177, 178, 179, 181, 182, 184, 189, 193, 195, 203, 212], "fund": [173, 196, 212], "fundament": [73, 158, 178, 179], "further": [5, 15, 76, 82, 84, 157, 170, 194, 199, 214], "furthermor": [99, 132], "futur": [2, 15, 16, 32, 63, 99, 148, 153, 180, 183, 185, 188, 189, 192], "fv": 185, "g": [2, 5, 10, 28, 48, 59, 61, 63, 70, 73, 76, 80, 82, 83, 84, 87, 91, 96, 99, 103, 107, 113, 116, 119, 120, 121, 127, 129, 130, 134, 135, 143, 145, 146, 149, 151, 155, 156, 160, 166, 169, 170, 171, 174, 175, 176, 180, 181, 182, 184, 186, 187, 193, 194, 195, 196, 199, 200, 206, 209, 211, 214], "g0": 107, "gadfli": 180, "gain": [63, 169, 181], "galleri": 145, "game": 76, "gamma": 96, "gap": [132, 137, 176, 180, 181, 199], "gatewai": [118, 158], "gather": [149, 195], "gaussian": 184, "gb": [2, 63, 105, 107, 134, 189, 206], "gbq": 181, "gc": 73, "gcc": [74, 96, 99, 129, 181, 184, 186], "gce": 61, "gchempaint": 214, "gcp": [75, 166, 181, 212], "gcsf": 181, "gdpr": 72, "gear": [87, 149], "geckodriv": 181, "geda": 214, "gedit": 214, "gen": 181, "gene": 184, "gener": [2, 9, 28, 29, 56, 72, 77, 80, 84, 90, 98, 99, 100, 102, 111, 116, 127, 130, 143, 144, 145, 146, 147, 151, 160, 161, 166, 171, 177, 182, 183, 191, 192, 198, 200, 203, 206, 207, 214], "genet": 181, "genlasso": 182, "genom": 182, "geodynam": [178, 179], "geograph": [173, 212], "geographiclib": 181, "geomview": 182, "geopanda": [180, 181, 182], "geophys": 182, "geopi": 181, "german": 214, "gerrychain": 185, "get": [2, 5, 9, 10, 15, 19, 23, 27, 28, 44, 45, 52, 55, 63, 64, 70, 74, 75, 76, 77, 79, 80, 82, 83, 84, 86, 88, 97, 98, 99, 105, 107, 111, 117, 118, 121, 123, 129, 130, 133, 134, 135, 136, 137, 139, 140, 141, 144, 145, 148, 149, 153, 154, 155, 162, 163, 165, 166, 167, 169, 170, 171, 174, 175, 180, 181, 189, 191, 192, 195, 196, 199, 200, 203, 209, 211, 212], "get_api_kei": [19, 56], "get_available_upgrad": 28, "get_config": 111, "get_support_ticket": [21, 28], "get_syncdoc_histori": 86, "get_usernam": [28, 111], "get_xticklabel": 130, "getelementbyid": [10, 28], "getenv": [100, 127], "gfortran": [91, 181], "gg": 72, "ggformula": 181, "ggfortifi": 181, "ggmap": 181, "ggplot": 181, "ggplot2": [181, 183, 184], "ggstanc": 181, "ghc": 182, "gi": 181, "giac": 180, "gigabyt": 134, "gimp": [180, 214], "gist": [135, 145, 174], "git": [2, 63, 68, 76, 97, 145, 158, 168, 174, 180, 181, 191, 194, 200, 210, 214], "gitg": [94, 214], "github": [3, 25, 49, 51, 52, 54, 55, 66, 72, 73, 76, 94, 95, 99, 108, 118, 120, 127, 129, 141, 149, 158, 163, 166, 170, 171, 176, 180, 181, 187, 188, 194, 195, 203], "githubusercont": [95, 135], "gitk": [94, 214], "gitlab": [94, 158, 166], "give": [1, 10, 28, 48, 61, 63, 75, 86, 91, 94, 95, 96, 99, 107, 118, 127, 142, 145, 147, 155, 156, 159, 160, 162, 164, 165, 166, 171, 175, 178, 179, 180, 181, 189, 193, 199, 211, 212], "given": [2, 13, 14, 15, 16, 17, 19, 20, 24, 26, 31, 35, 41, 44, 46, 47, 54, 59, 63, 80, 83, 86, 90, 98, 110, 120, 125, 135, 156, 164, 166, 189, 192, 195, 200, 209, 212], "gke": 61, "glanc": 180, "glass": 199, "glasser": 96, "glib": 181, "glm": [180, 181], "global": [98, 99, 100, 101, 111, 129, 131, 151, 162, 166, 174, 180, 181, 183, 184, 195, 214], "glpk": 181, "gmail": [53, 95], "gnat": 180, "gnms0l6r": 99, "gnome": [180, 214], "gnu": [91, 96, 99, 100, 113, 131, 146, 180, 184], "gnumer": 214, "gnuplot": [113, 181], "gnutl": 181, "go": [9, 31, 63, 64, 72, 73, 76, 77, 80, 82, 87, 90, 95, 99, 103, 106, 108, 111, 121, 122, 125, 128, 129, 134, 136, 141, 142, 143, 145, 148, 156, 159, 162, 165, 166, 167, 173, 174, 175, 181, 182, 184, 189, 192, 193, 194, 195, 197, 203, 209, 211, 214], "goal": [62, 203, 212], "goe": [80, 127], "gone": [63, 137, 171, 199], "good": [7, 99, 103, 116, 141, 145, 153, 166, 195], "googl": [3, 61, 72, 89, 97, 108, 110, 129, 137, 138, 171, 173, 175, 180, 181, 185, 188, 192, 199, 206, 214], "googleapi": [122, 181], "got": [9, 76, 155, 181, 195], "gotten": 111, "gp": 9, "gprofiler2": 184, "gpt": 209, "gpu": [9, 63, 81, 185, 196, 209], "gpy": 181, "gpyopt": 181, "grab": [129, 135, 150], "grade": [103, 137, 155, 169, 181, 191, 195], "gradl": 181, "grai": 3, "grant": [166, 174, 203], "graph": [117, 175, 182, 211, 214], "graphic": [63, 64, 97, 107, 113, 129, 136, 145, 166, 180, 181, 182, 185, 213], "graphicx": 145, "graphql": [37, 53], "graphviz": 180, "grass": 181, "great": [63, 189, 190, 212], "greater": [2, 35], "greatli": [126, 129, 212], "green": [10, 28, 80, 147, 200], "greet": 109, "grei": 167, "grenobl": 180, "grepcidr": 182, "grid": [65, 185], "group": [2, 35, 37, 53, 72, 93, 117, 175, 190, 191, 200, 211], "grow": [63, 143, 164, 183, 212], "growth": [178, 179], "gruber": 149, "gschem": [180, 214], "gsd": 181, "gsl": 97, "gsl_math": 96, "gsl_mont": 96, "gsl_monte_mis": 96, "gsl_monte_plain": 96, "gsl_monte_vega": 96, "gspread": 181, "gst": 181, "gstreamer": 181, "gsuitedev": 95, "gtk": [180, 181, 214], "gtkwave": 181, "guarante": [2, 63], "guess": [63, 148, 214], "guest": 80, "gui": [141, 166, 181, 214], "guid": [28, 29, 51, 61, 64, 70, 72, 83, 89, 115, 122, 129, 132, 137, 147, 152, 155, 159, 164, 166, 182, 195, 203], "gvar": 184, "gvim": 214, "gyoto": 181, "gz": 129, "h": [15, 21, 27, 34, 35, 37, 44, 48, 49, 53, 55, 96, 112, 119, 125, 129, 162, 170], "h1": [38, 47, 117, 122], "h100": 63, "h13577e0_0": 181, "h14c3975_0": 181, "h14c3975_1001": 181, "h167e202_0": 181, "h1bed415_1002": 181, "h2": 122, "h2a4e5f8_1": 181, "h2ad7f00_6": 181, "h2fc8fa2_1002": 181, "h3": 122, "h37c48d4_0": 181, "h422b904_5": 181, "h470a237_1": 181, "h4ea9474_1004": 181, "h52cfd70_1": 181, "h5py": 181, "h66beb1c_1001": 181, "h714fa37_1": 181, "h80bd089_1005": 181, "h8bf5577_3": 181, "ha": [2, 4, 5, 6, 9, 10, 28, 29, 30, 50, 51, 61, 63, 72, 73, 75, 76, 80, 87, 88, 89, 94, 95, 98, 99, 100, 107, 110, 111, 120, 121, 125, 127, 128, 129, 134, 136, 138, 140, 141, 142, 143, 145, 146, 147, 148, 149, 150, 155, 160, 165, 166, 167, 170, 171, 174, 181, 187, 188, 189, 190, 192, 193, 194, 195, 196, 197, 198, 199, 203, 209, 214], "ha0c5888_2": 181, "ha4e643d_1000": 181, "hablar": 180, "hack": [80, 149], "had": [53, 63, 159, 189], "had28632_1001": 181, "haiku": 9, "half": 2, "halt": [103, 107, 129, 194], "hand": [70, 80, 129, 135, 142, 146, 166, 189, 194, 196, 214], "handi": [194, 195], "handl": [80, 99, 111, 145, 180, 182, 194, 196], "handout": [155, 191, 194, 199], "handout1": 189, "haplo": 182, "happen": [53, 63, 78, 80, 99, 103, 106, 107, 108, 121, 128, 129, 133, 146, 153, 166, 174, 193, 195, 200], "happi": [9, 59, 61, 90], "hard": [46, 134, 151, 195], "hardcod": 146, "hardwar": [63, 152, 212], "harfbuzz": 181, "harm": 155, "hash": [149, 187], "hashtag": [164, 166, 188], "haskel": [151, 182], "hasn": 193, "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, 63, 66, 67, 70, 72, 73, 76, 79, 81, 83, 86, 89, 94, 95, 98, 99, 100, 101, 102, 103, 105, 107, 108, 109, 110, 111, 112, 115, 117, 119, 120, 124, 126, 127, 128, 129, 130, 133, 134, 135, 137, 138, 140, 141, 143, 145, 146, 147, 148, 149, 151, 152, 153, 155, 158, 159, 160, 161, 164, 165, 166, 167, 169, 171, 174, 175, 176, 177, 180, 181, 184, 187, 188, 189, 190, 191, 192, 193, 194, 196, 197, 198, 199, 200, 203, 204, 209, 211, 212, 214], "haven": 53, "hb": 181, "hb453b48_1": 181, "hd3a4fd2_1002": 181, "hdf3bae2_1001": 181, "he": 192, "he243708_1001": 181, "he372182_0": 181, "head": [4, 122, 141, 149, 170, 174, 193], "header": [28, 29, 50, 55, 56, 111, 125, 176, 181], "headerpanel": 127, "headless": [81, 180], "hear": [80, 129], "heavi": [107, 138, 145, 206], "heavili": [2, 5, 206], "hebrewfont": 145, "heed": 76, "height": [77, 145, 147, 175, 182, 211], "held": 80, "hellerbard": 180, "hello": [36, 38, 47, 52, 53, 72, 74, 82, 117, 129, 136, 147, 182, 194], "helloworld": 129, "help": [2, 6, 7, 9, 28, 29, 31, 53, 58, 61, 63, 73, 79, 80, 89, 99, 102, 103, 107, 108, 115, 119, 121, 125, 126, 128, 129, 136, 145, 146, 151, 157, 159, 164, 166, 181, 182, 187, 190, 191, 194, 197, 198, 200, 203, 207, 209, 212, 214], "helper": 182, "henc": [80, 129, 131, 146, 151, 182, 184, 195], "her": [181, 192, 197, 203], "here": [0, 1, 2, 3, 5, 6, 7, 8, 10, 28, 48, 53, 56, 61, 63, 65, 70, 72, 74, 75, 76, 79, 82, 83, 84, 85, 88, 91, 96, 98, 99, 100, 101, 102, 103, 105, 106, 107, 110, 111, 113, 118, 127, 128, 129, 130, 133, 134, 135, 140, 143, 145, 146, 148, 149, 150, 151, 153, 155, 161, 162, 164, 165, 166, 167, 170, 174, 175, 176, 181, 184, 188, 192, 193, 195, 196, 197, 199, 200, 209, 214], "heroku": 182, "hesit": [115, 177], "heteroskedast": 181, "hex": 130, "hexadecim": 6, "hf0c64fd_1003": 181, "hf63aee3_1001": 181, "hi": [152, 166, 192, 197], "hidden": [59, 68, 145, 149, 158, 171, 181, 188, 199, 200], "hide": [63, 66, 107, 149, 158, 164, 167, 191, 195, 203, 207], "hide_cod": 181, "high": [80, 90, 129, 145, 177, 183, 185, 194], "highchart": 181, "higher": [2, 63, 182, 203], "highli": [80, 94, 129, 162, 206], "highlight": [6, 59, 63, 82, 123, 136, 149, 155, 170, 180, 181, 189, 210], "highmap": 181, "highstock": 181, "hilbert": 182, "him": [181, 203], "hint": [70, 171], "hippi": 100, "hire": 203, "hist": 145, "histogram": 145, "histor": [145, 200, 212], "histori": [15, 18, 57, 59, 83, 97, 136, 154, 165, 175, 194, 206, 211], "historymanag": 83, "hit": [70, 78, 95, 98, 100, 103, 107, 118, 123, 128, 130, 133, 143, 147, 159, 175, 190, 195, 199, 214], "hmmh": 76, "hmmlearn": 180, "hmmmd": 76, "hnh": 76, "hobbyist": 2, "hog": 80, "hold": [80, 177, 182], "holidai": [182, 184], "holo": 77, "holoview": 97, "holoviz": 77, "holt": 182, "home": [4, 6, 8, 10, 15, 28, 35, 36, 38, 47, 48, 63, 64, 67, 72, 75, 83, 84, 87, 98, 99, 100, 105, 111, 119, 129, 131, 134, 135, 145, 156, 158, 162, 166, 167, 174, 175, 176, 180, 181, 199, 207, 210, 211], "homepag": 161, "homework": [189, 193, 195], "homotopycontinu": 181, "hone": 63, "hood": [81, 145, 158, 170, 177, 195], "hook": [10, 28], "hoomod": 181, "hope": [], "hopefulli": [63, 195], "horizont": [70, 84, 147, 175, 199, 211], "hors": 73, "host": [37, 58, 63, 72, 77, 99, 107, 117, 119, 127, 129, 136, 137, 139, 152, 158, 163, 166, 167, 171, 173, 174, 194, 197, 207, 212], "hostnam": [6, 166], "hot": 195, "hotel": 80, "hotfix": 181, "hotmail": 190, "hour": [37, 45, 59, 63, 80, 129, 143, 171, 195, 197, 212], "hover": [1, 9, 63, 141, 149, 166, 169], "how": [1, 18, 28, 29, 48, 51, 61, 63, 64, 66, 70, 73, 75, 76, 81, 83, 84, 96, 97, 98, 99, 100, 102, 103, 105, 106, 107, 108, 112, 115, 117, 120, 122, 127, 128, 132, 136, 142, 143, 145, 147, 148, 149, 152, 155, 158, 166, 170, 173, 175, 176, 177, 184, 185, 186, 188, 190, 191, 196, 199, 206, 209, 211, 214], "howev": [63, 66, 80, 87, 110, 129, 131, 134, 147, 166, 171, 185, 190, 195, 203, 212, 214], "howto": [64, 83, 130, 137, 140, 144, 159, 181, 195], "href": [31, 135], "html": [21, 28, 29, 30, 31, 59, 75, 80, 97, 99, 117, 130, 135, 137, 146, 180, 181, 182, 189, 195], "html5": 171, "htop": [84, 125, 137, 180], "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, 63, 66, 72, 73, 75, 76, 77, 79, 80, 83, 84, 87, 89, 95, 99, 100, 106, 117, 119, 122, 127, 129, 130, 135, 141, 148, 149, 150, 151, 163, 166, 168, 171, 174, 180, 181, 194, 195, 197, 203, 204, 209, 212], "httpadapt": 50, "httpbasicauth": 50, "hub": [23, 28, 29, 42, 97, 162], "huge": [107, 171], "hull": 181, "human": [183, 200], "hundr": [98, 99, 100, 191], "hunt": 108, "hv": 77, "hw3": 193, "hydro": 63, "hyperbol": [178, 179], "hyperlink": 149, "hyperparamet": [181, 183], "hyperstack": 173, "hyphen": [6, 164, 166], "hypothesi": 182, "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, 62, 64, 66, 67, 68, 69, 70, 72, 74, 75, 76, 77, 78, 81, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 95, 96, 98, 99, 100, 101, 102, 105, 109, 110, 111, 112, 113, 115, 116, 117, 119, 120, 121, 124, 125, 126, 127, 128, 130, 131, 132, 133, 134, 135, 137, 138, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 155, 157, 158, 160, 161, 162, 163, 164, 166, 167, 169, 171, 173, 174, 175, 176, 177, 178, 179, 180, 181, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 195, 196, 197, 199, 200, 201, 203, 206, 207, 210, 211, 212], "iam": 166, "ibmq": 181, "icmp_seq": 63, "icon": [3, 8, 59, 69, 78, 84, 87, 95, 102, 120, 128, 129, 134, 137, 141, 143, 145, 148, 160, 165, 167, 170, 174, 189, 192, 194, 199, 214], "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, 63, 66, 73, 107, 111, 117, 130, 135, 149, 166, 171, 174, 180, 181, 214], "id_": 94, "id_ed25519": [6, 166], "id_rsa": 94, "idea": [75, 80, 99, 127, 166, 181], "ideal": [183, 212], "ident": [1, 61, 76, 146, 166, 195], "identifi": [6, 49, 56, 80, 102, 137, 184, 187, 189], "identityfil": 166, "idl": [2, 3, 37, 43, 72, 107, 159, 166, 167, 171, 180, 195, 197, 207, 214], "ieee": 181, "ifram": [66, 70, 122, 154], "ifs": 182, "ifsfract": 182, "igni": 181, "ignor": [13, 35, 70, 72, 80, 130], "ihaskel": 151, "ijavascript": [182, 185], "ijulia": 181, "illustr": [28, 29, 49, 69, 95, 171, 193, 195], "imag": [10, 20, 28, 59, 63, 73, 80, 97, 100, 134, 141, 143, 148, 158, 170, 174, 175, 177, 178, 179, 180, 181, 182, 183, 185, 197, 207, 211, 214], "imageio": 182, "imagemagick": [180, 181], "imaginari": 182, "imbalanc": 181, "immedi": [2, 15, 56, 59, 63, 94, 120, 129, 155, 209], "immun": 129, "impact": 129, "imper": 182, "implemenet": 129, "implement": [51, 53, 59, 63, 70, 101, 108, 120, 135, 136, 140, 141, 170, 174, 175, 181, 183, 185, 193, 195, 211, 212], "impli": [151, 177, 181], "implicit": [26, 149], "import": [10, 28, 50, 63, 73, 77, 80, 84, 86, 95, 98, 99, 103, 107, 111, 112, 117, 119, 122, 129, 130, 133, 144, 145, 147, 162, 166, 171, 181, 182, 183, 190, 195, 214], "impos": [63, 173, 195, 211], "imposs": [9, 63, 108, 174, 185, 195, 206], "improp": 63, "improperli": 19, "improv": [10, 28, 51, 66, 129, 136, 173, 194, 212], "imput": 184, "inact": [2, 3], "inadvert": [80, 129], "inbox": 190, "inc": 136, "inch": 129, "incididunt": 149, "incl": [181, 183], "includ": [2, 4, 9, 15, 21, 31, 35, 38, 46, 53, 56, 61, 63, 67, 70, 80, 83, 87, 92, 96, 98, 99, 100, 111, 120, 128, 129, 130, 134, 135, 141, 142, 148, 149, 158, 160, 166, 167, 171, 172, 174, 175, 176, 178, 179, 180, 181, 182, 183, 184, 189, 193, 195, 196, 197, 199, 200, 203, 206, 209, 210, 211, 212], "includegraph": 145, "incognito": [80, 110, 174, 189], "incompat": [137, 148, 180, 181, 184], "inconsequenti": 63, "inconsist": [177, 181], "inconveni": 129, "incorrect": 111, "increas": [2, 3, 5, 37, 58, 63, 134, 142, 153, 174, 196], "incred": 194, "inde": 162, "indefinit": 203, "indent": [82, 123, 141], "indent_unit": 37, "independ": [190, 195], "index": [64, 72, 77, 135, 149, 180, 181], "india": 5, "indic": [5, 7, 63, 65, 80, 142, 145, 146, 155, 166, 167, 194, 197, 214], "indirectli": 80, "individu": [28, 29, 51, 84, 86, 108, 115, 145, 159, 166, 174, 181, 189, 203, 212], "industri": [182, 195], "ineffect": 148, "infect": 137, "infecti": [178, 179], "infer": 181, "infinit": [128, 129, 162, 175, 211], "info": [21, 37, 89, 128, 149, 155, 166, 181, 185, 203], "inform": [0, 1, 2, 3, 4, 5, 10, 17, 25, 26, 28, 29, 37, 49, 61, 62, 63, 66, 67, 69, 70, 79, 80, 84, 86, 94, 97, 98, 99, 100, 103, 105, 107, 111, 120, 125, 127, 128, 129, 130, 134, 141, 142, 145, 146, 148, 149, 151, 152, 159, 161, 162, 164, 166, 171, 177, 180, 181, 190, 192, 195, 197, 200, 203, 205, 206, 207, 210], "infrastructur": [177, 203], "ingest": 150, "ingress": 61, "inherit": 90, "init": [83, 84, 125, 162], "initdb": 119, "initi": [84, 117, 136, 145, 146, 147, 151, 154, 156, 158, 164, 165, 166, 171, 174, 181, 188, 195, 214], "inject": 80, "inkscap": 214, "inlin": [83, 122, 145, 147, 210], "innoc": 107, "input": [9, 59, 81, 127, 129, 142, 145, 146, 147, 149, 171, 182, 193, 195, 214], "inputenc": 146, "inquiri": [198, 203], "ins": 149, "insensit": [46, 189], "insert": [9, 59, 86, 99, 112, 119, 143, 176, 181, 193], "insid": [61, 63, 67, 80, 83, 84, 90, 94, 95, 99, 100, 101, 109, 119, 135, 145, 149, 150, 151, 158, 160, 166, 171, 175, 177, 181, 184, 189, 192, 195, 199, 206, 211, 214], "inspect": [80, 89, 137, 176], "inspir": [9, 63], "instal": [6, 21, 62, 63, 73, 83, 87, 97, 101, 105, 106, 115, 125, 126, 128, 130, 132, 134, 137, 148, 151, 159, 166, 174, 175, 177, 180, 181, 182, 183, 184, 193, 194, 195, 203, 209, 211, 212], "instanc": [10, 28, 63, 77, 84, 100, 129, 152, 162, 166, 171, 195, 212], "instantan": 171, "instanti": [102, 127, 177], "instantli": [166, 175, 211], "instead": [2, 5, 15, 18, 35, 37, 38, 62, 77, 87, 90, 99, 116, 135, 137, 143, 145, 146, 147, 153, 166, 170, 171, 174, 177, 183, 191, 195, 212, 214], "institut": [191, 195], "instruct": [58, 63, 74, 76, 83, 87, 98, 99, 118, 129, 131, 145, 147, 155, 177, 181, 183, 188, 189, 190, 199], "instructor": [2, 63, 64, 106, 111, 126, 136, 148, 155, 166, 169, 188, 189, 194, 195, 197, 198, 199, 203], "instrument": 181, "int": [96, 119], "int16": 171, "integ": 84, "integr": [10, 28, 60, 63, 96, 99, 115, 145, 155, 169, 177, 191, 193, 212], "intel": 182, "intel64": 182, "intellig": [178, 179, 210], "intend": [32, 58, 63, 178, 179, 190, 199], "intens": [63, 98], "intent": [19, 91, 150], "interact": [9, 63, 77, 83, 100, 117, 127, 136, 140, 141, 142, 143, 146, 162, 166, 171, 175, 177, 178, 179, 181, 182, 192, 194, 199, 211, 214], "intercept": [56, 87, 199], "interconnect": 63, "interest": [5, 48, 125, 135, 146, 163, 174, 189, 195, 212], "interf": 199, "interfac": [1, 3, 28, 29, 50, 53, 63, 64, 66, 80, 134, 137, 140, 141, 142, 145, 146, 147, 159, 166, 178, 179, 180, 181, 182, 183, 189, 197, 199, 212, 214], "interfer": [80, 110, 189], "interior": 181, "interleav": 149, "intermedi": [2, 107, 137, 185], "intern": [23, 63, 99, 166, 195], "internet": [2, 37, 57, 58, 63, 73, 80, 94, 98, 99, 100, 136, 152, 159, 166, 173, 181, 194, 195, 197, 207], "interoper": 159, "interpret": [99, 149, 199], "interrupt": [63, 84, 102, 199, 206], "interv": [2, 3, 46, 145, 182, 195], "interval_": 42, "intervent": 129, "intro": 149, "introduc": [69, 147, 178, 179, 180, 182], "introduct": [10, 28, 64, 67, 117, 122, 144, 146, 158, 163, 173, 175, 178, 179, 181, 199], "introductori": [2, 61, 130, 199], "introtomanifold": 174, "intuit": 181, "invalid": [73, 103], "invers": [145, 182], "investig": 182, "invis": 129, "invit": [30, 31, 97, 165, 166, 191, 194], "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, 185], "involv": [63, 166, 203, 209], "io": [56, 171, 180, 181], "ip": [63, 84, 119, 135], "ipad": [64, 207, 214], "ipencil": [175, 211], "ipopt": 181, "ipsum": 149, "iputil": 63, "ipykernel": [83, 99, 182], "ipyleaflet": 181, "ipynb": [3, 10, 21, 28, 48, 66, 84, 86, 88, 99, 112, 124, 136, 140, 142, 143, 149, 156, 174, 176, 180, 181, 193, 199, 212], "ipynb2sagew": [171, 199], "ipython": [70, 83, 129, 143, 177, 181, 182], "ipython2": [99, 199], "ipython3": [99, 177, 199, 214], "ipython_kernel": 83, "ipyvolum": 181, "ipywidget": [140, 181], "ir": 83, "irdisplai": 181, "iri": 127, "iridium": 80, "irkernel": 181, "irregular": 180, "isdir": 48, "ish": 19, "isn": [3, 11, 72, 106, 119, 129, 145, 171, 174, 181], "iso": 34, "isochron": [180, 182], "isocpp": 82, "isol": [10, 28, 158, 191], "issu": [10, 28, 44, 61, 66, 73, 76, 78, 84, 98, 101, 103, 107, 118, 120, 128, 129, 132, 137, 138, 140, 141, 145, 147, 149, 151, 159, 166, 167, 169, 171, 175, 180, 181, 182, 183, 184, 186, 195, 199, 209, 211, 212, 214], "ital": 170, "item": [5, 46, 53, 150, 160, 167, 171, 175, 185, 209, 211], "iter": 180, "its": [6, 15, 54, 63, 80, 89, 90, 95, 99, 111, 127, 129, 142, 143, 145, 148, 159, 162, 163, 165, 166, 167, 174, 177, 181, 190, 192, 193, 194, 195, 196, 209, 214], "itself": [63, 126, 143, 145, 146, 150, 171, 182, 203, 214], "itzykson": 96, "iverilog": 181, "j": [28, 29, 96, 122, 125, 151, 162, 171, 175, 180, 181, 184, 185, 187, 211], "jan": 195, "jane": [27, 55, 194], "janic": 193, "januari": 195, "jar": 110, "java": [70, 180, 199, 214], "javac": 129, "javascript": [56, 79, 80, 111, 171, 180, 181, 195], "jax": [181, 184], "jaxlib": 181, "jd": [19, 21, 46], "jdbc": 180, "jedit": 214, "jieba": 181, "jinja2": [129, 180, 181], "jit": [180, 184], "jl": 118, "joblib": [180, 181, 182], "jobqueu": 181, "joe": [49, 119], "john": [6, 27, 46, 149], "john00": 19, "join": [31, 73, 166, 181, 190, 195], "jplephem": 181, "jq": [48, 52, 53, 55], "json": [10, 21, 27, 28, 29, 34, 35, 37, 44, 48, 49, 50, 53, 55, 70, 83, 86, 95, 98, 99, 166, 187, 195], "jul": 99, "juli": [178, 179], "julia": [63, 83, 97, 149, 151, 176, 177, 180, 193, 199, 203, 212], "julia_depot": 98, "julia_depot_path": 98, "julia_project": 181, "julialang": 181, "juliaopt": 181, "jump": [145, 146, 147, 171, 175, 181, 191, 211], "juno": [56, 138, 180], "jupter": 181, "jupyt": [3, 37, 56, 61, 63, 64, 77, 79, 81, 84, 85, 86, 105, 111, 119, 127, 128, 132, 136, 137, 138, 149, 151, 156, 158, 170, 171, 172, 174, 176, 180, 181, 183, 184, 185, 186, 189, 191, 194, 195, 199, 200, 207, 210, 212, 213, 214], "jupyter_class": 37, "jupyter_contrib_nbextens": 101, "jupyterhub": [140, 182], "jupyterlab": [8, 63, 85, 97, 102, 143, 156, 172, 182, 193, 200, 212], "jupyterlab_dir": 105, "jupytext": [124, 180, 181, 182], "jurko": 181, "just": [2, 5, 6, 8, 9, 10, 28, 53, 56, 59, 63, 66, 70, 77, 80, 84, 86, 90, 98, 99, 103, 107, 108, 109, 113, 115, 119, 122, 128, 129, 130, 135, 141, 145, 146, 148, 151, 153, 155, 160, 164, 165, 166, 167, 171, 174, 180, 189, 190, 194, 195, 196, 201, 203, 209, 214], "juypter": 99, "k": [6, 96, 107, 125, 127, 128, 187], "k3": 159, "kaffeesatz": 122, "kafka": 182, "kaggl": 73, "katex": 149, "kbibtex": [181, 214], "kbyte": 107, "kdim": 77, "keep": [2, 43, 56, 59, 63, 72, 80, 84, 110, 136, 140, 147, 150, 169, 171, 175, 177, 180, 188, 203, 206, 209, 211, 212, 214], "kei": [3, 8, 10, 19, 25, 28, 29, 34, 36, 37, 48, 49, 50, 52, 53, 54, 55, 63, 64, 73, 80, 87, 89, 94, 100, 107, 109, 110, 125, 129, 134, 142, 148, 154, 155, 158, 167, 171, 187, 196, 197, 198, 207, 209, 214], "kepler": 182, "kept": [9, 146, 180], "kera": [180, 181], "kernel": [63, 72, 79, 97, 98, 100, 104, 107, 112, 124, 132, 137, 143, 149, 151, 156, 166, 174, 175, 180, 181, 183, 184, 185, 186, 193, 194, 199, 211, 214], "kernel_nam": 83, "kernelspec": [83, 99], "kexi": 214, "keybind": 70, "keyboard": [66, 125, 141, 146, 175, 211], "keygen": [6, 94, 166], "keystrok": 87, "keyword": 176, "kgraphview": 180, "khalatyan": 77, "kick": 146, "kilcommin": 130, "kile": 214, "kill": [35, 103, 107, 125, 128, 159], "kind": [73, 75, 99], "kiosk": [10, 28], "kirb": 181, "kmean": 127, "knet": 181, "knitr": [180, 181, 214], "knob": 200, "know": [9, 10, 21, 28, 61, 63, 80, 83, 96, 103, 121, 128, 130, 140, 145, 146, 151, 181, 182, 193, 194, 195, 203, 209, 212], "knowledg": 80, "known": [146, 149, 151, 166, 180, 183, 195, 206, 209], "kplr": 182, "kpsewhich": 145, "krita": [180, 214], "kubernet": [61, 63], "kucalc": [159, 162], "kucalc_image_nam": 162, "kwant": 181, "l": [6, 63, 76, 95, 96, 107, 119, 192, 195], "l4": 63, "l40": 63, "lab": [101, 105, 140, 181, 183], "label": [73, 80, 107, 140, 145, 184], "labextens": 105, "labor": [149, 209], "laboratori": 112, "lack": [58, 100, 103], "lag": 184, "lambda": 152, "lame": 181, "lamin": 183, "land": [137, 183], "lang": [70, 181], "langaug": 70, "languag": [9, 70, 90, 99, 102, 111, 113, 116, 136, 137, 142, 144, 145, 146, 149, 158, 171, 176, 177, 180, 181, 182, 183, 194, 195, 212, 214], "laptop": [63, 152, 212], "larg": [6, 9, 63, 73, 77, 78, 80, 107, 132, 137, 153, 164, 166, 170, 171, 177, 181, 212], "larger": [80, 88, 134, 146, 171, 175, 186, 206, 211], "lasso": 182, "last": [3, 4, 9, 17, 27, 45, 46, 48, 99, 102, 121, 125, 129, 136, 142, 146, 164, 165, 171, 175, 181, 187, 190, 195, 209, 211], "last_edit": 187, "last_nam": [19, 27, 46], "latenc": [63, 80, 206], "later": [2, 5, 15, 58, 73, 136, 140, 146, 148, 166, 174, 188, 190, 194, 195, 209], "latest": [66, 75, 92, 122, 133, 137, 150, 180, 181, 182, 192], "latex": [51, 59, 61, 64, 72, 81, 90, 115, 130, 136, 151, 158, 160, 163, 168, 177, 180, 181, 187, 191, 193, 194, 199, 200, 203, 212, 213, 214], "latexdraw": 214, "latexmk": [52, 145, 146, 147], "latexmkrc": 145, "latter": [141, 166, 195], "lattic": 182, "launch": [62, 63, 67, 94, 99, 103, 130, 156, 158, 166, 181, 192, 199, 206, 214], "launcher": [102, 180, 214], "law": [5, 63], "layer": [181, 184], "layout": [117, 125, 127, 147, 161, 177, 183], "ld": 74, "ld_library_path": 182, "lead": [53, 145, 182], "leader": 192, "lean": [151, 180, 181], "leanproject": 151, "leanprov": 180, "learn": [2, 3, 9, 10, 15, 28, 29, 50, 51, 52, 54, 55, 58, 63, 72, 73, 74, 92, 95, 109, 119, 125, 129, 145, 163, 164, 166, 167, 174, 175, 176, 177, 180, 181, 182, 184, 185, 190, 206, 211, 212], "least": [2, 9, 10, 28, 63, 105, 128, 129, 136, 166, 171, 176, 184, 193, 196, 203, 206, 209], "leav": [52, 63, 66, 90, 129, 193, 197], "left": [0, 1, 5, 8, 56, 59, 65, 70, 72, 88, 94, 95, 113, 120, 122, 128, 129, 133, 138, 141, 142, 146, 147, 153, 159, 165, 166, 167, 174, 175, 176, 181, 182, 187, 190, 192, 193, 194, 199, 211, 214], "legaci": [64, 141, 191, 195, 207], "len": 73, "length": [9, 11, 14, 19, 31, 38, 41, 86], "lerna": [181, 182], "less": [31, 63, 79, 85, 88, 125, 128, 148, 166, 181, 199, 206], "let": [2, 3, 5, 53, 63, 70, 73, 77, 80, 84, 90, 98, 99, 103, 122, 128, 140, 141, 145, 146, 149, 151, 152, 153, 155, 165, 166, 171, 174, 175, 181, 182, 186, 187, 194, 197, 199, 203, 209], "letter": [59, 125, 164], "level": [2, 99, 116, 141, 166, 174, 176, 183, 185, 199, 214], "lexicograph": [175, 211], "lf": [180, 181], "lfm": 182, "lgsl": 96, "lgslcbla": 96, "lgslclba": 96, "lht": 195, "lib": [99, 100, 112, 129, 131, 180, 181, 182, 184, 185], "libcloud": 181, "libhomfli": 180, "libnetcdff": 182, "libnetcdff6": 182, "libopenbla": 180, "libpys": 181, "libqgi": 181, "librari": [10, 15, 28, 32, 63, 70, 77, 80, 96, 99, 100, 101, 103, 116, 133, 145, 149, 154, 158, 162, 165, 166, 175, 177, 178, 180, 181, 182, 183, 184, 185, 186, 194, 211, 212], "librecad": 182, "libreoffic": [88, 180, 214], "libxml2": 181, "licens": [4, 5, 12, 20, 40, 48, 49, 51, 58, 61, 64, 85, 99, 100, 107, 128, 129, 132, 137, 158, 173, 174, 190, 191, 195, 197, 198, 205, 206, 207, 212], "license_id": [12, 40], "lid": 63, "lie": [175, 211], "lifetim": 63, "light": [59, 167, 181, 200], "lightgraph": 181, "lightweight": [66, 149], "like": [5, 6, 9, 10, 21, 28, 37, 45, 48, 53, 56, 63, 66, 72, 73, 77, 80, 83, 87, 88, 90, 91, 94, 96, 99, 100, 101, 106, 110, 115, 117, 119, 124, 127, 130, 131, 134, 135, 142, 143, 145, 149, 151, 159, 162, 166, 171, 174, 176, 177, 178, 179, 180, 181, 182, 185, 187, 188, 189, 193, 194, 195, 198, 199, 203, 210, 212, 214], "limit": [17, 31, 35, 46, 50, 63, 66, 78, 84, 107, 112, 113, 125, 128, 134, 143, 148, 160, 164, 165, 166, 173, 194, 196, 206, 207, 212], "limma": 181, "line": [30, 35, 63, 70, 72, 74, 75, 76, 77, 79, 80, 82, 83, 87, 88, 90, 95, 96, 99, 111, 117, 119, 124, 125, 127, 129, 133, 134, 142, 145, 146, 147, 149, 160, 166, 170, 171, 175, 176, 177, 180, 181, 182, 183, 184, 185, 186, 187, 199], "line_numb": 37, "line_wrap": 37, "linear": [181, 182, 183, 184, 185], "linearalgebra": [180, 181], "linearmodel": [181, 182], "linex": 181, "link": [3, 5, 7, 9, 30, 44, 52, 56, 57, 59, 61, 62, 66, 73, 74, 79, 80, 83, 88, 95, 96, 99, 105, 110, 111, 117, 122, 126, 127, 128, 129, 130, 133, 134, 135, 141, 146, 147, 153, 165, 166, 167, 170, 171, 174, 175, 176, 182, 187, 193, 194, 195, 209, 210, 211], "link2proj": [30, 31], "linkifi": 149, "linspac": 77, "linux": [6, 38, 47, 55, 61, 63, 64, 67, 70, 72, 74, 75, 76, 81, 82, 83, 84, 87, 88, 91, 94, 96, 98, 99, 100, 101, 102, 105, 107, 109, 117, 119, 125, 127, 128, 129, 130, 136, 141, 143, 145, 146, 149, 156, 157, 158, 159, 160, 166, 171, 177, 180, 181, 182, 183, 184, 185, 186, 194, 195, 212, 213, 214], "liquid": 182, "list": [0, 1, 2, 4, 5, 7, 10, 21, 22, 27, 28, 29, 37, 46, 51, 53, 57, 59, 63, 64, 72, 83, 88, 90, 95, 99, 107, 108, 115, 120, 121, 122, 125, 126, 127, 129, 133, 134, 140, 141, 143, 145, 147, 149, 150, 155, 157, 158, 165, 166, 170, 171, 174, 176, 177, 178, 179, 181, 182, 184, 188, 189, 190, 194, 195, 199, 203, 207, 209, 213], "list_plot": 171, "listcompr": 100, "listen": [117, 119], "littl": [84, 115, 129, 145, 171, 175, 180, 182, 199], "live": [120, 129, 171, 175, 191, 195], "ll": [0, 15, 53, 56, 70, 80, 82, 83, 105, 108, 115, 121, 123, 128, 129, 141, 143, 145, 170, 171, 174, 177, 181, 185, 189, 193, 194, 198, 199, 203, 214], "llm": [60, 63, 191], "llvmlite": [180, 181], "lm": 96, "lmfit": 183, "lmodern": 146, "ln": [129, 166], "lo": 134, "load": [2, 10, 28, 32, 66, 73, 77, 83, 86, 88, 100, 113, 117, 128, 132, 137, 145, 158, 164, 166, 167, 171, 195, 200, 203, 206, 207], "load_ext": 91, "load_sess": 171, "lobas": 214, "local": [2, 31, 46, 63, 78, 80, 83, 84, 98, 99, 100, 112, 115, 119, 131, 134, 145, 151, 160, 162, 166, 194, 199], "local_hub": [125, 162], "localc": [88, 214], "localhost": [63, 84, 135], "localstorag": 79, "locat": [10, 21, 28, 72, 129, 145, 146, 152, 162, 173, 175, 180, 181, 182, 194, 200, 211], "lock": [5, 99, 137, 149], "locket": 180, "log": [8, 10, 28, 32, 36, 64, 66, 95, 107, 110, 121, 129, 130, 137, 147, 154, 158, 160, 162, 166, 195, 207], "log_client_error": 28, "logfil": 119, "login": [13, 22, 56, 73, 135, 166, 188, 194], "logo": [0, 1, 102, 207], "loimpress": 214, "london": [178, 179], "long": [2, 18, 93, 117, 121, 142, 145, 165, 166, 174, 181, 185, 194, 195, 199, 200, 203, 214], "longer": [3, 87, 128, 181, 190, 194, 196, 203, 212], "look": [10, 28, 29, 32, 49, 63, 80, 87, 96, 99, 107, 108, 111, 115, 117, 127, 129, 130, 132, 133, 142, 145, 148, 149, 162, 166, 171, 188, 189, 192, 193, 194, 195, 197, 209, 212, 214], "loop": [73, 107, 128, 129, 162], "lorem": 149, "lose": [56, 63, 128, 166, 198], "loss": [109, 119], "lost": [128, 129, 166, 195, 200], "lot": [9, 60, 63, 107, 117, 151, 177, 180, 186], "love": [80, 129, 212], "low": [103, 128, 132, 137, 182, 206], "lower": [3, 5, 63, 94, 113, 116, 129, 136, 145, 166, 176, 190, 195, 203, 206], "lowrit": 214, "lsqfit": 184, "lt": [181, 182], "ltd": [178, 179], "lualatex": 146, "luatex": [146, 177, 181], "luck": 138, "lwd": 127, "ly": 97, "lyx": 214, "lz4": 181, "m": [15, 31, 46, 62, 63, 80, 83, 87, 96, 99, 107, 111, 129, 214], "m1": 62, "m2": 185, "m_pi": 96, "mac": [70, 171, 175, 211], "macaulay2": 181, "machin": [63, 80, 100, 107, 110, 145, 152, 171, 181, 182, 183, 200, 206, 212], "maco": [6, 62, 66, 166], "made": [5, 28, 29, 50, 51, 53, 83, 84, 87, 108, 121, 142, 182, 185, 189, 192, 195, 200, 203, 210], "magna": 149, "magnif": 199, "mai": [2, 3, 5, 6, 9, 26, 28, 29, 31, 35, 36, 37, 44, 46, 48, 49, 51, 53, 62, 63, 66, 70, 73, 79, 80, 83, 85, 86, 89, 98, 99, 100, 103, 106, 107, 108, 113, 126, 128, 129, 133, 134, 140, 141, 143, 145, 146, 147, 149, 152, 160, 164, 166, 169, 171, 174, 177, 188, 189, 190, 193, 195, 196, 199, 203, 206, 209, 212, 214], "mail": [19, 72, 126, 178, 179, 181, 190], "mailto": 151, "main": [10, 28, 52, 58, 66, 67, 72, 75, 80, 101, 103, 117, 122, 129, 136, 140, 141, 145, 172, 174, 181, 182, 185, 189, 196, 211], "mainli": 3, "mainpanel": 127, "maintain": [5, 151, 177, 181, 183, 191, 193, 212], "mainten": [2, 151, 182], "major": [87, 95, 129, 180, 181, 182], "make": [5, 9, 10, 11, 15, 18, 26, 28, 29, 38, 53, 56, 57, 58, 63, 73, 75, 79, 82, 83, 84, 85, 87, 90, 95, 98, 99, 100, 105, 107, 108, 110, 116, 119, 120, 121, 122, 126, 129, 130, 131, 134, 135, 137, 141, 142, 143, 145, 146, 148, 149, 151, 152, 153, 155, 159, 160, 161, 162, 164, 166, 171, 174, 175, 177, 180, 181, 182, 185, 187, 188, 189, 191, 192, 193, 194, 197, 200, 203, 206, 209, 210, 211, 212, 214], "makefil": 146, "maketitl": 147, "makevar": 107, "maladi": 80, "malici": [80, 94, 206], "malwar": 137, "man": [125, 166, 180], "manag": [11, 53, 58, 61, 63, 64, 67, 73, 80, 97, 98, 99, 106, 107, 109, 110, 119, 147, 155, 157, 162, 163, 166, 173, 174, 175, 181, 182, 188, 190, 191, 192, 193, 194, 208, 209, 211, 212, 214], "mandatori": [10, 28], "mangl": 80, "mani": [1, 28, 29, 58, 63, 70, 76, 80, 84, 98, 103, 107, 108, 113, 120, 125, 128, 135, 138, 142, 145, 146, 147, 151, 166, 171, 175, 176, 177, 181, 182, 184, 185, 186, 187, 194, 199, 200, 201, 206, 211, 212, 214], "manifold": 181, "manipul": [182, 183, 184], "manner": 63, "manpag": 125, "manual": [56, 72, 79, 88, 155, 166, 171, 191, 192, 195, 196, 205], "map": [10, 28, 87, 135, 166, 181, 182, 183, 184], "mapclassifi": 184, "mar": 127, "march": 107, "margin": 175, "mark": [43, 59, 145, 149, 164, 171, 174, 175, 182, 187, 188, 189, 194, 195, 209, 211], "markdown": [59, 64, 90, 130, 141, 142, 143, 146, 170, 171, 174, 175, 176, 181, 189, 191, 193, 213, 214], "markdown2": 182, "markedli": 171, "markov": [181, 185], "markovchain": 182, "markup": [31, 144, 149], "mask": 160, "mass": 184, "massiv": [58, 63, 175, 211], "master": [25, 95, 127, 129, 145, 174, 181], "match": [13, 46, 79, 99, 127, 149, 164, 166, 170, 175, 176, 199, 211, 214], "match_bracket": 37, "match_xml_tag": 37, "materi": [163, 174, 177, 194, 195], "math": [2, 76, 96, 120, 149, 175, 182, 194, 195, 197, 212, 214], "math_202": 195, "mathemat": [90, 126, 149, 163, 170, 171, 175, 177, 187, 211, 214], "mathematica": 182, "mathi": 76, "mathjax": 149, "mathlib": [151, 180, 181, 182], "mathlibtool": 182, "matlab": 113, "matplotlib": [83, 129, 130, 137, 181, 183, 214], "matplotlib_venn": 182, "matrix": 107, "matter": [63, 189], "matur": 177, "maualli": 145, "max": [17, 127, 153], "max_output": 35, "max_output_messag": 129, "max_retri": 50, "max_shap": 73, "max_stdout_s": 129, "maxi": 76, "maxim": [175, 196, 214], "maxima": 214, "maximum": [2, 17, 35, 46, 107, 173, 196, 206], "mayb": [59, 80, 108, 109, 115, 126, 145, 151, 166, 177, 180, 181, 195, 212, 214], "mb": [37, 88, 107, 134, 143, 197], "md": [10, 19, 21, 28, 48, 70, 122, 126, 149, 156, 170, 171, 174, 180, 181, 189, 193, 195], "md5": [6, 159], "mdr": 181, "mdtraj": 99, "me": [2, 9, 119, 171], "mean": [10, 15, 18, 28, 73, 80, 100, 102, 107, 127, 131, 134, 135, 141, 142, 145, 151, 166, 171, 174, 177, 181, 182, 194, 199, 200, 203, 209], "meaning": [6, 166], "meant": 35, "meantim": 53, "measur": 79, "meatax": 181, "mechan": [98, 131, 145, 162, 166, 195], "medium": [5, 53, 153], "meet": [175, 180, 211], "megabyt": 134, "meld": 214, "mem": [125, 162], "member": [21, 37, 53, 58, 63, 72, 129, 137, 166, 167, 173, 190, 192, 194, 197, 207], "member_host": [25, 37, 50], "memeb": 192, "memit": 181, "memor": 181, "memori": [2, 25, 37, 50, 72, 80, 84, 86, 105, 132, 137, 146, 157, 159, 171, 181, 184, 193, 194, 195, 203, 206], "memory_profil": 181, "memory_request": 25, "mention": [9, 80, 99, 129, 134, 166, 167, 181, 191, 195], "menu": [1, 6, 9, 64, 65, 67, 81, 83, 90, 99, 100, 102, 110, 111, 115, 140, 141, 145, 146, 147, 149, 160, 166, 170, 174, 175, 192, 193, 194, 195, 207, 211, 214], "mercantil": 181, "merg": [37, 145, 174, 195, 214], "mesa": [181, 182], "mesg": [10, 28, 31], "meshlab": 182, "mess": [129, 145], "messag": [9, 10, 12, 15, 19, 23, 27, 31, 32, 35, 37, 40, 43, 59, 63, 76, 79, 88, 89, 95, 98, 100, 103, 110, 128, 137, 143, 154, 166, 167, 173, 192, 193, 196, 197, 203, 209, 214], "meta": 122, "metadata": [21, 111, 181, 193, 195], "metal": 61, "method": [48, 51, 72, 73, 80, 108, 130, 133, 134, 141, 153, 171, 182, 185, 188, 190, 195, 197, 207], "metric": [28, 42], "michael": [178, 179], "microsoft": [99, 200, 210, 214], "microwav": 181, "middl": [102, 122, 129, 145, 199], "might": [2, 10, 15, 17, 28, 62, 66, 76, 80, 83, 86, 89, 98, 99, 101, 103, 107, 110, 117, 125, 129, 135, 136, 142, 143, 145, 147, 153, 155, 160, 162, 166, 171, 182, 192, 194, 195, 198, 199, 203, 206, 209, 214], "mike": 189, "mike_test": 189, "millisecond": [80, 187, 195], "min": [122, 127, 153], "mind": [63, 129, 175, 203], "mini": [67, 134, 158, 165, 166], "minim": [62, 63, 126, 130, 187, 214], "minimalist": 214, "miniterm": 181, "minor": [180, 181], "mintim": [25, 37], "minu": [59, 87, 175, 199, 211], "minut": [3, 9, 15, 26, 57, 63, 79, 105, 121, 128, 129, 133, 162, 177, 182, 206], "mirror": 99, "misc": 183, "miser": 96, "misplac": 194, "miss": [15, 18, 63, 90, 108, 115, 140, 181, 191], "mission": 212, "misspel": [70, 146, 194], "mist": 180, "mistak": [63, 129], "mitig": [166, 177], "mix": [46, 63, 91, 170], "mkdir": [75, 83, 99, 109, 129, 145, 156, 195], "mkl": 182, "ml": [180, 181, 182], "mlrose": 181, "mltool": 182, "mlv": 180, "mlxtend": [181, 182], "mmmmmmddddddddddmm": 76, "mmmmmmmmmmmmmmmmmm": 76, "mmy": 76, "mnist": 73, "mobil": [138, 214], "mocha": [28, 29], "mock": [181, 182], "mod": [76, 187], "modal": 214, "mode": [65, 73, 80, 107, 122, 129, 140, 149, 170, 171, 181, 182, 189, 199, 207, 211, 214], "model": [9, 63, 92, 112, 181, 182, 183, 184, 198, 214], "moder": 167, "modern": [63, 107, 125, 129, 145, 183, 214], "modif": [9, 117, 135, 136, 150, 166, 192], "modifi": [9, 56, 73, 87, 111, 129, 131, 135, 141, 143, 145, 160, 166, 176, 189, 192, 193, 195, 200], "modsimpi": 181, "modul": [95, 99, 149, 181, 183, 193, 195], "modular": [146, 181, 185], "modulenotfounderror": 99, "molecul": 214, "moment": [20, 63, 105, 133, 148, 197], "mon": 162, "monei": [5, 63, 173, 196, 203], "mongo": 109, "mongod": 109, "mongodb": 97, "monitor": [37, 125, 162, 180, 212], "mono": 122, "mononoki": 181, "mont": [96, 185], "month": [2, 63, 153, 164, 165, 166, 197, 203], "monthli": [2, 53, 153, 206], "monti": [180, 181], "montreal": 117, "moodl": 191, "more": [0, 1, 2, 3, 5, 9, 10, 19, 20, 28, 29, 46, 48, 50, 52, 54, 55, 58, 59, 61, 62, 63, 66, 67, 70, 72, 73, 76, 80, 83, 84, 85, 89, 90, 91, 94, 95, 99, 100, 101, 102, 103, 105, 107, 110, 111, 115, 116, 117, 118, 127, 128, 129, 130, 134, 136, 140, 141, 142, 145, 146, 147, 148, 149, 151, 152, 155, 159, 160, 162, 163, 164, 166, 167, 169, 171, 173, 174, 176, 177, 180, 181, 182, 185, 189, 190, 192, 193, 194, 195, 196, 199, 200, 201, 204, 205, 206, 209, 210, 212, 214], "moreov": [48, 129, 149, 212], "moreutil": 181, "most": [2, 3, 9, 28, 29, 46, 52, 57, 70, 72, 73, 76, 78, 80, 89, 99, 102, 106, 121, 125, 129, 136, 146, 149, 165, 166, 170, 171, 173, 175, 177, 182, 184, 190, 194, 195, 199, 211, 212, 214], "mostli": [99, 149, 182, 214], "motiv": [151, 181, 214], "mount": [50, 166], "mous": [3, 6, 70, 107, 125, 134, 147, 166, 175, 211, 214], "move": [3, 8, 63, 72, 79, 137, 142, 147, 160, 165, 166, 175, 181, 182, 185, 194, 195, 199, 206, 211], "mozilla": [21, 110, 180], "mp3": 171, "mpi4pi": 181, "mpl_toolkit": 180, "mplbackend": 181, "mro": 99, "mscorefont": 181, "msg": 171, "msgerr": 171, "msglog": 171, "msimput": 184, "mtcar": 111, "mtime": 48, "mtune": 107, "much": [2, 3, 5, 9, 58, 63, 85, 88, 95, 99, 107, 108, 111, 121, 128, 129, 136, 137, 145, 147, 148, 149, 159, 162, 166, 181, 197, 203, 206, 209, 212, 214], "multi": [70, 80, 160, 182, 184], "multi_respons": [37, 44], "multifactor": 181, "multifil": 181, "multipl": [5, 11, 17, 20, 35, 38, 63, 80, 97, 124, 140, 146, 149, 158, 166, 170, 174, 175, 183, 187, 190, 191, 192, 194, 206, 209, 210, 211, 214], "multiple_cursor": 37, "multipli": 96, "music": 181, "must": [2, 10, 11, 13, 14, 15, 19, 21, 27, 28, 30, 31, 35, 37, 38, 39, 41, 47, 51, 53, 54, 56, 59, 73, 98, 99, 100, 130, 134, 151, 160, 166, 170, 171, 176, 190, 194, 195, 196, 203, 209], "mv": 99, "mwout": 180, "mxnet": [180, 181, 182], "my": [20, 37, 53, 87, 89, 111, 130, 137, 154, 158, 164, 174, 178, 179, 188, 195], "my_schema": 73, "myapp": [56, 171], "mybind": [174, 177], "myconda": 99, "myfil": [37, 143], "myfunc": 171, "mykei": 166, "mymdtraj": 99, "mypi": [180, 181, 182], "mysql": 180, "mzcli": 182, "n": [26, 31, 35, 36, 47, 59, 76, 87, 99, 100, 107, 117, 119, 127, 129, 145, 162, 164, 166, 171, 175, 187, 195, 209, 211], "nag": 19, "name": [2, 3, 6, 21, 27, 28, 29, 30, 31, 37, 46, 48, 58, 59, 63, 72, 73, 77, 79, 81, 82, 83, 86, 87, 94, 95, 96, 98, 99, 100, 102, 108, 111, 115, 117, 119, 121, 122, 127, 137, 143, 145, 146, 147, 149, 158, 159, 160, 162, 164, 165, 171, 174, 176, 177, 181, 184, 189, 190, 192, 193, 194, 195, 199, 207, 214], "narrow": [164, 177, 212], "nasm": 74, "nathan": 129, "nativ": [70, 107, 145, 147, 175, 207, 211], "natl": 96, "natsort": 181, "natur": [9, 28, 29, 145, 182], "navig": [5, 8, 66, 80, 94, 103, 133, 146, 174, 181, 189, 194], "nbconvert": [141, 145, 180, 182, 183], "nbextens": [101, 181], "nbextensions_configur": 101, "nbgrade": 181, "nbgrader": [64, 181, 189, 191], "nbgrader_config": 111, "nbgrader_exchang": 111, "nbval": 180, "nbviewer": 174, "ncours": 26, "nearli": 183, "necessari": [37, 80, 84, 89, 94, 99, 100, 119, 129, 145, 177, 189, 194, 195, 196, 209, 212, 214], "necessarili": 48, "need": [2, 3, 10, 11, 15, 16, 17, 18, 19, 28, 35, 36, 37, 38, 47, 51, 56, 61, 70, 72, 73, 76, 78, 80, 81, 82, 83, 85, 86, 90, 94, 95, 98, 99, 100, 102, 105, 107, 111, 112, 119, 126, 128, 129, 130, 134, 135, 136, 140, 141, 143, 145, 148, 149, 151, 153, 160, 162, 164, 166, 171, 173, 174, 176, 177, 181, 183, 188, 189, 192, 193, 194, 195, 196, 197, 199, 203, 212, 214], "neg": [], "nehs2gk": 72, "neither": 166, "nemo": 181, "nemoh": 185, "neron": 112, "nest": [181, 182, 212], "net": 73, "nettl": 181, "netwid": 183, "network": [2, 3, 25, 37, 50, 61, 63, 112, 128, 129, 130, 137, 181, 182, 190, 203], "networkx": [181, 182], "neue": 181, "neuron": [97, 181], "neutron": [181, 183], "never": [15, 22, 121, 177, 190, 195, 203], "new": [2, 3, 5, 8, 9, 13, 14, 15, 19, 20, 37, 51, 52, 56, 59, 63, 64, 67, 72, 73, 76, 80, 82, 84, 87, 91, 94, 95, 99, 100, 102, 108, 110, 111, 113, 118, 120, 123, 125, 126, 127, 128, 130, 133, 134, 135, 136, 137, 140, 141, 145, 146, 147, 151, 153, 154, 158, 160, 164, 167, 170, 171, 174, 175, 176, 177, 180, 181, 182, 183, 186, 187, 191, 192, 193, 194, 195, 200, 201, 203, 207, 209, 210, 211, 212, 214], "new_api_intro": 73, "new_dataset": 73, "new_email_address": 13, "new_modul": 129, "new_password": [14, 41], "newer": [5, 15, 18, 151, 166, 174, 182, 185, 195, 197, 200], "newest": 180, "newfontfamili": 145, "newli": [99, 129], "next": [5, 9, 51, 53, 57, 59, 66, 67, 70, 76, 84, 87, 91, 92, 117, 129, 137, 141, 148, 149, 153, 155, 160, 166, 167, 174, 175, 176, 177, 188, 189, 190, 193, 195, 197, 199, 200, 204, 214], "nfail": 111, "nginx": 61, "nglview": 181, "ngspice": 184, "nhttp": 26, "nice": [55, 65, 122, 135, 143, 174], "nicer": [3, 166], "nightli": [181, 182], "nilearn": 182, "nipyp": 182, "nisq": 185, "nlsolv": 181, "nltk": 181, "nnn": 182, "nnnn": 63, "noaa": 180, "noauth_local_webserv": 95, "nobodi": [135, 153], "node": [50, 63, 125, 128, 151, 162, 180, 181, 185, 206], "nodej": [180, 181], "noisi": [184, 185], "non": [8, 46, 157, 162, 166, 171, 181, 182, 183, 184, 193, 209], "none": [37, 50, 79, 187], "nonlinear": 184, "nonsens": 53, "nonstart": 87, "nonstopmod": 146, "nonzero": 35, "nopen": 127, "nor": 166, "normal": [54, 66, 78, 80, 87, 98, 99, 100, 108, 110, 122, 140, 143, 166, 167, 169, 195], "normaliz": 181, "normalizepath": 107, "norwai": 63, "nosql": 109, "notabl": [136, 160, 180, 181, 190], "notbook": 100, "note": [2, 3, 5, 10, 13, 15, 16, 17, 18, 21, 26, 27, 28, 29, 32, 35, 37, 38, 44, 46, 47, 49, 50, 53, 54, 59, 63, 70, 81, 83, 84, 85, 87, 93, 95, 98, 99, 111, 113, 129, 130, 134, 136, 138, 140, 141, 145, 146, 148, 149, 159, 160, 165, 166, 170, 171, 176, 177, 180, 181, 182, 185, 186, 188, 189, 190, 194, 195, 196, 197, 198, 199, 200, 209, 214], "notebook": [3, 10, 21, 28, 37, 56, 59, 61, 63, 64, 79, 81, 83, 84, 85, 86, 90, 99, 101, 103, 105, 111, 113, 119, 124, 127, 128, 136, 137, 149, 156, 158, 166, 170, 171, 174, 176, 177, 180, 181, 183, 185, 186, 189, 191, 192, 194, 199, 200, 210, 212, 213, 214], "notedown": 180, "noteworthi": [180, 181, 182], "noth": [63, 80, 106, 137, 145, 166, 175, 195, 212], "notic": [63, 86, 126, 180, 194, 212], "notif": [30, 59, 150, 160, 175, 192, 195, 201, 207, 211], "notifi": [11, 39, 194, 199], "notimplementederror": 111, "notion": 11, "noto": 145, "novel": 181, "novic": 181, "now": [5, 6, 9, 10, 15, 28, 34, 45, 53, 63, 72, 73, 76, 77, 83, 84, 95, 99, 110, 115, 119, 120, 129, 133, 137, 143, 145, 146, 151, 153, 155, 161, 166, 171, 180, 181, 182, 184, 185, 186, 189, 190, 194, 195, 196, 197, 199, 209], "np": [73, 77, 171, 214], "npartit": 84, "npm": [180, 181, 182], "nproc": 84, "nrais": 111, "nrn": 112, "nrngui": 112, "nshow": 119, "nteract": [180, 214], "nthread": 84, "nthrow": 111, "ntk": 137, "ntodai": 36, "null": [37, 44, 48, 53, 55, 111], "num": [73, 84], "num_class": 73, "numba": [180, 181, 182], "number": [4, 5, 6, 9, 15, 17, 18, 35, 46, 63, 78, 80, 84, 86, 101, 111, 117, 119, 127, 128, 130, 133, 138, 142, 147, 164, 166, 170, 171, 173, 175, 180, 182, 187, 189, 190, 193, 195, 196, 197, 199, 206, 209, 211, 214], "numdifftool": 180, "numer": [44, 53, 80, 127, 145, 149, 156, 160, 183, 184, 185], "numpi": [73, 77, 129, 171, 180, 181, 182, 183, 184, 214], "numpyro": 184, "nutshel": [99, 100], "nvcc": 63, "o": [21, 74, 75, 77, 82, 84, 87, 96, 99, 107, 111, 112, 117, 119, 125, 129, 133, 145, 149, 159, 162, 166, 178, 179, 206], "o_o": 76, "object": [21, 25, 27, 28, 29, 33, 35, 37, 38, 73, 77, 127, 141, 166, 171, 175, 181, 182, 191, 211], "observ": 129, "obspi": 182, "obtain": [45, 56, 173], "obviou": 63, "obvious": [48, 135], "ocaml": 182, "occas": 166, "occasion": [2, 63, 166, 185], "occur": [72, 143, 148], "occurr": 70, "ocr": 181, "oct": 195, "octav": [61, 83, 97, 151, 155, 176, 199, 203, 214], "od": 214, "odd": 80, "odt": 214, "off": [2, 9, 52, 59, 63, 75, 80, 119, 132, 137, 138, 146, 154, 159, 160, 182, 196], "offens": 76, "offer": [61, 66, 70, 136, 139, 141, 152, 157, 162, 166, 170, 173, 174, 176, 177, 178, 185, 195, 203, 209], "offic": [200, 214], "offici": [111, 126, 129, 151, 193], "offlin": [155, 195], "offset": [17, 50], "offsit": 57, "often": [2, 28, 29, 78, 80, 141, 149, 165, 171, 190], "ogg": 171, "ok": [50, 121, 146, 151, 166, 182, 193, 209, 214], "okpi": 182, "okular": 214, "old": [5, 14, 80, 121, 180, 182, 188, 195, 214], "old_email_address": 13, "old_password": 14, "older": [2, 151, 158, 166, 180, 181, 184, 185, 188, 199, 207], "oligo": [181, 183], "omedit": 214, "omit": [34, 66], "ommmdsooooooooynm": 76, "ommmmh": 76, "onc": [10, 28, 38, 63, 72, 73, 80, 83, 84, 94, 100, 102, 107, 117, 119, 129, 143, 145, 162, 165, 166, 171, 177, 181, 189, 190, 192, 194, 195, 196, 197, 203, 209, 214], "one": [2, 3, 5, 6, 9, 10, 15, 17, 28, 29, 35, 46, 52, 53, 56, 59, 63, 66, 67, 70, 74, 80, 82, 83, 84, 85, 86, 88, 90, 95, 98, 99, 104, 107, 108, 109, 110, 111, 115, 116, 123, 124, 125, 127, 128, 129, 130, 134, 140, 141, 142, 145, 146, 147, 148, 149, 151, 153, 155, 158, 159, 160, 164, 166, 170, 171, 174, 175, 176, 177, 181, 182, 184, 185, 187, 188, 189, 190, 192, 193, 194, 195, 196, 197, 198, 199, 201, 203, 204, 206, 209, 211, 212, 214], "ones": [9, 48, 53, 73, 99, 107, 166, 174, 181, 182, 195, 212, 214], "ongo": [80, 118, 199], "onli": [2, 9, 10, 11, 16, 17, 28, 32, 35, 37, 45, 46, 56, 63, 70, 80, 84, 99, 100, 102, 107, 111, 112, 116, 117, 119, 122, 125, 126, 127, 128, 133, 135, 136, 141, 145, 147, 148, 149, 151, 153, 159, 160, 162, 164, 166, 171, 174, 175, 177, 180, 181, 182, 185, 186, 187, 188, 190, 192, 193, 194, 195, 197, 200, 203, 206, 211, 212, 214], "onlin": [2, 3, 61, 72, 73, 94, 120, 126, 136, 139, 162, 175, 177, 194, 199, 209], "ons": [76, 80], "onto": [59, 134], "oom": 107, "op": 17, "open": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 21, 26, 28, 37, 56, 59, 63, 65, 66, 67, 69, 70, 72, 73, 74, 76, 79, 81, 82, 83, 84, 85, 86, 88, 90, 94, 95, 98, 99, 100, 101, 102, 103, 105, 107, 108, 110, 112, 113, 115, 117, 118, 120, 122, 123, 124, 127, 128, 129, 130, 133, 134, 135, 136, 137, 138, 140, 141, 143, 145, 146, 147, 148, 149, 153, 155, 156, 158, 161, 162, 163, 166, 169, 170, 171, 172, 174, 175, 176, 177, 180, 181, 182, 183, 184, 187, 188, 189, 190, 193, 194, 195, 196, 197, 198, 199, 200, 201, 203, 206, 207, 208, 209, 210, 211, 214], "open_fil": [10, 28], "opencv": [180, 181], "opendyslex": 181, "openfil": 181, "openmodelica": [180, 214], "openscad": 182, "opensourc": 194, "openssh": [6, 166], "opentsn": 182, "openwebui": 9, "oper": [10, 15, 16, 17, 28, 29, 63, 73, 77, 79, 80, 87, 116, 125, 134, 142, 174, 177, 181, 188, 193, 203, 206, 212, 214], "opportun": 136, "oppos": 37, "opt": [77, 127, 182], "optim": [63, 153, 166, 180, 181], "option": [3, 5, 11, 15, 17, 18, 19, 20, 21, 27, 28, 29, 31, 34, 35, 37, 52, 56, 63, 64, 68, 70, 72, 77, 85, 87, 95, 100, 117, 120, 127, 129, 134, 137, 139, 140, 143, 145, 146, 149, 152, 155, 156, 162, 166, 169, 171, 172, 174, 177, 181, 187, 189, 190, 191, 194, 195, 197, 203, 206, 207, 214], "optlang": 182, "orang": [78, 117, 167, 181], "orange3": 182, "orbit": 181, "order": [2, 5, 38, 59, 63, 66, 70, 73, 76, 84, 90, 98, 99, 100, 103, 107, 109, 112, 129, 145, 146, 153, 159, 162, 166, 167, 174, 175, 176, 177, 178, 179, 187, 193, 195, 197, 199, 203, 209, 211, 214], "ordinari": 5, "org": [80, 82, 99, 119, 126, 129, 149, 151, 168, 174, 180, 181, 203], "organ": [63, 80, 89, 99, 153, 158, 174, 175, 178, 179, 187, 194, 195, 211, 212], "orient": 182, "origin": [10, 28, 77, 96, 141, 149, 160, 175, 188, 189, 199, 209], "ortholog": 184, "ortool": 181, "osbot": 181, "osnabr\u00fcck": [178, 179], "other": [2, 5, 7, 28, 29, 43, 46, 56, 58, 63, 66, 70, 72, 78, 84, 87, 94, 99, 108, 110, 111, 119, 124, 128, 131, 134, 135, 136, 137, 141, 142, 143, 144, 145, 146, 147, 148, 149, 152, 153, 158, 159, 160, 164, 166, 171, 174, 175, 177, 180, 181, 182, 183, 187, 188, 189, 190, 192, 193, 195, 196, 197, 199, 200, 203, 206, 209, 211, 212, 214], "otherwis": [2, 37, 81, 99, 100, 103, 128, 129, 135, 137, 142, 145, 166, 194, 195, 196, 214], "our": [5, 9, 53, 58, 61, 63, 64, 72, 73, 76, 99, 128, 135, 136, 140, 142, 148, 149, 152, 166, 167, 175, 180, 181, 190, 195, 211, 212], "out": [2, 3, 5, 9, 15, 43, 53, 63, 74, 76, 78, 85, 87, 90, 91, 99, 103, 108, 110, 111, 121, 128, 129, 130, 132, 137, 142, 143, 146, 149, 151, 157, 162, 167, 174, 181, 189, 197, 199, 207, 209, 212], "out_d": 73, "outbound": 203, "outcom": 15, "outdat": [76, 80, 166, 171, 177], "outfit": 99, "outgo": 203, "outlin": [70, 163, 175, 211], "output": [9, 35, 48, 50, 52, 53, 54, 55, 70, 76, 79, 80, 81, 82, 86, 88, 90, 95, 96, 98, 99, 113, 119, 127, 133, 141, 145, 146, 149, 159, 160, 162, 166, 171, 180, 182, 186, 195, 199], "outsid": [119, 127, 162, 175, 189], "outstand": [128, 191], "over": [1, 3, 9, 63, 73, 80, 83, 88, 89, 94, 96, 141, 143, 146, 147, 148, 149, 163, 166, 169, 173, 175, 177, 180, 181, 185, 188, 194, 195, 200, 211, 212], "overal": [10, 28, 63, 80, 90, 125, 134, 155, 166, 180, 193], "overcom": 132, "overflow": [100, 129, 178, 179], "overlai": 99, "overleaf": [144, 147], "overload": [58, 212], "overlook": 145, "overnight": 206, "overrid": [102, 145, 160], "overspend": 153, "overview": [1, 61, 73, 115, 147, 160, 164, 181, 193], "overwhelm": 9, "overwrit": [15, 18, 73, 145], "overwrite_new": [10, 15, 18, 28], "overwritten": 47, "own": [9, 10, 22, 28, 63, 80, 83, 87, 98, 100, 101, 102, 109, 111, 119, 133, 145, 146, 148, 151, 152, 166, 169, 172, 174, 176, 177, 181, 190, 193, 194, 195, 198, 199, 212, 214], "owner": [1, 2, 6, 11, 22, 26, 30, 31, 36, 37, 39, 50, 54, 55, 135, 160, 164, 165, 166, 174, 188], "p": [54, 73, 81, 83, 99, 109, 122, 129, 145, 156, 162, 175, 181, 211], "p21": 96, "p_group_cohomologi": 181, "packag": [1, 5, 21, 25, 26, 28, 29, 51, 75, 80, 83, 97, 101, 111, 113, 143, 146, 149, 151, 166, 177, 180, 185, 186, 194, 195, 197, 203, 212], "package_nam": [98, 99], "packagevers": 127, "packet": 80, "packt": [178, 179], "pad": 11, "page": [10, 28, 51, 56, 58, 61, 66, 70, 72, 87, 91, 95, 98, 99, 100, 103, 108, 110, 111, 117, 125, 129, 130, 133, 137, 142, 154, 155, 161, 162, 164, 166, 167, 171, 174, 180, 197, 202, 203, 207, 209, 210, 214], "pai": [5, 63, 64, 99, 129, 148, 173, 191, 206, 209], "paid": [2, 9, 128, 129, 166, 191, 203], "pain": 87, "painlessli": 80, "paint": 214, "pair": [6, 28, 29, 54, 94, 134, 149, 166, 175, 176, 211], "palett": [127, 170, 181], "panda": [77, 83, 99, 117, 130, 180, 181, 183, 184], "pandoc": [149, 155, 181, 183], "pane": [56, 70, 95, 145, 149, 176, 206, 208, 211, 214], "panel": [5, 8, 64, 70, 77, 84, 94, 96, 118, 125, 129, 145, 146, 147, 149, 151, 153, 155, 157, 166, 171, 174, 175, 181, 194, 195, 199, 203, 207, 211, 214], "pango": 181, "paper": [63, 96], "papermil": 184, "par": [127, 151], "paragraph": [140, 146, 147], "parallel": [116, 183], "param": 96, "paramet": [2, 10, 28, 29, 35, 52, 53, 63, 66, 73, 83, 96, 177, 184, 196], "parameter": [183, 184], "paraview": 183, "parent": [10, 28], "parenthes": 4, "pari": 9, "pariss": 180, "parq": 77, "parquet": 77, "pars": [129, 149], "parseabl": 15, "parser": 149, "part": [2, 3, 5, 10, 28, 63, 67, 80, 99, 100, 107, 127, 129, 145, 149, 155, 160, 175, 178, 179, 181, 194, 195, 209, 211, 214], "partd": 180, "parti": [59, 80, 87, 89], "partial": [69, 90, 145, 147, 175, 185, 211], "partici": 199, "particip": [63, 80, 198, 199], "particl": 181, "particular": [10, 28, 38, 61, 63, 76, 80, 87, 100, 107, 128, 145, 146, 151, 169, 171, 177, 180, 181, 194, 195, 209], "particularli": [129, 182, 212], "partit": 116, "partner": [49, 53], "pass": [15, 18, 73, 80, 127, 166, 181, 193, 194], "passport": 44, "password": [3, 5, 13, 14, 19, 24, 41, 45, 56, 73, 108, 119, 135, 166, 188, 194, 195], "past": [6, 9, 37, 84, 95, 96, 102, 103, 109, 119, 120, 126, 127, 129, 133, 134, 135, 141, 150, 164, 165, 166, 170, 190, 194, 195], "patch": [86, 200], "patch_length": 86, "path": [4, 10, 15, 16, 17, 18, 21, 28, 29, 35, 36, 38, 47, 50, 52, 67, 73, 81, 83, 84, 86, 87, 100, 111, 112, 130, 131, 145, 166, 171, 176, 180, 182, 189, 193, 195, 199, 200], "patient": 190, "patron": 177, "patsi": 181, "pattern": 149, "paus": [3, 194], "payer": 58, "payload": [10, 28], "payment": [194, 197, 207], "pc": [79, 99, 100], "pcb": [180, 214], "pch": 127, "pd": [77, 117, 130], "pde": [178, 179, 185], "pdf": [52, 70, 97, 146, 147, 171, 175, 180, 181, 189, 191, 203, 211, 214], "pdfkit": 181, "pdflatex": [145, 146, 177], "pdftk": 180, "pdpipe": [181, 182], "peak": [80, 137], "peer": 191, "pefil": 181, "pegler": 181, "penalti": 148, "pencil": [175, 211], "pend": [17, 50, 190], "penni": [63, 143], "peopl": [5, 59, 119, 120, 129, 140, 174, 187, 212], "peptid": 184, "per": [2, 63, 70, 84, 100, 130, 166, 171, 183, 187, 189, 190, 197, 206], "perfect": 195, "perfectli": 209, "perform": [61, 63, 66, 67, 73, 151, 166, 171, 181, 183, 189, 203], "perhap": [9, 63, 80, 87, 110, 174, 195, 212], "period": [53, 57, 80, 82, 86, 121, 145, 166, 181, 183], "period_end": 50, "period_start": 50, "periodict": [181, 183], "perman": [108, 166, 195], "permiss": [38, 46, 47, 99, 166, 192], "permit": 166, "persist": [70, 77, 129, 177], "person": [5, 9, 63, 70, 93, 110, 120, 133, 148, 152, 165, 166, 194, 200, 203], "personal_w": 70, "petsc": 181, "pg_ctl": 119, "pgf": [145, 183], "pgfplot": 145, "pghost": 119, "pgmpy": 182, "pharmacokinet": [178, 179], "phase": [77, 181, 182, 197], "phenomenon": 110, "photographi": 214, "php": 79, "phy": 164, "physic": [57, 63, 163, 178, 179, 214], "pi": [77, 96, 171], "pick": [63, 98, 99, 100, 145, 174], "picker": [115, 170], "pictur": [59, 143, 145], "pid": [107, 125, 162], "pidfil": [125, 162], "piec": [9, 80, 142, 166, 194], "pile": 145, "pillar": 181, "pillow": 182, "pin": [151, 174], "ping": [10, 28, 29, 63, 80, 167, 181], "pint": 181, "pinta": 214, "pip": [83, 130, 151, 180, 181, 182, 195], "pip2": [99, 151, 180, 181], "pip3": [73, 99, 101, 129, 151, 180, 181], "pipe": 162, "pipelin": [73, 181], "pipenv": [99, 180], "pipfil": 99, "pitch": 171, "pitfal": 162, "pivottablej": 180, "pixel": 182, "pkg": [98, 181, 183, 184], "pl": 9, "place": [61, 70, 98, 111, 128, 145, 146, 166, 171, 175, 176, 189, 193, 194, 195, 211, 212], "placehold": 84, "placement": [141, 145], "plai": [80, 90], "plain": [30, 70, 96, 103, 129, 136, 143, 149, 181], "plaintext": 149, "plan": [2, 5, 58, 61, 63, 87, 108, 148, 159, 161, 174, 181, 188, 192, 195, 196, 197], "planet": 181, "platform": [10, 28, 29, 64, 73, 92, 99, 100, 126, 128, 135, 136, 137, 141, 152, 171, 177, 181, 183, 184, 191, 194, 199, 212], "player": [143, 171], "playground": 181, "pleas": [2, 5, 10, 21, 28, 31, 58, 63, 73, 80, 98, 99, 100, 101, 107, 111, 112, 115, 129, 140, 148, 151, 159, 162, 166, 171, 177, 180, 181, 182, 185, 190, 194, 197, 199, 203, 214], "plenti": [111, 203], "plethora": [63, 177], "plink": 182, "plot": [77, 78, 91, 97, 127, 129, 143, 174, 180, 181, 182, 183, 184, 207, 214], "plot1": 127, "plot3d": 181, "plot4": 145, "plot_mimetyp": [143, 181], "plotli": [99, 117, 180, 181], "plotoutput": 127, "plt": [107, 214], "plu": [2, 63, 87, 89, 182, 184, 194, 196, 199], "plug": 149, "plugin": [149, 181, 212], "pluto": [97, 156, 172, 183], "pm2": 181, "pn": 77, "png": [97, 134, 143, 145, 175, 181, 211], "po": [133, 197], "point": [10, 28, 63, 66, 72, 75, 77, 78, 83, 90, 93, 105, 107, 109, 111, 115, 121, 126, 127, 129, 130, 134, 135, 136, 149, 153, 160, 166, 167, 171, 175, 181, 182, 189, 190, 193, 195, 211], "pointer": 166, "polici": [51, 63, 72, 166, 180], "polit": 185, "polyglossia": 145, "polyhedr": 181, "polyhedron": 181, "pomegran": 181, "pong": 34, "pool": 188, "poor": [80, 194, 203], "pop": [2, 3, 5, 56, 79, 80, 95, 141, 153, 175, 193, 201, 211], "poppler": 181, "popul": [178, 179, 183, 189, 190], "popular": [142, 170, 182], "por": 182, "port": [73, 77, 84, 109, 117, 119, 127, 130, 173, 182], "portabl": [181, 183], "porter": [180, 181], "portion": [73, 80, 130], "posit": [73, 127, 146, 147, 175, 181, 187, 211], "possess": 174, "possibl": [5, 10, 28, 29, 46, 53, 56, 61, 63, 70, 78, 80, 84, 87, 99, 100, 101, 107, 117, 120, 121, 127, 129, 131, 135, 137, 138, 141, 142, 143, 145, 149, 151, 155, 159, 160, 166, 171, 177, 185, 189, 190, 192, 194, 196, 199, 210, 212, 214], "possibli": [10, 20, 28, 80, 105, 129, 135, 140, 160, 166, 172], "post": [10, 25, 26, 28, 29, 34, 50, 51, 56, 100, 129, 134, 166, 192, 200, 214], "post1": 182, "postgres_data": 119, "postgresql": [28, 29, 48, 52, 53, 97, 180, 181, 200], "posthoc": 181, "postmessag": [10, 28], "postpon": 15, "postscript": 145, "potenti": [63, 128, 166, 185, 209], "potsdam": 77, "pound": [59, 70, 164], "power": [2, 9, 63, 80, 129, 145, 153, 182, 184, 196, 212, 214], "powerlin": 180, "powerpoint": 175, "pp": 50, "pprint": 50, "ppt": 214, "practic": 166, "pre": [63, 75, 83, 145, 151, 171, 175, 182, 183, 211], "preambl": [70, 145, 147], "preced": [37, 59, 82, 140, 146, 149, 175, 211], "precis": [9, 63, 99], "precompil": [180, 181], "preconfigur": 209, "preemptibl": [2, 129], "prefer": [9, 56, 63, 70, 72, 73, 76, 129, 138, 140, 146, 147, 155, 156, 174, 190, 194, 195, 197, 203, 212, 214], "prefix": [73, 81, 84, 99, 129, 131], "preivou": 183, "prem": 173, "premis": [61, 63, 64, 137, 166, 173, 209], "premium": 181, "prepaid": [1, 207], "prepar": [2, 182, 191], "prepars": 171, "prepend": 195, "prepopul": 181, "preprocess": [73, 181], "prerequisit": 173, "presenc": 63, "present": [4, 5, 19, 21, 66, 70, 87, 141, 151, 166, 170, 171, 178, 179, 192, 195, 211, 214], "preserv": [195, 199], "preset": 153, "press": [72, 87, 95, 100, 109, 122, 125, 129, 134, 142, 171, 175, 187, 189, 199, 214], "prettier": [180, 181, 182], "prettyprint": 50, "prettyt": 180, "prevent": [2, 3, 109, 119, 129, 141, 153, 166, 169, 189, 196, 198, 199, 206], "preview": [9, 70, 146, 147, 174, 175, 211], "previou": [5, 31, 70, 76, 115, 129, 142, 148, 151, 171, 180, 181, 182, 184, 194, 195, 197, 199], "previous": [59, 103, 134, 166, 174, 181, 194, 195], "price": [2, 9, 63, 148, 152, 159, 166, 181, 197, 198, 203, 206, 209], "primari": 110, "primarili": [180, 181, 214], "prime": [9, 181, 206], "print": [72, 73, 76, 80, 81, 95, 99, 111, 117, 119, 127, 129, 130, 147, 149, 171, 182, 214], "printf": 129, "println": 129, "prior": 184, "priorit": [2, 58, 63], "prioriti": [2, 203], "privaci": 212, "privat": [9, 18, 35, 36, 58, 80, 94, 120, 134, 158, 160, 166, 177, 192, 209], "privileg": [49, 56, 99], "pro": [101, 138, 140, 177], "probabilist": [181, 182, 183, 184], "probabl": [10, 28, 72, 88, 108, 125, 128, 141, 180, 181, 182, 188, 195, 196, 212, 214], "problem": [62, 63, 66, 78, 85, 87, 90, 103, 110, 111, 112, 115, 116, 126, 132, 134, 137, 140, 141, 143, 147, 148, 155, 157, 166, 167, 181, 182, 183, 185, 189, 191, 193, 194, 212], "problemat": [80, 90], "proc": 96, "proce": [141, 193, 197], "procedur": [182, 184], "proceed": 3, "process": [5, 8, 11, 63, 64, 84, 90, 94, 97, 100, 103, 116, 128, 137, 142, 143, 145, 146, 147, 152, 155, 159, 160, 166, 170, 171, 174, 178, 179, 180, 181, 186, 190, 194, 195, 197, 199, 200, 206, 207, 212, 214], "processor": [144, 145], "produc": [70, 90, 107, 143, 145, 147, 149], "product": [2, 10, 28, 29, 53, 58, 64, 72, 92, 98, 158, 166, 183, 197, 212, 214], "profession": [212, 214], "profil": [167, 174, 181, 182, 184], "program": [2, 9, 28, 29, 63, 72, 78, 90, 93, 96, 102, 107, 113, 116, 132, 137, 142, 146, 149, 160, 166, 171, 176, 177, 178, 179, 180, 181, 182, 183, 184, 189, 194, 195, 199, 214], "programm": [129, 181], "progress": [178, 179, 194], "prohibit": 141, "projec": 125, "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, 63, 64, 67, 70, 73, 75, 78, 83, 85, 87, 88, 92, 94, 95, 97, 98, 99, 100, 101, 103, 106, 109, 110, 111, 115, 116, 117, 119, 121, 124, 125, 127, 130, 132, 133, 134, 135, 136, 137, 138, 140, 146, 149, 151, 154, 156, 157, 168, 171, 172, 173, 176, 177, 180, 181, 182, 184, 185, 187, 189, 191, 193, 198, 199, 200, 201, 202, 206, 207, 208, 209, 210, 212, 214], "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, 77, 117, 127, 135], "project_init": 162, "project_invite_token": 11, "projectil": [178, 179], "projects_al": 37, "prologu": 145, "prompt": [75, 95, 99, 100, 130, 133, 141, 166, 180, 193, 199], "proof": [10, 28], "propag": 166, "proper": [10, 28, 90, 145, 149], "properli": [80, 89, 99, 117, 145, 166, 214], "prophet": 184, "proport": 171, "proportion": 143, "proprietari": 212, "prorat": [5, 148], "prose": [], "protein": 184, "proto": 181, "protobuf": 182, "protocol": [89, 134, 154, 166, 182], "prototyp": [84, 181], "proven": 191, "prover": 182, "provid": [2, 3, 5, 9, 11, 21, 28, 29, 32, 34, 35, 37, 45, 49, 53, 57, 61, 62, 63, 66, 73, 76, 80, 89, 91, 95, 98, 99, 111, 113, 125, 135, 145, 149, 153, 155, 157, 166, 170, 174, 177, 178, 179, 180, 181, 182, 183, 185, 188, 189, 190, 194, 195, 196, 197, 198, 209, 211, 212], "provinc": 182, "proxi": [80, 177], "ps1": 111, "psi4": [178, 179], "pso": 181, "pspp": [180, 214], "psppire": 214, "psql": [9, 119], "pss": 125, "pstrick": 214, "psych": 181, "psycopg2": [119, 181], "psycopg2_tutori": 119, "pt": 125, "pub": [6, 94, 166], "public": [3, 18, 36, 51, 94, 129, 134, 148, 160, 166, 177, 181, 194, 212], "public_get_text_fil": 28, "public_path": [37, 174], "public_text_file_cont": 36, "publicli": [56, 110, 136, 143, 155, 194], "publish": [4, 64, 126, 129, 133, 142, 143, 149, 154, 155, 166, 178, 179, 194, 195], "pull": [94, 111, 148, 149, 203], "pulldown": [65, 149, 170], "puma": 181, "pumadata": 181, "punctur": 183, "purchas": [9, 48, 49, 51, 58, 64, 129, 148, 159, 166, 173, 189, 197, 204, 207, 209, 212], "pure": [129, 183], "purg": 195, "purpos": [63, 80, 154, 177, 178, 180, 181, 182, 183, 191, 203, 206, 214], "push": [73, 94, 195, 212], "put": [49, 59, 63, 75, 82, 87, 103, 123, 129, 136, 143, 145, 148, 149, 171, 174, 175, 187, 190, 196, 211, 212], "puzzl": 90, "pw": 70, "pwd": 35, "pwlf": 182, "px": 117, "py": [9, 70, 77, 95, 103, 111, 117, 129, 130, 135, 145, 162, 180, 183, 199], "py2": [180, 181], "py3": [83, 180, 181], "py36_1": 181, "py36_blas_openblash641cfe3_1205": 181, "py36_blas_openblashbbbf1d5_201": 181, "py36h438ddbb_0": 181, "py36h5f35d83_1": 181, "py36h8210e8a_7": 181, "py36h8e2386c_0": 181, "py36h9c20d5c_0": 181, "py36hcca6a23_0": 181, "py36hf484d3e_1000": 181, "py36hfc679d8_0": 181, "py3serv": 135, "pyarrow": 184, "pyberni": 181, "pyblock": 145, "pyc": 99, "pycairo": 181, "pycharm": 180, "pydata": 99, "pydicom": 181, "pydo": 182, "pyeda": 181, "pyee": 181, "pyenv": 83, "pyfftw": 181, "pyflux": 180, "pygam": 181, "pygment": 182, "pygsheet": 181, "pylab": 145, "pyladvi": 180, "pylatex": 182, "pylatexenc": 181, "pylint": [181, 182], "pymatgen": 183, "pymc3": [180, 181], "pymp": 181, "pynormaliz": 181, "pyomo": 181, "pypi": [99, 181, 182], "pyplot": [107, 130, 181, 214], "pyppet": 181, "pyproj": 181, "pypy3": [99, 184], "pyqt": 181, "pyqt5": 181, "pyqtwebengin": 181, "pyreadstat": 182, "pyro": 183, "pysal": [181, 182], "pyscf": [181, 182], "pyshp": 181, "pysingular": 181, "pyspic": 184, "pystan": 181, "pyswarm": 181, "pytabl": 181, "pytest": [181, 182], "python": [15, 28, 29, 51, 61, 70, 72, 75, 77, 79, 86, 87, 91, 97, 101, 102, 104, 111, 112, 117, 119, 125, 127, 133, 134, 135, 136, 141, 145, 149, 151, 176, 177, 180, 186, 189, 193, 195, 199, 203, 212, 214], "python2": [83, 95, 99, 129, 151, 180, 181, 199], "python3": [21, 77, 83, 99, 117, 142, 151, 162, 177, 180, 181, 182, 184, 185, 199], "pythonhost": 180, "pythonpath": [112, 129], "pythontex": 180, "pytorch": [63, 73, 181, 182, 183], "pytz": 99, "pytzwher": 181, "pyvi": 181, "pywavelet": 182, "pyzmq": 129, "q": [55, 89, 100, 107, 119, 125, 195], "qdap": 181, "qgi": [180, 181, 182], "qgrid": 182, "qiskit": [178, 179, 180, 181, 182], "qjqhddfsfj": 41, "qmd": 149, "qt": 181, "qtawesom": 181, "qtpy": 181, "qualiti": [9, 10, 28, 58, 90, 134, 136, 145, 177, 181, 194, 203, 212], "quandl": [181, 182], "quantum": [181, 182, 185], "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, 66, 181, 182], "query_str": 50, "question": [5, 7, 9, 56, 58, 63, 72, 100, 107, 129, 132, 137, 159, 167, 171, 173, 188, 189, 191, 192, 194, 195, 205, 212], "quick": [63, 80, 165, 166, 171, 184, 211], "quickest": 165, "quickli": [48, 63, 90, 94, 98, 128, 164, 191, 206, 212], "quickstart": [95, 171, 180], "quit": [63, 125, 151, 195, 212, 214], "quot": [2, 76, 82, 149, 175, 198, 211], "quota": [2, 50, 53, 57, 63, 85, 94, 105, 107, 110, 125, 129, 134, 155, 158, 159, 203, 205, 206, 207], "qutip": 181, "r": [10, 28, 50, 61, 64, 83, 97, 99, 101, 107, 125, 127, 142, 143, 145, 149, 151, 171, 176, 177, 180, 181, 185, 191, 193, 199, 203, 212, 214], "r9": 159, "r_libs_us": 100, "r_makevars_us": 107, "race": 119, "racket": 181, "rai": [74, 181, 183], "rais": [111, 171], "ram": [5, 53, 63, 105, 107, 153, 166, 196, 197, 207], "randn": [77, 214], "random": [28, 29, 38, 76, 77, 107, 162, 166, 181, 184, 189, 214], "randomli": [128, 189, 203, 214], "rang": [53, 63, 73, 77, 84, 107, 116, 129, 142, 171, 181, 195, 209], "ranger": 182, "rapid": 181, "rare": [73, 146, 193], "raster": [143, 183, 214], "rasterio": 182, "rate": 181, "rather": [5, 28, 29, 63, 70, 79, 86, 107, 128, 129, 135, 148, 166, 195, 212], "raw": [65, 95, 129, 145, 214], "raw_port": [125, 162], "rb": [123, 199], "rc0": [180, 181, 182], "rc1": 180, "rclone": 181, "rcmdr": 214, "rcommand": 214, "rcpp": 181, "rdkit": 181, "re": [2, 5, 10, 28, 58, 59, 70, 75, 76, 80, 81, 83, 84, 86, 91, 95, 99, 107, 116, 119, 125, 126, 128, 129, 134, 138, 141, 142, 143, 145, 147, 153, 166, 171, 176, 177, 181, 182, 188, 193, 194, 196, 199, 200, 203, 214], "reach": [80, 148, 167, 212], "react": [61, 149], "reactiv": 127, "read": [10, 15, 16, 17, 28, 36, 37, 38, 47, 53, 58, 59, 63, 73, 83, 91, 95, 101, 111, 118, 119, 133, 142, 144, 145, 160, 166, 167, 171, 174, 177, 182, 184, 192, 197, 200, 203, 214], "read_csv": 130, "read_parquet": 77, "read_text_file_from_project": 28, "readabl": [32, 183, 200], "reader": [150, 214], "readi": [2, 10, 28, 63, 72, 73, 115, 159, 176, 184, 201], "readm": [19, 149, 174], "readthedoc": [180, 181], "readwritemani": 61, "real": [50, 55, 59, 63, 91, 136, 140, 141, 142, 157, 166, 174, 175, 182, 183, 191, 194, 195, 211, 212, 214], "realiti": [], "realli": [10, 28, 58, 98, 108, 121, 125, 151, 166, 195, 203, 214], "realnumb": 129, "realtim": [140, 193, 200], "rearrang": 175, "reason": [2, 19, 51, 80, 93, 140, 141, 145, 152, 159, 166, 173, 174, 182, 190, 191, 194, 199, 200], "rebat": 181, "reboot": [79, 129, 137, 159, 206], "rebuild": 183, "recaptcha": 53, "receipt": 207, "receiv": [10, 28, 30, 85, 88, 149, 177, 185, 192, 193, 194, 195, 203, 206], "recent": [52, 61, 79, 87, 99, 121, 129, 137, 145, 158, 166, 181, 182, 184, 185, 199, 207], "reciev": 185, "recipi": [59, 190, 192], "recommend": [15, 56, 143, 162, 166, 181, 190, 199, 206], "recommonmark": 181, "reconfigur": [191, 195], "reconnect": [80, 137, 166, 199], "record": [32, 57, 83, 107, 142, 160, 175, 191, 194, 195, 200, 211], "recov": [132, 137, 140, 142, 166, 187, 188], "rectangl": [80, 175, 211], "rectangular": [175, 211], "recurs": 100, "red": [7, 59, 70, 72, 78, 80, 133, 155, 167, 181, 189, 196, 197], "redeem": 173, "redempt": 209, "redim": 77, "redirect": [77, 89, 194], "redistribut": 189, "redistrict": 185, "redraw": 214, "reduc": [129, 153, 169, 206, 212], "reduct": [181, 182], "reestablish": 80, "ref": 75, "refactor": 210, "refer": [32, 58, 59, 63, 110, 154, 171, 214], "reflect": [48, 189], "refresh": [53, 66, 80, 83, 99, 103, 117, 118, 128, 130, 138, 158, 165, 183, 190, 211], "refund": 5, "regain": 63, "regard": [3, 61, 99, 101, 126, 152, 155, 166, 176, 177, 182, 194, 198], "regardless": [44, 166, 212], "regener": 9, "region": [63, 96, 166, 171, 175, 211], "regist": 73, "registri": 98, "regress": 181, "regul": 5, "regular": [59, 63, 70, 73, 151, 152, 155, 162, 166, 175, 177, 211, 212], "regularli": [48, 129, 177], "reilli": [178, 179], "reinstal": [98, 143, 181], "reinvit": 190, "reject": 135, "rel": [4, 10, 15, 18, 28, 35, 36, 38, 47, 48, 80, 145, 174], "relat": [1, 7, 53, 58, 70, 76, 83, 99, 101, 128, 137, 140, 153, 159, 165, 171, 174, 180, 181, 182, 185, 194, 214], "relationship": 143, "relax": [108, 180], "releas": [2, 66, 83, 111, 129, 148, 166, 180, 181, 182, 183, 184, 186], "releat": 180, "relev": [58, 80, 103, 129, 146, 149, 153], "reli": [63, 133], "reliabl": [61, 63], "relief": 181, "reload": [78, 80, 128, 171, 176], "rem": [180, 181, 182, 185], "remain": [5, 63, 75, 133, 180, 181, 188, 194, 212], "remaind": [28, 29, 51], "remap": 199, "remark": 122, "remarkj": 97, "rememb": [66, 80, 121, 145, 148, 167, 174], "remember_m": 80, "remind": [63, 166, 176, 184], "remot": [63, 73, 85, 94, 98, 99, 100, 134, 153, 158, 162, 171, 181, 199, 207], "remotedata": 181, "remov": [2, 3, 6, 10, 16, 28, 39, 40, 53, 63, 66, 75, 76, 80, 84, 85, 93, 111, 120, 129, 145, 147, 164, 165, 166, 169, 170, 173, 174, 175, 180, 181, 182, 187, 191, 193, 194, 198, 204, 206, 208, 211], "remove_collabor": 28, "remove_license_from_project": 28, "renam": [160, 165, 181, 194], "render": [59, 70, 77, 81, 105, 122, 145, 147, 149, 171, 181, 193, 195, 214], "renderplot": 127, "renew": [2, 5, 209], "renown": 63, "repeat": [35, 129, 166, 181], "repl": 83, "replac": [9, 48, 53, 63, 77, 80, 81, 84, 86, 101, 111, 127, 129, 134, 143, 145, 146, 147, 159, 166, 177, 181, 195, 199], "repli": [10, 28, 31, 171, 192], "replyto": [30, 31], "replyto_nam": [30, 31], "repo": [95, 99, 100, 118, 174], "repo2dock": 177, "report": [15, 18, 73, 79, 80, 90, 103, 126, 145, 151, 171, 182, 193, 194, 195, 212], "repositori": [2, 51, 63, 66, 68, 95, 98, 100, 148, 149, 159, 163, 166, 174, 176, 177, 178, 179, 194, 195, 214], "repr": 181, "repres": [63, 184], "represent": [181, 200], "reproduc": [99, 128, 145, 167, 177], "req": [10, 28], "request": [2, 7, 9, 10, 11, 15, 21, 24, 25, 26, 28, 29, 31, 34, 35, 50, 55, 56, 63, 73, 80, 86, 115, 128, 134, 135, 145, 148, 149, 165, 167, 174, 177, 181, 182, 184, 195, 196, 199, 203, 209, 212], "requir": [2, 3, 5, 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, 58, 61, 63, 64, 73, 83, 90, 99, 100, 111, 127, 129, 152, 153, 166, 177, 180, 181, 182, 195, 206, 209, 212, 214], "rerun": 128, "res_d": 73, "reschedul": 128, "research": [77, 98, 136, 145, 181, 206], "resel": 173, "resembl": 170, "resend": 191, "reserv": 206, "reset": [5, 24, 41, 166, 177, 195], "reset_cod": 41, "reset_forgot_password": 28, "reset_forgot_password_respons": 41, "resid": [80, 107, 151, 158, 160], "residu": 125, "resist": 182, "resiz": 214, "resolv": [63, 80, 171, 180, 184, 195], "resourc": [2, 3, 5, 20, 58, 61, 63, 98, 106, 126, 128, 137, 144, 148, 152, 153, 155, 157, 166, 173, 188, 190, 194, 196, 197, 206, 212, 214], "respan": 84, "respect": [22, 163, 187, 214], "respond": [34, 58, 128, 214], "respons": [9, 10, 19, 28, 29, 56, 62, 63, 128, 130, 137, 198, 203, 214], "rest": [107, 123, 149, 192], "restart": [2, 72, 78, 79, 80, 83, 84, 87, 98, 99, 100, 102, 103, 105, 106, 107, 112, 129, 130, 137, 142, 143, 153, 162, 165, 171, 177, 183, 188, 191, 196, 197, 199, 203, 206], "restor": [66, 78, 80, 121, 147, 160, 167, 171, 195], "restrict": [64, 94, 135, 136, 143, 191, 196, 206, 212], "result": [17, 19, 38, 46, 49, 80, 86, 88, 90, 96, 141, 142, 143, 145, 148, 162, 167, 170, 171, 190, 193, 199, 200], "resum": [5, 78, 137], "retain": 171, "retri": 193, "retriev": [15, 17, 86], "return": [10, 15, 17, 19, 21, 22, 25, 26, 28, 29, 34, 35, 37, 44, 46, 49, 56, 66, 72, 77, 80, 84, 93, 96, 98, 100, 129, 133, 134, 138, 142, 145, 146, 147, 164, 165, 171, 188, 191, 195, 199, 214], "reusabl": 183, "rev": 180, "reveal": [46, 141, 148, 177, 180, 181, 187], "revenu": 203, "revers": [76, 171, 182, 195, 200], "revert": [121, 143, 166, 183, 188, 194, 195, 200], "review": [193, 194, 214], "revis": [5, 37, 76, 145, 171, 187, 195, 200], "revok": [188, 194], "rewrit": [56, 166], "rewritten": 166, "rf": [75, 143, 181, 182], "rhodesmil": 181, "rich": [64, 77, 175, 181, 213], "rid": [84, 107], "right": [0, 1, 2, 3, 5, 8, 9, 56, 57, 59, 63, 65, 69, 70, 78, 80, 82, 84, 87, 90, 95, 96, 98, 99, 102, 103, 108, 110, 113, 115, 120, 121, 122, 123, 126, 128, 129, 133, 134, 141, 142, 143, 145, 147, 157, 160, 164, 166, 167, 170, 174, 175, 176, 181, 189, 190, 191, 193, 194, 195, 197, 199, 209, 211, 214], "rigid": [149, 178, 179], "rise": 181, "risk": [143, 166], "rl": 125, "rlang": 181, "rm": [75, 143, 181], "rmarkdown": [70, 180, 181, 182], "rmd": [70, 149, 214], "rna": 181, "rnorm": 145, "rnw": [145, 214], "road": 212, "roboto": 181, "robust": 183, "rocket": [84, 199], "roll": 153, "rollout": 181, "roman": 145, "room": [107, 134, 136, 149, 192, 195], "roommat": 80, "root": [99, 111, 145, 151, 173, 180, 181, 189, 212], "roper": 180, "rotat": [130, 178, 179], "rough": 197, "roughli": 111, "round": [167, 180, 182], "rout": 80, "router": 80, "routin": [181, 184], "row": [102, 107, 119, 125, 189, 194, 199], "rownam": 111, "rpcinfo": 182, "rpy2": [181, 182], "rsa": [159, 166], "rscript": [124, 127], "rss": [125, 150, 162], "rst": 200, "rstan": [137, 151, 181], "rstudio": [100, 127, 177], "rsync": [15, 18, 48, 134, 166, 181, 195], "rtd": 181, "rtex": [145, 214], "rtmpu49yv": 100, "rtree": 180, "rtx": 63, "rubi": 97, "rule": [7, 61, 73, 145, 149, 174, 181, 195], "run": [6, 9, 10, 15, 20, 28, 35, 48, 61, 63, 67, 70, 74, 75, 76, 77, 78, 81, 82, 83, 84, 85, 86, 91, 93, 94, 96, 97, 98, 99, 100, 101, 102, 103, 105, 109, 112, 113, 116, 117, 118, 119, 123, 124, 126, 127, 128, 130, 133, 134, 136, 137, 139, 140, 142, 145, 146, 148, 149, 151, 152, 153, 155, 157, 158, 159, 160, 162, 165, 166, 167, 169, 171, 172, 174, 175, 177, 178, 179, 180, 181, 182, 183, 184, 185, 190, 191, 194, 196, 198, 199, 200, 203, 206, 209, 210, 212, 214], "run_limit": 53, "run_pend": 162, "run_serv": 117, "runapp": 127, "runnabl": 178, "runtim": 99, "ruptur": 182, "rust": [180, 184], "rustc": [180, 181, 182], "rustfmt": 181, "rw": 195, "rweav": 145, "rwx": 166, "ryan": 199, "sa": 182, "sad": 87, "safari": [21, 137, 138, 214], "safe": [56, 193], "safer": 56, "sage": [15, 18, 61, 64, 70, 72, 83, 87, 93, 107, 119, 128, 132, 136, 137, 143, 145, 149, 151, 158, 162, 174, 176, 177, 180, 181, 192, 194, 195, 199, 200, 203, 207, 212, 213, 214], "sage_custom": 83, "sage_output": 162, "sage_path": 129, "sage_select": [166, 180, 181, 182, 183, 184, 185, 186], "sage_serv": 129, "sagebug": 126, "sagemanifold": 174, "sagemath": [63, 83, 99, 102, 126, 129, 136, 142, 145, 149, 151, 168, 173, 177, 180, 181, 183, 184, 185, 186, 194, 212], "sagemathcloud": [21, 26, 177], "sagemathinc": [25, 51, 52, 54, 55, 66, 72, 129, 141, 163, 171, 174, 203], "sagetex": 181, "sagew": [21, 26, 93, 136, 149, 166, 171, 174, 199, 214], "sagews2ipynb": [171, 199], "sagews2pdf": 171, "sai": [72, 80, 88, 95, 107, 132, 134, 137, 153, 159, 166, 171, 189, 195, 200, 211, 212], "said": 138, "sake": 99, "salvu": [129, 171], "same": [2, 5, 6, 9, 11, 19, 35, 38, 46, 56, 59, 63, 66, 70, 72, 81, 84, 86, 95, 96, 99, 102, 107, 108, 110, 116, 122, 128, 133, 135, 136, 137, 138, 140, 142, 143, 145, 148, 149, 151, 152, 160, 162, 166, 170, 171, 174, 175, 177, 181, 190, 193, 194, 195, 196, 199, 200, 206, 209, 211, 214], "saml": [61, 195], "sampl": [18, 20, 28, 29, 50, 52, 55, 70, 73, 95, 104, 149, 153, 160, 165, 166, 170, 171, 174, 193, 209, 211], "sandbox": 81, "sanit": 149, "saoimag": 180, "saoimageds9": 183, "sas7bcat": 182, "sas7bdat": 182, "satellit": 181, "satijalab": 181, "satisfi": [58, 63], "sav": 182, "save": [6, 9, 10, 28, 35, 56, 57, 70, 73, 80, 85, 86, 95, 99, 100, 105, 107, 128, 132, 137, 143, 145, 146, 147, 162, 164, 166, 171, 173, 175, 176, 187, 193, 194, 196, 200, 211, 214], "save_sess": 171, "sbin": [125, 162], "scalabl": [61, 73], "scale": [61, 84, 185, 206, 214], "scatter": [181, 183], "scenario": 63, "scene": [107, 134, 193, 195, 214], "schedul": [15, 16, 63, 84, 162, 175, 181, 211, 212], "schema": [28, 29, 37, 53, 174], "schemat": 214, "scheme": [102, 129], "schmidt": 76, "sci": 96, "scienc": [63, 149, 153, 163, 177, 181, 185, 199], "scientif": [96, 113, 155, 177, 181, 214], "scientist": 73, "scikit": [180, 181, 182], "scipi": [99, 129, 171, 181, 182], "scm": 168, "score": 193, "scp": [134, 166], "scrapi": 183, "scratch": [129, 174, 181, 193], "screen": [0, 3, 5, 6, 10, 28, 65, 72, 80, 95, 129, 147, 155, 164, 166, 180, 187, 189, 192, 193, 209, 211, 214], "screenshot": [65, 69, 70, 79, 96, 123, 133, 142, 145, 147, 160, 163, 164, 175, 177, 181, 194, 197, 211, 214], "scribu": 214, "script": [6, 75, 80, 84, 113, 119, 122, 124, 127, 134, 154, 158, 180, 182, 193, 194, 195, 214], "scriptsaf": 80, "scroll": [56, 83, 95, 99, 102, 105, 125, 134, 149, 166, 190, 195, 209], "scrollabl": 142, "sdk": 180, "seaborn": [130, 180, 182], "seamlessli": [63, 182], "search": [3, 8, 46, 59, 64, 67, 72, 76, 95, 110, 121, 129, 145, 164, 165, 166, 170, 171, 174, 176, 181, 188, 189, 190, 206, 207], "searchabl": 170, "season": [182, 184], "second": [8, 10, 15, 18, 19, 28, 35, 37, 42, 63, 69, 79, 80, 100, 107, 109, 113, 117, 121, 133, 138, 141, 149, 160, 162, 166, 167, 170, 171, 178, 179, 187, 196, 197, 209, 214], "secret": [56, 166, 174, 195], "secret_password": [13, 45], "section": [2, 3, 5, 6, 52, 63, 76, 88, 96, 120, 130, 145, 146, 149, 155, 166, 175, 188, 189, 190, 192, 193, 195, 196, 197, 200, 203, 205, 211], "secur": [2, 34, 36, 37, 51, 63, 80, 92, 141, 143, 145, 166, 169, 174, 190, 191, 193, 195, 212, 214], "sed": 149, "see": [0, 1, 2, 3, 4, 5, 6, 7, 9, 19, 25, 26, 28, 29, 37, 50, 51, 52, 53, 58, 59, 60, 61, 62, 63, 65, 66, 67, 70, 72, 73, 74, 79, 82, 83, 84, 88, 89, 94, 95, 96, 99, 102, 103, 104, 105, 106, 107, 108, 110, 111, 117, 119, 120, 122, 123, 124, 127, 128, 130, 133, 134, 137, 140, 141, 142, 143, 145, 146, 147, 148, 149, 151, 152, 153, 155, 157, 159, 162, 164, 165, 166, 167, 169, 170, 171, 172, 174, 175, 176, 177, 180, 181, 182, 183, 185, 187, 188, 189, 190, 192, 193, 194, 195, 198, 199, 200, 203, 205, 206, 209, 210, 211, 214], "seed": 155, "seek": 181, "seem": [132, 137, 196], "seen": [66, 194, 196, 197], "segment": [103, 171], "select": [0, 2, 3, 5, 6, 37, 59, 63, 65, 67, 68, 70, 72, 73, 82, 83, 87, 90, 95, 97, 98, 99, 100, 107, 110, 113, 115, 117, 119, 123, 124, 125, 127, 134, 140, 141, 145, 146, 147, 149, 151, 159, 160, 161, 163, 165, 166, 170, 173, 174, 175, 177, 180, 181, 182, 184, 185, 187, 188, 189, 190, 193, 194, 195, 197, 199, 209, 210, 211, 214], "selecteddata": 127, "selectinput": 127, "selector": [145, 149, 177], "selenium": [181, 183], "self": [3, 77, 173, 193, 194, 195], "sell": 209, "semant": 181, "semicolon": [31, 146], "send": [2, 5, 9, 10, 24, 28, 30, 35, 43, 53, 55, 59, 80, 109, 120, 166, 171, 174, 189, 190, 192, 195, 199, 209], "sens": [76, 145, 148, 169, 189], "sensibl": [], "sensit": [9, 68, 195], "sent": [10, 21, 27, 28, 31, 35, 37, 41, 59, 80, 128, 189, 190, 192], "sentenc": 147, "sentiment": 182, "sep": [107, 111, 127, 162], "separ": [20, 46, 70, 95, 98, 110, 124, 129, 136, 141, 146, 149, 164, 166, 190, 191, 192, 193, 198, 212], "septemb": 159, "seq": 183, "sequenc": [35, 102, 181], "seri": [80, 180, 181, 182, 183, 184, 200], "serif": [122, 145], "seriou": 167, "serv": [10, 28, 77, 80, 135, 151, 166, 174, 212], "server": [2, 3, 5, 8, 9, 10, 28, 34, 53, 58, 64, 72, 74, 79, 85, 97, 98, 99, 101, 103, 105, 107, 113, 118, 126, 128, 129, 130, 133, 136, 137, 141, 143, 149, 153, 154, 156, 158, 159, 167, 171, 173, 175, 177, 181, 182, 183, 184, 185, 190, 191, 194, 195, 203, 206, 207, 211, 212, 213, 214], "server_app": 77, "server_doc": 77, "server_nam": 63, "servic": [28, 29, 50, 59, 61, 63, 64, 72, 73, 89, 94, 135, 136, 137, 152, 166, 172, 177, 181, 190, 194, 203, 212], "session": [5, 10, 28, 50, 63, 64, 82, 95, 99, 100, 102, 107, 123, 127, 128, 129, 133, 137, 138, 142, 143, 153, 159, 162, 165, 167, 171, 177, 181, 191, 194, 199, 207, 209], "set": [0, 1, 2, 5, 6, 8, 9, 13, 14, 15, 17, 19, 35, 53, 55, 56, 59, 61, 63, 64, 66, 70, 72, 76, 78, 79, 84, 86, 87, 94, 98, 99, 103, 105, 106, 110, 119, 120, 125, 128, 129, 130, 131, 133, 134, 135, 136, 137, 140, 141, 142, 146, 148, 149, 151, 153, 154, 155, 156, 158, 160, 162, 164, 165, 170, 171, 181, 182, 183, 184, 187, 188, 189, 190, 191, 194, 195, 196, 197, 203, 207, 209, 210, 211, 214], "set_plot_opt": 129, "set_xlabel": 130, "set_xticklabel": 130, "set_ylabel": 130, "set_yscal": 130, "setdiff": 127, "setenv": 107, "setmainfont": 145, "setmainlanguag": 145, "setup": [61, 63, 76, 80, 84, 94, 97, 98, 108, 112, 129, 134, 140, 151, 155, 158, 174, 181, 182, 191, 194, 195, 197, 198, 207, 209, 212], "setuptool": 181, "seurat": 181, "sever": [2, 3, 5, 10, 26, 28, 35, 67, 80, 84, 98, 99, 100, 103, 107, 110, 115, 123, 125, 134, 139, 142, 143, 145, 146, 149, 158, 164, 166, 180, 181, 182, 191, 194, 199], "sf": 117, "sgp4": 181, "sh": [56, 125, 162, 199], "shade": 77, "shape": [175, 182, 211], "shapefil": 181, "share": [2, 3, 4, 36, 37, 56, 59, 61, 63, 64, 70, 74, 76, 80, 83, 99, 107, 120, 126, 131, 133, 134, 136, 143, 149, 150, 154, 155, 160, 165, 166, 171, 173, 175, 177, 191, 194, 195, 196, 197, 199, 206, 211], "sharelatex": [144, 147], "sheet": [80, 97], "sheffield": 189, "shell": [34, 35, 67, 99, 130, 133, 134, 162, 166, 180, 181, 195, 214], "sherpa": [181, 183], "shift": [15, 70, 72, 80, 87, 93, 123, 129, 133, 141, 142, 143, 147, 151, 171, 187, 190], "shini": [97, 177], "shinyapp": 127, "shinythem": 127, "shop": [80, 209], "short": [2, 9, 53, 64, 67, 76, 80, 83, 95, 99, 145, 158, 173, 176, 191, 199, 203], "shortcut": [66, 141, 146, 175, 211], "shorter": [165, 181], "shortli": 166, "should": [5, 9, 10, 28, 42, 48, 56, 70, 73, 76, 78, 79, 80, 83, 84, 89, 96, 98, 99, 100, 107, 109, 110, 111, 113, 122, 125, 127, 129, 131, 146, 147, 149, 162, 166, 171, 174, 176, 186, 187, 189, 191, 196, 203, 210, 212, 214], "shouldn": [140, 149], "show": [2, 4, 5, 9, 10, 17, 28, 37, 48, 63, 65, 67, 70, 76, 77, 80, 83, 86, 96, 99, 102, 107, 108, 117, 122, 125, 126, 129, 130, 141, 142, 143, 145, 146, 147, 148, 149, 155, 157, 158, 162, 164, 165, 166, 167, 170, 171, 175, 177, 187, 190, 193, 194, 195, 199, 200, 203, 210, 211, 214], "show_bug": 180, "show_trailing_whitespac": 37, "showcas": 63, "shown": [2, 3, 4, 5, 6, 59, 63, 65, 74, 82, 86, 133, 141, 143, 146, 147, 164, 166, 167, 170, 190, 194, 195, 197, 214], "showwarn": [100, 107], "shut": [63, 84, 159], "shutdown": [80, 206], "si": 180, "side": [65, 66, 80, 133, 136, 141, 142, 146, 149, 155, 166, 170, 171, 174, 175, 181, 191, 195, 211, 214], "sidebar": [8, 176], "sidebarpanel": 127, "sigma": [76, 96], "sign": [0, 3, 5, 19, 31, 45, 49, 54, 56, 59, 61, 70, 80, 90, 95, 103, 108, 110, 120, 133, 137, 146, 149, 155, 159, 164, 166, 167, 170, 174, 175, 187, 190, 191, 194, 204, 207, 209, 211], "signal": [10, 28, 109, 145, 199], "signed_in": 19, "signifi": 174, "signific": [103, 167, 182, 203], "significantli": [2, 153, 166, 206], "silent": [90, 190, 195], "simann": 181, "similar": [8, 63, 76, 77, 99, 111, 125, 131, 135, 142, 147, 149, 162, 166, 171, 185, 189, 192, 193, 194, 196, 200, 203, 209], "similarli": [94, 99, 110, 145, 171, 181], "simpl": [35, 70, 73, 80, 117, 135, 160, 162, 174, 181, 183, 212, 214], "simpleaudio": 143, "simplehttpserv": 135, "simpler": 209, "simplest": 99, "simpli": [63, 73, 98, 130, 149, 153, 160, 166, 171, 189, 194, 195, 209], "simplic": 96, "simplifi": [111, 145, 166, 177, 214], "simul": [97, 181, 182, 183, 184, 214], "simultan": [2, 70, 80, 110, 140, 149, 173, 174, 175, 187, 189, 192, 196, 211], "sin": [59, 77, 91, 171], "sinc": [9, 49, 59, 60, 61, 63, 87, 94, 98, 99, 121, 129, 145, 162, 174, 181, 182, 184, 187, 191, 195, 196, 206], "sine": [77, 171], "singl": [6, 17, 46, 48, 49, 61, 63, 66, 82, 93, 102, 107, 142, 146, 147, 149, 160, 164, 171, 174, 181, 190, 191, 201, 209, 212, 214], "sip": 181, "sit": [103, 149], "site": [5, 53, 61, 66, 80, 99, 100, 126, 129, 149, 154, 159, 195, 198, 203, 206, 209], "sitelicensequota": 53, "situat": [2, 80, 103, 107, 128, 132, 145, 146, 193, 195, 199, 212], "six": [99, 182], "size": [48, 63, 78, 85, 88, 107, 134, 143, 170, 175, 181, 194, 197, 198, 199, 206, 211, 214], "size_t": 96, "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], "skew": 137, "skip": [189, 191], "sklearn": [180, 181], "sktime": 183, "skyfield": 181, "sl": 162, "sla": 212, "slack": 73, "slash": [59, 70, 82, 95, 160, 175, 211], "slate": 170, "slatej": 149, "sleep": [35, 129, 162, 182, 191], "slepc": 181, "slide": [64, 122, 141, 213], "slider": [57, 117, 171, 194, 195, 200], "sliderinput": 127, "slideshow": [97, 175], "slightli": [177, 181], "slow": [62, 80, 132, 137, 166, 194, 195, 214], "slower": [63, 128], "slowli": 128, "sluggish": 194, "slycot": 180, "sm": 125, "small": [2, 5, 58, 59, 63, 80, 84, 107, 121, 135, 141, 143, 145, 147, 151, 153, 162, 167, 174, 182, 184, 193, 197, 203, 214], "smaller": [63, 85, 129, 143, 145, 151], "smallest": 107, "smart": 80, "smart_ind": 37, "smc": [28, 29, 37, 125, 129, 162], "smc_pyutil": 86, "smem": [125, 137], "smith": 27, "smoother": [63, 206], "smoothli": [63, 80, 100, 191], "sn": 130, "snappi": [181, 214], "snapshot": [10, 28, 85, 99, 129, 154, 158, 163, 166, 187, 194, 195, 206], "sne": 181, "snippet": [64, 84, 86, 145, 165, 193, 210, 213], "snp": 184, "so": [5, 6, 9, 32, 50, 53, 58, 63, 66, 80, 87, 89, 90, 95, 99, 100, 103, 106, 111, 119, 120, 127, 128, 129, 134, 140, 141, 143, 148, 149, 156, 166, 170, 174, 175, 177, 189, 190, 192, 193, 194, 195, 196, 199, 211, 212, 214], "soap": 181, "socket": [89, 119], "softwar": [4, 61, 63, 64, 83, 97, 98, 100, 126, 128, 132, 137, 151, 154, 175, 194, 195, 200, 203, 206, 211, 214], "solut": [61, 80, 87, 107, 111, 128, 162, 182, 193], "solv": [78, 80, 126, 141, 171, 181, 183, 185, 194, 195], "solver": [181, 185], "some": [2, 5, 9, 38, 44, 49, 59, 63, 66, 70, 76, 77, 78, 79, 86, 87, 96, 98, 103, 110, 113, 120, 122, 126, 128, 134, 135, 136, 137, 140, 141, 142, 143, 145, 146, 149, 151, 152, 160, 164, 166, 169, 170, 171, 174, 175, 177, 180, 181, 182, 183, 188, 189, 190, 192, 193, 195, 196, 200, 203, 209, 211, 212, 214], "some_other_email": 189, "somebodi": [108, 209], "somedai": 53, "somehow": [80, 108, 121], "someon": [3, 30, 31, 107, 126, 151, 166], "someth": [5, 6, 48, 53, 63, 80, 115, 129, 137, 143, 151, 166, 176, 192, 195, 210], "sometim": [63, 80, 90, 107, 110, 138, 145, 148, 149, 166, 212, 214], "somewher": [56, 111, 129, 159, 166], "soon": [76, 107, 141, 181, 182, 190, 192, 193, 195, 209], "sooner": 174, "sophist": [53, 73, 80, 117, 144, 195], "sorri": 145, "sort": [37, 53, 107, 108, 125, 129, 135, 162, 174, 187], "sound": 143, "soupsiev": 181, "sourc": [15, 17, 18, 28, 29, 37, 50, 51, 52, 54, 55, 63, 74, 76, 80, 83, 95, 96, 99, 100, 103, 115, 122, 130, 134, 146, 147, 148, 149, 151, 155, 159, 160, 162, 174, 176, 177, 181, 182, 183, 184, 195, 199, 203, 210, 212, 214], "source_path": [10, 28], "source_project_id": [10, 28], "sourceurl": 122, "sp": 171, "space": [2, 37, 46, 57, 59, 63, 70, 78, 82, 97, 98, 107, 125, 129, 132, 134, 137, 141, 149, 153, 157, 158, 164, 166, 170, 175, 176, 182, 187, 189, 199, 207, 211], "spaces_instead_of_tab": 37, "spaci": 182, "spam": [59, 190], "span": [170, 189, 199], "spare": 2, "sparql": 181, "spatial": 180, "spawn": [143, 155], "speak": 76, "spec": [25, 149], "speci": [127, 184], "special": [2, 80, 83, 98, 99, 100, 116, 120, 145, 146, 171, 173, 183, 193, 203, 206], "specialmatric": 182, "specif": [3, 10, 15, 17, 21, 28, 56, 59, 66, 70, 72, 83, 97, 98, 99, 100, 103, 108, 117, 127, 128, 136, 137, 142, 145, 146, 148, 149, 163, 165, 166, 175, 177, 178, 180, 181, 182, 192, 194, 195, 199, 200, 209, 212], "specifi": [2, 3, 6, 11, 15, 18, 19, 35, 37, 52, 72, 73, 99, 111, 127, 141, 146, 149, 153, 156, 166, 170, 176, 177, 182, 190, 196, 197, 206], "spectrometri": 184, "speech": 194, "speed": [9, 63, 80, 134, 181, 194], "spell": 146, "spend": [63, 173], "sphere": 182, "spherogram": 182, "sphinx": [180, 181], "spike": 107, "spin": [9, 182, 195, 212], "spiral": 133, "spirit": [99, 145], "splash": 3, "split": [65, 70, 73, 74, 82, 84, 91, 95, 96, 109, 116, 123, 127, 129, 133, 141, 145, 147, 149, 214], "spoken": 76, "sporad": 80, "spot": [63, 99], "spp": 182, "spreadsheet": [95, 181, 190, 209, 214], "spss": 214, "spun": 84, "spyder": [181, 214], "spyder3": 214, "sql": [119, 182], "sqlalchemi": 181, "sqlite": 180, "sqlite3": 180, "sqlitebrows": 180, "sqlline": 180, "squar": [149, 184], "squarifi": 183, "src": [10, 15, 16, 17, 19, 25, 28, 29, 37, 51, 86, 122, 125, 143, 149, 162, 171], "src_path": [10, 15, 17, 18, 28], "src_project_id": [10, 15, 17, 18, 28], "srv": 111, "ss": [125, 162, 171], "ssh": [48, 63, 87, 89, 94, 129, 158, 162, 167, 207], "ssh_host_rsa_kei": [125, 162], "sshd": [125, 162], "sshd_config": 162, "ssl": 135, "sso": 195, "st": 130, "stabil": 129, "stabl": [181, 182, 184, 203], "stack": [5, 100, 137, 171, 177, 178, 179, 181, 184, 194], "stackexchang": 145, "stackoverflow": 134, "stacktrac": 171, "staff": 7, "stage": 81, "stai": [151, 166, 184, 195], "stale": [137, 162, 185], "stall": [80, 128, 190], "stamp": 174, "stand": [93, 107, 145, 149, 181, 189, 214], "standalon": [127, 152], "standard": [2, 37, 61, 63, 98, 131, 146, 166, 170, 171, 181, 195, 197, 212], "standbi": 206, "stapler": 180, "star": [133, 181], "start": [2, 10, 20, 28, 35, 46, 50, 51, 58, 59, 63, 64, 70, 74, 75, 77, 80, 82, 83, 87, 92, 93, 95, 96, 97, 98, 99, 100, 102, 107, 111, 112, 113, 116, 117, 123, 124, 125, 128, 129, 130, 133, 134, 135, 136, 137, 139, 141, 144, 145, 148, 149, 151, 155, 156, 158, 159, 164, 165, 166, 170, 171, 173, 174, 175, 178, 179, 180, 181, 182, 185, 186, 187, 190, 191, 194, 196, 199, 201, 203, 209, 210, 211, 212], "start_metr": 28, "startup": [84, 117, 181], "stat": [80, 125, 162, 182, 214], "stata": 182, "state": [48, 53, 60, 63, 73, 76, 107, 128, 166, 171, 181, 182, 194, 195], "statement": [63, 73, 137, 145, 189], "static": [80, 90, 129, 174], "statist": [96, 99, 100, 146, 163, 166, 177, 180, 181, 214], "statsmodel": [181, 182], "statsplot": 181, "statu": [2, 4, 6, 10, 15, 17, 26, 28, 50, 53, 63, 78, 80, 84, 119, 148, 153, 155, 162, 166, 171, 173, 181, 207], "status_cod": 50, "stderr": [35, 162, 171], "stdin": 99, "stdio": 129, "stdlib": 96, "stdout": [35, 162, 171], "steadi": 184, "steal": 84, "stein": [63, 98, 138, 212, 214], "step": [56, 63, 83, 90, 95, 97, 99, 100, 101, 102, 105, 106, 134, 137, 145, 149, 160, 163, 166, 167, 174, 188, 190, 193, 195, 197], "stephen": 130, "sthe": 57, "sticki": [149, 170], "still": [5, 15, 18, 22, 66, 80, 87, 99, 107, 111, 112, 116, 125, 141, 151, 166, 173, 174, 180, 181, 182, 184, 188, 194, 195, 196, 199, 206], "stop": [2, 3, 35, 50, 51, 63, 72, 90, 107, 119, 128, 129, 142, 143, 148, 159, 162, 165, 167, 171, 174, 187, 188, 194, 195, 206], "stopwatch": [64, 213], "storag": [57, 61, 85, 152, 158, 181, 203, 206, 207], "store": [5, 6, 37, 48, 52, 53, 63, 73, 85, 87, 100, 105, 107, 119, 142, 146, 148, 166, 177, 187, 194, 195, 200, 209], "str": 162, "straight": 194, "straightforward": [5, 80], "strang": 80, "strategi": [44, 80], "stream": [80, 86, 171, 182], "streamlit": 97, "streamlit_server_base_url_path": 130, "strength": 182, "strict": 63, "strictli": [171, 183], "string": [6, 11, 15, 21, 28, 29, 31, 32, 34, 45, 46, 52, 53, 55, 56, 66, 70, 86, 129, 130, 149, 164, 165, 166, 187, 189, 214], "strip": [10, 28], "strip_trailing_whitespac": 37, "stripe": 5, "strive": [63, 212], "strongli": 190, "structur": [10, 28, 116, 145, 149, 181, 189], "stuck": [132, 137, 199, 214], "student": [2, 5, 58, 59, 63, 64, 86, 95, 106, 111, 136, 148, 151, 166, 170, 173, 191, 192, 198, 199, 200, 209], "student_id": 195, "studi": [63, 82, 185, 194], "studio": [64, 213, 214], "stuff": 122, "sty": 145, "style": [53, 80, 122, 145, 171, 182, 187, 189], "styleguid": 181, "styler": 181, "sub": [145, 166, 194], "subdir1": [10, 28], "subdirectori": [54, 68, 119, 145, 158, 193], "subdivid": 171, "subdocu": 145, "subdomain": [63, 89], "subfil": 146, "subfold": [174, 189, 195], "subject": [2, 21, 26, 30, 31], "sublim": 70, "submiss": 182, "submit": [42, 84, 195], "subplot": 130, "subprocess": 162, "subroutin": 91, "subscrib": [72, 203], "subscript": [2, 107, 148, 166, 167, 173, 194, 195, 197, 207, 209], "subsequ": [95, 189], "subshel": 99, "subslid": 141, "substitut": [2, 83, 129], "subtitl": 170, "subtl": [149, 166], "succe": [15, 18, 80, 83], "succeed": 99, "success": [10, 11, 13, 15, 18, 22, 28, 30, 32, 39, 44, 56, 99, 111], "successfulli": [63, 99, 166, 177, 196], "successor": 180, "sud": 181, "suddenli": [78, 143], "sudo": [63, 76, 131], "suffer": 194, "suffici": [63, 110, 152, 170, 196], "suffix": [82, 160], "sugar": 129, "suggest": [2, 80, 83, 88, 128, 145, 146, 188, 214], "suit": [28, 29, 181, 214], "suitabl": [15, 63, 66, 142, 146, 181], "sum": [84, 107, 125, 206], "summar": [132, 200], "summari": [61, 125, 146, 149, 153, 182, 193], "super": 214, "superpow": 63, "supersed": 51, "superus": 99, "suppli": [36, 38], "support": [2, 5, 21, 26, 28, 29, 32, 37, 58, 59, 61, 63, 65, 80, 81, 87, 90, 91, 98, 99, 100, 102, 110, 111, 112, 113, 115, 116, 118, 121, 125, 126, 128, 130, 136, 137, 138, 140, 141, 149, 151, 155, 166, 167, 171, 173, 175, 180, 182, 185, 187, 191, 192, 193, 194, 199, 209, 210, 211, 214], "support_ticket": 26, "support_ticket_url": 21, "suppos": [83, 99, 124, 142, 143, 145, 153, 171, 197, 199], "sure": [2, 63, 75, 79, 83, 84, 87, 99, 100, 105, 106, 107, 110, 119, 120, 121, 126, 128, 130, 134, 137, 142, 143, 145, 148, 159, 162, 166, 174, 177, 181, 188, 189, 194, 197, 200, 214], "surfac": [182, 183], "surject": 70, "surpris": [63, 149, 181, 212], "surprisingli": [], "surround": [70, 149, 214], "surviv": [107, 203], "suspect": [62, 103, 159], "suspend": 63, "sustain": 63, "svg": [97, 143, 175, 180, 181, 211], "swap": 125, "swarm": 181, "sweav": 145, "swirl": 180, "swirl_data_dir": 180, "swirl_opt": 180, "switch": [59, 63, 66, 70, 80, 81, 84, 91, 95, 96, 99, 101, 107, 122, 125, 129, 140, 148, 151, 160, 170, 180, 181, 182, 184, 185, 186, 194, 199, 200, 214], "sy": [86, 100, 107, 112, 127], "symbol": [59, 76, 80, 129, 145, 149, 187], "symengin": 181, "symlink": [75, 129, 166, 181], "symmetri": 182, "sympi": [145, 168, 180, 182], "symptom": 80, "sympyblock": 145, "sync": [63, 149, 181, 191], "syncer": 181, "synchron": [63, 136, 149, 187, 195, 199], "synctex": 146, "syntact": 129, "syntax": [2, 59, 82, 90, 123, 134, 136, 145, 149, 151, 171, 180, 210], "synthet": 37, "synthmon": 37, "system": [5, 61, 63, 72, 76, 79, 80, 87, 98, 99, 101, 111, 124, 125, 129, 134, 145, 149, 151, 153, 155, 158, 160, 171, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 189, 194, 206, 207, 212, 214], "sytnax": 181, "t": [3, 5, 7, 11, 25, 37, 48, 49, 51, 52, 53, 54, 55, 56, 59, 63, 65, 66, 67, 70, 72, 76, 82, 83, 85, 88, 95, 98, 99, 107, 108, 111, 112, 115, 119, 121, 127, 128, 129, 130, 132, 135, 137, 141, 143, 145, 147, 149, 151, 153, 155, 162, 166, 167, 170, 171, 173, 174, 175, 180, 181, 182, 185, 193, 194, 195, 200, 206, 211, 212, 214], "t1": 146, "t4": 63, "t4fex0qkt9": 35, "ta": 59, "tab": [2, 4, 8, 59, 66, 70, 72, 73, 74, 78, 79, 83, 84, 95, 107, 108, 109, 110, 113, 118, 119, 122, 128, 129, 130, 133, 137, 145, 148, 156, 160, 166, 167, 169, 174, 187, 188, 189, 190, 193, 194, 195, 196, 197, 198, 210], "tab_siz": 37, "tabl": [9, 28, 29, 32, 37, 105, 111, 119, 145, 157, 180, 181, 183, 191], "tablet": [175, 211], "tabul": 182, "tabular": 65, "tag": [21, 59, 153, 171, 187, 189], "take": [5, 35, 63, 70, 79, 80, 96, 100, 105, 113, 117, 129, 133, 141, 145, 146, 164, 166, 167, 175, 188, 189, 192, 193, 194, 209, 211, 212, 214], "taken": [0, 19, 67, 73, 96, 99, 117, 127, 133, 162, 164, 171, 176, 177, 189], "talk": [21, 120, 175, 203], "tar": [129, 145, 159], "tarbal": [100, 129, 145, 159], "targ": 17, "target": [11, 15, 16, 17, 18, 30, 31, 35, 36, 38, 39, 47, 131, 134, 145, 181, 195, 214], "target_path": [10, 15, 18, 28], "target_project_id": [10, 15, 17, 18, 28], "task": [9, 63, 64, 80, 84, 97, 99, 136, 145, 149, 166, 170, 181, 193, 206, 213], "task_id": 187, "task_output": 162, "tcp": [84, 89], "tcp_port": [125, 162], "teach": [2, 58, 64, 111, 136, 166, 173, 177, 178, 179, 188, 189, 191, 194, 197, 203], "teacher": [59, 64, 190, 191, 203], "team": [5, 31, 63, 73, 86, 128, 137, 167, 174], "technic": [80, 129, 145, 155, 159, 190, 212], "techniqu": [176, 181], "technologi": [10, 28, 194], "tediou": 48, "tell": [42, 58, 75, 80, 96, 98, 99, 100, 108, 117, 121, 125, 128, 129, 145, 181, 195, 214], "tellurium": [180, 182], "temp": 84, "temperatur": 63, "templat": [72, 102, 145, 146, 147, 156, 163, 181, 193], "tempor": [149, 181], "temporari": [45, 75, 78, 84, 145, 146, 147, 158, 181], "temporarili": [45, 52, 107, 199], "temporary_directori": 84, "ten": [134, 148, 191], "teneto": [181, 182], "tensorboard": [77, 135, 180, 181, 182], "tensorflow": [63, 73, 177, 180, 181, 182], "tensorli": 181, "tequila": 185, "term": [63, 72, 82, 83, 84, 99, 109, 123, 129, 134, 143, 162, 171, 174, 180, 181, 185, 187, 195, 199, 203], "termin": [6, 15, 18, 61, 63, 64, 67, 70, 72, 74, 76, 77, 81, 82, 83, 84, 88, 91, 94, 95, 96, 98, 99, 100, 101, 105, 109, 113, 117, 119, 123, 124, 125, 127, 128, 130, 132, 134, 135, 136, 137, 141, 143, 145, 149, 151, 156, 157, 158, 159, 162, 165, 166, 171, 177, 180, 181, 182, 184, 185, 191, 192, 194, 202, 210, 212, 213], "terminul": 199, "terra": 181, "test": [2, 9, 28, 29, 34, 67, 73, 76, 80, 83, 89, 96, 98, 99, 100, 107, 111, 119, 129, 135, 149, 166, 167, 177, 180, 181, 182, 183, 189, 193, 195], "testimoni": [], "testmon": 181, "testproj": 166, "testproject": 37, "testthat": 111, "tex": [52, 70, 90, 115, 136, 145, 146, 147, 156, 160, 181, 214], "texcount": 146, "texhash": 145, "texliv": 180, "texmac": 214, "texmak": 214, "texmfhom": 145, "texstudio": 214, "text": [2, 21, 30, 36, 37, 38, 47, 52, 61, 64, 65, 67, 68, 73, 76, 90, 130, 136, 137, 141, 143, 145, 146, 164, 165, 166, 171, 174, 176, 177, 178, 179, 188, 189, 191, 200, 209, 213, 214], "text_file_read_from_project": 38, "textarea": 166, "textbf": 147, "textbook": 58, "textbox": 145, "textliv": 151, "textract": 181, "textual": 182, "textwidth": 145, "tf": [73, 182], "tfd": 73, "than": [2, 5, 7, 9, 19, 28, 29, 31, 48, 58, 63, 70, 72, 79, 80, 83, 85, 86, 88, 95, 102, 110, 116, 128, 135, 142, 148, 149, 160, 166, 171, 185, 189, 190, 194, 195, 199, 200, 203, 204, 206, 209, 212], "thank": [174, 203], "theano": 181, "thei": [2, 9, 11, 35, 39, 45, 47, 49, 63, 66, 80, 81, 87, 91, 103, 107, 108, 115, 116, 120, 121, 129, 142, 143, 145, 147, 148, 149, 155, 162, 166, 174, 175, 176, 177, 178, 179, 182, 188, 189, 190, 192, 193, 194, 195, 196, 197, 198, 199, 203, 206, 209, 211, 212, 214], "them": [2, 49, 59, 63, 72, 73, 80, 90, 95, 100, 103, 107, 108, 115, 116, 120, 121, 128, 129, 134, 142, 143, 145, 146, 147, 149, 153, 155, 160, 164, 166, 169, 171, 174, 175, 177, 178, 181, 182, 185, 187, 188, 189, 190, 192, 194, 195, 196, 199, 200, 206, 209, 211, 212, 214], "theme": [3, 37, 125, 127, 181, 187], "themselv": 120, "theorem": 182, "theoret": 63, "theori": [96, 116, 181, 214], "therefor": [90, 99, 102, 145, 146, 166, 180, 206, 210], "thermal": [178, 179], "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, 62, 63, 64, 66, 67, 70, 72, 73, 75, 76, 77, 78, 79, 80, 81, 83, 84, 86, 87, 88, 89, 90, 93, 94, 95, 96, 98, 99, 100, 101, 102, 103, 104, 105, 107, 108, 109, 110, 111, 113, 115, 116, 117, 119, 120, 121, 122, 124, 125, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 141, 142, 143, 144, 145, 146, 147, 148, 149, 151, 152, 153, 155, 156, 158, 159, 160, 162, 163, 164, 165, 166, 167, 169, 170, 171, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 203, 205, 206, 209, 210, 211, 212, 214], "thing": [2, 43, 53, 60, 63, 80, 82, 103, 108, 111, 128, 129, 137, 143, 145, 164, 171, 211], "think": [5, 137, 171, 177, 192], "third": [76, 133, 149, 178, 179, 197], "those": [2, 28, 29, 48, 59, 61, 63, 66, 72, 80, 110, 116, 162, 165, 166, 173, 175, 180, 188, 190, 195, 196, 211, 212], "though": [5, 15, 18, 53, 76, 90, 98, 103, 107, 151, 166, 188, 193, 206, 214], "thousand": [170, 191, 194], "thread": [59, 84], "three": [73, 84, 86, 133, 149, 155, 171, 175, 178, 179], "threshold": 134, "through": [2, 61, 73, 80, 87, 94, 95, 119, 124, 129, 136, 141, 170, 171, 203, 206, 209], "thu": [63, 138, 149, 166], "thunderbird": 214, "ti": 199, "tick": 149, "ticket": [21, 26, 110, 121, 167, 171, 181], "tide": 181, "tidytransit": 181, "tidyvers": 181, "tie": 174, "tier": 203, "tighten": 180, "tightli": 155, "tikz": [145, 183], "tikzit": 214, "tikzpictur": 145, "tile": 190, "time": [2, 3, 4, 5, 9, 10, 15, 19, 26, 28, 32, 34, 35, 43, 46, 50, 57, 59, 62, 63, 64, 66, 70, 72, 76, 79, 80, 84, 87, 95, 98, 106, 107, 113, 116, 117, 118, 120, 121, 122, 124, 125, 129, 133, 136, 140, 142, 145, 146, 148, 149, 152, 154, 155, 157, 158, 160, 164, 165, 166, 167, 173, 174, 175, 176, 177, 181, 182, 183, 184, 187, 189, 190, 191, 194, 196, 197, 198, 199, 201, 203, 206, 209, 211, 212, 214], "timelin": 165, "timeout": [2, 15, 18, 35, 37, 118, 137, 159, 166, 171, 181, 190, 196, 197, 207], "timer": [64, 213], "timestamp": [15, 17, 86, 160, 165, 195], "timetravel": [97, 121, 128, 140, 141, 142, 145, 154, 166, 181, 195, 212], "timezon": 79, "timml": 184, "tini": [162, 166, 171], "tip": [64, 73, 119, 126, 139, 140, 145, 154, 191], "tipp": 84, "titl": [4, 6, 20, 30, 31, 53, 72, 77, 122, 133, 149, 158, 164, 165, 167, 170, 174, 176, 190, 193, 194, 207], "tk": 125, "tkinter": 133, "tl": 80, "tldr": [180, 181], "tmp": [35, 52, 84, 100, 125, 162, 181], "tmp2": 195, "tmux": 129, "tmuxp": 181, "toal": 74, "toc": [105, 181], "todo": [149, 187], "tofil": 134, "togeth": [166, 177, 182, 192], "toggl": [122, 125, 141, 157, 160, 167, 175, 187, 195], "token": [10, 11, 19, 28, 45, 53, 73, 80, 95, 97, 146, 166], "token_id": 11, "toml": 130, "tomographi": 182, "ton": [63, 137], "too": [9, 85, 89, 107, 108, 132, 137, 145, 151, 159, 181, 206], "took": 142, "tool": [6, 63, 80, 88, 89, 92, 107, 129, 137, 159, 166, 175, 180, 181, 182, 183, 184, 187, 193, 194, 214], "toolbar": [0, 59, 64, 66, 102, 107, 111, 137, 141, 164, 165, 170, 175, 181, 189, 193, 197, 207, 211], "toolbox": 185, "toolchain": [182, 183], "toolkit": [63, 113, 181], "toolset": 184, "top": [5, 59, 63, 70, 72, 80, 84, 88, 98, 99, 102, 103, 115, 126, 128, 129, 137, 141, 145, 146, 149, 153, 161, 164, 166, 170, 171, 174, 175, 176, 177, 180, 186, 187, 189, 192, 193, 194, 196, 197, 199, 203, 207, 211, 214], "topic": [72, 148, 163, 164, 178, 179, 199], "topmost": [167, 209], "torchvis": 181, "tornado": [129, 181], "total": [2, 25, 31, 66, 116, 125, 195, 206], "touch": [43, 195, 212, 214], "touch_project": 28, "tour": [1, 64, 72, 137, 154, 164, 167, 182, 183, 184, 186, 207, 211], "toward": [5, 67, 149, 151, 153], "tpot": [181, 182], "trace": 171, "traceback": 99, "track": [2, 63, 72, 80, 103, 145, 157, 191, 193, 200, 209], "track_revis": 37, "trackpad": [175, 211], "traffic": [63, 80, 89, 127], "train": [9, 64, 73, 180, 191], "transact": [63, 207], "transfer": [15, 18, 63, 73, 209], "transform": [9, 73], "transit": [145, 175], "translat": [9, 59, 90, 129, 181], "transpar": [63, 175, 181, 210, 211], "transpil": 180, "trash": 191, "trashcan": 175, "travel": [57, 63, 64, 142, 154, 166, 171, 175, 191, 194, 211], "tree": [48, 99, 125, 127, 129], "treemap": 183, "trend": [182, 184], "tri": [9, 145, 151, 214], "triag": 132, "trial": [2, 5, 58, 64, 72, 128, 136, 173, 190, 205, 206], "triangl": [69, 171, 195], "triangul": 183, "triangular": [8, 69], "trick": [64, 73, 139, 191], "tricki": 212, "trigger": [53, 59, 66, 147], "trip": 167, "tripl": 149, "trivial": 76, "troubl": [80, 103, 140, 143], "troubleshoot": [64, 89, 137], "true": [15, 17, 18, 19, 35, 37, 46, 48, 53, 84, 86, 100, 111, 117, 133, 143, 149, 162, 171], "truli": [76, 174], "truncat": [35, 129], "trust": [149, 170, 174], "truth": 19, "try": [2, 5, 9, 62, 63, 72, 76, 78, 98, 99, 107, 108, 111, 126, 135, 137, 143, 159, 166, 181, 182, 209, 212, 214], "tslint": 181, "ttf": 181, "ttl": 63, "tty": [125, 162], "tuba": 143, "tuffi": 181, "tune": [183, 212], "ture": 181, "turicr": 181, "turn": [9, 59, 63, 196, 200], "turtl": 97, "tutori": [28, 29, 63, 70, 74, 76, 129, 134, 149, 171, 177, 180, 199], "tux": 76, "tuxpaint": 214, "tv": 80, "tweak": [98, 184, 186], "twice": [116, 117, 133, 145], "twitter": [3, 49, 72, 108, 181, 188], "two": [17, 25, 28, 29, 46, 53, 63, 70, 72, 79, 80, 81, 84, 95, 110, 111, 113, 116, 130, 134, 140, 141, 146, 147, 148, 153, 162, 166, 171, 177, 190, 194, 195, 196, 197, 200, 206, 211], "txt": [15, 18, 36, 37, 38, 47, 70, 88, 193, 195, 214], "type": [3, 6, 9, 21, 27, 28, 29, 34, 35, 37, 44, 46, 48, 49, 50, 53, 55, 59, 63, 72, 82, 86, 87, 94, 95, 98, 99, 100, 103, 107, 111, 113, 116, 119, 121, 123, 125, 128, 129, 133, 134, 135, 136, 141, 149, 156, 164, 165, 166, 170, 171, 174, 177, 181, 183, 189, 192, 193, 194, 199, 201, 206, 209, 214], "typescript": [180, 181, 182], "typeset": [90, 120, 144, 145, 175, 177, 187, 211], "typic": [2, 9, 63, 99, 116, 171, 197, 206], "typo": 108, "tzwhere": 181, "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, 63, 64, 73, 77, 80, 87, 98, 99, 100, 103, 108, 112, 121, 122, 128, 140, 151, 159, 166, 167, 177, 180, 181, 182, 197, 198, 203, 209, 212], "ubiquit": 149, "ubuntu": [6, 75, 102, 122, 166, 177, 180, 181, 184, 199, 214], "ucsc": 181, "ui": [10, 28, 66, 127, 129, 171, 181, 199, 212, 214], "uint8": 73, "ujf": 180, "uk": 189, "ultim": 203, "umap": 181, "unabl": [78, 188, 194, 214], "unavail": 174, "uncertain": 78, "uncheck": [149, 175, 211], "uncompl": 99, "undefin": 49, "undelet": [108, 166, 191], "under": [1, 2, 3, 4, 6, 37, 51, 63, 78, 81, 95, 99, 107, 110, 113, 120, 125, 129, 138, 140, 141, 142, 145, 146, 148, 152, 153, 155, 158, 166, 169, 170, 174, 176, 177, 188, 193, 194, 195, 209, 214], "undergradu": 126, "underli": [10, 28, 61, 177, 200, 212], "underlin": [70, 145, 146], "underscor": [59, 164], "understand": [63, 98, 107, 132, 167], "undesir": 80, "undo": [87, 174, 200], "undo_depth": 37, "unencrypt": 87, "unfamiliar": 80, "unfold": 2, "unfortun": [63, 121, 195], "ungrad": 189, "unhid": 166, "unicod": 59, "unicodeplot": 181, "unifi": [63, 185, 194], "uniform": 181, "uniformli": 155, "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, 58, 99, 166, 173, 174, 182, 189, 190], "unit": [25, 28, 29, 180, 181], "univers": [80, 178, 179, 183, 188, 194, 195], "unix": [76, 119, 129, 159], "unix_socket_": 119, "unix_socket_directori": 119, "unix_socket_permiss": 119, "unless": [63, 98, 121, 194, 195, 198, 214], "unlik": [2, 66, 80, 141, 166, 200], "unlink": [3, 44], "unlink_passport": 28, "unlist": [3, 4, 174], "unpack": [75, 99], "unplug": 80, "unpublish": 4, "unread": [150, 167], "unsav": [78, 166], "unspecifi": 100, "unsupervis": 181, "unsupport": 80, "until": [3, 63, 66, 111, 117, 128, 129, 148, 151, 166, 167, 171, 188, 189, 190, 209, 214], "untrust": 149, "unus": [96, 173], "unwant": 9, "unzip": [75, 145], "up": [0, 1, 2, 3, 5, 9, 10, 19, 28, 31, 48, 49, 52, 56, 59, 63, 66, 67, 72, 75, 78, 79, 80, 83, 84, 87, 90, 94, 95, 96, 98, 99, 100, 101, 105, 112, 115, 116, 117, 121, 125, 127, 129, 131, 132, 133, 134, 135, 136, 137, 141, 142, 143, 145, 146, 151, 153, 155, 158, 160, 163, 164, 165, 166, 167, 174, 175, 177, 180, 181, 183, 184, 187, 188, 189, 190, 191, 193, 194, 196, 198, 199, 200, 201, 203, 206, 209, 210, 211, 214], "upd": [180, 181, 182, 183, 184, 185, 186], "updat": [2, 3, 48, 53, 61, 64, 69, 80, 83, 99, 100, 107, 122, 127, 141, 147, 150, 151, 160, 165, 166, 167, 190, 192, 193, 195, 207], "updated_at": 26, "updgrad": 166, "upgrad": [2, 3, 5, 8, 25, 50, 53, 64, 72, 73, 84, 94, 98, 99, 100, 103, 105, 106, 107, 110, 129, 134, 136, 154, 158, 159, 164, 165, 167, 173, 174, 180, 181, 182, 184, 189, 190, 191, 194, 195, 198, 207, 209], "upgrd": 25, "upload": [6, 59, 66, 73, 97, 99, 100, 102, 115, 124, 136, 141, 145, 147, 166, 194], "upon": [146, 180, 196, 197], "upper": [0, 1, 3, 5, 57, 65, 70, 72, 78, 80, 82, 87, 95, 102, 103, 108, 113, 115, 120, 121, 123, 128, 133, 134, 141, 147, 160, 164, 165, 166, 174, 175, 187, 190, 192, 193, 194, 199, 209, 211], "upset": 184, "upstream": [149, 181], "uptim": [2, 53, 129], "urgent": [166, 212], "url": [3, 21, 26, 28, 29, 30, 31, 45, 48, 49, 50, 51, 52, 53, 56, 59, 66, 73, 77, 80, 84, 117, 120, 122, 129, 130, 134, 135, 148, 149, 194], "url_base_pathnam": 117, "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, 52, 54, 55, 56, 59, 66, 67, 68, 70, 72, 73, 74, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 88, 89, 91, 93, 94, 95, 96, 98, 99, 100, 101, 102, 104, 105, 108, 111, 112, 115, 116, 119, 121, 122, 123, 124, 125, 126, 127, 130, 133, 134, 136, 137, 138, 140, 141, 142, 146, 147, 148, 152, 154, 156, 157, 159, 160, 162, 167, 170, 171, 173, 174, 175, 177, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 196, 197, 198, 199, 201, 203, 204, 206, 210, 211, 212, 214], "usa": 96, "usabl": [73, 194], "usag": [19, 61, 63, 76, 80, 86, 103, 125, 134, 137, 145, 155, 158, 180, 203, 207], "usage_int": 19, "usb": 57, "usepackag": [145, 146], "user": [1, 5, 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, 58, 59, 63, 66, 70, 72, 73, 76, 77, 80, 83, 86, 89, 94, 95, 98, 100, 101, 105, 110, 119, 120, 125, 127, 129, 130, 137, 140, 141, 142, 143, 145, 146, 149, 151, 152, 153, 155, 158, 160, 161, 162, 165, 166, 170, 171, 173, 174, 175, 178, 179, 180, 181, 182, 190, 192, 193, 195, 196, 199, 200, 203, 206, 211, 212], "user_ag": 21, "user_auth": 28, "user_auth_token": 45, "user_queri": [37, 48], "user_search": 28, "user_search_result": 46, "userguid": 75, "usernam": [3, 21, 27, 73, 99, 166, 174], "usethi": 181, "usr": [76, 83, 99, 100, 107, 112, 125, 127, 129, 162, 180], "uss": 125, "usual": [10, 28, 35, 37, 63, 80, 94, 98, 99, 102, 107, 119, 141, 143, 145, 151, 166, 170, 175, 177, 183, 184, 185, 197, 199, 211], "ut": 149, "utc": [15, 162, 187], "utcnow": 162, "utf": [122, 146], "utf8": [146, 162], "util": [25, 28, 29, 37, 63, 70, 75, 76, 78, 88, 107, 111, 129, 145, 166, 180, 181, 182, 186, 195], "utl": 194, "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, 84, 130, 187], "v": [4, 8, 63, 83, 86, 91, 99, 107, 156, 159, 172, 175, 180, 181, 210, 211, 212], "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, 64, 154, 181], "v2": [50, 52, 53, 54, 55, 56, 64, 154, 207], "v4": [95, 187], "valgrind": 184, "valid": [2, 11, 28, 29, 53, 56, 80, 145, 149, 166, 181, 183, 188, 193], "valu": [2, 28, 29, 35, 79, 99, 105, 116, 119, 127, 134, 145, 162, 166, 210], "valuabl": 5, "vanish": [145, 214], "vaniti": [3, 166], "var": [122, 127, 145], "varchar": 119, "vari": [63, 70, 134, 196, 197, 206, 212], "variabl": [53, 87, 98, 99, 105, 112, 127, 128, 129, 130, 133, 143, 158, 171, 176, 180, 181, 184, 199, 207, 210, 214], "variant": [99, 145, 146, 177, 185, 214], "variat": [149, 181], "varieti": [175, 182, 211], "variou": [61, 81, 91, 101, 121, 126, 152, 159, 160, 166, 172, 177, 180, 182, 183, 185, 186], "vast": [63, 177], "vcd": 181, "vcpu": [2, 63, 206], "vctr": 181, "ve": [99, 108, 115, 128, 143, 145, 174, 189, 194, 195, 198, 199], "vector": [145, 214], "vega": 96, "vendor": 137, "verbos": [162, 166, 171], "veri": [2, 9, 48, 63, 78, 84, 87, 99, 103, 110, 137, 140, 142, 145, 147, 162, 166, 171, 174, 177, 185, 189, 194, 195, 197, 200, 206, 212], "verifi": [99, 191], "verilog": 181, "versa": [63, 142], "versatil": 194, "version": [15, 18, 51, 58, 61, 62, 63, 64, 66, 73, 75, 79, 82, 95, 97, 99, 100, 111, 121, 122, 125, 127, 129, 137, 142, 143, 145, 151, 166, 171, 174, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 189, 191, 195, 199, 200, 212, 214], "versu": [3, 101, 139, 166, 177], "vertic": [70, 84, 95, 96, 133, 147, 175, 181, 199, 211], "vh": 181, "vi": [88, 195], "via": [10, 11, 15, 26, 28, 32, 39, 49, 53, 63, 77, 80, 83, 84, 89, 93, 94, 96, 99, 100, 110, 111, 120, 125, 127, 129, 131, 134, 135, 138, 141, 142, 145, 146, 149, 151, 159, 162, 166, 171, 173, 174, 175, 177, 180, 181, 182, 183, 184, 188, 189, 191, 195, 199, 209, 211, 214], "viabl": 212, "vice": [63, 142], "victim": 80, "video": [9, 59, 63, 80, 141, 152, 212], "videochat": 180, "view": [0, 4, 5, 7, 44, 50, 52, 54, 55, 56, 65, 66, 69, 70, 72, 88, 91, 95, 98, 102, 111, 113, 125, 129, 135, 141, 142, 145, 147, 149, 150, 153, 157, 164, 165, 166, 167, 171, 174, 180, 181, 187, 191, 193, 195, 199, 200, 206, 208, 209, 214], "viewer": [64, 89, 171, 213], "vim": [63, 66, 87, 88, 187, 214], "virtual": [61, 63, 83, 84, 99, 107, 112, 136, 152, 171, 181, 212, 214], "virtualenv": 83, "viru": 80, "visibl": [5, 63, 102, 126, 133, 135, 149, 166, 193, 194, 195, 214], "visit": [0, 5, 45, 53, 56, 59, 62, 66, 72, 79, 95, 106, 135, 148, 167, 209], "visual": [64, 77, 181, 183, 184, 211, 213, 214], "visualis": 181, "vm": [129, 137, 181, 209], "void": [96, 129], "vollkorn": 181, "volum": [96, 171, 185], "voluntari": 72, "voucher": [63, 64, 173, 196], "vpat": 72, "vpn": [61, 173], "vqe": 181, "vsz": [125, 162], "vv": 166, "w": [174, 181, 182, 192], "wa": [4, 10, 17, 22, 28, 41, 44, 60, 63, 134, 143, 145, 159, 166, 177, 180, 181, 183, 195, 196, 197, 200, 212, 214], "wacom": [175, 211], "wai": [2, 7, 9, 15, 17, 63, 70, 73, 78, 79, 80, 81, 84, 86, 91, 98, 99, 103, 108, 110, 113, 116, 123, 125, 129, 130, 132, 133, 134, 137, 141, 142, 143, 145, 147, 153, 165, 166, 170, 171, 173, 174, 175, 177, 183, 189, 190, 192, 194, 195, 196, 197, 199, 209, 211, 212, 214], "wait": [10, 15, 18, 28, 63, 80, 95, 100, 109, 117, 128, 133, 148, 167, 177, 195, 214], "wait_until_don": [10, 15, 28], "walk": 48, "wall": 96, "want": [2, 3, 6, 10, 28, 49, 53, 54, 58, 59, 62, 63, 70, 72, 73, 79, 80, 81, 83, 88, 89, 93, 95, 98, 99, 101, 103, 107, 110, 115, 120, 121, 125, 126, 129, 135, 140, 141, 142, 143, 145, 147, 149, 151, 152, 153, 160, 164, 165, 166, 171, 174, 175, 177, 188, 189, 190, 192, 193, 194, 195, 196, 197, 198, 199, 201, 203, 204, 205, 209, 212], "warm": 96, "warn": [3, 53, 72, 76, 79, 80, 96, 97, 100, 101, 113, 132, 135, 137, 140, 141, 146, 147, 166, 177, 190, 194, 196, 197, 203, 214], "wasn": [99, 166], "wast": [63, 191], "watch": [80, 107, 120, 181], "wav": 171, "wave": 171, "waveform": 171, "wavfil": 171, "we": [2, 3, 5, 9, 10, 28, 46, 48, 49, 53, 57, 58, 59, 61, 63, 76, 77, 80, 83, 84, 87, 89, 93, 94, 95, 96, 99, 100, 103, 105, 108, 110, 111, 112, 121, 128, 129, 134, 135, 138, 140, 143, 147, 148, 149, 151, 152, 162, 166, 171, 174, 177, 180, 181, 182, 183, 184, 185, 189, 190, 192, 193, 195, 197, 198, 199, 203, 206, 212, 214], "weather": 80, "web": [10, 28, 61, 62, 63, 79, 80, 87, 89, 117, 127, 128, 129, 135, 141, 145, 154, 158, 166, 177, 180, 194, 199, 207, 211, 214], "webpack": [181, 182], "webpag": 80, "webquiz": 145, "webserv": 97, "websit": [10, 28, 61, 62, 66, 80, 87, 89, 99, 111, 112, 127, 130, 145, 171, 175, 183, 192], "websocket": [77, 137, 180], "websockifi": 180, "webui": 63, "week": [2, 37, 120, 181, 197], "weekli": [182, 184], "weight": [122, 181], "weird": 149, "welcom": [72, 130, 137, 164, 194], "well": [9, 15, 58, 61, 63, 73, 76, 80, 86, 110, 111, 127, 129, 140, 141, 145, 146, 151, 156, 162, 166, 170, 175, 177, 180, 181, 188, 195, 196, 203, 211, 212, 214], "went": 76, "were": [11, 39, 66, 80, 98, 107, 111, 151, 165, 171, 176, 180, 182, 184, 197, 212, 214], "wget": [134, 135, 145, 194], "what": [3, 5, 7, 21, 26, 61, 63, 64, 66, 75, 83, 85, 86, 88, 89, 90, 96, 98, 103, 111, 116, 120, 121, 125, 128, 137, 140, 141, 147, 148, 155, 158, 166, 172, 174, 175, 177, 182, 184, 185, 186, 189, 191, 193, 195, 207, 209, 211, 212], "whatev": [99, 102, 129, 134, 135, 160], "whatsoev": 129, "whe": 113, "wheel": 99, "when": [0, 2, 3, 4, 5, 6, 7, 9, 10, 17, 28, 34, 35, 45, 48, 63, 66, 72, 80, 83, 84, 86, 88, 89, 94, 95, 98, 99, 102, 107, 108, 111, 116, 121, 123, 128, 129, 130, 133, 135, 136, 138, 140, 141, 142, 143, 145, 146, 148, 149, 152, 153, 159, 160, 161, 162, 165, 166, 167, 169, 170, 174, 175, 176, 177, 181, 187, 188, 189, 190, 192, 193, 195, 196, 199, 200, 203, 206, 209, 210, 211, 214], "whenev": [129, 136, 145, 147, 153, 171, 174], "where": [1, 2, 5, 9, 35, 46, 47, 53, 56, 59, 63, 70, 72, 75, 79, 80, 83, 86, 87, 90, 100, 107, 109, 110, 111, 115, 119, 129, 132, 134, 138, 145, 146, 158, 159, 166, 174, 176, 180, 182, 184, 190, 193, 194, 197, 199, 209, 212, 214], "whereas": 143, "wherev": 126, "whether": [44, 79, 80, 128, 141, 171, 188, 193], "which": [2, 6, 9, 10, 15, 16, 17, 18, 22, 28, 30, 31, 35, 36, 37, 39, 45, 46, 48, 49, 51, 53, 59, 63, 66, 70, 75, 76, 80, 83, 84, 86, 87, 90, 96, 99, 101, 102, 107, 109, 111, 115, 128, 129, 130, 134, 135, 138, 140, 142, 143, 145, 146, 147, 149, 153, 155, 158, 160, 162, 163, 164, 166, 171, 174, 177, 178, 179, 180, 181, 182, 184, 187, 188, 189, 190, 192, 194, 195, 196, 197, 199, 203, 204, 206, 209, 210, 212, 214], "whichev": 193, "while": [7, 63, 66, 70, 72, 79, 127, 129, 133, 137, 141, 148, 149, 153, 160, 162, 166, 167, 174, 175, 180, 188, 190, 191, 195, 196, 199, 200, 209, 211, 212], "white": 125, "whiteboard": [59, 64, 149, 170, 174, 175, 201, 213], "whitelist": [80, 89], "who": [30, 31, 63, 80, 120, 126, 138, 143, 153, 154, 160, 165, 166, 173, 174, 175, 190, 195, 196, 209, 211, 212], "whole": [155, 160, 166, 189, 194], "whose": [13, 14, 25, 36, 37, 38, 49, 67, 147, 160, 164, 189, 212], "why": [63, 64, 80, 129, 137, 152, 158, 159, 162, 171, 181, 191, 207], "wide": [53, 56, 72, 79, 98, 124, 129, 149, 151, 175, 177, 181, 182, 183, 184, 185, 186, 211], "widget": [140, 143, 166, 174, 175, 189, 211], "width": [77, 145, 182, 199], "wifi": 80, "wiggl": 59, "wiki": [72, 110, 119, 144, 149, 151, 180], "wikibook": [145, 146, 180], "wikipedia": [116, 149], "william": [9, 63, 98, 138, 152, 212, 214], "williamstein": 174, "win": 129, "window": [3, 10, 28, 62, 66, 67, 73, 80, 87, 91, 95, 110, 129, 149, 159, 166, 167, 174, 181], "windsock": 182, "winter": 182, "wirefram": 214, "wireless": 80, "wisdom": 76, "wish": [2, 63, 80, 99, 145, 209], "wit": 177, "within": [28, 29, 66, 67, 68, 72, 73, 99, 110, 140, 141, 145, 157, 164, 166, 182, 187, 189, 195, 201, 209, 211, 212, 214], "without": [5, 63, 66, 72, 80, 82, 99, 115, 128, 129, 135, 141, 146, 148, 160, 165, 166, 170, 174, 177, 180, 181, 188, 191, 193, 194, 197, 198, 203, 209, 212, 214], "won": [7, 56, 66, 70, 82, 83, 95, 128, 129, 135, 143, 151, 166, 185, 194], "wonder": [61, 212], "wooden": 99, "word": [4, 5, 59, 70, 78, 80, 145, 148, 149, 164, 167], "wordcloud": 181, "work": [2, 5, 6, 9, 10, 11, 28, 35, 48, 59, 61, 63, 64, 67, 70, 73, 75, 78, 82, 83, 84, 85, 89, 93, 94, 98, 99, 100, 102, 103, 107, 109, 110, 112, 119, 121, 125, 127, 129, 130, 131, 132, 133, 134, 135, 136, 137, 140, 142, 143, 146, 147, 148, 149, 151, 153, 155, 158, 162, 165, 166, 170, 171, 174, 175, 176, 177, 178, 179, 180, 181, 182, 187, 188, 189, 190, 191, 192, 193, 195, 196, 199, 200, 206, 209, 210, 211, 212, 214], "workaround": [80, 87, 88, 93, 138, 145, 177, 195], "worker": [84, 203], "workflow": [178, 179, 212, 214], "worksheet": [21, 26, 59, 64, 72, 87, 91, 93, 99, 107, 112, 119, 126, 128, 132, 136, 149, 151, 158, 174, 176, 177, 180, 181, 183, 184, 185, 186, 194, 195, 199, 200, 207, 212, 213, 214], "workshop": [63, 173], "workspac": [100, 136], "world": [36, 47, 53, 112, 129, 135, 137, 162, 178, 179, 182, 183], "worldwid": 80, "worri": [9, 119, 121, 129, 135], "worst": 63, "worth": 58, "would": [6, 9, 46, 53, 72, 80, 83, 99, 106, 115, 124, 134, 135, 138, 140, 142, 143, 149, 166, 170, 188, 195, 196, 198, 212], "wrap": [73, 90, 188], "wrapper": [66, 91, 180, 182], "wrench": [107, 128, 129, 134, 148, 166, 175, 214], "writabl": [100, 160, 171], "write": [9, 10, 15, 16, 17, 18, 28, 37, 53, 59, 63, 73, 91, 95, 119, 121, 129, 130, 141, 149, 151, 162, 166, 171, 174, 182, 192, 194, 195, 197, 214], "write_text_file_to_project": 28, "write_wav": 171, "writeabl": 99, "writer": 214, "written": [47, 135, 177, 181, 182, 193, 195], "wrong": [76, 83, 96, 108, 121, 137, 147, 171], "wstein": [53, 174, 203], "wurlitz": 181, "www": [28, 29, 80, 87, 168, 180, 181], "wx5": 214, "wxagg": 214, "wxmaxima": 214, "wysiwyg": 170, "x": [9, 25, 26, 28, 29, 34, 52, 54, 55, 59, 63, 77, 87, 91, 96, 117, 127, 129, 130, 137, 142, 145, 147, 149, 166, 171, 175, 180, 181, 183, 187, 195, 199, 200, 203, 211, 214], "x11": [61, 88, 94, 112, 180, 181, 182, 183, 210, 214], "x264": 181, "x86": [62, 183], "x86_64": [75, 99, 100, 181], "xarrai": [181, 182], "xclip": 180, "xcol": 127, "xdist": 181, "xdotool": 180, "xedit": 214, "xelatex": [145, 146, 181], "xetex": 177, "xeu": 180, "xf": 145, "xfoo": 46, "xfractint": 182, "xgal": 77, "xgboost": [180, 181], "xl": 184, "xlrd": [181, 184], "xml": [181, 214], "xmlx": 214, "xournal": 214, "xpaint": 214, "xport": 182, "xpra": [180, 181, 182], "xss": [149, 170], "xterm": [180, 199], "xvf": 129, "xvfb": 180, "xx": 171, "xxx": [92, 99], "xyce": 184, "xyz": [21, 26, 32, 35, 171], "xyzabc09090": 19, "y": [9, 15, 63, 77, 91, 96, 100, 117, 127, 130, 166, 175, 211], "yahoo": 190, "yale": 112, "yaml": [70, 181], "yanon": 122, "yapf": [180, 181, 182], "ybar": 46, "ycol": 127, "ye": [120, 138, 159, 166, 188], "year": [2, 63, 130, 174, 177, 182, 184], "yearli": [2, 182, 184], "yellow": [80, 133], "yet": [12, 16, 17, 40, 53, 63, 65, 110, 111, 141, 145, 148, 174, 175, 180, 181, 182, 183, 184, 190, 193, 194, 195, 196, 197, 203, 210, 211, 212], "yfinanc": 183, "ygal": 77, "you": [0, 1, 3, 4, 5, 6, 7, 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, 62, 63, 64, 65, 66, 67, 68, 70, 72, 73, 74, 75, 76, 77, 78, 79, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 93, 94, 95, 96, 98, 99, 100, 101, 102, 103, 105, 106, 107, 108, 109, 110, 111, 112, 113, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 132, 133, 134, 135, 136, 137, 138, 140, 141, 142, 143, 146, 147, 148, 149, 150, 151, 152, 155, 156, 157, 158, 159, 160, 162, 163, 164, 165, 166, 167, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 203, 204, 205, 206, 208, 209, 210, 211, 212, 214], "your": [0, 1, 2, 3, 4, 5, 7, 9, 10, 28, 48, 49, 52, 54, 55, 56, 57, 58, 59, 61, 62, 63, 64, 66, 67, 70, 73, 74, 75, 76, 77, 78, 82, 83, 84, 85, 87, 88, 89, 94, 95, 98, 99, 100, 101, 102, 103, 106, 108, 109, 110, 111, 113, 115, 116, 117, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 140, 141, 142, 145, 146, 147, 148, 149, 150, 151, 152, 156, 158, 159, 160, 162, 163, 164, 165, 167, 169, 170, 171, 172, 173, 175, 176, 177, 180, 181, 182, 185, 187, 188, 189, 190, 192, 193, 195, 196, 197, 198, 199, 200, 203, 206, 207, 209, 210, 211, 212, 214], "your_api_kei": 50, "your_course_nam": 189, "your_minio_access_kei": 73, "your_minio_secret_kei": 73, "your_minio_url": 73, "yourself": [63, 80, 99, 108, 164, 166, 192, 203], "yu": 174, "yy": 171, "yy16bit": 171, "z": [87, 91, 96, 125, 171], "zax": 195, "zealou": 80, "zeep": 181, "zendesk": [21, 26], "zero": [63, 80, 145, 166, 175, 211, 212], "zig": 183, "zip": [75, 99, 115, 145, 159, 160, 195], "zipfil": [115, 195], "zone": [2, 63, 141, 187, 212], "zoom": [87, 147, 175], "zsav": 182, "zucker": 96, "zz": 181, "\u30c4": 214, "\u4e2d\u6587\u5206\u8bcd": 181, "\u4e2d\u6587\u5206\u8bcd\u7ec4\u4ef6": 181, "\u505a\u6700\u597d\u7684": 181, "\u7ed3\u5df4": 181}, "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/Upgrades FAQ", "Chatrooms", "ChatGPT", "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 / Holoview Server", "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", "External Tools", "File Too Large", "Information for Firewall Admins", "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", "Howto", "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 Server", "Multiple CoCalc Accounts", "nbgrader for R", "NEURON simulation environment", "Octave Images and Plots", "<no title>", "Import from Overleaf/Sharelatex", "Multiple CPUs", "Plot.ly\u2019s Dash Server", "Pluto Notebooks for Julia", "PostgreSQL Server", "Project Invitation Tokens", "Recovering a Deleted File", "RemarkJS Slideshow", "Ruby Programming", "R Step-by-Step with Jupyter", "Manage Running Processes", "Question about Sage", "Shiny Server", "Program Seems Slow or Stuck", "Developing 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", "On-Premises CoCalc", "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", "Time Travel", "Stopwatches and Timers", "Tours", "Trial Projects", "Update Your Credit Card", "Project Upgrades", "Upgrades", "User Interface", "Users", "Vouchers", "Visual Studio Code Server", "Whiteboard", "Why CoCalc?", "Working With", "Graphical Applications"], "titleterms": {"": [63, 64, 80, 102, 107, 117, 129, 142, 145, 159, 171, 177, 195], "0": [178, 179, 182, 183, 184, 185], "01": [155, 180, 181, 182, 183, 185, 186], "02": [181, 182, 183, 184, 185, 186], "03": [155, 180, 181, 182, 183, 184, 185], "04": [151, 155, 181, 182, 183, 184, 185], "05": [181, 182, 183, 184], "06": [180, 181, 182, 183, 184, 185], "07": [181, 182, 183, 184, 185, 186], "08": [151, 155, 180, 181, 182, 183, 184, 185], "09": [155, 180, 181, 182, 183, 184, 185], "1": [80, 103, 107, 109, 110, 115, 119, 122, 153, 162, 181, 182, 183, 184, 185, 186, 196], "10": [80, 155, 180, 181, 182, 183, 184, 185, 186], "100": [178, 179], "101": 147, "11": [80, 180, 181, 182, 183, 184, 185], "12": [80, 155, 180, 181, 182, 183, 184, 185], "13": [80, 155, 180, 182, 183, 184], "14": [155, 181, 182, 184], "15": [155, 180, 181, 184], "16": [155, 180, 181, 182], "17": [181, 183, 184], "18": [151, 155, 180, 181, 182, 184], "19": [181, 182, 184], "2": [80, 95, 103, 107, 109, 110, 115, 119, 122, 153, 162, 178, 179, 182, 183, 184, 185, 186, 196], "20": [151, 155, 181, 182, 185], "2018": 180, "2019": [155, 181], "2020": [151, 155, 182], "2021": [183, 184], "2022": [155, 184], "2023": 185, "2024": 186, "21": [181, 182, 183], "22": [180, 185], "23": [180, 181, 185], "24": [181, 184], "25": [181, 182, 184], "26": [181, 183], "27": [180, 181, 182, 183, 184, 185], "28": [180, 181, 182, 183, 185], "29": [180, 181, 182, 184], "3": [80, 107, 109, 110, 119, 122, 153, 162, 181, 182, 183, 185, 196], "30": [180, 181, 182, 184, 185], "31": [181, 182], "4": [80, 107, 119, 122, 182, 183, 184, 196], "40": 182, "5": [80, 107, 122, 181, 182, 183, 184, 196], "6": [80, 182, 183, 184], "7": [80, 184], "8": [80, 184, 185], "9": [80, 182, 183, 184, 185], "A": 135, "ASE": 183, "As": 153, "For": [95, 153, 196], "If": [128, 153], "In": [98, 212], "It": 136, "No": [120, 209, 212], "Not": 153, "On": [63, 152, 195, 212], "One": 160, "The": [86, 145], "Their": 195, "To": [175, 211], "Will": 129, "With": [56, 175, 211, 213], "about": [86, 126, 135, 149, 153, 166, 171], "academ": 2, "access": [73, 80, 188, 194, 203, 206], "account": [0, 1, 3, 5, 6, 49, 56, 72, 80, 110, 155, 167, 195], "account_id": 49, "across": 145, "action": [160, 165], "activ": [8, 142, 195], "ad": [83, 194, 196, 197], "add": [6, 37, 53, 80, 153, 166, 190, 193], "add_collabor": 11, "add_license_to_project": 12, "addit": [28, 29, 72], "address": [49, 195], "adjust": 129, "admin": 89, "administr": 209, "advanc": [2, 153], "afford": 203, "after": [188, 198], "again": 72, "ai": 9, "all": [48, 53, 80, 125, 129, 195], "allow": 3, "altern": [140, 166], "alwai": 2, "am": 194, "an": [10, 28, 37, 51, 56, 58, 72, 80, 110, 111, 129, 145, 164, 171, 189, 193, 195], "anaconda": [99, 129, 184, 199], "analysi": [178, 179], "ani": [80, 159], "anonym": 155, "api": [5, 10, 28, 29, 48, 49, 51, 53, 56, 86, 95], "app": 77, "appendix": 64, "appli": [148, 196], "applic": [2, 66, 112, 138, 214], "approach": 212, "ar": [80, 108, 159, 171, 195], "arrang": 209, "arrow": [175, 211], "assembl": 74, "assembli": 74, "assign": [111, 189, 193, 194, 195], "assist": [9, 190], "astropi": 182, "asymptot": 145, "async": 182, "atsa": 182, "attach": 171, "attempt": 80, "authent": [28, 29, 95], "autograd": 155, "autom": [178, 179], "automat": [5, 145, 189], "aux": 125, "auxiliari": 174, "avail": [63, 93, 130, 166, 170, 177], "aw": [75, 166], "azur": 73, "back": 159, "backslash": 145, "backup": [57, 160, 171], "balanc": [5, 153], "banner": [196, 203], "bar": [8, 67, 141, 142], "barebon": 122, "base": 182, "baseurlpath": 130, "bash": [76, 162], "bash_profil": 129, "bashrc": [76, 129], "basic": 142, "batch": [155, 164], "becom": 63, "befor": 195, "benefit": 177, "bert": 182, "besid": 162, "better": 203, "between": [10, 28, 58], "bill": [9, 58, 63], "binari": 129, "bind": 199, "bioconductor": [183, 184], "bitbucket": 159, "block": [80, 149], "bokeh": 77, "bookstor": 209, "box": 76, "broken": [90, 199, 214], "browser": [80, 110, 138, 159, 199], "bugfix": [182, 183], "bui": [2, 53, 148, 203], "build": [105, 145, 146], "built": [129, 145, 177], "button": [86, 134, 142, 143], "c": [82, 96, 129], "cach": 80, "calcul": 129, "call": 129, "can": [58, 78, 80, 110, 129, 149, 159, 203], "cannot": [145, 203], "capac": [153, 196], "card": 204, "carri": 153, "cart": 53, "categori": 214, "caus": 103, "cell": [129, 141, 142, 175, 211], "chang": [171, 195, 200], "change_email_address": 13, "change_password": 14, "charg": 196, "chat": [9, 59, 70, 167, 175, 192, 199, 211], "chatgpt": [60, 171], "chatroom": [59, 192], "check": [79, 80, 122, 128, 145, 189], "checkbox": 149, "checker": 70, "chemistri": [178, 179], "choic": 9, "choos": [63, 153], "chrome": [80, 87], "class": 195, "classic": [102, 140, 177], "clear": [107, 200], "cli": 75, "click": 108, "client": [56, 84], "clock": 79, "close": [73, 159], "cloud": [61, 63, 73, 152, 166], "cluster": 84, "cobol": 182, "cocalc": [1, 48, 49, 53, 61, 62, 63, 64, 72, 79, 80, 83, 92, 94, 95, 97, 102, 103, 110, 111, 128, 129, 133, 136, 138, 140, 141, 143, 149, 150, 152, 166, 167, 174, 177, 193, 194, 198, 199, 203, 209, 212, 214], "code": [70, 96, 123, 129, 135, 142, 149, 171, 209, 210], "colab": 185, "collabor": [108, 140, 149, 165, 166, 170, 174, 175, 192, 199, 203, 211], "collect": [174, 189, 193], "com": 92, "command": [76, 91, 94, 98, 100, 146, 195, 199], "comment": 193, "commit": 73, "commun": [10, 28], "compat": 95, "compil": [96, 129, 131], "complet": [171, 187, 193], "comput": [63, 80, 129, 141, 152, 178, 179, 196], "concis": 171, "configur": [76, 99, 129, 130, 166, 196, 209], "congest": 80, "connect": [80, 84, 92, 109, 119, 128, 167, 171], "consecut": 141, "conserv": 143, "consider": [63, 174], "contact": 194, "content": [1, 9, 141, 156, 175, 193, 194, 211], "continu": 151, "contribut": 166, "control": [94, 166, 194, 212], "convers": 171, "convert": [81, 155, 195], "cooki": 80, "copi": [10, 28, 175, 195, 211], "copy_path_between_project": 15, "copy_path_delet": 16, "copy_path_statu": 17, "copy_public_path_between_project": 18, "core": 2, "cost": [2, 63], "count": [146, 201], "counter": 142, "cours": [155, 188, 189, 190, 194, 195, 196, 203], "cpu": [2, 116, 128, 206], "creat": [56, 59, 63, 72, 83, 120, 129, 145, 187, 189, 190, 193, 201, 209], "create_account": 19, "create_project": 20, "create_support_ticket": 21, "credenti": 95, "credit": [204, 209], "csv": [65, 88], "cumul": 182, "current": [166, 177], "cursor": 70, "custom": [83, 87, 98, 99, 129, 143, 145, 166, 176, 177, 178, 199, 203], "cut": [129, 175, 211], "dark": [3, 155], "dash": 117, "dashboard": 84, "dask": [77, 84, 178, 179], "data": [9, 28, 29, 70, 73, 86, 174, 178, 179], "data8": 182, "databas": [48, 92, 119], "datasci": 182, "dataset": 73, "date": [80, 187, 195], "deal": [134, 145], "debian": 76, "debug": [80, 128, 162], "dedic": [2, 107, 128], "deep": [178, 179], "default": [3, 66, 129, 156, 177], "definit": 171, "degre": 194, "delet": [73, 108, 121, 141, 164, 166, 188, 195], "delete_account": 22, "demo": 95, "depot": 98, "descript": [37, 166, 187], "design": 181, "desktop": [62, 66, 94, 113, 128], "detail": [107, 149, 177], "detect": 129, "develop": [92, 129, 162, 203], "dialog": 214, "diff": 195, "differ": [58, 110], "directli": 99, "directori": 48, "disabl": [5, 171, 203], "disconnect": [129, 199], "disconnect_from_project": 23, "discount": 2, "discret": [178, 179], "disk": [85, 143, 206], "displai": [3, 6, 66, 165, 214], "distribut": [189, 193, 209], "dn": 80, "do": [58, 63, 80, 108, 145, 175, 190, 193, 196, 211], "docker": 92, "document": [129, 145, 167, 171, 174], "doe": [80, 95, 145], "doesn": 106, "dollar": 145, "domain": 80, "don": [80, 140], "done": 198, "doubl": 80, "down": [80, 109, 119, 201], "download": [159, 209], "drag": [134, 141], "draw": 145, "drive": [87, 134], "drop": [134, 141], "dropbox": 87, "dropdown": 0, "due": [187, 195], "dune": 185, "durat": 174, "dynam": 135, "easi": 110, "edg": [80, 175, 211], "edit": [9, 129, 141, 149, 167, 170, 175, 187, 192, 211], "editor": [3, 37, 70, 123, 144, 146, 199], "effici": [178, 179], "element": [149, 174], "elimin": 103, "els": [80, 103], "emac": 87, "email": [49, 190, 195], "emb": 143, "embed": [10, 28, 143, 149], "emoji": [149, 170], "empti": [108, 195], "emul": 94, "enabl": [5, 80, 145, 153], "encapsul": 99, "encod": 146, "end": [92, 188], "endpoint": [5, 28, 51], "enhanc": [141, 149], "enter": [193, 197], "entri": 165, "environ": [98, 99, 112, 129, 166, 177, 184, 199], "error": [80, 148, 171], "escap": 145, "etc": [159, 183, 185], "even": 125, "everyon": 195, "everyth": 80, "exactli": 195, "exampl": [10, 28, 37, 50, 63, 76, 84, 130, 135, 162, 178, 179, 209], "except": 129, "execut": 142, "exercis": [178, 179], "experi": 181, "explor": [67, 69], "export": [86, 90, 115, 143, 145, 149, 155, 189, 195, 200], "express": [175, 211], "extend": 171, "extens": [80, 101, 105, 199], "extern": 87, "f90": 129, "faq": [58, 80, 145, 159, 195], "featur": [59, 61, 142, 146, 149, 166, 199], "fenc": 149, "fetch": 134, "field": [37, 195], "figur": 129, "file": [1, 3, 4, 9, 10, 28, 37, 67, 68, 69, 70, 72, 76, 78, 80, 87, 88, 95, 121, 123, 134, 135, 143, 145, 146, 149, 155, 156, 159, 160, 165, 166, 171, 174, 177, 187, 190, 194, 195, 199, 200], "filenam": 3, "filesystem": 63, "filter": [164, 165], "find": [68, 69], "fingerprint": [6, 159], "finish": 194, "firefox": 80, "firewal": 89, "first": [72, 84, 95, 136, 185], "fish": 199, "fix": [90, 110, 129, 182, 184, 186], "flipper": 183, "flush": 73, "flyout": 69, "folder": [174, 193, 195], "font": [170, 199], "forgot_password": 24, "form": 171, "format": [28, 29, 187], "formatt": 166, "fortran": [91, 129], "fortun": 76, "forward": [63, 146, 177], "frame": [70, 123, 175, 199, 211], "free": 58, "frica": 87, "from": [49, 99, 115, 129, 134, 141, 188, 189, 195, 199, 210], "front": 92, "full": 212, "fullscreen": [66, 167], "function": 129, "fund": 203, "further": 95, "futur": 151, "gap": 93, "gatewai": 159, "gc": 166, "gener": [3, 51, 58, 92, 129, 135, 181, 193, 195], "geograph": 63, "get": [37, 48, 49, 50, 51, 53, 58, 72, 73, 95, 110, 142, 147, 177, 190, 194, 214], "get_available_upgrad": 25, "get_support_ticket": 26, "get_usernam": 27, "gettabl": 37, "git": [94, 99, 159, 195], "github": [159, 174], "gitlab": 159, "given": [37, 48], "glanc": 125, "glass": 68, "gnu": 74, "gnucobol": 182, "gnuplot": 145, "go": [110, 153], "gone": 108, "googl": [63, 73, 80, 87, 95, 134, 166], "gprmax": 182, "gpu": 143, "grade": [107, 189, 193], "graphic": [94, 112, 133, 214], "group": 192, "gsl": 96, "guid": [136, 191, 194], "halt": 143, "hand": [178, 179], "handbook": [178, 179], "handout": [189, 195], "happen": 194, "hardlink": 182, "hashtag": [59, 149, 175, 187, 211], "have": [80, 195], "hax": 183, "hdpi": 214, "healpi": 182, "hebrew": 145, "height": 129, "hello": 130, "help": [167, 171], "hidden": [160, 164, 166], "hide": [3, 160, 166, 188], "high": 214, "hint": 134, "histori": [86, 199, 200], "holoview": [77, 184], "home": 161, "host": [2, 94, 128, 159, 203, 206, 209], "how": [9, 58, 110, 111, 129, 153, 159, 171, 194, 195], "howto": [10, 28, 97, 145, 171], "html": [70, 81, 88, 122, 149, 171], "htop": 107, "hub": [73, 86], "hyperstack": 63, "i": [9, 58, 63, 73, 79, 80, 103, 107, 108, 129, 136, 159, 165, 170, 182, 194, 198, 209, 214], "icognito": 110, "icon": [68, 80, 157, 166, 172, 175, 208, 211], "id": [37, 49], "ident": 110, "identifi": 128, "idl": [129, 206], "ifram": [10, 28], "imag": [92, 113, 145, 166], "implement": 149, "import": 115, "impos": 153, "improv": [181, 203], "includ": [145, 159], "incompat": 80, "index": 71, "indic": 64, "individu": 155, "infect": 80, "info": 182, "inform": [58, 73, 89, 155, 178, 179, 204], "initi": [162, 197], "insert": [141, 145, 170, 175, 211], "insid": 70, "inspect": 107, "instal": [75, 76, 80, 98, 99, 100, 129, 131, 145, 199, 214], "instead": 80, "institut": [196, 197], "instructor": [191, 193, 196], "int": 129, "integ": 129, "integr": [141, 195], "interact": 174, "interfac": [103, 207], "intermedi": 80, "internet": [134, 203, 206], "introduc": 164, "introduct": [61, 137, 149, 171], "invers": [146, 149], "invit": [120, 164, 190, 195], "invite_collabor": 30, "invite_noncloud_collabor": 31, "invoic": [5, 58], "ipad": 138, "ipywidget": 184, "isn": 87, "issu": 80, "item": 177, "j": [92, 182], "java": 129, "javascript": 182, "julia": [98, 118, 129, 181, 182, 183, 184, 186], "jupyt": [9, 72, 83, 88, 90, 91, 93, 97, 98, 99, 100, 101, 102, 103, 104, 107, 112, 113, 124, 129, 133, 139, 140, 141, 142, 143, 145, 155, 166, 175, 177, 178, 179, 182, 193, 211], "jupyterlab": [105, 140, 166], "keep": 129, "kei": [1, 6, 51, 56, 159, 166, 175, 177, 199, 211], "kera": [178, 179, 182], "kernel": [83, 93, 99, 102, 103, 113, 129, 142, 182], "keyboard": [187, 214], "kill": 129, "kiosk": 66, "knitr": 145, "known": 48, "lab": [102, 177], "land": 80, "languag": [74, 97, 129, 162], "larg": [88, 134, 143, 145], "later": 95, "latest": 80, "latex": [9, 52, 70, 143, 144, 145, 146, 147, 149, 170, 175, 195, 211], "launch": 118, "layout": 214, "lean": 182, "learn": [178, 179, 183], "lectur": [178, 179, 194], "legaci": [5, 145, 197], "lib": 183, "librari": 163, "licens": [1, 2, 53, 63, 106, 148, 153, 155, 166, 188, 196, 203, 209], "like": 129, "limit": [5, 120, 129, 153, 170, 177], "line": [91, 94, 98, 100], "link": [120, 149], "linux": [9, 199], "list": [48, 67, 160, 164, 167, 175, 187, 211], "live": 192, "llm": [9, 196], "load": [80, 165], "local": [6, 73, 76, 129, 143], "locat": [63, 99], "lock": 212, "log": [69, 108, 165], "log_client_error": 32, "login": 6, "logo": 167, "long": [129, 171], "low": 107, "ly": 117, "macaulay2": 185, "machin": [129, 178, 179], "macro": 145, "macs2": 183, "magnifi": 68, "main": 177, "mainten": 184, "make": [37, 80, 195, 196], "malwar": 80, "manag": [2, 125, 148, 189, 195], "manual": [64, 189, 193], "map": [175, 211], "markdown": [70, 122, 129, 149, 187, 195], "mask": 3, "materi": [178, 179, 182], "mathic": [182, 183], "matplotlib": [107, 182], "maximum": 148, "mechan": [178, 179], "member": [2, 128, 203, 206], "memori": [103, 107, 125, 128, 129, 143], "mention": [59, 149, 192], "menu": [0, 142], "merg": 110, "messag": [28, 29, 80, 129, 148, 171], "method": [5, 110, 145], "metric": 33, "microchip": 157, "mini": 160, "miniforg": 185, "minio": 73, "minor": 182, "miss": [151, 195], "mix": 140, "mode": [3, 155, 167, 175], "model": [178, 179], "modi": 183, "modif": 73, "modifi": 92, "modsimpython": [178, 179], "modul": [129, 133], "monei": 153, "mongodb": 109, "moodl": 195, "more": [125, 183, 184, 197, 203], "most": 63, "motiv": 177, "mount": 87, "move": [128, 187], "much": [80, 103], "multi": [84, 145, 146], "multipl": [70, 110, 116, 142, 145, 160, 195, 196, 199], "my": [9, 80, 99, 107, 108, 129, 159, 194, 200], "name": [80, 166], "nasm": 183, "nativ": 138, "navig": [175, 211], "nbgrader": [111, 141, 155, 193], "need": [63, 209], "netwid": 74, "network": 80, "neuron": 112, "new": [69, 83, 129, 150, 155, 156, 166, 184, 185, 189, 190, 199], "next": [72, 108, 212], "nextj": 92, "node": [84, 92, 182, 184], "note": [92, 174, 175, 211], "notebook": [9, 72, 88, 91, 97, 98, 100, 102, 104, 107, 112, 118, 129, 133, 139, 140, 141, 142, 143, 145, 155, 178, 179, 182, 184, 193, 195], "noth": 128, "notif": 167, "now": 108, "nteract": 133, "ntk": 107, "number": [2, 3, 89, 129, 141, 148], "numpi": [178, 179], "o": 182, "oauth2": 95, "object": 195, "obtain": 209, "octav": [113, 129, 182, 183, 184, 186], "off": [57, 79, 129, 145], "offer": 63, "older": 165, "onc": [48, 110], "onli": 196, "open": [80, 160, 165, 167, 212], "openai": 185, "opencv": [178, 179], "oper": 164, "optim": 183, "option": [2, 66, 170, 173, 193, 196, 212], "order": 53, "other": [3, 9, 73, 80, 129, 162], "otherwis": 80, "our": 194, "out": [1, 72, 80, 107, 136], "output": [129, 142, 143], "outstand": 190, "over": 153, "overlai": 214, "overleaf": 115, "overrid": 129, "overview": [175, 211], "own": [99, 129], "p": 125, "packag": [76, 98, 99, 100, 129, 130, 145, 181, 182, 183, 184, 199], "page": [3, 5, 80, 158, 175, 211], "pai": [58, 153, 194, 196, 197, 203], "paid": [58, 196], "panda": 182, "pandoc": 182, "panel": 69, "papermil": 183, "partner": 51, "past": [175, 211], "path": [37, 48, 98, 99], "payment": [5, 196], "pdf": [81, 90, 145, 149, 155, 195], "peak": 107, "peer": 189, "pen": [175, 211], "pentadactyl": 87, "per": [3, 129], "period": [2, 162], "ping": 34, "pip": [99, 129], "pkg": 185, "place": 53, "plai": [143, 171], "plain": [140, 166], "platform": [97, 154, 155], "plot": [5, 104, 113, 117, 145, 171, 210], "plotli": 129, "plugin": 87, "pluto": [118, 184], "pmdarima": 182, "png": 104, "port": [63, 89, 135, 177], "possibl": 103, "postgresql": 119, "pre": 177, "prefer": [1, 3, 145], "prem": [63, 152], "premis": [152, 212], "prepaid": 5, "prepar": [105, 111], "prerequisit": 61, "present": [37, 122, 175], "pretext": 183, "preview": 145, "privat": 110, "problem": [80, 107, 128, 145, 151, 178, 179, 196], "process": [69, 80, 107, 125, 129, 157], "profil": [3, 110], "program": [74, 82, 91, 95, 97, 123, 128, 129], "programm": 171, "project": [2, 6, 10, 28, 37, 48, 56, 66, 69, 72, 80, 84, 86, 105, 107, 108, 120, 128, 129, 143, 145, 148, 153, 155, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 169, 174, 178, 179, 188, 190, 192, 194, 195, 196, 197, 203, 205], "project_exec": 35, "prophet": 182, "protect": 141, "protocol": [28, 29], "proxi": [135, 174], "pstrick": 145, "public": [1, 4, 6, 37, 174], "public_get_text_fil": 36, "publish": [37, 174, 175, 211], "purchas": [1, 2, 5, 50, 53, 61, 153, 203], "purpos": [28, 29, 51, 193], "py": 99, "pybedtool": 182, "pycaret": 182, "pygimli": 182, "pypi": [129, 183, 184], "python": [9, 50, 83, 92, 95, 99, 129, 130, 162, 171, 178, 179, 181, 182, 183, 184, 185, 210], "python3": 129, "pythontex": 145, "quantum": [178, 179], "quarto": [149, 155], "queri": [37, 55], "question": [80, 126, 193, 198, 209], "quickli": 195, "quickstart": [73, 199], "quota": [58, 166], "quspin": 182, "r": [9, 70, 100, 111, 124, 129, 182, 183, 184], "rais": 129, "ram": [2, 206], "raw": 135, "rdkit": 182, "react": 92, "read_text_file_from_project": 38, "real": [170, 192], "reason": 203, "reboot": 128, "receipt": 5, "recent": [5, 80, 165, 167], "recommend": 100, "reconfigur": 190, "reconnect": 128, "record": 162, "recov": [108, 121], "redeem": 209, "refer": [28, 29, 64, 118, 130, 149, 168], "refresh": 160, "regular": [182, 184], "relat": [80, 129], "releas": 185, "remarkj": 122, "remot": [87, 166], "remov": [143, 184, 188, 195, 199, 203], "remove_collabor": 39, "remove_license_from_project": 40, "render": 174, "replac": [70, 149], "repositori": [94, 99], "request": [98, 99, 100], "requir": 194, "resel": 209, "resend": 190, "reset_forgot_password": 41, "resolut": 214, "resourc": [72, 171, 203], "respons": 212, "restart": [128, 166, 194, 195], "restrict": [169, 195], "resum": [72, 199], "return": [189, 193], "revert": [171, 184], "rich": [149, 170], "riemann": [178, 179], "rmd": 129, "rmdformat": 182, "room": 9, "root": 63, "routin": 183, "row": 142, "rpc": 182, "rstan": 107, "rstudio": 214, "rubi": [123, 129], "run": [2, 72, 80, 95, 107, 125, 129, 135, 141, 143, 193, 195], "rust": [181, 182, 183], "s3": [73, 166], "safari": 80, "sage": [99, 123, 126, 129, 133, 155, 166, 171, 182, 183, 184, 185, 186], "sagemath": [162, 171, 182, 203], "sagetex": 145, "sai": 79, "same": 80, "save": [78, 142, 153], "schema": 73, "scienc": [178, 179], "scientif": [9, 178, 179], "scikit": [178, 179, 183], "scilab": 214, "screenshot": 109, "script": [9, 95, 130, 162, 210], "search": [68, 70, 146, 149, 175, 187, 211], "second": 95, "secur": 135, "see": [80, 125, 129, 196, 197], "seem": 128, "select": [102, 142, 153], "self": 153, "sent": 9, "sentimentanalysi": 182, "server": [63, 77, 80, 92, 109, 117, 119, 127, 135, 140, 152, 166, 172, 174, 196, 210], "servic": [58, 80, 97, 173], "session": [66, 72, 110, 198], "set": [3, 37, 69, 80, 107, 108, 143, 145, 166, 174, 199], "settabl": 37, "setup": [99, 101, 111, 119, 145, 166, 199], "shake": 183, "shape": 73, "share": [174, 192, 203], "sharelatex": 115, "sheet": 95, "shell": [9, 145, 199], "shini": 127, "shop": 53, "short": [153, 198], "shortcut": 187, "should": 145, "show": [3, 160], "shut": [109, 119], "side": [9, 59, 70, 129, 199], "sign": [1, 72, 145, 195], "simpl": 92, "simul": [112, 178, 179], "simultan": 148, "singl": [166, 195, 199], "site": [57, 155], "skew": 79, "skip": 193, "slide": 175, "slideshow": [122, 141], "slow": [128, 171], "smem": 107, "snakemak": [178, 179], "snappi": 182, "snapshot": [57, 160, 171], "snippet": 176, "softwar": [80, 99, 107, 129, 131, 166, 174, 177, 178, 180, 181, 182, 183, 184, 185, 186, 199, 212], "solut": [178, 179], "some": [80, 99, 129], "someth": 103, "sort": 3, "sound": 171, "sourc": [70, 92, 129, 145, 171], "space": [85, 206], "special": [63, 209], "specif": [58, 107, 129], "spell": [70, 145], "spellcheck": 146, "spend": 153, "split": [175, 199, 211], "ssh": [1, 6, 134, 159, 166], "sshf": 87, "stack": 212, "stale": 80, "standbi": 3, "star": 174, "start": [37, 72, 73, 84, 105, 119, 142, 147, 153, 162, 177, 193, 195, 214], "start_metr": 42, "startup": [109, 129, 199], "statement": [1, 72], "statist": 129, "statu": [167, 209, 214], "stellargraph": 182, "step": [72, 80, 109, 115, 119, 122, 124, 136, 212], "sticki": [175, 211], "still": 63, "stop": [37, 54, 166], "stopwatch": [175, 201, 211], "storag": [73, 166], "store": 171, "strategi": 196, "streamlit": 130, "stuck": 128, "student": [155, 169, 188, 189, 190, 193, 194, 195, 196, 197, 203], "studi": 95, "studio": 210, "subdomain": 135, "subfil": 145, "subscript": [1, 5, 203], "summari": 177, "support": [1, 7, 70, 143, 145, 146, 174, 177, 181, 195, 203, 212], "sure": 80, "svg": [104, 129, 171], "sy": 99, "sympi": 181, "sync": [87, 193], "system": [166, 176], "t": [78, 80, 87, 106, 140, 203], "ta": 194, "tab": [80, 134, 171, 199, 214], "tabl": [64, 141, 175, 193, 211], "tag": 164, "taichi": 183, "task": [162, 187], "teach": [63, 190, 193, 196], "teacher": [194, 196, 197], "team": 212, "technic": 214, "temporari": 160, "tensorflow": [178, 179], "termin": [3, 9, 87, 103, 107, 129, 133, 160, 195, 199, 214], "test": 174, "texmf": 145, "text": [70, 88, 142, 149, 170, 175, 195, 211], "theori": [178, 179], "thing": [79, 110], "think": 108, "those": 203, "throw": 183, "ticket": 7, "tikzplotlib": 183, "time": [141, 153, 159, 162, 170, 192, 195, 200], "timeout": [3, 80, 129, 206], "timer": [175, 201, 211], "timetravel": [57, 86, 171, 175, 200, 211], "tip": [143, 174, 195, 199, 214], "titl": [2, 37, 166], "token": [120, 164], "ton": 80, "too": [80, 88, 103, 143], "tool": [87, 97], "toolbar": [1, 67, 72, 167], "top": [67, 107, 108, 125], "touch_project": 43, "tour": [67, 158, 199, 202], "train": 198, "transact": 5, "transfer": [58, 134], "trash": 195, "travel": [195, 200], "trial": 203, "trick": [143, 195, 199, 214], "troubleshoot": [132, 143], "try": [79, 80, 103, 128, 136], "turn": 145, "turtl": 133, "type": [2, 70], "typescript": 92, "typeset": 9, "u": 194, "ubuntu": [76, 151, 155, 182, 185], "undelet": 195, "understand": 171, "underworld": [178, 179], "undo": 171, "uniqu": 63, "unlink_passport": 44, "unus": 153, "up": [103, 107, 159, 195], "updat": [5, 98, 145, 177, 180, 181, 182, 183, 184, 185, 186, 204], "upgrad": [1, 37, 58, 148, 151, 153, 155, 166, 188, 196, 197, 203, 205, 206], "upload": [95, 134], "url": [89, 166, 174], "us": [9, 48, 49, 53, 63, 87, 103, 107, 110, 120, 128, 129, 135, 143, 145, 149, 151, 153, 155, 164, 166, 178, 179, 195, 200, 209], "usag": [107, 129, 166], "user": [37, 49, 55, 64, 99, 103, 207, 208, 209], "user_auth": 45, "user_search": 46, "util": [125, 171], "v": [129, 166, 177], "v1": 28, "v2": [5, 51], "vaniti": 174, "variabl": 166, "variou": [181, 184], "vendor": 212, "venn": 182, "veri": 80, "verifi": 195, "version": [80, 83, 87, 94, 193, 194, 197], "versu": 140, "via": [48, 58, 87, 203], "view": [6, 175, 189, 211], "viewer": 65, "vim": 199, "virtualenv": 99, "visual": 210, "vm": 107, "voucher": 209, "vpn": 63, "vscode": [92, 183, 184], "w": 99, "wai": [107, 203], "warn": 85, "wav": 143, "web": [56, 92, 138, 159], "webserv": [129, 135], "websit": 143, "websocket": [80, 89], "weird": 110, "welcom": [64, 136], "what": [9, 58, 73, 80, 95, 108, 110, 129, 135, 136, 142, 145, 159, 165, 171, 190, 194, 196, 197], "when": [110, 171, 194, 201], "where": [149, 170], "while": 80, "whiteboard": 211, "who": [200, 203], "whole": 174, "why": [107, 166, 194, 212], "wide": 176, "widget": 141, "width": 129, "wiki": 171, "window": [175, 211, 214], "wire": 58, "within": 149, "without": [189, 195], "word": 146, "work": [80, 87, 106, 111, 128, 145, 159, 194, 213], "worksheet": [123, 129, 133, 155, 166, 171], "workshop": [178, 179, 209], "world": [130, 212], "would": 129, "write": 122, "write_text_file_to_project": 47, "wrong": [80, 110], "x": 108, "x11": [113, 133], "you": [2, 80, 145, 153], "your": [6, 53, 72, 79, 80, 105, 107, 143, 153, 166, 174, 194, 204], "yourself": 98, "zero": 201, "zoom": 214}})
\ No newline at end of file
diff --git a/sitemap.xml b/sitemap.xml
index 73103905..f139c648 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -1,2 +1,2 @@
-https://doc.cocalc.com/en/contents.html https://doc.cocalc.com/en/teaching-instructors.html https://doc.cocalc.com/en/teaching-tips_and_tricks.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/compute_server.html https://doc.cocalc.com/en/contents.html https://doc.cocalc.com/en/introduction.html https://doc.cocalc.com/en/service_options.html https://doc.cocalc.com/en/why.html https://doc.cocalc.com/en/genindex.html https://doc.cocalc.com/en/search.html
\ No newline at end of file
diff --git a/tours.html b/tours.html
index 05976e84..b07fa87e 100644
--- a/tours.html
+++ b/tours.html
@@ -60,6 +60,7 @@
Introduction
What is CoCalc?
+Why CoCalc?
Getting Started
CoCalc News
Tours
diff --git a/why.html b/why.html
new file mode 100644
index 00000000..c30f260c
--- /dev/null
+++ b/why.html
@@ -0,0 +1,210 @@
+
+
+
+
+
+
+
+ Why CoCalc? — CoCalc Manual documentation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ CoCalc Manual
+
+
+
+
+
+
+
+
+
+
+Why CoCalc?
+What a great question! You are probably the only one who can answer it correctly for your use case, but if you are new to CoCalc and considering adopting it for your own workflow or for your organization, we would like to help you.
+To compare individual features with some of our competitors, take a look at https://cocalc.com/features/compare
+If you are wondering about some specific requirements, reach out to us at help@ sagemath. com and perhaps schedule a video chat.
+We assume that you are aware of advantages (and some disadvantages) of working in the cloud rather than your own laptop, but there are quite a few cloud options out there. So, what makes CoCalc different from them?
+
+Open World Approach
+CoCalc strives to give you as much flexibility as possible. Instead of deciding what you are allowed to do, we only put in place necessary security limits and, of course, have to deal with technical ones. Moreover, we try to push even those limits! You can’t be root in regular CoCalc projects , but you can request installation of any necessary packages and you can install anything as a regular user . On compute servers you are able to do anything on the underlying virtual machines, including creation of nested virtual machines! There are UI libraries that are not supported by our Jupyter notebook implementation, but we do try to improve it and you can run a standard JupyterLab or VS Code instance with a click of a button!
+We want to facilitate access to open source software. This should not come as a surprise, given that our founder and CEO William Stein is also the founder of SageMath whose mission is to be a viable open source alternative to proprietary math software. Some other people in the company were early developers of SageMath as well. While Python and Jupyter may be particularly famous, we have extensive support for R, Julia, LaTeX, C++, VS Code, and many other projects, languages, packages, and environments. We try to reduce “the setup time” as much as possible for our users, ideally - to zero! Most of our competitors have a narrower focus and even if they do include a large software collection, such as Colab (which you can run on CoCalc’s compute servers), it may be tricky to expand it with packages that you need.
+CoCalc’s flexibility sometimes may create a feeling of a more complicated/overloaded interface. If your goal is to have a single feature, say Linux terminals, and nothing else, then perhaps there are easier to learn alternatives for your use case. However, if your needs may grow over time, you may find more and more ways to make use of CoCalc. We are also trying to separate “essential” elements and configuration options from “advanced” ones, to keep it simple yet powerful.
+
+
+No Vendor Lock-In
+While most of our source code and configuration files are public, we put restrictions on running your own instance without purchasing a license . We do have our own implementation of the Jupyter notebook interface and Sage Worksheet format is specific to our platform. Yet you remain in full control of your data and code, CoCalc acts more like an operating system that allows you to run your code to process your data. Sage Worksheets can be converted to Jupyter notebooks. “Our” Jupyter notebooks are standard .ipynb
files that you can download and use on your own machine or on another cloud provider, should you decide down the road that CoCalc no longer serves your needs.
+
+
+Full Control of the Software Stack
+Core functionality of CoCalc, including our implementation of the Jupyter notebook interface, real-time collaboration, AI integration , TimeTravel , and course management , is developed by CoCalc team . As a consequence, we support the product that we know very well and we can quickly fix reported bugs as well as develop requested features for it (especially if you have funds available to facilitate such development). CoCalc does not have an extensive library of plugins and extensions of varied quality and support; instead all the features are included and maintained from the start.
+
+
+On Premises Option
+Using our fully hosted version greatly reduced administration burden for your organization, but there are situations where you may prefer to run your own cluster - maybe because of privacy requirements, maybe because you already have hardware resources and dedicated IT professionals. CoCalc Cloud can be deployed on your own resources or on cloud providers such as GCP, AWS, or Aliyun. CoCalc’s AI integration can be easily tuned to use your own AI servers as well.
+
+
+Responsive Support Team
+In most cases we do not provide support SLAs (contact us if you are interested in such an option), but historically our response time was within a few hours - our team is geographically distributed, so urgent issues are dealt with regardless of your time zone. Due to service monitoring, many problems on the instances that we host are likely to be fixed even before you notice and report them. As your needs grow, we are with you along the way to provide extended enterprise support and custom feature implementation.
+
+
+Next Steps
+Create an account , give CoCalc a spin, and get in touch with your questions and comments - we would love to connect!
+
+
+
+
+
+
+
+
+
+
+
+
© Copyright 2024, Sagemath, Inc., CC BY-4.0 licensed.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file