diff --git a/R_IDE.html b/R_IDE.html new file mode 100644 index 00000000..11e3dfdb --- /dev/null +++ b/R_IDE.html @@ -0,0 +1,258 @@ + + + + + + + + R IDE — CoCalc Manual documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ +
+ +
+
+ +
+
+
+
+ +
+

R IDE

+
+

DISCLAIMER

+

R IDE in CoCalc is the open source edition of RStudio. Posit Software, PBC is in no way associated with CoCalc.

+
+

There are a number of ways to use R in CoCalc.

+
+

Collaborative X11 Application

+

You can create X11 Graphical Desktop, then click R IDE in the application list at the bottom left and wait about 20 seconds. The advantage is real-time collaboration just as with any other X11 application, but the response time may be slow.

+
+
+

Notebook Server

+

Click on the Servers / Notebook Servers tab and launch R IDE :

+
+Launching R IDE Server +
+

Launching R IDE Server

+
+
+
+
+

Compute Server

+

If you need more powerful compute resources, use Compute Servers with R Statistics image. Here CoCalc’s CEO and Founder William Stein explains how to run it:

+
+
+
+

Other Ways

+

You can also use R in CoCalc via:

+ +
+
+ + +
+
+ +
+ +
+
+
+ + + + Start CoCalc + + + + + \ No newline at end of file diff --git a/_sources/R_IDE.rst.txt b/_sources/R_IDE.rst.txt new file mode 100644 index 00000000..df67b99a --- /dev/null +++ b/_sources/R_IDE.rst.txt @@ -0,0 +1,61 @@ +R IDE +===== + +.. admonition:: DISCLAIMER + + R IDE in CoCalc is the open source edition of RStudio. Posit Software, PBC is in no way associated with CoCalc. + +There are a number of ways to use R in CoCalc. + + +Collaborative X11 Application +----------------------------- +You can create :doc:`x11`, then click **R IDE** in the application list at the bottom left and wait about 20 seconds. The advantage is real-time collaboration just as with any other X11 application, but the response time may be slow. + + +Notebook Server +--------------- + +Click on the **Servers / Notebook Servers** tab and launch **R IDE** : + +.. figure:: img/R_IDE_server.png + :width: 90% + :align: center + :alt: Launching R IDE Server + + Launching R IDE Server + +.. raw:: html + +
+ + +Compute Server +-------------- + +If you need more powerful compute resources, use :doc:`compute_server` with **R Statistics** image. Here CoCalc's CEO and Founder William Stein explains how to run it: + +.. raw:: html + +
+
+ + +Other Ways +---------- + +You can also use R in CoCalc via: + +- Jupyter notebooks with the R kernel. See :ref:`jupyter-kernels`. +- Creating a file ending in .r and running it. You can keep your source file in one pane with a Linux terminal beside it to run the program. See :ref:`terminal-editor-panel`. +- :ref:`edit-rmd` (Rmd file). +- :ref:`latex-knitr` (rnw or Rtex file). +- Sage worksheet with R (sagews file and "%r" mode). See Custom “Mode Commands” in Sage Worksheets under :ref:`sagews-wiki`. + diff --git a/_sources/backups.rst.txt b/_sources/backups.rst.txt index b59deaea..c40090c4 100644 --- a/_sources/backups.rst.txt +++ b/_sources/backups.rst.txt @@ -15,6 +15,17 @@ Snapshots All files in every project are snapshotted every couple of minutes. You can browse your snapshots by clicking the **"Backups"** link at the upper right of the :doc:`explorer` file listing. +.. raw:: html + +
+ *Snapshot storage does not count against your disk space quota.* We provide all snapshot space for no additional charge. diff --git a/_sources/howto/pluto.rst.txt b/_sources/howto/pluto.rst.txt index 0190bf8b..9da46b83 100644 --- a/_sources/howto/pluto.rst.txt +++ b/_sources/howto/pluto.rst.txt @@ -14,6 +14,17 @@ Here are instructions for running a Pluto notebook on CoCalc. Launch a Pluto Notebook *********************** +.. raw:: html + +
+ 1. Click :doc:`../plus-new` to open the new file dialog. 2. Click "Pluto server...". diff --git a/_sources/latex-faq.rst.txt b/_sources/latex-faq.rst.txt index d8410832..fd635d05 100644 --- a/_sources/latex-faq.rst.txt +++ b/_sources/latex-faq.rst.txt @@ -326,6 +326,17 @@ This is frequently used as part of `reproducible research + Any ``.tex`` file loading the ``sagetex`` package is automatically processed via [[SageMath]]. First, Sage code is extracted into a ``.sage`` file, then ``sage ...`` evaluates that file, and finally the LaTeX engine creates the PDF document by replacing all snippets of Sage code by their evaluated result. CoCalc handles all details for you! @@ -348,6 +359,17 @@ Besides that, the `SageMath Documentation `_ c PythonTeX ^^^^^^^^^^^^^^ +.. raw:: html + +
+ `PythonTeX `_ follows the same spirit as SageTeX. Embedded Python commands and blocks of code are extracted into a ``.py`` file, Python 3 evaluates them, diff --git a/_sources/project-settings.rst.txt b/_sources/project-settings.rst.txt index 861919a0..1d5b0580 100644 --- a/_sources/project-settings.rst.txt +++ b/_sources/project-settings.rst.txt @@ -272,6 +272,17 @@ Clicking `Unhide Project` instantly makes the project visible in the normal proj Deleting a project ****************** +.. raw:: html + +
+ When you delete a project, initially only the visibility of the project in the project list is changed. **You fully lose access to the project after 30 days.** We completely remove all users from the project, and there's no way for them to get their work back. @@ -690,6 +701,17 @@ JupyterLab server As of May, 2022, CoCalc's JupyterLab server supports real-time collaboration. Although CoCalc's "Timetravel" feature is not available with JupyterLab, :ref:`filesystem snapshots ` are still available if you need to recover a file. +.. raw:: html + +
+ Starting the `JupyterLab server `_ opens a new browser tab with the JupyterLab GUI. .. image:: img/project-settings/jupyterlab-server-a.png diff --git a/_sources/vscode.rst.txt b/_sources/vscode.rst.txt index 0274801c..242215aa 100644 --- a/_sources/vscode.rst.txt +++ b/_sources/vscode.rst.txt @@ -9,7 +9,7 @@ Visual Studio Code is a source-code editor made by Microsoft. Features include s
+ + ############################## Chat ############################## diff --git a/_sources/working_with.rst.txt b/_sources/working_with.rst.txt index c12d20c1..2021dfb3 100644 --- a/_sources/working_with.rst.txt +++ b/_sources/working_with.rst.txt @@ -11,6 +11,7 @@ Working With terminal latex vscode + R_IDE chat x11 diff --git a/_sources/x11.rst.txt b/_sources/x11.rst.txt index 99c22cbc..e00dbc86 100644 --- a/_sources/x11.rst.txt +++ b/_sources/x11.rst.txt @@ -3,7 +3,7 @@ .. _X11: ========================== -X11 Graphical Applications +X11 Graphical Desktop ========================== .. contents:: @@ -307,34 +307,6 @@ Installed Applications Tips & Tricks ====================== -Using R in CoCalc ------------------ - -There are a number of ways to use R in CoCalc. You can create X11 Desktop as explained above, then click **R IDE** in the application list at the bottom left and wait about 20 seconds. The advantage is real-time collaboration just as with any other X11 application, but the response time may be slow, so it may be better to launch **R IDE** from **Servers** tab: - -.. figure:: img/R_IDE_server.png - :width: 90% - :align: center - :alt: Launching R IDE Server - - Launching R IDE Server - -If you need more powerful compute resources, use :doc:`compute_server` with **R Statistics** image. Here CoCalc's CEO and Founder William Stein explains how to run it: - -.. raw:: html - -
-
- - -You can also use R in CoCalc via: - -- Jupyter notebooks with the R kernel. See :ref:`jupyter-kernels`. -- Creating a file ending in .r and running it. You can keep your source file in one pane with a Linux terminal beside it to run the program. See :ref:`terminal-editor-panel`. -- :ref:`edit-rmd` (Rmd file). -- :ref:`latex-knitr` (rnw or Rtex file). -- Sage worksheet with R (sagews file and "%r" mode). See Custom “Mode Commands” in Sage Worksheets under :ref:`sagews-wiki`. - High-resolution HDPI displays -------------------------------------- diff --git a/backups.html b/backups.html index 8f1fc661..e6bfa8d0 100644 --- a/backups.html +++ b/backups.html @@ -159,7 +159,14 @@

Snapshots

All files in every project are snapshotted every couple of minutes. You can browse your snapshots by clicking the “Backups” link at the upper right of the Explorer file listing.

-

Snapshot storage does not count against your disk space quota. We provide all snapshot space for no additional charge.

+

Snapshot storage does not count against your disk space quota. We provide all snapshot space for no additional charge.

TimeTravel

diff --git a/contents.html b/contents.html index ad259b4f..f89fc29a 100644 --- a/contents.html +++ b/contents.html @@ -154,8 +154,9 @@

Welcome to CoCalc’s User Manual!Linux Terminal
  • LaTeX Editor
  • Visual Studio Code Server
  • +
  • R IDE
  • Chatrooms
  • -
  • X11 Graphical Applications
  • +
  • X11 Graphical Desktop
  • Sage Worksheets
  • Markdown
  • Rich Text Editing
  • diff --git a/howto/pluto.html b/howto/pluto.html index 8f005d1e..6ae5ec6d 100644 --- a/howto/pluto.html +++ b/howto/pluto.html @@ -136,7 +136,14 @@

    Here are instructions for running a Pluto notebook on CoCalc.

    Launch a Pluto Notebook

    -
      +
      1. Click (+) New to open the new file dialog.

      2. Click “Pluto server…”.

      diff --git a/latex-faq.html b/latex-faq.html index 94f94ee6..8b08b9e1 100644 --- a/latex-faq.html +++ b/latex-faq.html @@ -99,8 +99,9 @@
    1. Visual Studio Code Server
    2. +
    3. R IDE
    4. Chatrooms
    5. -
    6. X11 Graphical Applications
    7. +
    8. X11 Graphical Desktop
    9. Sage Worksheets
    10. Markdown
    11. Rich Text Editing
    12. @@ -415,7 +416,14 @@

      Setup reproducible research.

      SageTeX

      -

      Any .tex file loading the sagetex package is automatically processed via [[SageMath]]. +

      Any .tex file loading the sagetex package is automatically processed via [[SageMath]]. First, Sage code is extracted into a .sage file, then sage ... evaluates that file, and finally the LaTeX engine creates the PDF document by replacing all snippets of Sage code by their evaluated result. CoCalc handles all details for you!

      To get going, you just have to insert \usepackage{sagetex} into the preamble of your document. @@ -426,7 +434,14 @@

      Setup

      PythonTeX

      -

      PythonTeX follows the same spirit as SageTeX. +

      PythonTeX follows the same spirit as SageTeX. Embedded Python commands and blocks of code are extracted into a .py file, Python 3 evaluates them, and at the end the LaTeX engine merges the generated output snippets into the final document and renders the PDF file. diff --git a/latex.html b/latex.html index 56f50656..7f815d19 100644 --- a/latex.html +++ b/latex.html @@ -95,8 +95,9 @@

    13. Visual Studio Code Server
    14. +
    15. R IDE
    16. Chatrooms
    17. -
    18. X11 Graphical Applications
    19. +
    20. X11 Graphical Desktop
    21. Sage Worksheets
    22. Markdown
    23. Rich Text Editing
    24. diff --git a/objects.inv b/objects.inv index 0064a4b4..f8140f22 100644 Binary files a/objects.inv and b/objects.inv differ diff --git a/project-settings.html b/project-settings.html index 43da6cb4..12740cc8 100644 --- a/project-settings.html +++ b/project-settings.html @@ -435,7 +435,14 @@

      Hiding a project

      Deleting a project

      -

      When you delete a project, +

      When you delete a project, initially only the visibility of the project in the project list is changed. You fully lose access to the project after 30 days. We completely remove all users from the project, and there’s no way for them to get their work back.

      If you urgently need to permanently delete information that you @@ -682,7 +689,14 @@

      Restart Project and

      Note

      As of May, 2022, CoCalc’s JupyterLab server supports real-time collaboration. Although CoCalc’s “Timetravel” feature is not available with JupyterLab, filesystem snapshots are still available if you need to recover a file.

      -

      Starting the JupyterLab server opens a new browser tab with the JupyterLab GUI.

      +

      Starting the JupyterLab server opens a new browser tab with the JupyterLab GUI.

      button to start the JupyterLab Server

    diff --git a/searchindex.js b/searchindex.js index ae22ccab..0ead5a3f 100644 --- a/searchindex.js +++ b/searchindex.js @@ -1 +1 @@ -Search.setIndex({"alltitles": {"(+) New": [[159, "new"]], "1. Configure the payment option": [[199, "configure-the-payment-option"]], "1. Instructor configures the payment option": [[199, "instructor-configures-the-payment-option"]], "1. Processes": [[110, "processes"]], "1. Try to eliminate Jupyter if possible": [[106, "try-to-eliminate-jupyter-if-possible"]], "100 numpy exercises": [[181, "id1"], [182, "id1"]], "2. Apply a license to the course": [[199, "apply-a-license-to-the-course"]], "2. Project settings": [[110, "project-settings"]], "2. Students see a payment banner": [[199, "students-see-a-payment-banner"]], "2. Try to eliminate the CoCalc user interface": [[106, "try-to-eliminate-the-cocalc-user-interface"]], "2018-09-01": [[183, "update-2018-09-01"]], "2018-09-08": [[183, "update-2018-09-08"]], "2018-09-11": [[183, "update-2018-09-11"]], "2018-09-15": [[183, "update-2018-09-15"]], "2018-09-23": [[183, "update-2018-09-23"]], "2018-09-29": [[183, "update-2018-09-29"]], "2018-10-06": [[183, "update-2018-10-06"]], "2018-10-18": [[183, "update-2018-10-18"]], "2018-10-27": [[183, "update-2018-10-27"]], "2018-11-03": [[183, "update-2018-11-03"]], "2018-11-10": [[183, "update-2018-11-10"]], "2018-11-13": [[183, "update-2018-11-13"]], "2018-11-28": [[183, "update-2018-11-28"]], "2018-12-01": [[183, "update-2018-12-01"]], "2018-12-03": [[183, "update-2018-12-03"]], "2018-12-08": [[183, "update-2018-12-08"]], "2018-12-16": [[183, "update-2018-12-16"]], "2018-12-22": [[183, "update-2018-12-22"]], "2018-12-30": [[183, "update-2018-12-30"]], "2019-01-06": [[184, "update-2019-01-06"]], "2019-01-12": [[184, "update-2019-01-12"]], "2019-01-20": [[184, "update-2019-01-20"]], "2019-01-26": [[184, "update-2019-01-26"]], "2019-02-09": [[184, "update-2019-02-09"]], "2019-02-16": [[184, "update-2019-02-16"]], "2019-02-23": [[184, "update-2019-02-23"]], "2019-03-02": [[184, "update-2019-03-02"]], "2019-03-11": [[184, "update-2019-03-11"]], "2019-03-23": [[184, "update-2019-03-23"]], "2019-03-31": [[184, "update-2019-03-31"]], "2019-04-07": [[184, "update-2019-04-07"]], "2019-04-14": [[184, "update-2019-04-14"]], "2019-04-21": [[184, "update-2019-04-21"]], "2019-04-27": [[184, "update-2019-04-27"]], "2019-05-04": [[184, "update-2019-05-04"]], "2019-05-11": [[184, "update-2019-05-11"]], "2019-05-18": [[184, "update-2019-05-18"]], "2019-05-26": [[184, "update-2019-05-26"]], "2019-06-02": [[184, "update-2019-06-02"]], "2019-06-08": [[184, "update-2019-06-08"]], "2019-06-17": [[184, "update-2019-06-17"]], "2019-06-24": [[184, "update-2019-06-24"]], "2019-06-30": [[184, "update-2019-06-30"]], "2019-07-08": [[184, "update-2019-07-08"]], "2019-07-15": [[184, "update-2019-07-15"]], "2019-07-28": [[184, "update-2019-07-28"]], "2019-08-10": [[184, "update-2019-08-10"]], "2019-08-25": [[184, "update-2019-08-25"]], "2019-08-28": [[184, "update-2019-08-28"]], "2019-09-09": [[184, "update-2019-09-09"]], "2019-09-21": [[184, "update-2019-09-21"]], "2019-09-28": [[184, "update-2019-09-28"]], "2019-09-30": [[184, "update-2019-09-30"]], "2019-10-05": [[184, "update-2019-10-05"]], "2019-10-11": [[184, "update-2019-10-11"]], "2019-10-19": [[184, "update-2019-10-19"]], "2019-10-25": [[184, "update-2019-10-25"]], "2019-11-09": [[184, "update-2019-11-09"]], "2019-11-16": [[184, "update-2019-11-16"]], "2019-11-19: improved support for Rust": [[184, "improved-support-for-rust"]], "2019-11-23: various Python 3 package updates": [[184, "various-python-3-package-updates"]], "2019-11-29: Julia 1.3": [[184, "julia-1-3"]], "2019-12-07: Design of Experiment Generator": [[184, "design-of-experiment-generator"]], "2019-12-15: SymPy 1.5": [[184, "sympy-1-5"]], "2019-12-16: Anonymous accounts": [[158, "anonymous-accounts"]], "2020-01-05: SageMath 9.0 based on Python 3": [[185, "sagemath-9-0-based-on-python-3"]], "2020-01-13: Site licenses": [[158, "site-licenses"]], "2020-01-14: Export student file use": [[158, "export-student-file-use"]], "2020-01-16: dark mode": [[158, "dark-mode"]], "2020-01-16: nbgrader autograder for Jupyter notebooks": [[158, "nbgrader-autograder-for-jupyter-notebooks"]], "2020-01-19: SentimentAnalysis R package": [[185, "sentimentanalysis-r-package"]], "2020-01-29 Rust 1.40": [[185, "rust-1-40"]], "2020-02-03: AstroPy 4.0": [[185, "astropy-4-0"]], "2020-02-16: Pandas 1.0 and Octave 5.2.0": [[185, "pandas-1-0-and-octave-5-2-0"]], "2020-02-21: LEAN 3.5.1 and JavaScript Kernel": [[185, "lean-3-5-1-and-javascript-kernel"]], "2020-02-29: Async I/O in Jupyter Notebooks": [[185, "async-i-o-in-jupyter-notebooks"]], "2020-03-15: Convert Batch of Jupyter Notebooks and Sage Worksheets to PDF": [[158, "convert-batch-of-jupyter-notebooks-and-sage-worksheets-to-pdf"]], "2020-03-20:": [[185, "update-2020-03-20"]], "2020-03-30: Julia 1.4": [[185, "julia-1-4"]], "2020-04-08: healpy 1.13": [[185, "healpy-1-13"]], "2020-04-16 COBOL (GnuCOBOL)": [[185, "cobol-gnucobol"]], "2020-04-25: R 3.6.3 and Julia 1.4.1": [[185, "r-3-6-3-and-julia-1-4-1"]], "2020-05-04: Stellargraph": [[185, "stellargraph"]], "2020-05-08: Fixing Keras": [[185, "fixing-keras"]], "2020-05-10: QuSpin and RmdFormats": [[185, "quspin-and-rmdformats"]], "2020-05-12: Octave 5.2.0": [[185, "octave-5-2-0"]], "2020-05-20": [[185, "update-2020-05-20"]], "2020-05-27: Sage 9.1 and Node.js 12": [[185, "sage-9-1-and-node-js-12"]], "2020-06-06: Prophet and pmdarima": [[185, "prophet-and-pmdarima"]], "2020-06-20: Updating SnapPy in SageMath": [[185, "updating-snappy-in-sagemath"]], "2020-07-16: Minor/Bugfixes": [[185, "minor-bugfixes"]], "2020-07-31: Cumulative Updates": [[185, "cumulative-updates"]], "2020-08-14/18.04: Regular update of Ubuntu 18.04": [[185, "regular-update-of-ubuntu-18-04"]], "2020-08-18: Ubuntu 20.04": [[185, "ubuntu-20-04"]], "2020-08-18: Ubuntu 20.04 Upgrade": [[154, "ubuntu-20-04-upgrade"], [158, "ubuntu-2004-upgrade"]], "2020-09-01: Julia 1.5.1": [[185, "julia-1-5-1"]], "2020-09-12: Regular update": [[185, "regular-update"]], "2020-09-28: aTSA, BERT and pyGIMLi": [[185, "atsa-bert-and-pygimli"]], "2020-10-09: Project Information": [[158, "project-information"]], "2020-10-12: RPC info, PyCaret, R 4.0.3, \u2026": [[185, "rpc-info-pycaret-r-4-0-3"]], "2020-10-28: Pandoc 2.11": [[185, "pandoc-2-11"]], "2020-11-01: Sage 9.2": [[185, "sage-9-2"]], "2020-11-09 : RDkit, Matplotlib Venn and data8 datascience": [[185, "rdkit-matplotlib-venn-and-data8-datascience"]], "2020-11-19 : Mathics, gprMax, and pybedtools": [[185, "mathics-gprmax-and-pybedtools"]], "2020-12-09: materialize, hardlink, and updates": [[185, "materialize-hardlink-and-updates"]], "2021-01-07: More Python libs!": [[186, "more-python-libs"]], "2021-01-28: Julia 1.5.3, MACS2, \u2026": [[186, "julia-1-5-3-macs2"]], "2021-02-17: Rust 1.5": [[186, "rust-1-5"]], "2021-03-05: ASE, Papermill, etc.": [[186, "ase-papermill-etc"]], "2021-03-08: Bioconductor": [[186, "bioconductor"]], "2021-03-21: Julia 1.6": [[186, "julia-1-6"]], "2021-04-03: R 4.0.5 (\u201cShake and Throw\u201d)": [[186, "r-4-0-5-shake-and-throw"]], "2021-04-26: Julia 1.6.1": [[186, "julia-1-6-1"]], "2021-05-17: HAXE": [[186, "haxe"]], "2021-06-07: Octave 6.2.0 & Bugfixes": [[186, "octave-6-2-0-bugfixes"]], "2021-07-05: Package updates": [[186, "package-updates"]], "2021-07-12: MODIS and PreTeXt": [[186, "modis-and-pretext"]], "2021-07-13: flipper in Sage": [[186, "flipper-in-sage"]], "2021-07-26 Julia 1.6.2": [[186, "julia-1-6-2"]], "2021-08-02: Octave 6.3.0": [[186, "octave-6-3-0"]], "2021-08-03: VSCode": [[186, "vscode"]], "2021-08-13: R 4.1.1": [[186, "r-4-1-1"]], "2021-09-02: Sage 9.4, NASM, \u2026": [[186, "sage-9-4-nasm"]], "2021-09-07: PyPy (Python 3)": [[186, "pypy-python-3"]], "2021-09-27: Mathics 4, Scikit-Learn 1.0, Julia 1.6.3": [[186, "mathics-4-scikit-learn-1-0-julia-1-6-3"]], "2021-10-10: Routine updates": [[186, "update-2021-10-10"]], "2021-11-01: taichi, tikzplotlib, Scikit Optimize": [[186, "taichi-tikzplotlib-scikit-optimize"]], "2021-12-13: Julia 1.7 & various updates": [[187, "julia-1-7-various-updates"]], "2021-12-13: Routine updates\u2026": [[186, "routine-updates"]], "2022-02-12: Sage 9.5": [[187, "sage-9-5"]], "2022-02-27: Removing PyPy Notebooks": [[187, "removing-pypy-notebooks"]], "2022-03-08: Regular update": [[187, "regular-update"]], "2022-03-19: Bioconductor Maintenance": [[187, "bioconductor-maintenance"]], "2022-03-24: New Anaconda Environment": [[187, "new-anaconda-environment"]], "2022-04-19: Various updates \u2026": [[187, "update-2022-04-19"]], "2022-05-07: R 4.2": [[187, "r-4-2"]], "2022-05-30: Octave 7.1.0 and Sage 9.6": [[187, "octave-7-1-0-and-sage-9-6"]], "2022-06-24: More Updates \u2026": [[187, "more-updates"]], "2022-07-18: Node 14": [[187, "node-14"]], "2022-07-19: VSCode reverted": [[187, "vscode-reverted"]], "2022-08-15: Updates": [[187, "updates"]], "2022-08-17: Python packages": [[187, "python-packages"]], "2022-08-18 Quarto": [[158, "quarto"]], "2022-09-12: Various updates": [[187, "update-2022-09-12"]], "2022-09-13: Fixing HoloViews": [[187, "fixing-holoviews"]], "2022-09-14: Fixing ipywidgets": [[187, "fixing-ipywidgets"]], "2022-10-03: Sage 9.7 and Julia 1.8": [[187, "sage-9-7-and-julia-1-8"]], "2022-10-13: More packages \u2026": [[187, "more-packages"]], "2022-10-17: Fixing Julia/Pluto": [[187, "fixing-julia-pluto"]], "2022-10-29: Sage 9.7": [[187, "sage-9-7"]], "2022-11-25: Various updates": [[187, "various-updates"]], "2023-01-08: First release of Ubuntu 22.04": [[188, "first-release-of-ubuntu-22-04"]], "2023-02-27: Sage 9.8": [[188, "sage-9-8"]], "2023-03-30: DUNE, OpenAI, etc.": [[188, "dune-openai-etc"]], "2023-06-07: Ubuntu 22.04 and Sage 10.0": [[188, "ubuntu-22-04-and-sage-10-0"]], "2023-06-28: Macaulay2, new Python pkgs, etc.": [[188, "macaulay2-new-python-pkgs-etc"]], "2023-07-12: Sage 10.0 on Ubuntu 20.04": [[188, "sage-10-0-on-ubuntu-20-04"]], "2023-09-11: Sage 10.1": [[188, "sage-10-1"]], "2023-10-23: Miniforge 2023": [[188, "miniforge-2023"]], "2023-12-11: Sage 10.2 and Python 3 (Colab)": [[188, "sage-10-2-and-python-3-colab"]], "2024-01-02: Sage 10.2 and Julia 1.10": [[189, "sage-10-2-and-julia-1-10"]], "2024-02-07: Octave fixes": [[189, "octave-fixes"]], "3. Apply the course license to the instructor project (optional)": [[199, "apply-the-course-license-to-the-instructor-project-optional"]], "3. Students make payments": [[199, "students-make-payments"]], "3. Use \u201ctop\u201d/\u201dhtop\u201d in a terminal": [[110, "use-top-htop-in-a-terminal"]], "4. Use \u201csmem -ntk\u201d in a terminal": [[110, "use-smem-ntk-in-a-terminal"]], "4. What do students see": [[199, "what-do-students-see"]], "5. License strategy (multiple licenses only)": [[199, "license-strategy-multiple-licenses-only"]], "5. Peak memory usage": [[110, "peak-memory-usage"]], "@-Mention collaborators in chat": [[195, "mention-collaborators-in-chat"]], "@-mentions": [[61, "mentions"], [152, "mentions"]], "AI Assistant": [[9, "ai-assistant"]], "API Endpoints": [[30, null]], "API Examples & Howto": [[12, "api-examples-howto"], [30, "api-examples-howto"]], "API Keys": [[58, "api-keys"]], "API Message Reference": [[30, "api-message-reference"], [31, "api-message-reference"]], "API v1": [[30, "api-v1"]], "API v2": [[53, "api-v2"]], "API v2 Examples": [[53, "api-v2-examples"]], "API v2 General-Purpose Endpoints": [[53, null]], "API v2 Partner Endpoints": [[53, null]], "API v2 endpoint": [[5, "api-v2-endpoint"]], "AWS S3": [[169, "aws-s3"]], "About collaborators": [[169, "about-collaborators"]], "About exported TimeTravel data": [[89, "about-exported-timetravel-data"]], "About the CoCalc Implementation of Markdown": [[152, "about-the-cocalc-implementation-of-markdown"]], "Academic discount (if applicable)": [[2, "academic-discount-if-applicable"]], "Access": [[63, "access"]], "Access your course content": [[197, "access-your-course-content"]], "Account": [[170, "account"]], "Account API Keys": [[58, "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": [[198, "account-management-restrictions-and-single-sign-on"]], "Account settings": [[3, "account-settings"]], "Activity Bar": [[8, "activity-bar"]], "Add Capacity For a Short Time": [[156, "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": [[193, "add-students-to-the-course"]], "Add Teaching Assistants to the Course Project": [[193, "add-teaching-assistants-to-the-course-project"]], "Add a License to a Project": [[169, "add-a-license-to-a-project"]], "Add an upgrade to a project": [[39, "add-an-upgrade-to-a-project"]], "Add new collaborators": [[169, "add-new-collaborators"]], "Adding Capacity": [[199, "adding-capacity"]], "Adding a Kernel to CoCalc Jupyter": [[86, "adding-a-kernel-to-cocalc-jupyter"]], "Adding files": [[197, "adding-files"]], "Adding more student upgrades": [[200, "adding-more-student-upgrades"]], "Additional References": [[30, "additional-references"], [31, "additional-references"]], "Additional Resources": [[75, "additional-resources"]], "Adjust the output cut-offs": [[132, "adjust-the-output-cut-offs"]], "Advanced options": [[2, "advanced-options"]], "After a Session is Done": [[201, "after-a-session-is-done"]], "After the Course Ends": [[191, "after-the-course-ends"]], "Alternate Jupyter Servers in CoCalc": [[169, "alternate-jupyter-servers-in-cocalc"]], "Alternative to JupyterHub": [[11, "alternative-to-jupyterhub"]], "Alternatives": [[10, "alternatives"]], "Alternatives: Plain Jupyter Server and JupyterLab Server": [[143, "alternatives-plain-jupyter-server-and-jupyterlab-server"]], "Always running": [[2, "always-running"]], "An Easy Fix when Things Get Weird": [[113, "an-easy-fix-when-things-get-weird"]], "Anaconda Environment": [[102, "anaconda-environment"], [202, "anaconda-environment"]], "Appendix": [[67, null]], "Are my files backed up?": [[162, "are-my-files-backed-up"]], "Assembly Language Programming": [[77, "assembly-language-programming"]], "Attach Sage files to Sage Worksheets": [[174, "attach-sage-files-to-sage-worksheets"]], "Authentication": [[30, "authentication"], [31, "authentication"]], "Automatic Grading": [[192, "automatic-grading"]], "Auxiliary Files": [[177, "auxiliary-files"]], "Availability": [[66, "availability"]], "Available Custom Environments": [[180, null]], "Available features": [[169, "available-features"]], "Available formatter": [[169, "available-formatter"]], "Azure": [[76, "azure"]], "Backups": [[59, "backups"], [63, "backups"]], "Backups (snapshots)": [[174, "backups-snapshots"]], "Bash Fortunes": [[79, "bash-fortunes"]], "Basic Features": [[145, "basic-features"]], "Batch Operations on Projects": [[167, "batch-operations-on-projects"]], "Becoming root and Port Forwarding": [[66, "becoming-root-and-port-forwarding"]], "Billing": [[63, "billing"]], "Billing Estimate": [[63, "billing-estimate"]], "Billing FAQ": [[60, "billing-faq"]], "Billing for a Compute Server": [[66, "billing-for-a-compute-server"]], "Bokeh / DASK / Holoview": [[80, "bokeh-dask-holoview"]], "Bokeh / DASK server": [[80, "bokeh-dask-server"]], "Broken VIM key bindings": [[202, "broken-vim-key-bindings"]], "Build command": [[149, "build-command"]], "Build the extensions": [[108, "build-the-extensions"]], "Built-in Support for Multi-File Documents (preferred)": [[148, "built-in-support-for-multi-file-documents-preferred"]], "But Why Isn\u2019t CoCalc Just Free?": [[206, "but-why-isn-t-cocalc-just-free"]], "Buy a license\u2026": [[2, "buy-a-license"]], "Buy and Apply a License": [[151, "buy-and-apply-a-license"]], "C++ Programming": [[85, "c-programming"]], "CPU": [[208, "cpu"]], "CSV File": [[91, "csv-file"]], "CSV Viewer": [[68, "csv-viewer"]], "Can I Continue Using Trial Projects Only?": [[206, "can-i-continue-using-trial-projects-only"]], "Can I close my web-browser at any time?": [[162, "can-i-close-my-web-browser-at-any-time"]], "Can I pay via wire transfer?": [[60, "can-i-pay-via-wire-transfer"]], "Can I work with Git \u2013 including GitHub, Bitbucket, GitLab, etc.?": [[162, "can-i-work-with-git-including-github-bitbucket-gitlab-etc"]], "Can\u2019t Save File": [[81, "can-t-save-file"]], "Categories": [[217, "id1"]], "Change the due date of an assignment": [[198, "change-the-due-date-of-an-assignment"]], "Charges for Paid LLMs": [[199, "charges-for-paid-llms"]], "Chat": [[178, "chat"], [213, "chat"]], "ChatGPT": [[62, "chatgpt"]], "ChatGPT help understanding errors": [[174, "chatgpt-help-understanding-errors"]], "Chatrooms": [[61, "chatrooms"]], "Check Memory Use": [[131, "check-memory-use"]], "Check \u201cStudent View\u201d": [[192, "check-student-view"]], "Checkboxes": [[152, "checkboxes"]], "Checking your clock skew": [[82, "checking-your-clock-skew"]], "Choosing a Cloud": [[66, "choosing-a-cloud"]], "Classical Versus CoCalc Jupyter Notebooks": [[143, "classical-versus-cocalc-jupyter-notebooks"]], "Classical versus CoCalc": [[143, "classical-versus-cocalc"]], "Clear TimeTravel History for a File": [[203, "clear-timetravel-history-for-a-file"]], "Clone a Repository Using New": [[97, "clone-a-repository-using-new"]], "Cloud File System": [[63, "cloud-file-system"]], "Cloud storage & remote file systems": [[169, "cloud-storage-remote-file-systems"]], "CoCalc Administrators": [[211, "cocalc-administrators"]], "CoCalc Cloud": [[64, "cocalc-cloud"]], "CoCalc Credit Balance Does Not Expire": [[156, "cocalc-credit-balance-does-not-expire"]], "CoCalc Credit Vouchers": [[211, "cocalc-credit-vouchers"]], "CoCalc Desktop": [[65, "cocalc-desktop"]], "CoCalc Docker Image": [[95, "cocalc-docker-image"]], "CoCalc Enhancements to Jupyter Notebooks": [[144, "cocalc-enhancements-to-jupyter-notebooks"]], "CoCalc License Vouchers": [[211, "cocalc-license-vouchers"]], "CoCalc Logo": [[170, "cocalc-logo"]], "CoCalc Native iPad Application": [[141, "cocalc-native-ipad-application"]], "CoCalc News": [[153, "cocalc-news"]], "CoCalc OnPrem": [[155, "cocalc-onprem"]], "CoCalc Platform": [[100, "cocalc-platform"]], "CoCalc Resellers and Bookstores": [[211, "cocalc-resellers-and-bookstores"]], "CoCalc Share Server": [[177, "share-server"]], "CoCalc Terminal Commands": [[202, "cocalc-terminal-commands"]], "CoCalc for Short Training Sessions": [[201, "cocalc-for-short-training-sessions"]], "CoCalc in iPad Web Browser": [[141, "cocalc-in-ipad-web-browser"]], "CoCalc nbgrader": [[196, "cocalc-nbgrader"]], "CoCalc says your clock is off": [[82, "cocalc-says-your-clock-is-off"]], "CoCalc.com": [[95, "cocalc-com"]], "CoCalc\u2019s Jupyter Notebook": [[105, "cocalc-s-jupyter-notebook"]], "CoCalc\u2019s Most Unique Offering": [[66, "cocalc-s-most-unique-offering"]], "Collaborate. Share! Publish!!!": [[177, "collaborate-share-publish"]], "Collaborating": [[177, "collaborating"]], "Collaboration": [[195, "collaboration"]], "Collaboration and Side Chat": [[202, "collaboration-and-side-chat"]], "Collaboration with Classical Jupyter": [[143, "collaboration-with-classical-jupyter"]], "Collaborative Editing": [[178, "collaborative-editing"], [213, "collaborative-editing"]], "Collaborative editing": [[152, "collaborative-editing"]], "Collaborator actions": [[168, "collaborator-actions"]], "Collect the assignment": [[196, "collect-the-assignment"]], "Collecting assignments from students": [[192, "collecting-assignments-from-students"]], "Collections of Documents": [[177, "collections-of-documents"]], "Command Line / Custom Depot Path": [[101, "command-line-custom-depot-path"]], "Command Line / Custom Environment": [[101, "command-line-custom-environment"]], "Command line (recommended)": [[103, "command-line-recommended"]], "Command-line": [[94, "command-line"]], "Completing a task": [[190, "completing-a-task"]], "Computational Mechanics & Discrete Information Theory": [[181, "id2"], [182, "id2"]], "Compute Server Filesystem": [[66, "compute-server-filesystem"]], "Compute Server VPN": [[66, "compute-server-vpn"]], "Compute Servers": [[66, "compute-servers"], [110, "compute-servers"]], "Concise Documentation": [[174, "concise-documentation"]], "Configuration: baseUrlPath": [[133, "configuration-baseurlpath"]], "Configure Firewall": [[92, "configure-firewall"]], "Configure a Jupyter kernel for my custom Anaconda environment": [[102, "configure-a-jupyter-kernel-for-my-custom-anaconda-environment"], [132, "configure-a-jupyter-kernel-for-my-custom-anaconda-environment"]], "Configuring SSH Keys for a Single Project": [[169, "configuring-ssh-keys-for-a-single-project"]], "Configuring the .bashrc File": [[79, "configuring-the-bashrc-file"]], "Configuring the Voucher": [[211, "configuring-the-voucher"]], "Connect an HTML form with Python code": [[174, "connect-an-html-form-with-python-code"]], "Connect with a client": [[87, "connect-with-a-client"]], "Connecting to a database": [[95, "connecting-to-a-database"]], "Connection Status": [[170, "connection-status"]], "Contacting your lecturer or TA": [[197, "contacting-your-lecturer-or-ta"]], "Contents of the Account toolbar": [[1, "contents-of-the-account-toolbar"]], "Continue using Ubuntu 18.04": [[154, "continue-using-ubuntu-18-04"]], "Conversion utilities": [[174, "conversion-utilities"]], "Convert HTML to PDF": [[84, "convert-html-to-pdf"]], "Convert student notebooks to pdf for export": [[198, "convert-student-notebooks-to-pdf-for-export"]], "Copy a file between projects": [[12, "copy-a-file-between-projects"], [30, "copy-a-file-between-projects"]], "Copy missing files to a student project": [[198, "copy-missing-files-to-a-student-project"]], "Cost": [[66, "cost"]], "Course Management": [[192, "course-management"]], "Create a new Handout": [[192, "create-a-new-handout"]], "Create a new assignment": [[192, "create-a-new-assignment"]], "Create an API Key With Web Client": [[58, "create-an-api-key-with-web-client"]], "Create an assignment folder": [[196, "create-an-assignment-folder"]], "Create and run a Ruby program": [[132, "create-and-run-a-ruby-program"]], "Create documents in Hebrew": [[148, "create-documents-in-hebrew"]], "Create questions": [[196, "create-questions"]], "Create the Course File": [[193, "create-the-course-file"]], "Create the Course Project": [[193, "create-the-course-project"]], "Create, compile and run a C program": [[132, "create-compile-and-run-a-c-program"]], "Create, compile and run a Fortran F90 program": [[132, "create-compile-and-run-a-fortran-f90-program"]], "Create, compile and run a Java program": [[132, "create-compile-and-run-a-java-program"]], "Creating Project Invitation Token or Link": [[123, "creating-project-invitation-token-or-link"]], "Creating a Chatroom": [[61, "creating-a-chatroom"]], "Creating a Compute Server": [[66, "creating-a-compute-server"]], "Creating a File": [[75, "creating-a-file"]], "Creating a New Course": [[193, "creating-a-new-course"]], "Creating a Stopwatch or Timer": [[204, "creating-a-stopwatch-or-timer"]], "Creating a Task List": [[190, "creating-a-task-list"]], "Creating a new kernel for a Custom Python Version": [[86, "creating-a-new-kernel-for-a-custom-python-version"]], "Creating an Account": [[75, "creating-an-account"]], "Creating the Voucher": [[211, "creating-the-voucher"]], "Current collaborators": [[169, "current-collaborators"]], "Current limitations": [[180, "current-limitations"]], "Custom Jupyter Kernel": [[86, "custom-jupyter-kernel"]], "Custom Modules": [[132, "custom-modules"]], "Custom Python3": [[132, "custom-python3"]], "Custom Sage binaries": [[132, "custom-sage-binaries"]], "Custom Snippets": [[179, "custom-snippets"]], "Custom Software": [[181, "custom-software"]], "Custom built-from-source Sage": [[132, "custom-built-from-source-sage"]], "Custom environment variables": [[169, "custom-environment-variables"]], "Custom environments": [[180, "custom-environments"]], "Customize Jupyter notebook LaTeX export settings": [[146, "customize-jupyter-notebook-latex-export-settings"], [148, "customize-jupyter-notebook-latex-export-settings"]], "Customize font": [[202, "customize-font"]], "Customized version of FriCAS": [[90, "customized-version-of-fricas"]], "Cut or Copy and Paste": [[178, "cut-or-copy-and-paste"], [213, "cut-or-copy-and-paste"]], "Dark mode": [[3, "dark-mode"]], "Dash": [[120, "dash"]], "Dashboard": [[87, "dashboard"]], "Dask Example Notebooks": [[181, "id3"], [182, "id3"]], "Dask cluster": [[87, "dask-cluster"]], "Data Sets": [[177, "data-sets"]], "Data Storage": [[76, "data-storage"]], "Dataset Access, Modification and Deletion": [[76, "dataset-access-modification-and-deletion"]], "Deal with large documents across multiple source files": [[148, "deal-with-large-documents-across-multiple-source-files"]], "Debug the connection": [[131, "debug-the-connection"]], "Debugging": [[165, "debugging"]], "Debugging connectivity issues": [[83, "debugging-connectivity-issues"]], "Dedicated CPU cores": [[2, "dedicated-cpu-cores"]], "Dedicated RAM": [[2, "dedicated-ram"]], "Deep Learning Workshop": [[181, "id4"], [182, "id4"]], "Default contents for new files": [[159, "default-contents-for-new-files"]], "Default environment": [[180, "default-environment"]], "Delete and undelete assignments": [[198, "delete-and-undelete-assignments"]], "Delete and undelete handouts": [[198, "delete-and-undelete-handouts"]], "Delete and undelete students": [[198, "delete-and-undelete-students"]], "Deleting a project": [[169, "deleting-a-project"]], "Desktop Application": [[69, "desktop-application"]], "Details element": [[152, "details-element"]], "Detect Sage Worksheet Environment": [[132, "detect-sage-worksheet-environment"]], "Develop Software": [[132, "develop-software"]], "Development": [[165, "development"]], "Directory listing for a given path": [[50, "directory-listing-for-a-given-path"]], "Directory listings for all known paths at once": [[50, "directory-listings-for-all-known-paths-at-once"]], "Disconnect and Resume": [[202, "disconnect-and-resume"]], "Disk Space Warning": [[88, "disk-space-warning"]], "Disk space": [[208, "disk-space"]], "Display Options": [[69, "display-options"]], "Display local public key fingerprints": [[6, "display-local-public-key-fingerprints"]], "Distribute the assignment to students": [[196, "distribute-the-assignment-to-students"]], "Distributing Codes to Users": [[211, "distributing-codes-to-users"]], "Distributing an assignment to students": [[192, "distributing-an-assignment-to-students"]], "Do I Still Need a License?": [[66, "do-i-still-need-a-license"]], "Do manual grading and add instructor comments": [[196, "do-manual-grading-and-add-instructor-comments"]], "Don\u2019t mix CoCalc and Classical!": [[143, "don-t-mix-cocalc-and-classical"]], "Downloading Voucher Codes": [[211, "downloading-voucher-codes"]], "Drag and drop": [[137, "drag-and-drop"]], "Draw using Asymptote": [[148, "draw-using-asymptote"]], "Due date": [[190, "due-date"]], "Duration of Software Support": [[177, "duration-of-software-support"]], "Edges": [[178, "edges"], [213, "edges"]], "Edit code and run a terminal side-by-side": [[132, "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)": [[190, "editing-the-description-markdown"]], "Editor settings": [[3, "editor-settings"]], "Efficient Automated Data Analysis, using snakemake": [[181, "id5"], [182, "id5"]], "Email address of a user": [[51, "email-address-of-a-user"]], "Embed a CoCalc project in your website": [[146, "embed-a-cocalc-project-in-your-website"]], "Embedded LaTeX": [[152, "embedded-latex"]], "Embedding in an IFrame": [[12, "embedding-in-an-iframe"], [30, "embedding-in-an-iframe"]], "Emojis": [[152, "emojis"]], "Empty trash: remove deleted objects from course file": [[198, "empty-trash-remove-deleted-objects-from-course-file"]], "Enable shell-escape to plot using Gnuplot": [[148, "enable-shell-escape-to-plot-using-gnuplot"]], "Enable/Disable Automatic Payments": [[5, "enable-disable-automatic-payments"]], "Encapsulated PIP w/ Jupyter Kernel": [[102, "encapsulated-pip-w-jupyter-kernel"]], "Encoding": [[149, "encoding"]], "Enhanced features in CoCalc Markdown": [[152, "enhanced-features-in-cocalc-markdown"]], "Entering initial student upgrades": [[200, "entering-initial-student-upgrades"]], "Even more utilities": [[128, "even-more-utilities"]], "Example 1: record project start time": [[165, "example-1-record-project-start-time"]], "Example 2: a periodic task in Python": [[165, "example-2-a-periodic-task-in-python"]], "Example 3: Periodic task in SageMath": [[165, "example-3-periodic-task-in-sagemath"]], "Examples of Compute Server Uses": [[66, "examples-of-compute-server-uses"]], "Examples of Voucher Use": [[211, "examples-of-voucher-use"]], "Examples of a get query": [[39, "examples-of-a-get-query"]], "Examples of a set query": [[39, "examples-of-a-set-query"]], "Examples of the Fortune Command": [[79, "examples-of-the-fortune-command"]], "Explorer": [[70, "explorer"], [72, "explorer"]], "Explorer Top Bar": [[70, "explorer-top-bar"]], "Explorer Tour": [[70, "explorer-tour"]], "Export History": [[203, "export-history"]], "Export TimeTravel History": [[89, "export-timetravel-history"]], "Export button in TimeTravel": [[89, "export-button-in-timetravel"]], "Export student file use": [[198, "export-student-file-use"]], "Export to HTML": [[152, "export-to-html"]], "Export to PDF": [[152, "export-to-pdf"]], "Exporting grades": [[192, "exporting-grades"]], "Extended Documentation": [[174, "extended-documentation"]], "Extensive Command Set": [[202, "extensive-command-set"]], "FAQ": [[83, "faq"], [148, "faq"]], "FAQ, Tips and Tricks": [[198, "faq-tips-and-tricks"]], "Features": [[61, "features"], [202, "features"]], "Features and Configuration": [[169, "features-and-configuration"]], "Fenced Code Blocks": [[152, "fenced-code-blocks"]], "Fetch from the Internet": [[137, "fetch-from-the-internet"]], "File Actions on Multiple Files": [[163, "file-actions-on-multiple-files"]], "File Actions on One File": [[163, "file-actions-on-one-file"]], "File Too Large": [[91, "file-too-large"]], "File format": [[190, "file-format"]], "Files Search": [[71, "files-search"]], "Files Toolbar": [[70, "files-toolbar"]], "Filter log entries displayed": [[168, "filter-log-entries-displayed"]], "Filtering the Project List": [[167, "filtering-the-project-list"]], "Find Files": [[72, "find-files"]], "First example": [[87, "first-example"]], "First run: OAuth2 authentication": [[98, "first-run-oauth2-authentication"]], "Fix an exception related to Sage\u2019s Integer(\u2026) vs. Python ints?": [[132, "fix-an-exception-related-to-sage-s-integer-vs-python-ints"]], "Fix broken Jupyter PDF export": [[93, "fix-broken-jupyter-pdf-export"]], "Flexibility": [[11, "flexibility"]], "Flush, Commit and Close": [[76, "flush-commit-and-close"]], "Flyout Panels": [[72, "flyout-panels"]], "Font options": [[173, "font-options"]], "For further study": [[98, "for-further-study"]], "Fortran Programming": [[94, "fortran-programming"]], "Forward & Inverse Search": [[149, "forward-inverse-search"]], "Frame Editor": [[73, "frame-editor"]], "Frames": [[178, "frames"], [213, "frames"]], "Front-end Web Development": [[95, "front-end-web-development"]], "Full Control of the Software Stack": [[214, "full-control-of-the-software-stack"]], "Fullscreen Mode": [[170, "fullscreen-mode"]], "Fullscreen Options": [[69, "fullscreen-options"]], "Functions specific to Sage worksheets": [[132, "functions-specific-to-sage-worksheets"]], "Future of Ubuntu 18.04": [[154, "future-of-ubuntu-18-04"]], "GAP Jupyter kernel not available": [[96, "gap-jupyter-kernel-not-available"]], "GNU assembler": [[77, "id1"]], "GSL C Code Compilation": [[99, "gsl-c-code-compilation"]], "General": [[132, "general"]], "General Notes": [[95, "general-notes"]], "Generate student version of the notebook": [[196, "generate-student-version-of-the-notebook"]], "Generated filenames": [[3, "generated-filenames"]], "Geographic Location": [[66, "geographic-location"]], "Get an API Key": [[53, "get-an-api-key"]], "Get credentials file": [[98, "get-credentials-file"]], "Get editor settings for the present user": [[39, "get-editor-settings-for-the-present-user"]], "Get project id, given title and description": [[39, "get-project-id-given-title-and-description"]], "Get title and description for a project": [[39, "get-title-and-description-for-a-project"]], "Get users, given the project id": [[39, "get-users-given-the-project-id"]], "Gettable and settable fields": [[39, "gettable-and-settable-fields"]], "Getting Started": [[75, "getting-started"]], "Getting Started with Hub": [[76, "getting-started-with-hub"]], "Getting Started with Jupyter Notebooks": [[145, "getting-started-with-jupyter-notebooks"]], "Getting all of your licenses": [[55, "getting-all-of-your-licenses"]], "Getting started": [[180, "getting-started"], [217, "getting-started"]], "Getting started with LaTeX": [[150, "getting-started-with-latex"]], "Git Version Control": [[97, "git-version-control"]], "Git command-line": [[97, "git-command-line"]], "Git graphical desktop emulator": [[97, "git-graphical-desktop-emulator"]], "Google": [[66, "google"]], "Google Cloud Storage": [[76, "google-cloud-storage"]], "Google GCS": [[169, "google-gcs"]], "Google Sheets API Demo": [[98, "google-sheets-api-demo"]], "Grading Jupyter Notebooks": [[110, "grading-jupyter-notebooks"]], "Graphical Application": [[115, "graphical-application"]], "Group Projects": [[195, "group-projects"]], "HTML": [[73, "html"]], "HTML or Text File": [[91, "html-or-text-file"]], "Hands-on Machine Learning with Scikit-Learn, Keras and TensorFlow 2.0": [[181, "id6"], [182, "id6"]], "Hashtags": [[61, "hashtags"], [152, "hashtags"], [178, "hashtags"], [190, "hashtags"], [213, "hashtags"]], "Help": [[170, "help"]], "Help about SageMath": [[174, "help-about-sagemath"]], "Help for Programmers": [[174, "help-for-programmers"]], "Hidden and Deleted projects": [[169, "hidden-and-deleted-projects"]], "Hidden and/or Deleted Projects": [[167, "hidden-and-or-deleted-projects"]], "Hidden vs. Deleted projects": [[169, "hidden-vs-deleted-projects"]], "Hide Temporary Files": [[163, "hide-temporary-files"]], "Hide or Delete Student Projects": [[191, "hide-or-delete-student-projects"]], "Hide or delete project": [[169, "hide-or-delete-project"]], "Hiding a project": [[169, "hiding-a-project"]], "High-resolution HDPI displays": [[217, "high-resolution-hdpi-displays"]], "Hints for dealing with large files": [[137, "hints-for-dealing-with-large-files"]], "Holoview App": [[80, "holoview-app"]], "Host a Git repository in CoCalc": [[97, "host-a-git-repository-in-cocalc"]], "Hosting a Workshop": [[211, "hosting-a-workshop"]], "How Long are Definitions Stored in a Sage Worksheet?": [[174, "how-long-are-definitions-stored-in-a-sage-worksheet"]], "How can I download my files?": [[162, "how-can-i-download-my-files"]], "How can I install Python packages from PyPI using pip?": [[132, "how-can-i-install-python-packages-from-pypi-using-pip"]], "How do I get an invoice with specific information?": [[60, "how-do-i-get-an-invoice-with-specific-information"]], "How exactly are Assignments copied to students?": [[198, "how-exactly-are-assignments-copied-to-students"]], "How to Disable Pay-As-You-Go Upgrades": [[156, "how-to-disable-pay-as-you-go-upgrades"]], "How to Enable Pay-As-You-Go Upgrades": [[156, "how-to-enable-pay-as-you-go-upgrades"]], "How to Revert/Undo Changes in a Sage Worksheet": [[174, "how-to-revert-undo-changes-in-a-sage-worksheet"]], "How to prepare an assignment in CoCalc for R": [[114, "how-to-prepare-an-assignment-in-cocalc-for-r"]], "How to setup nbgrader for CoCalc to work with R": [[114, "how-to-setup-nbgrader-for-cocalc-to-work-with-r"]], "How to use multiple CoCalc accounts at once": [[113, "how-to-use-multiple-cocalc-accounts-at-once"]], "How-tos": [[100, "how-tos"]], "Howto": [[148, "howto"], [174, "howto"]], "Hub": [[76, "hub"]], "Hyperstack": [[66, "hyperstack"]], "I (or a collaborator) clicked on \u201cDelete Project\u201d in Project Settings.": [[111, "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.": [[111, "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!": [[111, "i-logged-in-and-my-projects-are-gone-or-empty"]], "I think I deleted my project! What do I do?": [[111, "i-think-i-deleted-my-project-what-do-i-do"]], "I would like to develop a webserver in Python": [[132, "i-would-like-to-develop-a-webserver-in-python"]], "I would like to install new R packages": [[132, "i-would-like-to-install-new-r-packages"]], "IFrame communication": [[12, "iframe-communication"], [30, "iframe-communication"]], "Icons": [[178, "icons"], [213, "icons"]], "Identify the problem program": [[131, "identify-the-problem-program"]], "Idle timeout": [[208, "upg-idleto"]], "If nothing works\u2026": [[131, "if-nothing-works"]], "Import from Overleaf/Sharelatex": [[118, "import-from-overleaf-sharelatex"]], "In a Jupyter Notebook": [[101, "in-a-jupyter-notebook"]], "Include an image": [[148, "include-an-image"]], "Index": [[74, "index"]], "Indices, references and tables": [[67, "indices-references-and-tables"]], "Insert Page": [[213, "insert-page"]], "Insert Slide": [[178, "insert-slide"]], "Insert a backslash or dollar sign": [[148, "insert-a-backslash-or-dollar-sign"]], "Insert emoji": [[173, "insert-emoji"]], "Inspect in detail why the project is running out of memory": [[110, "inspect-in-detail-why-the-project-is-running-out-of-memory"]], "Install AWS CLI": [[78, "install-aws-cli"]], "Install Julia Packages": [[101, "install-julia-packages"]], "Install Python Packages": [[102, "install-python-packages"]], "Install R Packages": [[103, "install-r-packages"]], "Install Requests": [[101, "install-requests"]], "Install a package": [[103, "install-a-package"]], "Install compiled software": [[134, "install-compiled-software"]], "Install location and sys.path": [[102, "install-location-and-sys-path"]], "Install packages in a project": [[148, "install-packages-in-a-project"]], "Install requests": [[102, "install-requests"], [103, "install-requests"]], "Install some software into my own Anaconda environment": [[102, "install-some-software-into-my-own-anaconda-environment"], [132, "install-some-software-into-my-own-anaconda-environment"]], "Install/Update a Package Yourself": [[101, "install-update-a-package-yourself"]], "Installation": [[79, "installation"]], "Installed Applications": [[217, "installed-applications"]], "Installing Packages on a Local Debian / Ubuntu Box": [[79, "installing-packages-on-a-local-debian-ubuntu-box"]], "Installing software packages": [[202, "installing-software-packages"]], "Instructor Guide": [[194, "instructor-guide"]], "Interactive Elements": [[177, "interactive-elements"]], "Internet access": [[208, "internet-access"]], "Introducing the Project List": [[167, "introducing-the-project-list"]], "Introduction": [[140, "introduction"], [152, "introduction"], [174, "introduction"]], "Inverse search": [[152, "inverse-search"]], "Invite Students Without Having Their Email Addresses": [[198, "invite-students-without-having-their-email-addresses"]], "Invite via Tokens": [[123, "invite-via-tokens"]], "Invoices and receipts": [[5, "invoices-and-receipts"]], "Is .bashrc or .bash_profile called on startup?": [[132, "is-bashrc-or-bash-profile-called-on-startup"]], "Is Scilab broken?": [[217, "is-scilab-broken"]], "Is it caused by something else?": [[106, "is-it-caused-by-something-else"]], "Is it caused by using up too much memory?": [[106, "is-it-caused-by-using-up-too-much-memory"]], "Julia in a Sage Worksheet": [[132, "julia-in-a-sage-worksheet"]], "Jupyter Cells": [[178, "jupyter-cells"], [213, "jupyter-cells"]], "Jupyter Classic": [[105, "jupyter-classic"]], "Jupyter Classic/Lab vs. CoCalc\u2019s Jupyter": [[180, "jupyter-classic-lab-vs-cocalc-s-jupyter"]], "Jupyter Kernel Selection": [[105, "jupyter-kernel-selection"]], "Jupyter Kernel Terminated": [[106, "jupyter-kernel-terminated"]], "Jupyter Kernels": [[145, "jupyter-kernels"]], "Jupyter Lab": [[105, "jupyter-lab"]], "Jupyter Notebook": [[94, "jupyter-notebook"], [103, "jupyter-notebook"], [115, "jupyter-notebook"]], "Jupyter Notebook Too Large": [[91, "jupyter-notebook-too-large"]], "Jupyter Notebooks": [[9, "jupyter-notebooks"], [100, "jupyter-notebooks"], [142, "jupyter-notebooks"]], "Jupyter Tips and Tricks": [[146, "jupyter-tips-and-tricks"]], "JupyterLab Extensions": [[108, "jupyterlab-extensions"]], "JupyterLab server": [[169, "jupyterlab-server"]], "JupyterLab, VS Code, X11 Desktop": [[66, "jupyterlab-vs-code-x11-desktop"]], "Key Features of JupyterHub": [[11, "key-features-of-jupyterhub"]], "Key benefits": [[180, "key-benefits"]], "Keyboard Layout": [[217, "keyboard-layout"]], "Keyboard shortcuts": [[190, "keyboard-shortcuts"]], "Knitr": [[148, "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": [[73, "latex"]], "LaTeX 101": [[150, "latex-101"]], "LaTeX Editor": [[147, "latex-editor"]], "LaTeX Expressions": [[178, "latex-expressions"], [213, "latex-expressions"]], "LaTeX Howto and FAQ": [[148, "latex-howto-and-faq"]], "LaTeX Multi-File Support": [[149, "latex-multi-file-support"]], "LaTeX editor features": [[149, "latex-editor-features"]], "LaTeX in Rich Text Editing": [[173, "latex-in-rich-text-editing"]], "Launch a Pluto Notebook": [[121, "launch-a-pluto-notebook"]], "Lectures in Scientific Computing in Python": [[181, "id7"], [182, "id7"]], "License Doesn\u2019t Work": [[109, "license-doesn-t-work"]], "License Error Messages": [[151, "license-error-messages"]], "Licenses": [[1, "licenses"], [2, "licenses"], [151, "licenses"], [191, "licenses"]], "Licenses that you manage": [[2, "licenses-that-you-manage"]], "Limitations": [[173, "limitations"]], "Limitations of long-running computations": [[132, "limitations-of-long-running-computations"]], "Linux Terminal": [[202, "linux-terminal"]], "Linux Terminal and Shell Scripts": [[9, "linux-terminal-and-shell-scripts"]], "List of Files": [[70, "list-of-files"]], "Live collaborative editing": [[195, "live-collaborative-editing"]], "Load older entries": [[168, "load-older-entries"]], "Local Disk Size": [[63, "local-disk-size"]], "Local storage": [[76, "local-storage"]], "Location Choice": [[63, "location-choice"]], "Low Memory Problems": [[110, "low-memory-problems"]], "Machine Learning for OpenCV": [[181, "id8"], [182, "id8"]], "Main supported software environments": [[180, "main-supported-software-environments"]], "Make a path public (publish a file)": [[39, "make-a-path-public-publish-a-file"]], "Making multiple assignment folders quickly": [[198, "making-multiple-assignment-folders-quickly"]], "Manage Running Processes": [[128, "manage-running-processes"]], "Manage and Edit Licenses": [[151, "manage-and-edit-licenses"]], "Manual Grading": [[192, "manual-grading"]], "Markdown": [[73, "markdown"], [152, "markdown"]], "Materials Project Workshop": [[181, "id9"], [182, "id9"]], "Matplotlib": [[110, "matplotlib"]], "Maximum Number of Simultaneously Upgraded Projects": [[151, "maximum-number-of-simultaneously-upgraded-projects"]], "Member hosting": [[2, "member-hosting"], [208, "member-hosting"]], "Merging Accounts": [[113, "merging-accounts"]], "Method 1: use different browsers": [[113, "method-1-use-different-browsers"]], "Method 2: use private / icognito sessions": [[113, "method-2-use-private-icognito-sessions"]], "Method 3: use different browser profiles / identities": [[113, "method-3-use-different-browser-profiles-identities"]], "MinIO": [[76, "minio"]], "Mini-terminal": [[163, "mini-terminal"]], "Mission": [[139, null]], "ModSimPython: Modeling and Simulation in Python": [[181, "id10"], [182, "id10"]], "Modifying CoCalc Sources": [[95, "modifying-cocalc-sources"]], "MongoDB": [[112, "mongodb"]], "Moodle integration": [[198, "moodle-integration"]], "Motivation": [[180, "motivation"]], "Mount remote files via SSHFS": [[90, "mount-remote-files-via-sshfs"]], "Move": [[131, "move"]], "Moving tasks": [[190, "moving-tasks"]], "Multi-project/-node cluster": [[87, "multi-project-node-cluster"]], "Multiple Cursors": [[73, "multiple-cursors"]], "Multiple Terminals in a Single Browser Tab": [[202, "multiple-terminals-in-a-single-browser-tab"]], "NEURON simulation environment": [[115, "neuron-simulation-environment"]], "Navigate With Arrow Keys": [[178, "navigate-with-arrow-keys"], [213, "navigate-with-arrow-keys"]], "Netwide assembler": [[77, "id2"]], "New File": [[72, "new-file"]], "New to Linux?": [[202, "new-to-linux"]], "Next Steps": [[75, "next-steps"], [214, "next-steps"]], "Nextjs": [[95, "nextjs"]], "No Limits": [[123, "no-limits"]], "No Special Arrangement Is Needed": [[211, "no-special-arrangement-is-needed"]], "No Vendor Lock-In": [[214, "no-vendor-lock-in"]], "Node.js": [[95, "id1"]], "Not used with Licenses": [[156, "not-used-with-licenses"]], "Notebook table of contents": [[196, "notebook-table-of-contents"]], "Notebook too large? Remove output.": [[146, "notebook-too-large-remove-output"]], "Notes on URL proxying": [[177, "notes-on-url-proxying"]], "Notifications": [[170, "notifications"]], "Number of Files": [[63, "number-of-files"]], "Number of Projects and Type": [[2, "number-of-projects-and-type"]], "Obtaining a Credit Voucher": [[211, "obtaining-a-credit-voucher"]], "Obtaining a License Voucher": [[211, "obtaining-a-license-voucher"]], "Obtaining a Voucher": [[211, "obtaining-a-voucher"]], "Octave": [[132, "octave"]], "Octave Images and Plots": [[116, "octave-images-and-plots"]], "Octave with Jupyter Kernel": [[116, "octave-with-jupyter-kernel"]], "Octave with X11 Desktop": [[116, "octave-with-x11-desktop"]], "Off-site backups": [[59, "off-site-backups"]], "On Premises Option": [[214, "on-premises-option"]], "OnPrem": [[66, "onprem"]], "OnPrem Compute Server": [[155, "onprem-compute-server"]], "Open Projects": [[170, "open-projects"]], "Open World Approach": [[214, "open-world-approach"]], "Opening a File": [[163, "opening-a-file"]], "Option: Skip entering grades": [[196, "option-skip-entering-grades"]], "Option: Sync grades": [[196, "option-sync-grades"]], "Other Languages": [[132, "other-languages"]], "Other information": [[76, "other-information"]], "Other languages besides Bash?": [[165, "other-languages-besides-bash"]], "Other settings": [[3, "other-settings"]], "Our teacher requires us students to pay. How?": [[197, "our-teacher-requires-us-students-to-pay-how"]], "Overlay Dialogs": [[217, "overlay-dialogs"]], "Override the default width and height for R SVG figures in a CoCalc worksheet": [[132, "override-the-default-width-and-height-for-r-svg-figures-in-a-cocalc-worksheet"]], "Overview Map": [[178, "overview-map"], [213, "overview-map"]], "Pages View": [[178, "pages-view"], [213, "pages-view"]], "Pay-As-You-Go Purchase": [[156, "pay-as-you-go-purchase"]], "Peer Grading": [[192, "peer-grading"]], "Pens": [[178, "pens"], [213, "pens"]], "Pentadactyl plugin isn\u2019t working": [[90, "pentadactyl-plugin-isn-t-working"]], "Period, Title, Cost, and Purchase": [[2, "period-title-cost-and-purchase"]], "Pick a Subscription": [[139, "pick-a-subscription"]], "Place your order": [[55, "place-your-order"]], "Plain Jupyter server": [[169, "plain-jupyter-server"]], "Platform": [[157, "platform"]], "Platform News 2019-2022": [[158, "platform-news-2019-2022"]], "Play a .wav file in a Jupyter notebook": [[146, "play-a-wav-file-in-a-jupyter-notebook"]], "Play sounds": [[174, "play-sounds"]], "Plotting from Python Scripts": [[212, "plotting-from-python-scripts"]], "Pluto Notebooks for Julia": [[121, "pluto-notebooks-for-julia"]], "Port forwarding": [[180, "port-forwarding"]], "Portability": [[11, "portability"]], "PostgreSQL": [[122, "postgresql"]], "Pre-built environments": [[180, "pre-built-environments"]], "Preferences": [[1, "preferences"], [3, "preferences"]], "Prepare your project": [[108, "prepare-your-project"]], "Presentation Mode": [[178, "presentation-mode"]], "Problems with Licenses": [[199, "problems-with-licenses"]], "Problems/Missing?": [[154, "problems-missing"]], "Process an R Markdown (.Rmd) documents": [[132, "process-an-r-markdown-rmd-documents"]], "Process for Debugging Connectivity": [[83, "process-for-debugging-connectivity"]], "Processes": [[72, "processes"], [160, "processes"]], "Program Seems Slow or Stuck": [[131, "program-seems-slow-or-stuck"]], "Programming Languages": [[100, "programming-languages"]], "Project API Keys": [[58, "project-api-keys"]], "Project Files": [[163, "project-files"]], "Project Home": [[164, "project-home"]], "Project Image": [[169, "project-image"]], "Project Initialization": [[165, "project-initialization"]], "Project Initialization Scripts": [[165, "project-initialization-scripts"]], "Project Library": [[166, "project-library"]], "Project List": [[167, "project-list"], [170, "project-list"]], "Project Log": [[72, "project-log"], [168, "project-log"]], "Project Name": [[169, "project-name"]], "Project Settings": [[169, "project-settings"]], "Project Toolbar": [[170, "project-toolbar"]], "Project URL": [[169, "index-5"]], "Project Upgrades": [[207, "project-upgrades"]], "Project control": [[169, "project-control"]], "Projects": [[161, "projects"]], "Projects FAQ": [[162, "projects-faq"]], "Projects Page Tour": [[161, "projects-page-tour"]], "Projects with licenses": [[2, "projects-with-licenses"]], "Protocol and Data Format": [[30, "protocol-and-data-format"], [31, "protocol-and-data-format"]], "Public Files": [[1, "public-files"]], "Public files": [[4, "public-files"]], "Publish": [[178, "publish"], [213, "publish"]], "Publishing Files and Folders": [[177, "publishing-files-and-folders"]], "Publishing Rendered GitHub Files": [[177, "publishing-rendered-github-files"]], "Publishing Tips and Considerations": [[177, "publishing-tips-and-considerations"]], "Publishing the Whole Project": [[177, "publishing-the-whole-project"]], "Purchases": [[1, "purchases"], [5, "purchases"]], "Purpose": [[30, "purpose"], [31, "purpose"]], "Purpose and Limitations": [[206, "purpose-and-limitations"]], "Purpose of nbgrader": [[196, "purpose-of-nbgrader"]], "Python": [[132, "python"]], "Python 2 compatibility": [[98, "python-2-compatibility"]], "Python Data Science Handbook": [[181, "id11"], [182, "id11"]], "Python \u201cuser\u201d installs": [[102, "python-user-installs"]], "PythonTeX": [[148, "pythontex"]], "Quantum Chemistry": [[181, "id12"], [182, "id12"]], "Quarto": [[152, "quarto"]], "Question about Sage": [[129, "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?": [[83, "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.": [[83, "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.": [[83, "question-i-see-the-error-message-timeout-while-loading-cocalc-instead-of-the-cocalc-landing-page"]], "Questions?": [[201, "questions"], [211, "questions"]], "Quickstart": [[76, "quickstart"], [202, "quickstart"]], "R Markdown": [[73, "r-markdown"]], "R Statistical Software": [[132, "r-statistical-software"]], "R Step-by-Step with Jupyter": [[127, "r-step-by-step-with-jupyter"]], "RAM": [[208, "ram"]], "RSTAN": [[110, "rstan"]], "Raise the limit on the number of output messages per cell": [[132, "raise-the-limit-on-the-number-of-output-messages-per-cell"]], "Raw Files Server": [[138, "raw-files-server"]], "React": [[95, "id2"]], "Real-time Collaboration": [[173, "real-time-collaboration"]], "Real-time chatrooms": [[195, "real-time-chatrooms"]], "Reboot": [[131, "reboot"]], "Recently Edited Documents and Chat": [[170, "recently-edited-documents-and-chat"]], "Recently opened files": [[168, "recently-opened-files"]], "Reconfigure Student Projects": [[193, "reconfigure-student-projects"]], "Reconnect": [[131, "reconnect"]], "Recovering a Deleted File": [[124, "recovering-a-deleted-file"]], "Recovering a Deleted Project": [[111, "recovering-a-deleted-project"]], "Redeeming Voucher Codes": [[211, "redeeming-voucher-codes"]], "Reference links": [[152, "reference-links"]], "References": [[121, "references"], [133, "references"], [171, "references"]], "Refresh Files List": [[163, "refresh-files-list"]], "Reliability": [[11, "reliability"]], "RemarkJS Slideshow": [[125, "remarkjs-slideshow"]], "Remote files with SSH": [[169, "remote-files-with-ssh"]], "Remove License or Upgrades from Student Projects": [[191, "remove-license-or-upgrades-from-student-projects"]], "Remove Local Files to Troubleshoot a Notebook": [[146, "remove-local-files-to-troubleshoot-a-notebook"]], "Remove history from a terminal file": [[202, "remove-history-from-a-terminal-file"]], "Resend outstanding email invites": [[193, "resend-outstanding-email-invites"]], "Responsive Support Team": [[214, "responsive-support-team"]], "Restart Project and Stop Project": [[169, "restart-project-and-stop-project"]], "Restart the project": [[131, "restart-the-project"]], "Restarting a project": [[197, "restarting-a-project"], [198, "restarting-a-project"]], "Restrict Student Projects": [[172, "restrict-student-projects"]], "Resuming a Session": [[75, "resuming-a-session"]], "Return the assignment": [[196, "return-the-assignment"]], "Returning Assignments Without Grading": [[192, "returning-assignments-without-grading"]], "Returning an assignment to students": [[192, "returning-an-assignment-to-students"]], "Rich Text Editing": [[152, "rich-text-editing"], [173, "rich-text-editing"]], "Riemann Problems and Jupyter Solutions": [[181, "id13"], [182, "id13"]], "Ruby Programming": [[126, "ruby-programming"]], "Ruby code in a Sage worksheet": [[126, "ruby-code-in-a-sage-worksheet"]], "Ruby files in the frame editor": [[126, "ruby-files-in-the-frame-editor"]], "Run Jupyter notebook with GPU support": [[146, "run-jupyter-notebook-with-gpu-support"]], "Run Sage locally, on my own machine": [[132, "run-sage-locally-on-my-own-machine"]], "Run Terminal command in all student projects": [[198, "run-terminal-command-in-all-student-projects"]], "Run a Webserver": [[138, "run-a-webserver"]], "Run nbgrader": [[196, "run-nbgrader"]], "Run plotly in a Jupyter notebook": [[132, "run-plotly-in-a-jupyter-notebook"]], "Running a Jupyter Notebook": [[75, "running-a-jupyter-notebook"]], "S3": [[76, "s3"]], "SSH File Transfer": [[137, "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": [[107, "svg-and-png-plots-in-jupyter-notebooks"]], "Sage": [[102, "sage"]], "Sage Worksheet Slow When Plotting? Disable svg.": [[174, "sage-worksheet-slow-when-plotting-disable-svg"]], "Sage Worksheets": [[132, "sage-worksheets"], [174, "sage-worksheets"], [174, "sagews-wiki"]], "Sage worksheet server": [[169, "sage-worksheet-server"]], "Sage worksheet with Turtle module": [[136, "sage-worksheet-with-turtle-module"]], "SageTeX": [[148, "sagetex"]], "Save Money If You Pay in Advance": [[156, "save-money-if-you-pay-in-advance"]], "Schema": [[76, "schema"]], "Screenshot": [[112, "screenshot"]], "Search": [[190, "search"]], "Search View": [[178, "search-view"], [213, "search-view"]], "Search and Replace Inside the File": [[73, "search-and-replace-inside-the-file"]], "Search and Replace Within the File": [[152, "search-and-replace-within-the-file"]], "Second and later runs": [[98, "second-and-later-runs"]], "See Memory Usage": [[132, "see-memory-usage"]], "See Memory Utilization": [[128, "see-memory-utilization"]], "See all Processes": [[128, "see-all-processes"]], "See all processes running in my project": [[132, "see-all-processes-running-in-my-project"]], "Self-Imposed Spending Limits": [[156, "self-imposed-spending-limits"]], "Servers": [[100, "servers"], [175, "servers"]], "Service Options": [[176, "service-options"]], "Sessions": [[69, "sessions"]], "Set title and description for a project": [[39, "set-title-and-description-for-a-project"]], "Settings": [[72, "settings"]], "Setup": [[104, "setup"]], "Setup Jupyter Extensions": [[104, "setup-jupyter-extensions"]], "Setup SSH Keys": [[169, "setup-ssh-keys"]], "Setup fish shell": [[202, "setup-fish-shell"]], "Setup texmf in a project": [[148, "setup-texmf-in-a-project"]], "Shape": [[76, "shape"]], "Shared Project": [[195, "shared-project"]], "Sharing Files and Folders": [[177, "sharing-files-and-folders"]], "Shiny": [[130, "shiny"]], "Show Hidden Files": [[163, "show-hidden-files"]], "Side Chat": [[61, "side-chat"], [73, "side-chat"]], "Signing Out": [[75, "signing-out"]], "Signing in Again": [[75, "signing-in-again"]], "Signing out of CoCalc": [[1, "signing-out-of-cocalc"]], "Simple Python Server": [[95, "simple-python-server"]], "Site license for courses": [[158, "site-license-for-courses"]], "Site license for individual projects": [[158, "site-license-for-individual-projects"]], "Slides": [[178, "slides"]], "Snapshot Backups": [[163, "snapshot-backups"]], "Snapshots": [[59, "snapshots"]], "Snippets": [[179, "snippets"]], "Software": [[180, "software"]], "Software Environment": [[169, "software-environment"]], "Software Updates 2018": [[183, "software-updates-2018"]], "Software Updates 2019": [[184, "software-updates-2019"]], "Software Updates 2020": [[185, "software-updates-2020"]], "Software Updates 2021": [[186, "software-updates-2021"]], "Software Updates 2022": [[187, "software-updates-2022"]], "Software Updates 2023": [[188, "software-updates-2023"]], "Software Updates 2024": [[189, "software-updates-2024"]], "Software specific": [[110, "software-specific"]], "Software update detailed items": [[180, "software-update-detailed-items"]], "Software update summaries": [[180, "software-update-summaries"]], "Source Code": [[174, "source-code"]], "Special Considerations": [[66, "special-considerations"]], "Spell Checker": [[73, "spell-checker"]], "Spell check a LaTeX document": [[148, "spell-check-a-latex-document"]], "Spellcheck": [[149, "spellcheck"]], "Split Whiteboard Windows": [[213, "split-whiteboard-windows"]], "Split Windows": [[178, "split-windows"]], "Standby timeout": [[3, "standby-timeout"]], "Starring Published Files": [[177, "starring-published-files"]], "Start JupyterLab": [[108, "start-jupyterlab"]], "Start a Jupyter notebook for the assignment": [[196, "start-a-jupyter-notebook-for-the-assignment"]], "Start and Stop a project": [[39, "start-and-stop-a-project"]], "Start cluster": [[87, "start-cluster"]], "Start file": [[180, "start-file"]], "Starting up everyone\u2019s project before class": [[198, "starting-up-everyone-s-project-before-class"]], "Startup files": [[202, "startup-files"]], "Statements": [[1, "statements"], [75, "statements"]], "Status of Vouchers Created": [[211, "status-of-vouchers-created"]], "Step 10: Is your computer infected with malware?": [[83, "step-10-is-your-computer-infected-with-malware"]], "Step 11: Is the problem with your DNS (Domain Name Service) settings?": [[83, "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?": [[83, "step-12-is-your-browser-out-of-date-or-otherwise-incompatible-with-cocalc"]], "Step 13: Do WebSocket connections work?": [[83, "step-13-do-websocket-connections-work"]], "Step 1: Export": [[118, "step-1-export"]], "Step 1: HTML barebone": [[125, "step-1-html-barebone"]], "Step 1: Setup": [[122, "step-1-setup"]], "Step 1: Startup": [[112, "step-1-startup"]], "Step 1: Try connecting with the latest version of Google Chrome.": [[83, "step-1-try-connecting-with-the-latest-version-of-google-chrome"]], "Step 2: Connect": [[112, "step-2-connect"]], "Step 2: Import": [[118, "step-2-import"]], "Step 2: Make sure you are running a very recent version of Google Chrome, Safari, Firefox, or Edge.": [[83, "step-2-make-sure-you-are-running-a-very-recent-version-of-google-chrome-safari-firefox-or-edge"]], "Step 2: Markdown": [[125, "step-2-markdown"]], "Step 2: Start Server": [[122, "step-2-start-server"]], "Step 3: Check": [[125, "step-3-check"]], "Step 3: Connect to the database": [[122, "step-3-connect-to-the-database"]], "Step 3: Double check if are you connected at all.": [[83, "step-3-double-check-if-are-you-connected-at-all"]], "Step 3: Shutting Down": [[112, "step-3-shutting-down"]], "Step 4: Network congestion?": [[83, "step-4-network-congestion"]], "Step 4: Shutting Down": [[122, "step-4-shutting-down"]], "Step 4: Write Slideshow": [[125, "step-4-write-slideshow"]], "Step 5: Do you have tons of tabs open?": [[83, "step-5-do-you-have-tons-of-tabs-open"]], "Step 5: Present": [[125, "step-5-present"]], "Step 6: Is your browser (or an intermediate server) attempting to cache too much?": [[83, "step-6-is-your-browser-or-an-intermediate-server-attempting-to-cache-too-much"]], "Step 7: Does the problem relate to stale cookies?": [[83, "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?": [[83, "step-8-have-you-installed-browser-extensions-add-on-s-or-enabled-blocking-software-on-your-computer"]], "Step 9: Are the CoCalc servers down?": [[83, "step-9-are-the-cocalc-servers-down"]], "Sticky Notes": [[178, "sticky-notes"], [213, "sticky-notes"]], "Stopwatches and Timers": [[178, "stopwatches-and-timers"], [204, "stopwatches-and-timers"], [213, "stopwatches-and-timers"]], "Streamlit": [[133, "streamlit"]], "Streamlit Example": [[133, "streamlit-example"]], "Streamlit Python script": [[133, "streamlit-python-script"]], "Streamlit \u201cHello world\u201d": [[133, "streamlit-hello-world"]], "Student Access After Course Ends": [[191, "student-access-after-course-ends"]], "Student Guide": [[197, "student-guide"]], "Students Pay For Upgrades": [[199, "students-pay-for-upgrades"]], "Students complete the assignment": [[196, "students-complete-the-assignment"]], "Subscriptions": [[1, "subscriptions"], [5, "subscriptions"]], "Subscriptions (legacy page)": [[5, "subscriptions-legacy-page"]], "Support": [[1, "support"], [7, "support"]], "Support tickets": [[7, "support-tickets"]], "Supported file types": [[73, "supported-file-types"]], "Sync with Dropbox or Google Drive?": [[90, "sync-with-dropbox-or-google-drive"]], "System-wide Snippets": [[179, "system-wide-snippets"]], "Tab Completion": [[174, "tab-completion"]], "Table of Contents": [[178, "table-of-contents"], [213, "table-of-contents"]], "Tagging Projects": [[167, "tagging-projects"]], "Task Lists": [[190, "task-lists"]], "Teacher or Institute Pays for Upgrades": [[199, "teacher-or-institute-pays-for-upgrades"]], "Teacher or institution pays for upgrades": [[200, "teacher-or-institution-pays-for-upgrades"]], "Teaching with Compute Servers": [[66, "teaching-with-compute-servers"], [199, "teaching-with-compute-servers"]], "Teaching with nbgrader": [[196, "teaching-with-nbgrader"]], "Technical Status": [[217, "technical-status"]], "Terminal": [[217, "terminal"]], "Terminal Environment in Split Frame with File Editor": [[202, "terminal-environment-in-split-frame-with-file-editor"]], "Terminal Tour": [[202, "terminal-tour"]], "Terminal settings": [[3, "terminal-settings"]], "Test It Out": [[139, "test-it-out"]], "Test Your Publication": [[177, "test-your-publication"]], "Text": [[178, "text"], [213, "text"]], "Text fields generally support Markdown and LaTeX": [[198, "text-fields-generally-support-markdown-and-latex"]], "Text, Source Code, and Data Files": [[73, "text-source-code-and-data-files"]], "The PDF cannot be built. What\u2019s the problem?": [[148, "the-pdf-cannot-be-built-what-s-the-problem"]], "The hub API": [[89, "the-hub-api"]], "The project API": [[89, "the-project-api"]], "The subfiles Package (legacy method)": [[148, "the-subfiles-package-legacy-method"]], "Things to try": [[82, "things-to-try"]], "Time Travel Diffs": [[198, "time-travel-diffs"]], "TimeTravel": [[59, "timetravel"], [174, "timetravel"], [178, "timetravel"], [203, "timetravel"], [213, "timetravel"]], "Timeout/Killed calculations": [[132, "timeout-killed-calculations"]], "Tips & Tricks": [[217, "tips-tricks"]], "Tips and tricks": [[202, "tips-and-tricks"]], "Title and Description": [[169, "title-and-description"]], "Title, Description, Name, Image": [[169, "title-description-name-image"]], "To-do Lists": [[178, "to-do-lists"], [213, "to-do-lists"]], "Toolbars": [[75, "toolbars"]], "Tools": [[100, "tools"]], "Tours": [[205, "tours"]], "Transactions, Limits, and Plots": [[5, "transactions-limits-and-plots"]], "Trial Projects": [[206, "trial-projects"]], "Troubleshooting": [[135, "troubleshooting"]], "Try CoCalc Desktop": [[131, "try-cocalc-desktop"]], "Turn off automatic build and PDF preview": [[148, "turn-off-automatic-build-and-pdf-preview"]], "Turtle Graphics with CoCalc": [[136, "turtle-graphics-with-cocalc"]], "Typescript": [[95, "typescript"]], "Typeset Scientific Content with LaTeX": [[9, "typeset-scientific-content-with-latex"]], "URLs and Port Numbers": [[92, "urls-and-port-numbers"]], "Understanding Error Messages": [[174, "understanding-error-messages"]], "Underworld 2": [[181, "id14"], [182, "id14"]], "Upgrades": [[1, "upgrades"], [191, "upgrades"], [208, "upgrades"]], "Upgrading Student Projects": [[199, "upgrading-student-projects"]], "Upgrading Student Projects (legacy version)": [[200, "upgrading-student-projects-legacy-version"]], "Upload Button in Files Tab": [[137, "upload-button-in-files-tab"]], "Upload Files": [[137, "upload-files"]], "Upload Python script and credentials to CoCalc": [[98, "upload-python-script-and-credentials-to-cocalc"]], "Uploading from Google Drive": [[137, "uploading-from-google-drive"]], "Use Emacs in a Terminal (Chrome)": [[90, "use-emacs-in-a-terminal-chrome"]], "Use External Tools": [[90, "use-external-tools"]], "Use Multiple Accounts": [[113, "use-multiple-accounts"]], "Use PSTricks macros": [[148, "use-pstricks-macros"]], "Use R in a Sage worksheet": [[132, "use-r-in-a-sage-worksheet"]], "Use member hosting or dedicated CPU": [[131, "use-member-hosting-or-dedicated-cpu"]], "Use the Halt Button to Conserve Memory": [[146, "use-the-halt-button-to-conserve-memory"]], "User Interface": [[209, "user-interface"]], "Users": [[210, "users"]], "Using Git": [[198, "using-git"]], "Using R in CoCalc": [[217, "using-r-in-cocalc"]], "Using SSH": [[169, "using-ssh"]], "Using TimeTravel": [[203, "using-timetravel"]], "Using a Compute Server": [[66, "using-a-compute-server"]], "Using a Project Invitation Link": [[123, "using-a-project-invitation-link"]], "Using a Project Invitation Token": [[123, "using-a-project-invitation-token"]], "Using an Invitation Token": [[167, "using-an-invitation-token"]], "Using the API to add a license to your shopping cart": [[55, "using-the-api-to-add-a-license-to-your-shopping-cart"]], "Using the CoCalc API to buy a license": [[55, "using-the-cocalc-api-to-buy-a-license"]], "Using the CoCalc API to get directory listings for a project via the database": [[50, "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": [[51, "using-the-cocalc-api-to-get-the-email-address-of-a-user-from-their-account-id"]], "Using the port proxy": [[138, "using-the-port-proxy"]], "Utilize Multiple CPUs": [[119, "utilize-multiple-cpus"]], "VSCode": [[95, "vscode"]], "Vanity URLs": [[177, "vanity-urls"]], "Verifying Student Activity": [[198, "verifying-student-activity"]], "Version control": [[197, "version-control"]], "View account SSH keys": [[6, "view-account-ssh-keys"]], "Virtualenv": [[102, "virtualenv"]], "Visual Studio Code Server": [[212, "visual-studio-code-server"]], "Vouchers": [[211, "vouchers"]], "Ways to clear up your project\u2019s memory": [[110, "ways-to-clear-up-your-project-s-memory"]], "WebSockets": [[92, "websockets"]], "Webserver proxy": [[138, "webserver-proxy"]], "Welcome to CoCalc\u2019s User Manual!": [[67, "welcome-to-cocalc-s-user-manual"]], "What Can go Wrong?": [[113, "what-can-go-wrong"]], "What I am getting?": [[197, "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?": [[138, "what-about-dynamically-generated-subdomains"]], "What about security?": [[138, "what-about-security"]], "What do the Students Get?": [[193, "what-do-the-students-get"]], "What happens when I finish the course/my degree?": [[197, "what-happens-when-i-finish-the-course-my-degree"]], "What is CoCalc?": [[139, "what-is-cocalc"], [197, "what-is-cocalc"]], "What is Hub?": [[76, "what-is-hub"]], "What is an \u201cidle timeout?\u201d": [[132, "what-is-an-idle-timeout"]], "What is logged": [[168, "what-is-logged"]], "What should you do if the preview does not update?": [[148, "what-should-you-do-if-the-preview-does-not-update"]], "What the program does": [[98, "what-the-program-does"]], "What the student sees": [[200, "what-the-student-sees"]], "What\u2019s a Jupyter Notebook?": [[145, "what-s-a-jupyter-notebook"]], "What\u2019s a Sage Worksheet?": [[174, "what-s-a-sage-worksheet"]], "What\u2019s the fingerprint of the SSH gateway\u2019s host key?": [[162, "what-s-the-fingerprint-of-the-ssh-gateway-s-host-key"]], "When a Timer Counts Down to Zero": [[204, "when-a-timer-counts-down-to-zero"]], "Where Markdown can be used in CoCalc": [[152, "where-markdown-can-be-used-in-cocalc"]], "Where Rich Text Editing is Available": [[173, "where-rich-text-editing-is-available"]], "Whiteboard": [[213, "whiteboard"]], "Who Changed My File?": [[203, "who-changed-my-file"]], "Why Add Upgrades?": [[169, "why-add-upgrades"]], "Why CoCalc?": [[197, "why-cocalc"], [214, "why-cocalc"]], "Why NOT CoCalc?": [[215, "why-not-cocalc"]], "Why is my project out of memory?": [[110, "why-is-my-project-out-of-memory"]], "Wiki resources": [[174, "wiki-resources"]], "Will my code keep running if I disconnect?": [[132, "will-my-code-keep-running-if-i-disconnect"]], "Window Tabs": [[217, "window-tabs"]], "Word count": [[149, "word-count"]], "Work with SageTeX, PythonTeX, or Knitr": [[148, "work-with-sagetex-pythontex-or-knitr"]], "Working With": [[216, "working-with"]], "Working in your course project": [[197, "working-in-your-course-project"]], "X11 Desktop on a Compute Server": [[136, "x11-desktop-on-a-compute-server"]], "X11 Graphical Applications": [[217, "x11-graphical-applications"]], "X11 terminal with Jupyter notebook": [[136, "x11-terminal-with-jupyter-notebook"]], "X11 terminal with nteract": [[136, "x11-terminal-with-nteract"]], "You Cannot Pay Anything": [[215, "you-cannot-pay-anything"]], "You Must Use Fully Open Source Software": [[215, "you-must-use-fully-open-source-software"]], "You Need Proprietary Software Maintenance": [[215, "you-need-proprietary-software-maintenance"]], "You Need the Simplest Possible Interface": [[215, "you-need-the-simplest-possible-interface"]], "You Require XXX Security Certification": [[215, "you-require-xxx-security-certification"]], "Your CoCalc Session": [[75, "your-cocalc-session"]], "Your First CoCalc Session": [[75, "your-first-cocalc-session"]], "Your assignments": [[197, "your-assignments"]], "Your upgrade contributions": [[169, "your-upgrade-contributions"]], "Zoom": [[217, "zoom"]], "active cell": [[145, "active-cell"]], "add_collaborator": [[13, "add-collaborator"]], "add_license_to_project": [[14, "add-license-to-project"]], "button row": [[145, "button-row"]], "cell-insert bar": [[144, "cell-insert-bar"]], "change_email_address": [[15, "change-email-address"]], "change_password": [[16, "change-password"]], "code cell output": [[145, "code-cell-output"]], "consecutive cell numbers": [[144, "consecutive-cell-numbers"]], "copy_path_between_projects": [[17, "copy-path-between-projects"]], "copy_path_delete": [[18, "copy-path-delete"]], "copy_path_status": [[19, "copy-path-status"]], "copy_public_path_between_projects": [[20, "copy-public-path-between-projects"]], "create_account": [[21, "create-account"]], "create_project": [[22, "create-project"]], "create_support_ticket": [[23, "create-support-ticket"]], "default": [[69, "default"], [69, "id2"]], "delete_account": [[24, "delete-account"]], "directory-listing": [[50, "directory-listing"]], "disconnect_from_project": [[25, "disconnect-from-project"]], "drag-and-drop": [[144, "drag-and-drop"]], "email-address-from-account-id": [[51, "email-address-from-account-id"]], "execution counter": [[145, "execution-counter"]], "forgot_password": [[26, "forgot-password"]], "get-purchases (Python example)": [[52, "get-purchases-python-example"]], "get_available_upgrades": [[27, "get-available-upgrades"]], "get_support_tickets": [[28, "get-support-tickets"]], "get_usernames": [[29, "get-usernames"]], "glances": [[128, "glances"]], "iPad": [[141, "ipad"]], "icon for project Project usage and quotas": [[169, "dashboard-icon-project-usage-and-quotas"]], "invite_collaborator": [[32, "invite-collaborator"]], "invite_noncloud_collaborators": [[33, "invite-noncloud-collaborators"]], "kiosk": [[69, "kiosk"]], "latex": [[54, "latex"]], "log_client_error": [[34, "log-client-error"]], "menu bar": [[145, "menu-bar"]], "metrics": [[35, "metrics"]], "nbgrader for R": [[114, "nbgrader-for-r"]], "nbgrader integration": [[144, "nbgrader-integration"]], "no session": [[69, "no-session"]], "ping": [[36, "ping"]], "pip": [[102, "pip"]], "pip install directly from git repository": [[102, "pip-install-directly-from-git-repository"]], "processes microchip icon Processes": [[160, "microchip-processes"]], "project": [[69, "project"]], "project_exec": [[37, "project-exec"]], "protect cells from deletion": [[144, "protect-cells-from-deletion"]], "protect cells from editing": [[144, "protect-cells-from-editing"]], "ps aux": [[128, "ps-aux"]], "public_get_text_file": [[38, "public-get-text-file"]], "purchasing licenses": [[55, "purchasing-licenses"]], "query": [[39, "query"]], "read_text_file_from_project": [[40, "read-text-file-from-project"]], "remove_collaborator": [[41, "remove-collaborator"]], "remove_license_from_project": [[42, "remove-license-from-project"]], "reset_forgot_password": [[43, "reset-forgot-password"]], "run time for compute cells": [[144, "run-time-for-compute-cells"]], "saving": [[145, "saving"]], "search magnifying glass icon Find": [[71, "search-find"]], "select multiple cells": [[145, "select-multiple-cells"]], "servers icon Servers": [[175, "servers-servers"]], "setup.py": [[102, "setup-py"]], "slideshow": [[144, "slideshow"]], "start_metrics": [[44, "start-metrics"]], "stop": [[56, "stop"]], "streamlit package availability": [[133, "streamlit-package-availability"]], "table of contents": [[144, "table-of-contents"]], "text cells": [[145, "text-cells"]], "top": [[128, "top"]], "touch_project": [[45, "touch-project"]], "unlink_passport": [[46, "unlink-passport"]], "user-query": [[57, "user-query"]], "user_auth": [[47, "user-auth"]], "user_search": [[48, "user-search"]], "wav file embedded in notebook": [[146, "wav-file-embedded-in-notebook"]], "wav file on disk": [[146, "wav-file-on-disk"]], "widgets in CoCalc": [[144, "widgets-in-cocalc"]], "write_text_file_to_project": [[49, "write-text-file-to-project"]]}, "docnames": ["account-dropdown", "account-toolbar", "account/licenses", "account/preferences", "account/public-files", "account/purchases", "account/ssh", "account/support", "activity-bar", "ai", "alternativeto/index", "alternativeto/jupyterhub", "api-examples", "api/add_collaborator", "api/add_license_to_project", "api/change_email_address", "api/change_password", "api/copy_path_between_projects", "api/copy_path_delete", "api/copy_path_status", "api/copy_public_path_between_projects", "api/create_account", "api/create_project", "api/create_support_ticket", "api/delete_account", "api/disconnect_from_project", "api/forgot_password", "api/get_available_upgrades", "api/get_support_tickets", "api/get_usernames", "api/index", "api/index0", "api/invite_collaborator", "api/invite_noncloud_collaborators", "api/log_client_error", "api/metrics", "api/ping", "api/project_exec", "api/public_get_text_file", "api/query", "api/read_text_file_from_project", "api/remove_collaborator", "api/remove_license_from_project", "api/reset_forgot_password", "api/start_metrics", "api/touch_project", "api/unlink_passport", "api/user_auth", "api/user_search", "api/write_text_file_to_project", "api2/directory-listing", "api2/email-address-from-account-id", "api2/get-purchases", "api2/index", "api2/latex", "api2/purchasing-licenses", "api2/stop", "api2/user-query", "apikeys", "backups", "billing", "chat", "chatgpt", "cloud_file_system", "cocalc-cloud", "cocalc-desktop", "compute_server", "contents", "csv-viewer", "display-options", "explorer", "files-search", "flyouts", "frame-editor", "genindex", "getting-started", "howto/activeloop-hub", "howto/assembly-language", "howto/awscli", "howto/bash-fortunes", "howto/bokeh-server", "howto/cant-save", "howto/clock-is-off", "howto/connectivity-issues", "howto/convert-html-to-pdf", "howto/cplusplus", "howto/custom-jupyter-kernel", "howto/dask", "howto/disk-space-warning", "howto/export-timetravel", "howto/external-tools", "howto/file-too-large", "howto/firewall-info", "howto/fix-broken-jupyter-pdf", "howto/fortran", "howto/front-end-dev", "howto/gap-kernel-unavailable", "howto/git", "howto/google-api", "howto/gsl", "howto/index", "howto/install-julia-package", "howto/install-python-lib", "howto/install-r-package", "howto/jupyter-extension", "howto/jupyter-kernel-selection", "howto/jupyter-kernel-terminated", "howto/jupyter-plot-png-svg", "howto/jupyterlab-extensions", "howto/license-doesnt-work", "howto/low-memory", "howto/missing-project", "howto/mongodb", "howto/multiple-accounts", "howto/nbgrader", "howto/neuron", "howto/octave", "howto/orphan", "howto/overleaf", "howto/parallel", "howto/plotly-dash", "howto/pluto", "howto/postgresql", "howto/project-invitation-tokens", "howto/recover-deleted-file", "howto/remarkjs-slideshow", "howto/ruby", "howto/run-r-step-by-step", "howto/running-processes", "howto/sage-question", "howto/shiny-server", "howto/slow-worksheet", "howto/software-development", "howto/streamlit", "howto/sudo-make-install", "howto/trouble", "howto/turtle", "howto/upload", "howto/webserver", "index", "introduction", "ipad", "jupyter", "jupyter-classical-vs-cocalc", "jupyter-enhancements", "jupyter-start", "jupyter-tips-and-tricks", "latex", "latex-faq", "latex-features", "latex-start", "licenses", "markdown", "news", "news/ubuntu-2004", "on-premises", "paygo", "platform", "platform-news", "plus-new", "processes", "project", "project-faq", "project-files", "project-home", "project-init", "project-library", "project-list", "project-log", "project-settings", "project-toolbar", "references", "restrict-student-projects", "rich-text", "sagews", "servers", "service_options", "share", "slides", "snippets", "software", "software/custom_software", "software/custom_software0", "software/updates-2018", "software/updates-2019", "software/updates-2020", "software/updates-2021", "software/updates-2022", "software/updates-2023", "software/updates-2024", "tasks", "teaching-after-course", "teaching-course-management", "teaching-create-course", "teaching-instructors", "teaching-interactions", "teaching-nbgrader", "teaching-students", "teaching-tips_and_tricks", "teaching-upgrade-course", "teaching-upgrade-legacy", "teaching-workshop", "terminal", "time-travel", "timers", "tours", "trial", "upgrade-guide", "upgrades", "user_interface", "users", "vouchers", "vscode", "whiteboard", "why", "why_not", "working_with", "x11"], "envversion": {"sphinx": 61, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.todo": 2}, "filenames": ["account-dropdown.rst", "account-toolbar.rst", "account/licenses.rst", "account/preferences.rst", "account/public-files.rst", "account/purchases.rst", "account/ssh.rst", "account/support.rst", "activity-bar.rst", "ai.rst", "alternativeto/index.rst", "alternativeto/jupyterhub.rst", "api-examples.rst", "api/add_collaborator.rst", "api/add_license_to_project.rst", "api/change_email_address.rst", "api/change_password.rst", "api/copy_path_between_projects.rst", "api/copy_path_delete.rst", "api/copy_path_status.rst", "api/copy_public_path_between_projects.rst", "api/create_account.rst", "api/create_project.rst", "api/create_support_ticket.rst", "api/delete_account.rst", "api/disconnect_from_project.rst", "api/forgot_password.rst", "api/get_available_upgrades.rst", "api/get_support_tickets.rst", "api/get_usernames.rst", "api/index.rst", "api/index0.rst", "api/invite_collaborator.rst", "api/invite_noncloud_collaborators.rst", "api/log_client_error.rst", "api/metrics.rst", "api/ping.rst", "api/project_exec.rst", "api/public_get_text_file.rst", "api/query.rst", "api/read_text_file_from_project.rst", "api/remove_collaborator.rst", "api/remove_license_from_project.rst", "api/reset_forgot_password.rst", "api/start_metrics.rst", "api/touch_project.rst", "api/unlink_passport.rst", "api/user_auth.rst", "api/user_search.rst", "api/write_text_file_to_project.rst", "api2/directory-listing.rst", "api2/email-address-from-account-id.rst", "api2/get-purchases.rst", "api2/index.rst", "api2/latex.rst", "api2/purchasing-licenses.rst", "api2/stop.rst", "api2/user-query.rst", "apikeys.rst", "backups.rst", "billing.rst", "chat.rst", "chatgpt.rst", "cloud_file_system.rst", "cocalc-cloud.rst", "cocalc-desktop.rst", "compute_server.rst", "contents.rst", "csv-viewer.rst", "display-options.rst", "explorer.rst", "files-search.rst", "flyouts.rst", "frame-editor.rst", "genindex.rst", "getting-started.rst", "howto/activeloop-hub.rst", "howto/assembly-language.rst", "howto/awscli.rst", "howto/bash-fortunes.rst", "howto/bokeh-server.rst", "howto/cant-save.rst", "howto/clock-is-off.rst", "howto/connectivity-issues.rst", "howto/convert-html-to-pdf.rst", "howto/cplusplus.rst", "howto/custom-jupyter-kernel.rst", "howto/dask.rst", "howto/disk-space-warning.rst", "howto/export-timetravel.rst", "howto/external-tools.rst", "howto/file-too-large.rst", "howto/firewall-info.rst", "howto/fix-broken-jupyter-pdf.rst", "howto/fortran.rst", "howto/front-end-dev.rst", "howto/gap-kernel-unavailable.rst", "howto/git.rst", "howto/google-api.rst", "howto/gsl.rst", "howto/index.rst", "howto/install-julia-package.rst", "howto/install-python-lib.rst", "howto/install-r-package.rst", "howto/jupyter-extension.rst", "howto/jupyter-kernel-selection.rst", "howto/jupyter-kernel-terminated.rst", "howto/jupyter-plot-png-svg.rst", "howto/jupyterlab-extensions.rst", "howto/license-doesnt-work.rst", "howto/low-memory.rst", "howto/missing-project.rst", "howto/mongodb.rst", "howto/multiple-accounts.rst", "howto/nbgrader.rst", "howto/neuron.rst", "howto/octave.rst", "howto/orphan.rst", "howto/overleaf.rst", "howto/parallel.rst", "howto/plotly-dash.rst", "howto/pluto.rst", "howto/postgresql.rst", "howto/project-invitation-tokens.rst", "howto/recover-deleted-file.rst", "howto/remarkjs-slideshow.rst", "howto/ruby.rst", "howto/run-r-step-by-step.rst", "howto/running-processes.rst", "howto/sage-question.rst", "howto/shiny-server.rst", "howto/slow-worksheet.rst", "howto/software-development.rst", "howto/streamlit.rst", "howto/sudo-make-install.rst", "howto/trouble.rst", "howto/turtle.rst", "howto/upload.rst", "howto/webserver.rst", "index.rst", "introduction.rst", "ipad.rst", "jupyter.rst", "jupyter-classical-vs-cocalc.rst", "jupyter-enhancements.rst", "jupyter-start.rst", "jupyter-tips-and-tricks.rst", "latex.rst", "latex-faq.rst", "latex-features.rst", "latex-start.rst", "licenses.rst", "markdown.rst", "news.rst", "news/ubuntu-2004.rst", "on-premises.rst", "paygo.rst", "platform.rst", "platform-news.rst", "plus-new.rst", "processes.rst", "project.rst", "project-faq.rst", "project-files.rst", "project-home.rst", "project-init.rst", "project-library.rst", "project-list.rst", "project-log.rst", "project-settings.rst", "project-toolbar.rst", "references.rst", "restrict-student-projects.rst", "rich-text.rst", "sagews.rst", "servers.rst", "service_options.rst", "share.rst", "slides.rst", "snippets.rst", "software.rst", "software/custom_software.rst", "software/custom_software0.rst", "software/updates-2018.rst", "software/updates-2019.rst", "software/updates-2020.rst", "software/updates-2021.rst", "software/updates-2022.rst", "software/updates-2023.rst", "software/updates-2024.rst", "tasks.rst", "teaching-after-course.rst", "teaching-course-management.rst", "teaching-create-course.rst", "teaching-instructors.rst", "teaching-interactions.rst", "teaching-nbgrader.rst", "teaching-students.rst", "teaching-tips_and_tricks.rst", "teaching-upgrade-course.rst", "teaching-upgrade-legacy.rst", "teaching-workshop.rst", "terminal.rst", "time-travel.rst", "timers.rst", "tours.rst", "trial.rst", "upgrade-guide.rst", "upgrades.rst", "user_interface.rst", "users.rst", "vouchers.rst", "vscode.rst", "whiteboard.rst", "why.rst", "why_not.rst", "working_with.rst", "x11.rst"], "indexentries": {"custom environment": [[180, "index-2", false]], "default environment": [[180, "index-1", false]], "installed applications": [[217, "index-1", false]], "scilab": [[217, "index-2", false]], "software": [[180, "index-1", false], [180, "index-2", false]], "software stack": [[180, "index-0", false]], "x11": [[217, "index-0", false], [217, "index-1", false]]}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"": [0, 1, 2, 3, 5, 6, 9, 11, 12, 17, 19, 30, 39, 40, 52, 54, 55, 58, 61, 63, 68, 69, 70, 73, 75, 76, 77, 79, 80, 81, 82, 86, 87, 88, 90, 92, 93, 97, 98, 101, 102, 103, 104, 106, 108, 114, 122, 123, 124, 127, 128, 130, 137, 138, 139, 143, 149, 150, 152, 153, 154, 156, 158, 161, 164, 165, 167, 168, 169, 170, 173, 175, 176, 177, 178, 183, 184, 185, 187, 189, 190, 192, 193, 194, 195, 196, 197, 202, 203, 208, 211, 212, 213, 214, 215, 217], "0": [2, 17, 19, 20, 23, 37, 50, 52, 63, 66, 73, 78, 80, 82, 86, 87, 93, 94, 99, 102, 112, 115, 120, 122, 128, 130, 132, 138, 148, 154, 165, 174, 183, 184, 198], "00": [2, 17, 102, 128, 165, 198], "000": [63, 66, 82, 86, 110, 132], "000077": 99, "0000ff": 173, "000362": 99, "000531": 99, "0010abe1": [23, 28], "001882": 99, "002b": 39, "003410": 99, "003461": 99, "004": 66, "0073f1196181": 169, "01": [102, 103], "010z": 52, "011z": 52, "0123": [23, 28], "013436": 99, "015": 148, "017470052": 52, "019005": 99, "026": 63, "0288b7d0": 38, "02feab6c": 37, "03": 165, "0333": 37, "03t16": [12, 30], "04": 50, "05": [36, 79, 183], "050": 130, "0546448087431694": 52, "05464481": 52, "05t14": 28, "06": [128, 174, 177, 192], "061806": 177, "06t02": 34, "07": [28, 34, 183], "0700": 122, "07897899": 22, "07t22": 52, "08": [17, 52], "08e8": [24, 47], "09": [165, 198], "098d": [12, 30], "0a5d792fc511": 102, "0b4df293": 22, "0b9641043b46": [36, 39], "0c7ae00c": 23, "0e9418a7": 48, "0k": 128, "0rc2": 184, "1": [2, 17, 39, 52, 55, 61, 63, 66, 73, 79, 80, 86, 87, 93, 94, 99, 102, 103, 119, 120, 124, 128, 130, 136, 144, 145, 148, 149, 150, 151, 152, 154, 163, 166, 174, 177, 178, 183, 193, 198, 200, 203, 208, 211, 213, 217], "10": [27, 37, 55, 63, 66, 76, 86, 87, 102, 120, 122, 128, 130, 132, 141, 148, 152, 165, 169, 174, 198, 200], "100": [2, 60, 63, 66, 76, 119, 132, 174, 184, 188, 192], "1000": [19, 63, 76, 80, 87, 132, 148, 200, 217], "100000": 132, "101": [197, 200], "102": 185, "1024": [33, 39], "1038": 78, "105": 128, "108": 128, "10a8e336a88d": 46, "10x": 66, "11": [12, 30, 36, 66, 78, 103, 154, 165, 198], "110": [66, 76], "111634c0": 39, "114": [66, 128], "115924": 128, "11757": 37, "11ec": 133, "11ed": [54, 56, 57], "11ee": 52, "12": [47, 66, 102, 128, 154, 165, 174, 189], "120": 82, "120000": 27, "121400": 165, "122": 185, "1234": [28, 76], "1238c868ff8b": [51, 55], "123f": 51, "1268": 66, "127": [87, 112], "128": 33, "1295981061": 212, "12d44cebb8cb": [12, 30], "13": [63, 78, 128, 184, 198], "131000": 27, "1324640": 128, "136": 128, "1364": 184, "137": 66, "1388": [12, 30], "13922": 184, "1397": 128, "13bcb9c7e9e5": [12, 30], "13t13": 192, "14": [165, 181, 182, 183, 186, 188], "141": 184, "14159265358": 46, "141z": 192, "14332": 165, "1453204": 183, "149": 66, "14df": [12, 30], "14f6": 29, "15": [36, 78, 180, 185, 186, 208], "150": 128, "1508": 36, "152": [132, 184], "16": [50, 55, 99, 128, 186, 188, 198, 208], "160712": 50, "162": 66, "164144": 50, "165": 66, "1650036446": 50, "1650150434": 50, "166b4dcaac7": 39, "1677": 37, "1677111163": 50, "1691447836428": 52, "1691447837010": 52, "1691448987937": 52, "16mb": 63, "17": [52, 79, 148, 183, 185], "170": 136, "1701809699a7": 39, "173": 66, "1731": 34, "1733400": 27, "176z": 34, "177z": [12, 30], "18": [66, 165], "1800": 99, "1809": 50, "18955da4": [13, 32, 33, 41], "19": [128, 183, 192], "19191cd03325": 39, "192f": [17, 20, 37, 38, 40, 49], "1960": 185, "1977": 99, "1a842a67": 48, "1c87a139": 34, "1d889484c794": 36, "1e37cac858ef": 27, "1e54d8c8e558": 26, "1fa1626": 39, "1m": 128, "1ubuntu0": 183, "2": [2, 37, 39, 50, 52, 53, 55, 61, 63, 66, 78, 79, 80, 89, 94, 99, 102, 103, 108, 120, 123, 124, 128, 130, 132, 144, 148, 150, 152, 154, 163, 166, 167, 168, 174, 178, 180, 183, 184, 198, 200, 203, 208, 213, 215], "20": [12, 30, 48, 63, 122, 124, 130, 165, 183, 187, 199, 200, 217], "200": [30, 31, 63, 136, 217], "2000": 52, "200000": 27, "2001": 79, "2002": 185, "200gb": 63, "2013": 194, "2015": [102, 215], "2016": [83, 102, 192], "20160307": 184, "2017": [28, 34, 36, 165, 181, 182, 183], "20170613": 183, "2018": [174, 180, 184], "20180717": 184, "20180806": 184, "2019": [17, 111, 143, 154, 162, 180, 185, 217], "202": 66, "2020": [12, 30, 102, 180, 186, 187, 198], "2021": [103, 180, 188], "2022": [50, 169, 177, 180, 186, 188], "2023": [5, 9, 52, 180, 199], "2024": [152, 180, 215], "2048": [27, 162], "20e4a191": 102, "21": [36, 79, 99, 128, 165, 199], "211": 66, "212": 128, "214d": [17, 20], "2194": 185, "22": [17, 78, 92, 165, 184, 185, 187], "22050": 174, "2222": [128, 165], "22296": 128, "222z": [12, 30], "22308": 128, "23": [2, 185], "231": 66, "2332be03": 21, "2337": 110, "234": 132, "234r": 132, "234z": [12, 30], "24": [39, 47, 66, 128, 174, 183, 185, 192, 194, 198], "240": 66, "242": 66, "24be9aa2aa1d": 39, "24t13": 36, "24t17": 36, "25": [50, 63, 183], "2507078b": 169, "2507078b6e5b43da809a0073f1196181": 169, "256": [39, 76, 137], "256color": [183, 202], "256m": 87, "2595": [36, 39], "25d0": 48, "26": [63, 128, 183, 192], "262c": 57, "262e": 56, "2634": 54, "26ed294b": 26, "27": [52, 177, 198], "27000": 39, "27017": 112, "28": [28, 76, 78, 102], "28648": 184, "288z": 36, "29": [17, 28, 36, 128], "2916": 174, "29163de6": 39, "291f43c1": 23, "29z": 28, "2a0ba54fa": 184, "2aae4347": [17, 20], "2ae9a0a47fef": 52, "2be22e08": 39, "2c080bb07155": 48, "2d0e2faa": 38, "2dde5af3aed8": 36, "2f22f36cbe91": 56, "2f23a33f675": 48, "2fa": 198, "2m": 128, "2nd": 179, "2pi": 99, "3": [37, 39, 48, 52, 63, 66, 75, 76, 78, 80, 82, 86, 87, 94, 98, 99, 102, 103, 104, 105, 107, 119, 130, 132, 144, 148, 152, 154, 166, 169, 174, 183, 187, 189, 192, 198, 203, 208, 217], "30": [63, 66, 110, 119, 132, 169, 170, 177, 208], "300": [39, 168], "3000": [39, 52], "3029": 23, "304506b4": 56, "31": [79, 119], "312z": 36, "32": [34, 79, 184], "3210df68748f": 43, "3212": 128, "321e": 48, "3235": 39, "32767": 174, "32b485a8": 29, "32fafe733f29": 48, "33": 184, "34": [66, 184], "3400": 183, "3456000": 27, "3461": 148, "348e": 16, "34a424dc": 34, "3573": 184, "3586c43348d1": 22, "3589": 154, "35a0eea6": 43, "36": [23, 66], "36148": 128, "36862b42": 54, "37": [52, 128], "370a": 43, "372": 27, "372b55e1544a": 16, "37525": 185, "377eb8": 130, "37836": 165, "37cb983298e3": 15, "38": 183, "380": 148, "3818fa50": 48, "3823b1e1773f": 39, "384": 50, "38512af603a6": 23, "38be": 52, "38z": 28, "39": 184, "391322": 99, "392673": 99, "39289ba7": 37, "3932039296856768591842462603255": 99, "393204": 99, "393281": 99, "398042fae8c9": [24, 47], "39d7203d": 33, "39fde95dc71d": 48, "3b8b6aedd65b": 54, "3d": [177, 188, 217], "3m": 128, "3rd": [61, 83, 90, 92], "4": [39, 48, 63, 66, 80, 87, 89, 99, 103, 120, 128, 130, 132, 148, 154, 165, 166, 183, 184, 198, 200, 211], "40": [2, 63, 66, 102, 132, 183, 184, 192], "400": [27, 63, 66, 125], "4000": 184, "4004": 48, "400gb": 63, "400ital": 125, "401a": 48, "404e": [12, 30], "405d": 48, "407z": 192, "41": [34, 184, 185], "410b": [17, 20, 37, 38, 40, 49], "411a": 37, "4120": 184, "4121857": 177, "412209": 99, "4128": 39, "412f43ac5": 184, "413c": 29, "4145": 33, "4147": [12, 30], "4167": 48, "416d": 36, "41a3": 48, "41b5": 39, "41e7": 39, "41ff89c3": 16, "42": [184, 185], "4208": [12, 30], "4240": 174, "427": 52, "4281e501b85": 22, "42d2": [36, 39], "43": [83, 184, 185], "4300": 66, "430f": 36, "431c": 23, "4321": 76, "432a": [24, 47], "4361": 16, "43da": 169, "44": [79, 184, 185], "440": 174, "443": 92, "443d": 39, "44572": 183, "44c1": 38, "44ef": 27, "45": [184, 185], "4501f022": 15, "450f": 40, "4519": 23, "4520": 165, "4560ea788": 184, "4562": [23, 28], "45ae": 138, "45c3": 43, "45d0": 22, "45d851ac": [17, 20], "46": 184, "4602": 28, "4628": [128, 165], "46be": 39, "47": [36, 185], "4762": 144, "47e1": 26, "47f0": 87, "48": [162, 184, 185], "480e518b2f84": 40, "481c": [51, 55], "481d6055": 40, "483": 50, "4859": 43, "4871": 39, "4893": 39, "4895": 38, "48ad": 37, "49": [66, 184, 185], "4921": 102, "4952": 23, "495b": [37, 46], "496f": 39, "4981": 23, "499500": 87, "49a6": 21, "4a18": 29, "4a5f0542": 174, "4aaf": 15, "4aea": [17, 20], "4afa": [13, 32, 33, 41], "4b31": 34, "4b42": [23, 28], "4b88": 15, "4b89fd934fba": [17, 20, 37, 38, 40, 49], "4beta4": 183, "4bf8": [12, 30], "4bfa": [13, 32, 33, 41], "4c4ad130": 87, "4c5c": 39, "4cbc": [13, 32, 41], "4cdd": 34, "4daf4a": 130, "4dbfe0db2b9c": 29, "4e27": 48, "4e29": [13, 15, 24, 32, 37, 41, 47], "4eda65": 102, "4eed": 174, "4f78": 46, "4fbc": 22, "4fd1": [17, 20], "4fda": 29, "4fe5": 50, "4m": 128, "4th": 87, "5": [2, 23, 37, 63, 66, 76, 78, 80, 91, 99, 102, 120, 128, 130, 137, 141, 148, 154, 165, 174, 177, 180, 183], "50": [48, 63, 146, 167, 183], "500": [132, 185], "5006": 80, "501st": 132, "5034af8c0004": 29, "51": [27, 184], "512": [27, 76], "512m": 87, "51e2b4c": 154, "52": 128, "523": 185, "5270": 121, "52818dfe": [12, 30], "537": 23, "54": [12, 30, 99, 128], "540054e5bcaf": [12, 30], "55": [12, 30, 186], "553f2815": 36, "56": [52, 63, 66, 184], "5609": 40, "5728": 165, "57fcfd71": 27, "58": [23, 128, 184], "581076966": 136, "5836": 128, "5873": 174, "5896": 128, "58bfd6f4": 28, "58f8": [13, 15, 24, 32, 41, 47], "59": [2, 36, 102, 162], "59203bbbb017": 38, "5960": 128, "5972": 128, "59e41d5682a3": 33, "5bd0": 138, "5c5b8afd8": 184, "5e835bd47570": 43, "5ea0": [17, 20], "5ee8d3ca": 50, "5k": 198, "5m": 128, "6": [16, 21, 27, 43, 78, 122, 128, 132, 154, 183, 184], "60": [63, 66, 83, 165, 183, 184], "600": 80, "6000": [66, 128, 165], "6001": [128, 165], "6024": [178, 213], "6059": [12, 30], "60f9ea81": 138, "61": 187, "6128": 187, "62": 183, "62bf": 87, "63": 186, "631": 128, "639a6b2": 39, "64": [16, 21, 43, 66, 77, 102, 103, 184], "644d": 43, "64bit": 185, "65": [63, 119, 162, 184], "650": 183, "65cd2079": [12, 30], "66": [119, 217], "6631": 153, "665b": 46, "6695": 189, "67": [162, 184], "675": 185, "6767": 120, "676d92f8b0b8": 28, "69": 183, "6969": 130, "6a90": 37, "6bbb": 22, "6bd1fef1a6fa": 87, "6c21": 48, "6c28c5f4": 39, "6e5b": 169, "6m": 128, "7": [9, 66, 79, 102, 132, 145, 154, 165, 183, 184, 185, 194], "70": [185, 192], "700": [125, 184], "7048": 39, "712307fa6859": 23, "72": [128, 162], "720": 184, "72296": [128, 165], "7247": 184, "73": 183, "730": 184, "73ea": 102, "74": [99, 184], "740": 184, "742z": 36, "7499": 39, "75": 184, "750": 185, "7500": 168, "756": [128, 165], "76": [184, 185], "761": 185, "768": 39, "76de986e101f": 138, "78": 185, "79": 185, "7f2358c05eb8": [13, 32, 33, 41], "7m": 128, "8": [66, 99, 102, 125, 128, 149, 154, 165, 183, 184, 185, 186], "80": [27, 66, 92, 133, 185, 192], "800": 80, "8000": 27, "8006": 80, "809a": 169, "809c": [17, 20], "80a7": 22, "80e9": 102, "8123": 66, "81fe3614": 133, "820d": 46, "8269": [17, 20, 37, 38, 40, 49], "82b8": 28, "8305184841156006": 94, "832": 165, "8358017cec89": 57, "836a": 36, "84": 66, "8501": 133, "85bd6027": 43, "86400": 39, "86fea3f0": 37, "87": 66, "876": 128, "8786": 87, "8787": 87, "87ba": 38, "88": 128, "885": 123, "886": 198, "888": 50, "889d": 54, "89": 128, "893a": 38, "897d": 48, "89b1": 33, "89e6": [12, 30], "8a23b58988a9": 37, "8a33": 57, "8a3c": 22, "8a78a37d": 37, "8a7a": 33, "8da110d44cd242ec916118a52f745337": 137, "8dbd": 87, "8e248b54eb94": 46, "8e69": 36, "8ec4ac73": [36, 39], "8ei2z0": 37, "8f3f": 26, "8f68f6c4": 15, "8m": 128, "8ubuntu0": 183, "8x": 66, "9": [102, 122, 148, 154, 165, 183, 184, 200], "90": [148, 184, 192], "90d4a8b1ac47": 23, "91": 128, "910c": [13, 32, 33, 41], "9131": [12, 30], "9172": 29, "92": 162, "9202": 52, "920a": 29, "922b": 26, "9283": [23, 28], "93": 162, "933a": 21, "937z": 52, "93f8131c": 48, "94000": 27, "94ae": 37, "9523": 48, "96": 23, "960": 63, "96c523b8": 48, "970a": 48, "978240": 165, "97f4": 48, "981c": [13, 32, 41], "9845": 39, "9845fac7076c": [12, 30], "984e": 37, "984ea3": 130, "9851": 15, "99": [39, 184], "9928": 55, "9965": 138, "9997": [17, 20], "999999": 130, "99a06c054a60": [17, 20], "99ebde5c": [13, 15, 24, 32, 41, 47], "9aab": [23, 28], "9b0": 184, "9b0e": 39, "9b896055": 29, "9c14a25fbe58": 37, "9cd5f68bac20": 39, "9cd8": 15, "9dd3ef3f": 39, "9e13": 34, "9e17": 43, "9e8b68ac": [24, 47], "9f64": 38, "A": [0, 1, 2, 4, 5, 7, 8, 9, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 36, 37, 38, 39, 40, 41, 42, 43, 45, 47, 48, 49, 57, 58, 61, 63, 66, 72, 79, 80, 82, 83, 89, 92, 94, 95, 99, 102, 108, 110, 118, 119, 120, 121, 125, 129, 132, 136, 139, 144, 145, 148, 149, 156, 158, 163, 165, 169, 170, 174, 178, 180, 184, 185, 186, 187, 188, 190, 192, 196, 198, 203, 213, 217], "And": [63, 75, 85, 165, 169, 173], "As": [2, 50, 51, 63, 66, 67, 83, 88, 96, 124, 137, 148, 154, 162, 167, 169, 176, 178, 184, 187, 193, 195, 196, 197, 199, 213, 214, 215, 217], "At": [17, 61, 66, 75, 96, 108, 109, 132, 148, 169, 170, 173, 178, 192, 196, 198, 213, 217], "Be": [55, 109, 133, 193], "Being": 63, "But": [110, 162, 176], "By": [54, 63, 69, 132, 134, 145, 148, 149, 150, 152, 163, 168, 178, 195, 198, 208, 213], "For": [2, 4, 6, 9, 51, 53, 60, 63, 65, 66, 73, 76, 77, 80, 83, 85, 86, 87, 89, 93, 96, 99, 104, 107, 110, 111, 113, 114, 123, 125, 129, 132, 137, 138, 144, 145, 146, 147, 148, 150, 151, 152, 154, 159, 162, 165, 167, 169, 173, 174, 176, 177, 180, 185, 186, 191, 192, 193, 194, 196, 197, 198, 200, 202, 203, 204, 208, 211, 212, 217], "IFS": 185, "IT": [80, 214], "If": [0, 2, 3, 5, 6, 7, 8, 9, 11, 12, 17, 20, 23, 30, 31, 37, 40, 48, 49, 50, 51, 55, 58, 60, 61, 63, 65, 66, 68, 69, 70, 71, 73, 75, 76, 79, 80, 81, 82, 83, 85, 86, 87, 88, 89, 90, 91, 93, 97, 98, 101, 102, 103, 106, 109, 110, 111, 113, 114, 115, 116, 118, 119, 121, 123, 127, 128, 129, 130, 132, 133, 135, 136, 138, 139, 141, 143, 144, 145, 146, 148, 149, 150, 151, 152, 154, 163, 167, 169, 170, 173, 174, 176, 177, 178, 179, 180, 185, 191, 192, 193, 195, 196, 197, 198, 199, 201, 202, 203, 206, 207, 211, 213, 214, 215, 217], "In": [2, 3, 9, 11, 12, 23, 30, 31, 34, 37, 39, 40, 53, 55, 58, 61, 66, 69, 73, 75, 76, 79, 83, 86, 87, 89, 91, 92, 94, 98, 102, 103, 104, 105, 106, 108, 110, 111, 112, 115, 118, 122, 123, 124, 127, 131, 132, 133, 136, 137, 140, 145, 146, 148, 149, 150, 151, 152, 154, 156, 158, 159, 165, 166, 169, 172, 173, 174, 177, 178, 180, 186, 187, 188, 190, 191, 193, 195, 196, 197, 198, 199, 200, 201, 202, 203, 206, 211, 212, 213, 215, 217], "It": [1, 2, 5, 9, 11, 12, 30, 37, 39, 50, 58, 63, 66, 69, 70, 76, 83, 87, 89, 92, 93, 99, 102, 103, 106, 111, 112, 114, 116, 126, 128, 130, 132, 136, 137, 140, 141, 144, 145, 148, 150, 152, 154, 155, 158, 161, 162, 163, 165, 169, 170, 172, 174, 180, 181, 182, 183, 184, 185, 186, 187, 188, 190, 192, 193, 196, 197, 198, 202, 203, 206, 211, 212, 217], "Its": 139, "NOT": [9, 11, 13, 41, 63, 66, 67, 83, 123, 140, 143, 169, 174, 177, 197, 217], "No": [39, 69, 101, 102, 114, 140, 151, 176, 181, 182, 192, 203, 215], "Not": [95, 151, 174, 176, 177, 180, 187], "OF": 79, "OR": 85, "Of": [11, 55, 66, 106, 178, 190, 195], "On": [63, 66, 75, 83, 114, 140, 145, 169, 174, 189, 193, 194, 197, 217], "One": [4, 55, 79, 81, 83, 84, 89, 106, 113, 132, 145, 148, 155, 161, 169, 197, 200, 202], "Or": [9, 81, 83, 106, 113, 123, 126, 132, 169, 190, 191, 192, 196], "Such": [83, 148, 180, 202], "THE": [79, 98], "That": [7, 53, 66, 83, 87, 93, 98, 101, 113, 132, 141, 148, 154, 169, 174, 177, 200, 202, 217], "The": [0, 1, 2, 3, 4, 5, 8, 9, 11, 12, 13, 17, 20, 23, 30, 31, 32, 39, 41, 48, 49, 50, 54, 55, 56, 57, 58, 61, 63, 65, 66, 68, 69, 70, 73, 76, 78, 79, 80, 82, 83, 86, 87, 90, 91, 93, 97, 98, 99, 101, 102, 103, 104, 105, 106, 110, 112, 113, 114, 115, 116, 120, 122, 123, 124, 126, 128, 129, 130, 131, 132, 133, 136, 137, 143, 144, 145, 146, 149, 150, 152, 153, 154, 155, 156, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 173, 174, 177, 178, 179, 180, 181, 182, 184, 185, 186, 187, 188, 190, 191, 192, 193, 195, 196, 197, 198, 199, 200, 201, 202, 203, 206, 208, 211, 213, 215, 217], "Their": 194, "Then": [12, 30, 33, 63, 66, 73, 83, 85, 86, 93, 98, 99, 102, 103, 104, 106, 110, 113, 118, 124, 129, 130, 132, 133, 134, 137, 146, 148, 151, 152, 163, 169, 191, 197, 198, 199, 202, 203, 211], "There": [2, 4, 9, 11, 19, 28, 48, 55, 63, 66, 71, 73, 75, 83, 84, 89, 93, 97, 102, 105, 106, 110, 113, 114, 123, 125, 126, 129, 132, 136, 137, 141, 145, 146, 148, 149, 150, 152, 154, 155, 158, 159, 160, 166, 167, 169, 174, 177, 178, 180, 184, 194, 195, 196, 197, 198, 202, 208, 212, 213, 214, 217], "These": [11, 39, 50, 53, 63, 66, 73, 86, 100, 107, 124, 132, 143, 144, 148, 149, 151, 163, 169, 172, 173, 192, 200, 202, 208], "To": [1, 3, 5, 6, 9, 12, 30, 31, 33, 53, 55, 58, 60, 61, 63, 66, 68, 73, 76, 77, 85, 86, 87, 93, 97, 98, 101, 102, 103, 104, 105, 109, 111, 114, 115, 118, 122, 126, 131, 132, 133, 136, 137, 139, 143, 144, 145, 146, 148, 149, 150, 151, 152, 156, 161, 163, 165, 169, 170, 173, 174, 177, 183, 184, 185, 190, 191, 193, 195, 197, 198, 202, 203, 204, 208, 211, 212, 214, 217], "Will": 63, "With": [2, 3, 11, 12, 30, 63, 67, 78, 83, 102, 116, 122, 132, 157, 163, 173, 179, 196, 198, 199, 203, 211], "_": [79, 148, 165, 179, 183, 184, 217], "___": 79, "_______________________________________": 79, "_________________________________________": 79, "__init__": 102, "__main__": [80, 120], "__name__": [80, 120], "__sagews__": 132, "__version__": [102, 115], "_note": 179, "_permiss": 122, "a083": 23, "a1": [40, 49], "a100": 66, "a17037cb": 23, "a18c706e8bcd": 174, "a222": 48, "a229": 40, "a2554ec8": 46, "a279": 56, "a4": 66, "a407cc35": 55, "a407dd35": 51, "a541": 37, "a57c": 15, "a622": 29, "a63f": 133, "a65628": 130, "a743": 37, "a803": 29, "a853": [24, 47], "a85c": 174, "a94": 50, "aa71929b2bfb": 38, "aa7d": 21, "ab": 136, "ab2f": 43, "abbrevi": 102, "abc": 37, "abc3": 39, "abc3ca91": [12, 30], "abd649bf": 23, "abil": [12, 30, 177], "abl": [12, 24, 30, 58, 63, 66, 69, 86, 87, 88, 102, 103, 110, 113, 116, 131, 146, 148, 151, 169, 177, 183, 195, 197, 199, 206, 214], "aboslut": 128, "about": [1, 3, 5, 9, 12, 17, 19, 23, 30, 52, 53, 54, 56, 57, 59, 60, 63, 66, 67, 70, 75, 83, 87, 90, 93, 101, 103, 104, 105, 110, 111, 112, 113, 114, 116, 121, 122, 123, 124, 128, 132, 135, 145, 148, 149, 151, 158, 161, 162, 164, 165, 166, 167, 170, 177, 178, 180, 181, 182, 183, 184, 185, 193, 196, 198, 200, 201, 202, 203, 206, 207, 208, 209, 212, 213, 214, 217], "abov": [2, 3, 11, 12, 30, 34, 39, 48, 50, 55, 58, 60, 66, 82, 83, 86, 87, 93, 98, 102, 103, 110, 111, 124, 131, 132, 133, 136, 137, 138, 143, 144, 145, 146, 152, 162, 165, 167, 169, 174, 177, 192, 198, 200, 201, 211, 217], "absolut": [90, 138], "abstract": 188, "abus": 206, "ac": 192, "ac1f": 39, "ac5": 183, "acad": 99, "acceler": 66, "accept": [13, 30, 31, 33, 82, 123, 169, 185], "access": [1, 2, 4, 5, 6, 11, 17, 18, 19, 20, 39, 40, 49, 58, 66, 75, 80, 86, 92, 97, 99, 101, 102, 103, 106, 113, 120, 122, 124, 132, 133, 135, 137, 138, 139, 145, 154, 155, 165, 168, 169, 176, 177, 178, 184, 186, 193, 194, 195, 198, 200, 201, 202, 206, 209, 212, 214, 215, 217], "accessibilitystat": 75, "accident": [66, 69, 156, 169], "accommod": [192, 208], "accompani": [177, 179, 180, 181, 182, 184], "accomplish": [86, 93, 100, 148, 152, 198], "accont": 58, "accord": [66, 152, 193, 200, 202], "accordingli": [73, 114, 217], "account": [4, 7, 12, 13, 15, 16, 21, 23, 24, 26, 28, 29, 30, 32, 33, 39, 46, 47, 48, 53, 55, 57, 63, 66, 67, 69, 73, 77, 97, 98, 100, 102, 104, 111, 123, 137, 139, 140, 143, 148, 150, 151, 155, 156, 157, 167, 168, 169, 177, 180, 190, 191, 192, 193, 194, 197, 199, 200, 209, 211, 214, 217], "account_creation_fail": 21, "account_delet": 24, "account_id": [13, 15, 16, 23, 24, 28, 29, 32, 34, 39, 41, 46, 47, 48, 50, 55, 57], "accumul": [11, 198, 202], "achiev": [198, 203], "ack": [12, 30], "acknowledg": [12, 30, 110], "acquir": 151, "acronym": 185, "across": [61, 63, 69, 83, 109, 158, 169, 180, 184, 187, 188], "act": [168, 214], "action": [1, 12, 30, 39, 55, 69, 70, 83, 106, 110, 144, 145, 161, 169, 170, 173, 178, 186, 209, 213, 217], "action_request": 39, "activ": [2, 3, 5, 11, 39, 45, 48, 61, 63, 67, 72, 73, 75, 83, 86, 88, 102, 105, 110, 132, 143, 144, 149, 151, 152, 156, 160, 164, 167, 168, 169, 175, 191, 192, 194, 208, 209, 210, 212, 215], "activeloop": 76, "actual": [12, 30, 39, 63, 66, 86, 87, 89, 102, 105, 118, 125, 132, 146, 149, 162, 177, 198, 208], "ad": [13, 53, 55, 63, 69, 75, 83, 98, 113, 114, 123, 132, 144, 145, 146, 148, 151, 152, 154, 156, 158, 163, 167, 169, 173, 177, 179, 183, 184, 185, 187, 190, 191, 192, 193, 194, 195, 196, 198, 202, 204, 206, 211], "ad1d": 16, "ad47": [36, 39], "ad7d6b17": 39, "ada": 183, "adapt": 52, "adb": 183, "add": [2, 3, 5, 11, 13, 14, 58, 60, 61, 66, 73, 76, 79, 86, 88, 101, 102, 103, 108, 109, 110, 113, 114, 115, 122, 123, 129, 131, 132, 143, 144, 148, 149, 151, 152, 158, 161, 163, 167, 170, 173, 176, 177, 178, 179, 184, 192, 194, 195, 197, 198, 200, 202, 203, 204, 207, 208, 209, 210, 211, 213], "add_collabor": 30, "add_cus_dep": 148, "add_license_to_project": 30, "addeventlisten": [12, 30], "addit": [2, 3, 9, 12, 23, 52, 59, 61, 63, 66, 72, 83, 97, 102, 110, 132, 133, 138, 140, 148, 152, 154, 156, 157, 160, 165, 170, 175, 177, 180, 183, 184, 185, 187, 190, 195, 196, 197, 198, 202, 208, 211, 217], "addition": [19, 83, 184, 185, 188, 197, 202], "addplot": 148, "address": [2, 3, 7, 11, 15, 21, 26, 32, 33, 48, 53, 57, 60, 61, 66, 75, 83, 87, 111, 113, 122, 132, 137, 138, 169, 189, 191, 193, 194, 197, 211, 215], "addtion": 169, "adequ": 66, "adipisc": 152, "adjust": [66, 108, 139, 151, 169, 174, 177, 199, 200, 202], "admcycl": [184, 185, 187], "admin": [11, 12, 30, 48, 51], "administr": [79, 176, 191, 214, 215], "adopt": [214, 215], "adtk": [184, 185], "advanc": [9, 63, 144, 146, 166, 176, 180, 199, 208, 214, 217], "advantag": [9, 11, 63, 69, 83, 143, 145, 214, 217], "advertis": 83, "advis": 192, "aer": 184, "af0eb05ebfc": 15, "af6a": 48, "afca": 37, "affect": [63, 83, 143, 169, 183, 198], "affi": 184, "affili": [185, 198], "afford": [2, 215], "after": [0, 2, 3, 4, 8, 9, 17, 24, 30, 31, 37, 55, 58, 61, 63, 66, 67, 69, 70, 72, 73, 76, 81, 83, 86, 88, 98, 99, 101, 102, 103, 105, 106, 108, 109, 112, 120, 122, 123, 128, 132, 133, 136, 141, 145, 146, 148, 149, 150, 151, 152, 156, 158, 162, 165, 167, 169, 170, 173, 174, 175, 178, 179, 180, 188, 192, 193, 194, 196, 197, 198, 199, 200, 202, 204, 208, 210, 211, 213, 217], "afterward": [162, 215, 217], "ag": 122, "again": [58, 66, 69, 79, 83, 86, 87, 88, 89, 98, 103, 111, 113, 115, 116, 118, 122, 128, 131, 132, 136, 140, 144, 145, 146, 148, 152, 169, 183, 185, 198, 200, 202, 217], "against": [53, 59, 63, 88, 99, 199], "agat": 186, "agenda": 125, "agent": 169, "aggreg": 37, "aggress": 83, "ago": [163, 200], "agre": 75, "agreed_to_term": 21, "agreement": 9, "ahead": [66, 148, 151, 180, 196, 217], "ai": [11, 62, 66, 67, 76, 139, 145, 172, 199, 214, 216], "aid": 153, "aim": [181, 182], "aiohttp": 184, "aip": 80, "air": 66, "alert": [61, 82, 153], "algebra": [184, 185, 217], "algopi": 183, "algorithm": [96, 184, 185, 186, 188], "alia": 169, "alias": 132, "aliqua": 152, "aliyun": 214, "all": [3, 4, 6, 9, 11, 12, 17, 20, 30, 31, 37, 39, 48, 51, 58, 59, 60, 61, 63, 66, 69, 73, 75, 79, 82, 84, 86, 87, 89, 90, 92, 93, 99, 101, 102, 109, 110, 111, 113, 124, 131, 138, 139, 141, 145, 146, 148, 149, 150, 151, 152, 154, 158, 159, 161, 162, 163, 165, 166, 167, 169, 172, 174, 177, 178, 180, 181, 182, 184, 185, 186, 188, 190, 191, 192, 193, 194, 195, 196, 197, 199, 200, 201, 202, 203, 206, 211, 212, 213, 214, 215, 217], "alloc": [63, 87, 109, 110, 198, 200], "allot": 66, "allow": [1, 3, 5, 9, 11, 30, 31, 37, 53, 66, 69, 70, 80, 87, 90, 92, 93, 97, 101, 108, 110, 113, 120, 130, 131, 134, 137, 141, 143, 144, 145, 146, 148, 151, 156, 160, 167, 169, 170, 177, 178, 179, 184, 185, 192, 193, 196, 198, 199, 200, 202, 204, 206, 208, 213, 214, 217], "allow_websocket_origin": 80, "almost": [83, 102, 103, 111, 154, 193, 217], "alon": [113, 184, 217], "along": [66, 82, 83, 154, 169, 184, 192, 214], "alongsid": 177, "alpha": 180, "alreadi": [2, 5, 9, 11, 13, 15, 17, 21, 24, 32, 33, 49, 55, 60, 66, 86, 98, 101, 102, 103, 112, 123, 133, 138, 148, 149, 151, 154, 155, 169, 180, 187, 193, 197, 198, 199, 202, 206, 211, 214, 217], "also": [1, 3, 5, 9, 11, 12, 19, 24, 30, 31, 40, 50, 51, 55, 58, 59, 61, 63, 66, 71, 73, 75, 76, 79, 83, 87, 89, 90, 93, 94, 98, 99, 101, 102, 103, 104, 105, 106, 110, 111, 113, 114, 122, 128, 129, 130, 131, 132, 143, 148, 149, 150, 152, 153, 154, 158, 159, 162, 166, 167, 169, 172, 173, 174, 177, 180, 181, 183, 184, 185, 186, 187, 188, 189, 190, 191, 193, 195, 197, 198, 200, 202, 203, 204, 208, 211, 212, 213, 214, 217], "alt": [73, 90, 149, 150, 190], "altair": 185, "alter": [3, 9, 169, 198], "altern": [63, 66, 67, 76, 83, 102, 110, 132, 146, 148, 154, 161, 179, 180, 185, 186, 192, 197, 198, 209, 214, 215], "although": [63, 169, 187, 195, 217], "alwai": [63, 69, 83, 87, 101, 106, 132, 143, 148, 152, 169, 180, 185, 191, 195, 208, 217], "am": [9, 174, 198], "amazon": [78, 169], "amazonaw": 78, "ambient": 66, "amet": 152, "among": [45, 86, 119, 139, 188], "amount": [9, 55, 63, 66, 110, 120, 132, 139, 144, 146, 156, 174, 197, 199, 200, 208, 211], "amplitud": 80, "an": [1, 2, 3, 4, 5, 6, 7, 9, 11, 13, 15, 16, 17, 19, 21, 23, 24, 26, 31, 32, 33, 34, 37, 40, 47, 48, 50, 51, 52, 55, 56, 61, 63, 66, 69, 73, 76, 79, 80, 81, 84, 86, 87, 89, 90, 91, 94, 97, 98, 99, 101, 102, 103, 104, 105, 110, 111, 118, 122, 123, 127, 128, 133, 136, 137, 138, 139, 140, 141, 143, 144, 145, 146, 149, 150, 151, 152, 154, 155, 156, 157, 158, 161, 162, 163, 165, 166, 169, 172, 173, 177, 178, 180, 181, 182, 183, 184, 185, 186, 187, 188, 190, 191, 193, 194, 195, 197, 199, 200, 202, 206, 208, 209, 211, 213, 214, 217], "anacond2019": 202, "anaconda": [66, 154, 183, 184, 185, 186, 188], "anaconda2019": 202, "anaconda2020": [102, 154], "anaconda3": [106, 184], "anaconda5": [183, 202], "analag": 198, "analog": 66, "analogu": 177, "analysi": [184, 185, 186, 187, 217], "analyt": [185, 187], "analyz": [92, 184, 185, 186], "ani": [2, 4, 5, 8, 9, 11, 39, 51, 53, 58, 61, 63, 66, 69, 73, 75, 78, 81, 97, 101, 102, 105, 109, 112, 114, 118, 122, 123, 125, 131, 132, 134, 137, 139, 146, 147, 148, 149, 150, 151, 152, 154, 156, 158, 159, 161, 163, 165, 167, 168, 169, 170, 172, 173, 174, 177, 178, 185, 190, 192, 193, 195, 197, 198, 199, 200, 201, 202, 203, 204, 206, 208, 211, 212, 213, 214, 215, 217], "anim": 76, "ann": [5, 58, 68, 72, 153, 164, 167, 173, 178, 184, 211], "anneal": 184, "annot": [179, 192, 196, 217], "announc": [5, 58, 68, 72, 153, 164, 167, 173, 178, 179, 184, 211, 213], "anomali": 184, "anonym": [51, 123, 192, 198], "anoth": [2, 17, 37, 51, 63, 66, 76, 83, 86, 106, 111, 119, 132, 133, 136, 143, 148, 151, 152, 162, 169, 173, 174, 177, 178, 185, 190, 191, 192, 193, 196, 197, 202, 203, 213, 214], "ansi2html": 185, "answer": [9, 60, 99, 114, 129, 162, 174, 184, 191, 192, 196, 198, 207, 214], "anti": 83, "anybodi": [124, 138, 177], "anymor": 123, "anyon": [122, 123, 169], "anyplac": 144, "anyth": [21, 63, 66, 86, 99, 101, 131, 137, 139, 140, 158, 169, 174, 191, 192, 196, 197, 198, 211, 214], "anytim": 66, "anywai": [63, 87], "anywher": [61, 152, 163, 173, 190, 206], "apach": 184, "apart": [9, 11, 66], "api": [3, 13, 15, 16, 17, 20, 21, 22, 23, 24, 26, 27, 28, 29, 32, 33, 34, 36, 37, 38, 39, 40, 41, 43, 46, 47, 48, 49, 52, 54, 56, 57, 67, 100, 110, 157, 169, 181, 182, 183, 184, 209], "api_kei": [52, 58], "app": [12, 30, 47, 58, 69, 76, 90, 97, 130, 133, 217], "appear": [0, 2, 3, 4, 8, 9, 27, 30, 31, 53, 61, 66, 69, 72, 73, 81, 85, 102, 109, 116, 136, 144, 146, 148, 151, 156, 163, 167, 169, 170, 173, 174, 178, 179, 183, 190, 192, 193, 196, 198, 199, 202, 213, 217], "append": [23, 79, 89, 98, 110, 132, 149, 152, 165, 174, 183], "appl": [120, 178, 184, 213], "appli": [2, 6, 39, 75, 109, 110, 132, 143, 156, 162, 169, 172, 176, 191, 193, 197, 198, 200, 201, 211], "applic": [12, 23, 29, 30, 31, 36, 37, 39, 46, 50, 51, 52, 55, 57, 58, 65, 66, 67, 79, 80, 90, 91, 120, 128, 131, 132, 133, 136, 139, 146, 153, 169, 178, 181, 182, 184, 185, 188, 202, 209, 212, 213, 215, 216], "approach": [66, 86, 102, 113, 119, 132, 136, 140, 143, 155, 174, 177, 181, 182, 184, 215, 217], "appropri": [9, 11, 61, 110, 184, 197, 198, 206, 217], "approxfun": 185, "approxim": [63, 184], "april": 143, "apt": [66, 79, 132, 136], "aqua": 184, "ar": [1, 2, 3, 4, 5, 6, 8, 9, 11, 12, 17, 18, 19, 20, 23, 27, 28, 30, 31, 33, 37, 39, 46, 48, 49, 50, 53, 54, 55, 58, 59, 60, 61, 63, 66, 69, 70, 71, 72, 73, 75, 76, 77, 78, 79, 80, 81, 82, 84, 85, 86, 88, 89, 90, 91, 92, 93, 96, 97, 98, 99, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 113, 114, 115, 116, 118, 119, 120, 121, 122, 123, 124, 125, 126, 128, 129, 131, 132, 133, 135, 136, 137, 139, 141, 143, 144, 145, 146, 148, 149, 150, 151, 152, 153, 154, 155, 156, 158, 159, 160, 161, 163, 166, 167, 169, 170, 172, 173, 177, 178, 179, 180, 181, 182, 183, 184, 185, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 199, 200, 201, 202, 206, 207, 208, 211, 212, 213, 214, 215, 217], "arab": 148, "arang": 174, "arbitrari": [2, 12, 30, 55, 148, 185, 198, 215], "arbitrarili": 187, "arch": 184, "architectur": [155, 186], "archiv": [28, 37, 63, 118, 158, 162, 163, 183, 197, 198], "arctic": [183, 184, 185], "area": [2, 6, 9, 70, 105, 123, 145, 149, 169, 188, 192, 198, 217], "aren": [63, 132, 165, 185, 198, 208], "arg": [37, 132], "arguabl": 97, "argument": [37, 38, 40, 76, 86, 110, 120, 174], "argv": 86, "arima": 185, "aris": [63, 69, 202], "around": [69, 83, 102, 110, 115, 150, 152, 154, 184, 187, 203], "arrai": [13, 19, 40, 55, 86, 110, 185], "arrang": [1, 8, 11, 176], "arraydiff": 184, "arriv": [83, 200], "arrow": [17, 118, 184, 190, 203, 217], "arrrrgh": 79, "art": [76, 79], "articl": [54, 72, 97, 119, 133, 165, 167, 169, 174, 179, 208], "artifact": 78, "artist": 217, "arv": 86, "arviz": 185, "ascii": 79, "asciidoctor": 185, "asdf": 217, "ase": 186, "asi": 148, "ask": [3, 9, 61, 83, 103, 110, 124, 129, 130, 132, 139, 180, 184, 191, 197], "asl": 184, "asm": 77, "aspect": [1, 169, 193, 198, 217], "aspel": [73, 148], "assembl": 186, "assembli": 100, "assert": 52, "assess": 192, "asset": [181, 182, 184], "assign": [40, 49, 76, 106, 131, 151, 158, 172, 177, 184, 185, 193, 194, 195, 200, 202], "assignment1": [192, 198], "assignment3": 196, "assignment4": 196, "assignment_nam": 198, "assist": [11, 62, 66, 67, 139, 145, 169, 179, 185, 191, 194, 197, 199, 216], "associ": [17, 18, 19, 51, 76, 83, 110, 113, 158, 169, 183, 184, 185, 191, 193, 195, 197, 199, 203, 215], "asssembl": 186, "assum": [6, 50, 51, 55, 63, 93, 120, 132, 149, 165, 169, 191, 196, 198, 200, 214], "ast": 184, "astro": 167, "astroalign": 184, "astronomi": 184, "astropi": 184, "astroplan": 185, "asyncio": [184, 185], "atom": [183, 186], "atomist": 186, "attach": 146, "attack": [97, 208], "attempt": [11, 21, 37, 38, 91, 93, 110, 113, 169, 180], "attende": 211, "attent": 63, "attract": [66, 145, 185], "attribut": [39, 76, 89, 174], "auctex": 217, "audaci": 186, "audienc": [123, 169], "audio": [61, 146, 174], "audit": 215, "august": [5, 199], "auth": [12, 30, 46, 47, 52], "auth_token": [12, 30, 47], "authent": [11, 47, 58, 76, 120, 157, 169, 191, 198], "author": [79, 89, 98, 180, 217], "authorized_kei": 169, "auto": [2, 96, 132, 139, 217], "auto_close_bracket": 39, "auto_close_xml_tag": 39, "autoclass": 63, "autoclos": 73, "autogener": [66, 150], "autograd": [114, 185, 187, 196], "autom": [5, 30, 31, 58, 184, 196], "automat": [2, 9, 11, 54, 55, 63, 66, 75, 80, 82, 83, 86, 109, 119, 123, 132, 149, 158, 165, 169, 170, 174, 180, 183, 184, 186, 190, 193, 194, 195, 196, 200, 202, 204, 209], "automount": 63, "autoregress": 184, "autosav": 148, "autumn_2016_phy001": 192, "auxf": 165, "auxiliari": [63, 79], "avail": [0, 1, 3, 5, 11, 12, 14, 27, 28, 30, 31, 42, 50, 53, 55, 63, 67, 77, 79, 80, 83, 86, 87, 90, 94, 102, 103, 105, 114, 129, 131, 135, 138, 143, 144, 148, 149, 152, 153, 154, 163, 165, 174, 175, 176, 177, 178, 179, 181, 182, 183, 184, 185, 186, 187, 188, 189, 191, 192, 196, 197, 200, 202, 206, 208, 211, 213, 214, 215, 217], "available_upgrad": 27, "avatar": 170, "averag": 185, "avh": 137, "avogadro": [183, 217], "avoid": [9, 63, 99, 102, 110, 132, 137, 143, 148, 149, 169, 177, 184, 202, 206], "aw": [100, 184, 214], "awai": [11, 102, 106, 145, 170, 173, 197, 206], "await": 185, "awak": 132, "awar": [11, 101, 141, 148, 193, 197, 214], "aws_access_key_id": 76, "aws_secret_access_kei": 76, "awscli": 78, "awscliv2": 78, "ax": 133, "axelrod": 184, "axi": 148, "b": [33, 78, 184, 198], "b0": 162, "b025": 39, "b02c": 34, "b0e2": 46, "b1": 162, "b112": 39, "b25c8b8ffa0e": 37, "b2d0": 39, "b2fb": 37, "b31f": 39, "b327150442d8": [17, 20], "b3c1": 23, "b403": [23, 28], "b454": 23, "b50f": 27, "b55b8fd71a1b": [13, 15, 24, 32, 41, 47], "b580": [12, 30], "b5b0": 39, "b6e4": [13, 15, 24, 32, 41, 47], "b723": 50, "b75d": 39, "b763": 23, "b8": 162, "b892": 48, "b925": 23, "b9d9": 48, "ba3d": 34, "ba66": 27, "back": [9, 63, 76, 83, 102, 124, 125, 131, 132, 143, 145, 146, 148, 150, 152, 154, 161, 165, 168, 169, 174, 177, 184, 185, 187, 188, 192, 194, 196, 198, 199, 202, 203], "backend": [55, 138, 180, 184, 203], "background": [7, 9, 81, 110, 128, 132, 158, 177, 178, 197, 200, 213, 217], "backlog": 170, "backspac": 101, "backup": [11, 12, 17, 20, 30, 67, 88, 124, 132, 146, 157, 161, 162, 169, 176, 197, 198], "backward": 79, "bad": [52, 81, 83, 145], "badli": 217, "bag": 87, "balanc": [176, 209, 211], "banana": 120, "bandwidth": [3, 63], "banner": [12, 30, 58, 75, 83, 106, 169, 193, 197, 200], "bar": [48, 66, 67, 72, 75, 88, 110, 120, 156, 164, 169, 175, 180, 192, 195, 208, 209, 210, 212], "bar123": 48, "bare": 217, "barmod": 120, "barplot": 133, "base": [9, 63, 66, 79, 80, 83, 120, 125, 128, 132, 133, 144, 148, 152, 154, 155, 165, 169, 173, 180, 184, 186, 187, 188, 189, 197, 198, 202, 203, 217], "base_url": 120, "basemap": [183, 184], "basenam": 148, "baseurl": 95, "bash": [17, 37, 86, 100, 128, 132, 152, 161, 179, 184, 198, 202], "bash_alias": [86, 132], "bashrc": [86, 122, 165, 169, 183, 202], "basi": [63, 154, 208], "basic": [2, 50, 51, 63, 66, 101, 119, 143, 146, 152, 158, 184, 185, 197, 200, 206, 215], "batch": [119, 161, 191], "bayesian": [184, 187], "bazel": [183, 184, 185], "bb54": [12, 30], "bbox": 76, "bcc9": 46, "bd65": 15, "bdeb": [12, 30], "beautifulsoup4": 184, "becam": 188, "becaus": [2, 9, 11, 17, 28, 39, 57, 63, 66, 83, 87, 90, 93, 102, 105, 111, 122, 132, 146, 148, 154, 156, 165, 169, 174, 177, 180, 183, 184, 185, 193, 199, 200, 208, 214, 215], "becom": [11, 32, 63, 81, 101, 103, 137, 168, 176, 177, 184, 186, 188, 191, 198, 206], "been": [4, 5, 9, 39, 64, 75, 78, 83, 123, 124, 132, 137, 148, 151, 163, 167, 169, 170, 173, 177, 191, 192, 193, 196, 197, 198, 199, 200, 211, 215], "befor": [3, 5, 17, 20, 24, 46, 60, 66, 73, 79, 84, 85, 95, 101, 132, 137, 146, 148, 150, 152, 154, 156, 173, 187, 192, 194, 196, 197, 199, 211, 214], "begin": [17, 30, 31, 48, 54, 61, 93, 114, 126, 132, 145, 148, 149, 150, 163, 167, 169, 174], "begin_fil": 136, "begin_solution_delimet": 114, "behav": [1, 63, 66, 132], "behavior": [63, 79, 130, 141, 154], "behaviour": [132, 197], "behind": [63, 110, 137, 174, 187, 196, 198, 217], "being": [2, 5, 12, 16, 30, 45, 55, 66, 128, 131, 144, 145, 151, 152, 161, 177, 193, 195, 197, 198, 200, 201, 202, 215], "believ": 129, "bell": [61, 195], "belov": 66, "below": [4, 9, 12, 30, 50, 51, 53, 55, 63, 66, 69, 72, 73, 76, 77, 82, 83, 85, 86, 87, 102, 110, 123, 130, 132, 133, 136, 137, 143, 144, 145, 148, 149, 150, 152, 158, 163, 166, 168, 169, 170, 173, 174, 180, 184, 196, 197, 198, 199, 200, 211, 217], "bem": 188, "benefici": 199, "benefit": [11, 66, 119, 155, 177, 200], "berkelei": 185, "besid": [83, 104, 128, 148, 161, 180, 181, 188, 217], "best": [11, 66, 83, 139, 148, 177, 192, 193, 197, 198, 215], "beta": [12, 30, 184, 185], "beta0": [183, 184], "beta1": 184, "beta2": [183, 184], "beta3": 183, "beta4": 184, "beta5": [183, 184], "beta6": [183, 184], "beta8": 184, "better": [9, 22, 53, 63, 101, 132, 150, 169, 170, 193, 206, 215, 217], "between": [11, 16, 21, 28, 43, 61, 63, 66, 69, 73, 82, 83, 87, 105, 114, 128, 144, 148, 150, 152, 157, 169, 170, 173, 174, 178, 179, 180, 184, 189, 190, 202, 203, 213], "beyel": [181, 182], "beyond": [101, 125, 146, 158, 177, 184], "bgoodri": 110, "bibclean": 184, "bibcurs": 184, "bibliometrix": 184, "bibtex": [149, 150, 184, 217], "bibtex2html": 184, "bibtexconv": 184, "bibtool": 184, "big": [63, 184], "bigger": [63, 169], "bigqueri": 184, "biject": 73, "bikeshar": [181, 182], "bill": [5, 67, 162, 176, 207, 208, 209], "billion": 83, "bin": [78, 86, 90, 102, 110, 128, 130, 132, 134, 165, 183, 184, 185, 186], "binari": [69, 92, 134, 183, 184], "bind": [39, 90, 184], "binder": [180, 184], "bio": 184, "bioconductor": 184, "biomart": 186, "biopython": [102, 185], "bird": 103, "bit": [75, 77, 79, 83, 102, 103, 115, 170], "bitarrai": 185, "bitbucket": [97, 161, 169], "black": [184, 187], "blackboxoptim": 184, "blah": 125, "blank": [3, 38, 73, 144, 174, 190, 196], "blender": [183, 217], "blob": [27, 54, 76, 177], "block": [17, 96, 102, 127, 129, 144, 148, 161, 174, 178, 184, 193], "blocker": [69, 83, 139], "blog": [97, 132, 165, 169, 174, 179, 184, 203, 217], "blogpost": 145, "blowup": 184, "blue": [3, 7, 70, 144, 145, 161, 169, 170, 184, 202, 203], "bmatrix": 93, "board": [83, 102, 177, 183, 217], "bodi": [23, 30, 31, 32, 33, 125, 152, 181, 182, 185], "bokeh": [100, 183, 184, 185], "bold": 173, "book": [129, 147, 148, 149, 177, 181, 182], "bookstor": 176, "boolean": 185, "boost": [55, 211], "border": 145, "boson": 185, "both": [9, 11, 58, 63, 65, 66, 73, 77, 79, 86, 98, 109, 113, 114, 143, 148, 152, 154, 169, 178, 192, 195, 198], "bottom": [5, 58, 61, 63, 73, 75, 82, 86, 102, 122, 123, 128, 129, 136, 152, 154, 167, 190, 198, 200, 217], "bought": [169, 199], "bound": 66, "box": [2, 3, 61, 66, 70, 75, 83, 98, 113, 120, 124, 137, 152, 158, 163, 167, 168, 169, 172, 177, 178, 184, 190, 192, 193, 196, 197, 198, 213], "boxplot": 167, "bqokikjovbii2hlwgh4olfq2": 47, "bqplot": 185, "br": 33, "brace": 56, "bracket": [101, 144, 152, 178, 213], "branch": 203, "branden": 79, "break": [83, 93, 102, 136, 177, 184, 185], "breakdown": 110, "breaker": 215, "brief": [73, 152, 163, 169], "briefli": 102, "bright": 203, "bring": [11, 66, 90, 149, 167, 170, 217], "broad": 183, "broke": 184, "broken": [12, 30, 55, 63, 83, 100, 150, 154, 174, 183, 187, 188], "brotli": 184, "brows": [1, 5, 6, 50, 54, 58, 59, 70, 83, 98, 131, 132, 156, 174, 179, 211], "browsabl": [178, 213], "browser": [3, 11, 23, 65, 66, 69, 73, 75, 81, 82, 84, 87, 90, 91, 92, 98, 106, 116, 118, 121, 125, 131, 132, 133, 136, 137, 138, 143, 144, 148, 149, 150, 152, 161, 163, 168, 169, 170, 174, 177, 183, 184, 190, 192, 193, 209, 212, 213, 217], "browserspi": 82, "bubbl": 197, "bucket": [63, 169], "budget": 63, "buffer": 173, "bug": [11, 55, 76, 96, 106, 129, 131, 174, 183, 184, 186, 187, 214], "bugreport": 174, "bugzilla": 183, "bui": [5, 109, 176, 199, 200, 201, 211], "build": [66, 76, 102, 115, 130, 132, 134, 139, 144, 150, 154, 161, 180, 183, 184, 185, 186], "built": [37, 63, 102, 114, 127, 152, 154, 158, 169, 174], "bulid": 149, "bunch": 110, "bundl": [180, 181, 184], "burden": 214, "bureaucrat": 215, "burn": 66, "burst": 156, "busi": [2, 55, 102, 185, 215], "button": [1, 2, 3, 5, 7, 9, 59, 61, 66, 69, 70, 75, 83, 87, 91, 93, 97, 102, 105, 110, 111, 116, 118, 123, 124, 129, 131, 132, 136, 144, 148, 149, 150, 151, 152, 159, 161, 162, 163, 166, 167, 169, 170, 174, 177, 178, 183, 190, 191, 192, 193, 195, 196, 197, 198, 199, 202, 203, 211, 212, 213, 214, 217], "bv": 185, "bypass": 66, "byte": 66, "bz2": 162, "c": [9, 54, 73, 77, 87, 90, 100, 101, 102, 103, 110, 112, 114, 128, 130, 139, 146, 154, 165, 178, 183, 184, 187, 198, 202, 213, 214], "c0e8c843deec": [13, 32, 41], "c15a3872d683": [23, 28], "c74afb40": 36, "c960": [51, 55], "ca": 185, "cach": [63, 76, 79, 146, 169, 184, 187], "cadabra2": [184, 217], "cafe": 83, "cairo": [184, 186], "calc": 217, "calcul": [12, 30, 106, 110, 139, 145, 148, 161, 174, 184, 217], "calendar": 192, "call": [9, 12, 17, 20, 24, 30, 31, 34, 37, 48, 50, 51, 52, 53, 54, 55, 77, 84, 89, 98, 102, 103, 105, 114, 130, 141, 148, 149, 150, 154, 158, 159, 165, 167, 169, 174, 180, 183, 185, 192, 197, 198, 200, 202, 203], "callback": [12, 30], "can": [1, 2, 3, 4, 5, 6, 8, 9, 11, 12, 13, 17, 23, 30, 34, 37, 40, 47, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 61, 63, 66, 67, 69, 70, 71, 73, 75, 76, 77, 78, 79, 80, 82, 85, 86, 87, 89, 90, 91, 92, 94, 96, 97, 98, 99, 101, 102, 103, 105, 106, 109, 110, 111, 112, 114, 116, 119, 122, 123, 124, 126, 127, 128, 130, 131, 133, 135, 136, 137, 138, 139, 141, 143, 144, 145, 146, 148, 149, 150, 151, 153, 154, 155, 156, 158, 159, 160, 161, 163, 164, 165, 166, 167, 168, 169, 170, 172, 173, 174, 175, 176, 177, 178, 179, 180, 183, 184, 185, 186, 187, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 207, 208, 209, 210, 211, 212, 213, 214, 215, 217], "canada": 66, "cancel": [2, 5, 217], "candid": 184, "cannnot": [30, 31], "cannot": [11, 23, 34, 41, 60, 63, 66, 83, 97, 123, 140, 156, 169, 195, 198, 206], "canon": 102, "cantera": 184, "canva": 213, "cap": [156, 208], "capabl": [102, 144, 165, 166, 180], "capac": [176, 194], "captcha": 55, "caption": [148, 211], "captur": [58, 132, 158, 169, 217], "capytain": 188, "car": 114, "card": [2, 55, 197, 211], "cardioid": 177, "care": [55, 59, 76, 132, 169, 215], "cargo": [183, 184], "carlo": [99, 188], "carri": 58, "cars2": 114, "cart": 211, "cascad": 83, "case": [9, 11, 13, 23, 30, 31, 37, 40, 48, 51, 63, 66, 69, 71, 73, 76, 81, 83, 86, 87, 89, 90, 91, 102, 105, 106, 109, 110, 111, 118, 120, 124, 132, 146, 148, 149, 151, 152, 154, 159, 163, 169, 178, 185, 191, 192, 193, 195, 196, 197, 198, 199, 203, 211, 214], "cash": 211, "cat": [6, 110, 122, 130, 169], "catch": [63, 174, 178, 197, 198, 213], "categor": 130, "categori": 179, "caus": [3, 8, 37, 65, 72, 75, 81, 83, 101, 110, 131, 143, 146, 152, 159, 163, 168, 169, 173, 195, 202, 203, 208], "caution": 169, "caveat": [50, 169, 198], "cb": 174, "cc": [146, 162, 174, 185, 202], "cc3cb7f1": 29, "cc8f1243": [23, 28], "ccd": 185, "ccdproc": 185, "ccproj": 169, "ccsb": 184, "cd": [78, 79, 84, 86, 102, 112, 122, 132, 146, 148, 159, 186, 198], "cd9824b7331a": 21, "cdn": 83, "ce25": 39, "celesti": [181, 182], "cell": [75, 82, 89, 93, 94, 101, 103, 105, 110, 114, 115, 116, 126, 127, 136, 146, 152, 173, 174, 179, 184, 192, 196, 197], "cent": 9, "center": [63, 125, 130, 148, 178, 213], "centr": 66, "central": [11, 50], "ceo": [63, 66, 101, 110, 214, 217], "certain": [6, 54, 61, 69, 83, 90, 100, 135, 143, 148, 167, 169, 177, 180, 184, 196, 198, 202, 217], "certainli": [66, 198, 215], "certif": 140, "cex": 130, "cff0a68d0c91": 133, "cgi": 183, "cgroup": 128, "chain": 188, "challeng": 185, "chanc": [66, 83, 124], "chang": [2, 3, 15, 16, 17, 20, 39, 62, 63, 64, 66, 69, 73, 76, 83, 86, 87, 89, 93, 98, 102, 105, 125, 130, 132, 133, 139, 143, 144, 145, 148, 149, 150, 154, 156, 157, 162, 163, 168, 169, 170, 178, 179, 183, 184, 185, 190, 191, 192, 194, 195, 196, 197, 199, 200, 202, 213, 217], "change_email_address": [30, 31], "change_password": 30, "changed_email_address": 15, "changed_password": 16, "channel": [12, 30, 102, 153, 184], "chapter": [148, 177, 193], "charact": [16, 21, 33, 37, 43, 47, 61, 89, 132, 148, 149, 169, 173, 202, 217], "characterist": 66, "charg": [9, 59, 63, 66, 194, 208], "charset": 125, "chat": [11, 66, 69, 75, 83, 123, 139, 144, 145, 152, 173, 174, 177, 184, 194, 197, 198, 209, 211, 214], "chatgpt": [144, 205], "chatroom": [11, 67, 123, 173, 178, 194, 213, 216], "cheap": 66, "cheaper": 169, "cheat": 172, "check": [3, 12, 19, 30, 53, 63, 70, 73, 75, 81, 86, 87, 102, 105, 108, 110, 114, 122, 132, 135, 137, 139, 144, 145, 149, 150, 152, 158, 165, 169, 170, 172, 174, 178, 183, 184, 187, 193, 194, 195, 196, 197, 198, 199, 200, 211, 213], "checkbox": [4, 91, 125, 143, 163, 167, 169, 177, 178, 190, 191, 198, 200, 213], "checker": 148, "checkit": 187, "checklist": 190, "checkout": [5, 55], "checkpoint": [63, 132], "checksum": 102, "chem": 217, "chemic": 217, "cheminformat": 185, "chemistri": [184, 217], "cherrypi": 184, "chg": [183, 184], "child": [165, 184], "children": [120, 217], "chip": 186, "chisq": 99, "chmod": [132, 169, 195], "choic": [2, 66, 73, 105, 123, 145, 149, 153, 156, 169, 176, 177, 183, 185, 199, 211, 213, 215], "choos": [3, 9, 11, 63, 75, 76, 98, 102, 118, 145, 149, 156, 163, 165, 169, 173, 176, 177, 178, 191, 199, 213], "chop": 83, "choropleth": 187, "chose": 66, "chosen": [4, 9, 63], "christma": 102, "chrome": [23, 66, 84, 92, 113, 141, 183, 184, 202, 217], "chromedriv": [184, 185], "chromeo": 90, "chromium": [84, 90], "chstgpt": 144, "chunk": [63, 137, 152], "cifar10_train": 76, "circl": 170, "circuit": [187, 188, 217], "circul": 211, "circumst": 149, "circumv": 144, "cirq": 188, "cirular": 203, "cite": 99, "cites": 184, "citi": [82, 120], "citizen": 185, "cjvf": 162, "cl": 148, "clang": 110, "class": [2, 33, 63, 79, 125, 129, 132, 139, 173, 185, 186, 192, 194, 200], "classic": [3, 39, 104, 128, 132, 142, 146, 152, 159, 169, 175, 184, 196, 203, 217], "classif": 187, "classlabel": 76, "classroom": 115, "claud": 9, "clean": [54, 83, 110, 146, 149, 150, 198], "cleanup": [83, 184, 185, 197], "clear": [61, 75, 81, 83, 116, 131, 144, 145, 157], "clearli": 129, "clearsolut": 114, "clever": 198, "cli": [100, 132, 184, 185, 186], "click": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 58, 59, 61, 63, 66, 69, 70, 71, 72, 73, 75, 80, 83, 85, 87, 88, 89, 90, 91, 93, 98, 102, 103, 105, 106, 108, 110, 116, 118, 121, 123, 124, 125, 126, 128, 129, 131, 132, 133, 136, 137, 138, 143, 144, 145, 146, 148, 149, 150, 151, 152, 156, 161, 162, 163, 166, 167, 168, 169, 170, 173, 174, 175, 177, 178, 179, 180, 185, 190, 191, 192, 193, 195, 196, 197, 198, 199, 200, 202, 203, 204, 208, 210, 211, 212, 213, 214, 217], "clickabl": [144, 152], "clickjack": 146, "client": [30, 31, 44, 69, 97, 98, 112, 138, 141, 157, 169, 180, 183, 185, 190, 217], "client_error_log": 34, "cling": 183, "clipboard": [81, 98, 123, 144, 177, 178, 213], "clock": [67, 135, 192, 203], "clock_skew": 82, "clone": [2, 63, 79, 197, 206], "close": [0, 7, 8, 11, 12, 30, 63, 66, 69, 72, 73, 75, 83, 106, 110, 111, 113, 125, 146, 150, 152, 161, 163, 170, 193, 197, 202, 217], "closeal": [12, 30], "closer": [11, 66, 178, 213], "closest": 86, "cloud": [2, 11, 67, 83, 118, 139, 148, 155, 161, 174, 176, 184, 197, 208, 209, 214], "cloudf": 63, "cloudflar": [83, 183], "clue": 174, "cluster": [11, 66, 100, 130, 131, 155, 169, 180, 184, 208, 214, 215], "clutter": [163, 184, 191], "cmake": 185, "cmd": [73, 165, 193], "co": [94, 99, 148, 174, 217], "cobra": 185, "cocalc": [0, 2, 3, 5, 6, 7, 8, 9, 11, 12, 13, 15, 16, 17, 20, 21, 22, 23, 24, 26, 27, 28, 29, 30, 31, 32, 33, 34, 36, 37, 38, 39, 40, 41, 43, 46, 47, 48, 49, 52, 53, 54, 56, 57, 58, 59, 60, 61, 62, 63, 68, 69, 70, 72, 73, 77, 78, 79, 80, 81, 84, 87, 88, 89, 90, 91, 92, 93, 94, 96, 99, 101, 102, 103, 104, 107, 109, 110, 111, 112, 115, 116, 118, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 133, 135, 137, 138, 140, 142, 145, 148, 149, 150, 151, 154, 157, 158, 161, 162, 164, 165, 166, 167, 168, 172, 173, 174, 175, 176, 178, 179, 181, 182, 183, 184, 185, 186, 188, 190, 191, 192, 193, 194, 195, 198, 199, 200, 203, 204, 207, 208, 209, 212, 213], "cocalc_code_snippets_dir": 179, "cocalc_datashar": 169, "cocalc_project_id": [80, 87, 120, 128, 130, 133, 165], "code": [3, 8, 9, 11, 30, 31, 37, 39, 43, 52, 53, 54, 55, 56, 57, 61, 67, 75, 76, 83, 85, 89, 94, 96, 98, 101, 102, 105, 106, 110, 114, 115, 119, 123, 125, 127, 129, 130, 131, 133, 136, 139, 144, 146, 148, 149, 150, 151, 159, 168, 169, 173, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 192, 195, 196, 197, 198, 202, 213, 214, 215, 216, 217], "code_fold": 39, "code_stub": 114, "codemirror": [73, 90, 152], "codewar": 154, "coffe": 83, "coffeescript": [183, 184, 185], "cognit": [181, 182], "cohort": 200, "coincbc": 184, "col": 130, "colab": [66, 214], "collab": 13, "collabor": [1, 2, 3, 6, 11, 13, 24, 32, 33, 38, 39, 41, 56, 59, 61, 66, 67, 68, 89, 110, 113, 120, 123, 127, 138, 139, 144, 145, 146, 151, 155, 157, 161, 163, 167, 174, 180, 184, 186, 193, 194, 196, 197, 198, 203, 206, 208, 209, 210, 212, 214, 217], "colleagu": 139, "collect": [66, 99, 103, 135, 148, 158, 166, 169, 172, 180, 181, 182, 185, 186, 194, 195, 197, 198, 206, 214], "colleg": 191, "color": [120, 136, 149, 170, 173, 178, 192, 213], "colour": 66, "column": [8, 9, 98, 110, 128, 131, 160, 177, 190, 193, 202, 212], "com": [0, 1, 2, 5, 6, 7, 9, 12, 13, 15, 16, 17, 20, 21, 22, 23, 24, 26, 27, 28, 29, 30, 32, 33, 34, 36, 37, 38, 39, 40, 41, 43, 46, 47, 48, 49, 51, 52, 53, 54, 55, 56, 57, 58, 60, 61, 65, 66, 69, 75, 77, 78, 79, 80, 82, 83, 87, 90, 92, 98, 102, 103, 106, 109, 110, 111, 113, 120, 124, 125, 130, 132, 133, 137, 138, 144, 151, 152, 153, 154, 155, 162, 166, 169, 170, 174, 177, 183, 184, 198, 200, 201, 202, 211, 214], "combin": [2, 9, 61, 63, 66, 69, 80, 130, 144, 145, 148, 156, 180, 181, 182, 184, 199, 206, 217], "combinator": 184, "combinatori": 184, "come": [37, 78, 83, 101, 102, 153, 165, 174, 177, 184, 191, 196, 197, 199, 214], "comfort": 217, "comic": 184, "comma": [22, 33, 48, 73, 193], "command": [6, 9, 12, 17, 20, 30, 31, 36, 37, 46, 54, 55, 57, 63, 66, 70, 73, 77, 78, 83, 84, 85, 86, 87, 90, 91, 93, 98, 99, 102, 104, 105, 110, 114, 122, 127, 128, 130, 132, 133, 137, 144, 145, 146, 148, 150, 152, 160, 162, 163, 165, 168, 169, 173, 174, 180, 183, 184, 186, 187, 189, 190, 194, 208, 217], "comment": [53, 73, 110, 114, 129, 144, 148, 149, 158, 177, 192, 194, 202, 214], "commerci": [9, 11], "commit": [97, 198, 206], "common": [73, 105, 131, 132, 148, 165, 169, 177, 181, 182, 184, 185, 195, 198], "commonli": 61, "commonmark": [152, 184], "commun": [9, 61, 66, 76, 122, 145, 154, 157, 165, 184, 185, 193, 198, 202], "compani": [11, 206, 214, 215], "companion": 149, "compar": [11, 63, 66, 103, 155, 180, 198, 214], "comparison": 107, "compat": [90, 116, 151, 152, 172, 180, 183, 184, 185, 186, 187, 217], "compens": 215, "compet": 131, "competit": [66, 208, 215], "competitor": [206, 214], "compil": [37, 54, 63, 66, 67, 85, 93, 100, 101, 110, 118, 135, 148, 149, 150, 154, 169, 183, 184, 185, 186, 187, 188], "complement": [11, 66], "complet": [11, 18, 19, 20, 23, 30, 31, 66, 89, 90, 101, 102, 123, 131, 132, 148, 152, 155, 169, 177, 178, 180, 193, 194, 197, 198, 199, 206, 208, 211, 212, 213, 215], "complex": [83, 187], "complexupset": 187, "complianc": 75, "compliant": 63, "complic": [63, 139, 214, 215], "compon": [8, 180, 187], "compos": [61, 120, 148], "composit": [184, 185], "compositor": 84, "comprehens": 184, "compress": [137, 163, 184], "comput": [2, 6, 9, 11, 50, 63, 67, 75, 76, 81, 82, 87, 89, 97, 98, 99, 101, 102, 103, 114, 115, 118, 119, 128, 129, 131, 133, 137, 138, 139, 146, 148, 156, 162, 163, 169, 174, 176, 177, 180, 184, 185, 186, 188, 194, 197, 202, 206, 208, 213, 214, 215, 217], "computation": [63, 66], "con": [104, 180], "concaten": 174, "conceiv": 198, "concept": [12, 30, 63, 156, 161, 217], "concern": [23, 63, 82, 148, 177], "concurr": [2, 151], "conda": [102, 184], "condit": 184, "conduct": 194, "conf": 122, "config": [87, 110, 114, 133, 146, 169, 183], "configur": [0, 1, 2, 3, 6, 11, 63, 66, 69, 73, 83, 87, 98, 100, 105, 108, 114, 134, 139, 149, 150, 151, 152, 154, 156, 158, 161, 164, 172, 176, 184, 191, 192, 193, 196, 197, 198, 200, 201, 202, 208, 209, 214, 215, 217], "confirm": [3, 12, 13, 30, 55, 66, 78, 83, 98, 103, 106, 123, 133, 148, 169, 180, 196, 197, 198, 211, 217], "conflict": [101, 154, 180], "confus": [64, 110, 165, 172, 217], "congratul": [87, 118], "conjoint": 184, "conn": 122, "connect": [2, 6, 12, 30, 36, 59, 61, 63, 66, 67, 69, 75, 76, 81, 82, 88, 92, 97, 135, 137, 138, 141, 156, 162, 169, 209, 214, 217], "connection_fil": 86, "consectetur": 152, "consequ": [214, 215], "conserv": [3, 87], "consid": [11, 63, 66, 81, 83, 88, 101, 106, 114, 132, 177, 194, 197, 199, 214, 215], "consider": [157, 176], "consist": [48, 76, 83, 137, 163, 169, 192, 197, 198, 217], "consol": [12, 30, 82, 86, 101, 184, 185], "consolid": [160, 185], "constant": 83, "constrain": 185, "constraint": 185, "construct": [131, 184], "consult": [5, 97, 128, 185, 202], "consum": [131, 174, 198], "cont": 188, "contact": [2, 12, 30, 55, 60, 63, 66, 83, 115, 139, 154, 162, 169, 180, 201, 214], "contain": [1, 4, 11, 12, 19, 30, 31, 35, 38, 40, 49, 66, 70, 71, 85, 102, 103, 112, 113, 122, 132, 145, 150, 154, 158, 161, 163, 165, 166, 167, 168, 179, 180, 181, 182, 184, 185, 190, 192, 193, 195, 197, 198, 202], "content": [6, 12, 23, 29, 30, 31, 36, 37, 39, 40, 46, 49, 50, 51, 52, 54, 55, 57, 61, 67, 73, 75, 76, 79, 80, 83, 88, 89, 97, 108, 122, 125, 129, 132, 139, 152, 157, 158, 161, 163, 165, 169, 172, 173, 177, 179, 180, 181, 184, 185, 194, 198, 202, 203, 209], "contentwindow": [12, 30], "context": [9, 152, 174, 203], "contextili": 184, "contextu": 113, "contigu": 145, "contin": 63, "continu": [2, 9, 11, 66, 75, 76, 93, 110, 123, 162, 170, 174, 176, 184, 188, 198, 202, 208], "contrari": 174, "contrast": 132, "contrib": [104, 184], "contribut": [76, 79, 80, 89, 104, 161, 179, 203, 209], "control": [9, 11, 66, 90, 100, 101, 110, 132, 140, 145, 146, 148, 149, 150, 154, 161, 162, 174, 177, 180, 183, 184, 185, 187, 190, 193, 198, 203, 206, 209, 215, 217], "convei": 180, "conveni": [11, 63, 66, 86, 94, 95, 128, 130, 137, 152, 158, 196, 198, 199], "convent": 163, "converg": 99, "convers": [9, 173, 187], "convert": [54, 76, 93, 100, 127, 174, 180, 183, 184, 194, 202, 214], "convex": 184, "cooki": [75, 79, 113], "cookiecutt": 184, "cool": 66, "coolest": 184, "coordin": [148, 178, 186, 213], "copi": [6, 9, 11, 17, 18, 19, 20, 50, 63, 66, 73, 76, 81, 83, 86, 97, 98, 101, 106, 123, 129, 132, 133, 136, 137, 144, 145, 146, 152, 157, 159, 163, 166, 168, 169, 173, 174, 177, 184, 185, 192, 193, 194, 195, 196, 197, 203, 217], "copy_path": 18, "copy_path_between_project": [12, 19, 30], "copy_path_between_projects_respons": [12, 30], "copy_path_delet": [30, 184], "copy_path_id": [12, 17, 18, 19, 30], "copy_path_statu": [12, 17, 30, 184], "copy_path_status_respons": [12, 30], "copy_public_path_between_project": 30, "copyright": [102, 103, 177], "core": [27, 39, 66, 76, 87, 114, 119, 128, 145, 180, 184, 196, 199, 200, 214], "corner": [83, 145, 195, 197], "coronaviru": 185, "coroutin": 185, "correct": [73, 82, 102, 113, 148, 149, 191, 193, 197, 202], "correctli": [87, 148, 177, 184, 197, 199, 202, 214], "correspond": [6, 8, 52, 53, 72, 76, 79, 84, 89, 114, 144, 149, 150, 152, 169, 172, 184, 190, 192, 193, 197, 198, 202, 211, 217], "cost": [9, 52, 63, 176, 206, 211, 215], "cost_per_hour": 52, "costli": 198, "could": [2, 6, 17, 20, 55, 83, 93, 97, 102, 105, 110, 114, 132, 146, 148, 149, 152, 162, 165, 169, 174, 183, 191, 198, 203, 217], "couldn": 114, "count": [59, 88, 130, 132, 133, 170, 178, 199, 213], "countdown": 204, "counter": [4, 153, 170, 204], "countri": 5, "coupl": [59, 108, 110, 154, 166, 169, 177, 180, 183, 184, 185, 197], "cours": [1, 2, 5, 11, 23, 55, 61, 66, 67, 102, 106, 109, 110, 114, 119, 132, 136, 139, 151, 154, 169, 172, 178, 180, 181, 182, 183, 184, 185, 190, 194, 195, 196, 200, 201, 202, 211, 214, 215], "course_id": 114, "coursework": 197, "cov": 184, "cover": [5, 9, 60, 63, 162, 166, 199, 202, 211], "coverag": 184, "covid": 185, "cow": [76, 79], "cowsai": 79, "cp": [79, 86], "cpp": 85, "cpu": [3, 11, 39, 55, 66, 83, 89, 100, 106, 128, 160, 165, 186, 199, 200, 209], "cpu_shar": [27, 39], "craft": 47, "cran": [102, 103, 148, 184, 185], "crash": [11, 75, 106, 110, 135, 141, 162, 208, 217], "creat": [2, 3, 5, 6, 7, 9, 12, 17, 21, 22, 23, 28, 30, 31, 34, 36, 49, 51, 53, 54, 55, 63, 67, 70, 73, 76, 77, 80, 81, 82, 85, 87, 91, 97, 98, 99, 101, 102, 103, 105, 110, 111, 112, 114, 116, 118, 120, 122, 124, 125, 126, 129, 130, 133, 136, 137, 139, 140, 144, 145, 146, 149, 150, 152, 155, 157, 158, 159, 161, 162, 163, 165, 167, 168, 169, 170, 172, 174, 176, 177, 178, 180, 183, 184, 185, 187, 188, 194, 195, 197, 198, 200, 201, 202, 213, 214, 215, 217], "create_account": [12, 30], "create_project": 30, "create_support_ticket": 30, "created_at": 28, "createdb": 122, "creation": [21, 76, 159, 186, 198, 214], "credenti": [58, 75, 76], "credit": [2, 5, 55, 66, 76, 79, 80, 102, 103, 151, 176, 197, 199], "criterion": 66, "crontab": 165, "cross": 186, "croucher": 192, "css": [83, 125, 174], "csv": [67, 73, 114, 133, 183, 185, 192, 216], "ctan": 148, "ctl": 162, "ctrl": [73, 86, 87, 90, 103, 112, 150, 169, 193, 198, 202], "cu": 66, "cuda": 66, "cufflink": 198, "cumsum": 217, "cur": 122, "curat": 179, "curio": [184, 185], "curiou": 98, "curl": [13, 15, 16, 17, 20, 21, 22, 23, 24, 26, 27, 28, 29, 30, 31, 32, 33, 34, 36, 37, 38, 39, 40, 41, 43, 46, 47, 48, 49, 50, 51, 54, 55, 56, 57, 78, 86, 137, 183], "current": [1, 2, 4, 5, 12, 15, 30, 46, 55, 62, 66, 82, 83, 86, 89, 90, 98, 105, 106, 110, 111, 132, 145, 146, 148, 149, 156, 158, 160, 161, 163, 166, 174, 177, 178, 184, 185, 186, 192, 200, 202, 208, 209, 213, 215, 217], "cursor": [1, 11, 122, 128, 144, 149, 151, 152, 178, 190, 213], "curv": [80, 186], "custom": [1, 5, 11, 30, 31, 54, 58, 60, 66, 79, 83, 100, 105, 108, 134, 139, 152, 157, 161, 174, 175, 177, 184, 185, 190, 201, 208, 209, 214, 215, 217], "customari": 152, "customiz": [11, 132, 181], "cut": [83, 180], "cutoff": 132, "cvxpy": 184, "cxx": 110, "cxxflag": 110, "cycl": [2, 3, 119], "cyipopt": 184, "cython": [184, 185], "cytoolz": 184, "d": [13, 15, 16, 17, 20, 21, 22, 23, 24, 26, 29, 32, 33, 34, 36, 37, 38, 39, 40, 41, 43, 46, 47, 48, 49, 50, 51, 54, 55, 56, 57, 66, 73, 76, 79, 83, 86, 87, 101, 103, 122, 128, 132, 165, 169, 179, 185, 198], "d0381938": 52, "d0e4": 133, "d0f1b21a9df64f": 183, "d22d521b36af": 48, "d4abd9c6c225": 48, "d4m": 184, "d518": 22, "d573": [23, 28], "d66acdeac949": 37, "d89b": 36, "da3a8eaf": [12, 30], "dai": [2, 5, 9, 11, 55, 63, 66, 102, 111, 132, 169, 184, 193, 201, 206, 211], "daili": [66, 185, 187, 208], "dark": 170, "darktabl": [183, 217], "darriba": 177, "dartmouth": 183, "dash": [100, 132, 169], "dash_01": 120, "dash_app": 120, "dash_core_compon": 120, "dash_html_compon": 120, "dashboard": [120, 133], "dask": [100, 183, 184, 185], "dat": 79, "data": [5, 12, 17, 20, 23, 38, 52, 59, 63, 66, 79, 80, 83, 87, 88, 98, 108, 110, 111, 112, 114, 119, 120, 122, 130, 133, 139, 146, 148, 152, 155, 157, 158, 166, 168, 169, 174, 183, 184, 185, 186, 187, 188, 192, 198, 202, 203, 206, 214, 217], "databas": [34, 39, 46, 54, 55, 86, 112, 169, 185, 186, 203, 217], "datafram": [80, 120, 183, 184, 185], "datahub": 184, "datapackag": 184, "dataread": [183, 184], "dataset": [80, 169, 183], "dataset_nam": 76, "datashad": [80, 184], "date": [2, 4, 5, 17, 58, 69, 79, 82, 151, 154, 165, 177, 180, 191, 192, 193, 194, 197, 199, 211], "datetim": 165, "datri": 184, "db": [30, 31, 39, 87, 217], "db_assign": 114, "db_student": 114, "dbname": 122, "dbpath": 112, "dbu": 184, "dc8c62659886": 50, "dcc": 120, "dd": [80, 145], "dda9": 38, "ddf": 80, "de": 132, "deactiv": 102, "dead": 217, "deadlin": 197, "deae": 23, "deal": [66, 106, 110, 131, 184, 214, 215], "dealt": 214, "deap": 184, "deb": 66, "debug": [25, 67, 120, 127, 132, 135, 161, 212], "debug1": 162, "decid": [83, 156, 214], "decis": [90, 215], "declar": 76, "declaredesign": 185, "decod": 165, "decor": 184, "decreas": [11, 63, 177], "dedic": [66, 73, 139, 151, 169, 184, 206, 211, 214], "deduct": 66, "deep": [76, 125, 186], "def": [80, 165, 174, 185], "default": [2, 3, 15, 16, 17, 19, 20, 22, 37, 39, 48, 54, 63, 66, 67, 68, 73, 79, 90, 98, 101, 102, 105, 110, 114, 130, 134, 138, 143, 145, 146, 148, 149, 150, 152, 154, 157, 161, 163, 169, 174, 181, 183, 184, 185, 186, 187, 188, 189, 190, 195, 198, 199, 202, 208, 209, 213, 217], "default_mod": [96, 126, 132], "defin": [46, 87, 90, 94, 102, 103, 114, 130, 132, 152, 154, 169, 173, 179, 180, 184, 185], "definit": [30, 31, 39, 83, 101, 110, 131, 132, 149, 152, 180], "defunct": 128, "del": [115, 184], "delai": [28, 180], "delet": [3, 17, 18, 20, 24, 61, 63, 67, 83, 88, 115, 131, 135, 145, 146, 150, 161, 163, 165, 168, 178, 194, 197, 202, 203, 204, 209], "delete_account": 30, "delete_miss": [12, 17, 20, 30], "delimit": [33, 114], "deliv": 102, "deliveri": 83, "demo": [12, 30, 63, 80, 100, 114, 148, 183, 184], "demonstr": [110, 148, 192], "deni": 169, "denot": 5, "dep": [149, 184], "depend": [6, 9, 11, 63, 66, 73, 101, 102, 103, 105, 108, 116, 119, 137, 138, 149, 169, 177, 184, 185, 196, 199, 200, 215], "depict": 105, "deploi": [11, 80, 185, 214], "deploy": 184, "deprec": [15, 113, 183, 184, 185, 188], "deprovis": [63, 66], "depth": [61, 67, 203], "deriv": [63, 76, 186, 198], "desc": [39, 55, 190], "describ": [6, 9, 76, 101, 102, 103, 132, 137, 144, 148, 169, 190, 192, 198, 200, 208], "descript": [2, 4, 9, 22, 28, 52, 55, 61, 76, 145, 148, 152, 161, 167, 168, 172, 177, 179, 181, 182, 193, 199, 209, 211, 217], "deselect": 169, "design": [11, 92, 132, 152, 175, 185, 217], "designlibrari": 185, "desir": [66, 79, 86, 93, 106, 156, 163, 191, 192, 198, 211], "desktop": [67, 90, 115, 169, 176, 183, 184, 185, 186, 209, 212, 217], "desolve_tides_mpfr": 184, "despit": [187, 208], "dest": [17, 20, 198], "destin": [17, 20, 49, 83, 136, 163, 198], "destruct": [17, 20], "detail": [3, 5, 12, 28, 30, 55, 60, 63, 66, 86, 87, 89, 101, 104, 119, 132, 139, 143, 146, 148, 151, 155, 158, 160, 162, 169, 170, 172, 174, 191, 197, 198, 199, 201, 206], "detect": [82, 106, 131, 148, 184, 185], "determin": [13, 145, 178, 190, 211, 213], "detour": 98, "dev": [21, 66, 132, 148, 183, 185], "develop": [25, 53, 63, 66, 100, 138, 139, 144, 152, 153, 154, 161, 174, 180, 183, 184, 185, 187, 206, 208, 214, 215, 217], "devic": [83, 130, 137, 178, 213], "devot": 83, "df": [80, 120, 133], "dfb4007a8e7f": 29, "dia": 217, "diagnost": 83, "diagon": 185, "diagram": 217, "dialog": [2, 58, 66, 73, 83, 86, 98, 105, 121, 123, 124, 148, 163, 166, 169, 197, 199, 200], "dialogu": 169, "dict": [23, 76, 80, 114], "dictionari": [73, 89], "did": [12, 19, 30, 81, 97, 124, 131, 174, 180, 208, 217], "didn": [79, 184], "diff": [194, 197, 217], "diffeqflux": 184, "differ": [0, 1, 5, 9, 11, 37, 50, 60, 63, 66, 69, 75, 82, 83, 97, 105, 111, 114, 131, 139, 143, 148, 150, 151, 152, 156, 163, 169, 174, 177, 178, 180, 188, 189, 191, 193, 197, 199, 200, 202, 203, 208, 211, 213, 214], "differenti": [174, 183, 188], "differentialequ": 184, "difficult": 106, "digit": [61, 132, 133, 167, 198], "dill": 184, "dim": 99, "dimens": 184, "dimension": [184, 185, 187], "diplai": 204, "dir": [103, 110, 132, 149], "direct": [61, 63, 66, 93, 138, 144, 148, 149, 152, 154, 173, 174, 178, 195, 198, 206, 213], "directli": [9, 11, 13, 39, 55, 66, 83, 84, 89, 90, 97, 103, 106, 146, 148, 165, 177, 190, 196, 199, 208], "directori": [4, 6, 12, 17, 20, 30, 37, 38, 39, 40, 49, 53, 55, 61, 63, 66, 70, 73, 78, 84, 86, 87, 97, 99, 102, 103, 108, 112, 114, 125, 132, 134, 137, 148, 149, 159, 161, 162, 163, 165, 166, 169, 179, 184, 192, 195, 197, 198, 217], "dirnam": 169, "disabl": [2, 63, 66, 80, 83, 84, 90, 110, 122, 148, 149, 169, 172, 176, 184, 185, 202, 203, 209], "disadvantag": 214, "disappear": 193, "disc": 169, "disclosur": [152, 174], "disconnect": [25, 75, 81, 83, 170], "disconnect_from_project": 30, "discontinu": [154, 183], "discord": 75, "discount": 66, "discourag": 199, "discours": 184, "discov": [11, 154, 177, 199], "discover": 177, "discoveri": 148, "discrep": 162, "discret": 184, "discuss": [5, 11, 58, 61, 68, 72, 75, 83, 113, 121, 123, 148, 152, 153, 164, 167, 169, 173, 178, 211, 213, 215], "diseas": [181, 182], "disk": [2, 39, 55, 59, 66, 67, 81, 89, 132, 135, 137, 148, 150, 156, 160, 169, 176, 192, 203, 209, 211], "disk_quota": [27, 39, 52], "displai": [2, 3, 4, 5, 8, 58, 61, 66, 67, 68, 70, 72, 73, 80, 83, 86, 102, 105, 115, 116, 133, 136, 144, 150, 151, 152, 161, 163, 164, 167, 169, 170, 173, 174, 178, 185, 195, 196, 198, 204, 209, 211, 212, 213], "display_nam": [86, 102], "disrupt": 83, "distinct": [50, 113], "distinguish": 66, "distribut": [1, 63, 78, 87, 102, 113, 154, 169, 176, 180, 183, 184, 185, 188, 194, 195, 197, 198, 199, 200, 202, 214], "dit": 184, "div": [120, 174], "dive": 125, "diversipi": 184, "divid": [137, 202], "django": 184, "dk": 82, "dl": 66, "dmap": 80, "dmmmh": 79, "dmmmy": 79, "dny": 79, "do": [6, 9, 11, 12, 30, 31, 33, 39, 48, 49, 50, 51, 55, 58, 63, 73, 75, 79, 85, 86, 90, 91, 92, 93, 98, 101, 102, 103, 106, 109, 113, 114, 116, 119, 123, 127, 131, 132, 133, 136, 137, 138, 143, 145, 146, 149, 150, 152, 158, 159, 163, 165, 167, 169, 172, 173, 174, 176, 177, 179, 180, 184, 190, 191, 192, 194, 195, 197, 198, 202, 206, 208, 209, 211, 214], "doc": [17, 20, 77, 78, 80, 94, 102, 132, 133, 136, 152, 183, 184, 195, 217], "docker": [12, 21, 30, 66, 103, 122, 128, 161, 184, 217], "docsifi": [183, 184], "docstr": 174, "doctestplu": [184, 185], "doctyp": 125, "document": [3, 9, 11, 12, 30, 53, 54, 55, 73, 76, 79, 80, 83, 89, 93, 98, 99, 101, 102, 104, 114, 128, 129, 131, 133, 139, 144, 145, 146, 147, 149, 150, 152, 155, 161, 166, 168, 169, 178, 179, 180, 181, 182, 183, 184, 196, 197, 198, 203, 209, 217], "documentclass": [54, 148], "docx": 217, "doe": [2, 9, 11, 17, 29, 38, 48, 57, 59, 66, 69, 75, 76, 81, 88, 102, 106, 110, 114, 132, 133, 138, 141, 143, 146, 152, 167, 169, 173, 174, 176, 192, 193, 194, 196, 197, 198, 199, 203, 206, 208, 214, 217], "doe00": 21, "doepi": 184, "doesn": [67, 68, 73, 83, 90, 110, 115, 132, 135, 144, 148, 156, 165, 170, 173, 174, 183, 203, 217], "dof": 99, "dollar": [93, 173, 190], "dolor": 152, "domain": [12, 30, 66, 80, 92, 120, 122, 198, 202], "don": [50, 51, 55, 61, 63, 66, 70, 75, 88, 98, 101, 102, 118, 124, 130, 132, 133, 138, 144, 148, 158, 165, 169, 170, 184, 197, 198, 213], "done": [6, 12, 30, 66, 102, 103, 110, 111, 131, 136, 145, 148, 152, 174, 177, 178, 183, 184, 190, 194, 195, 198, 202, 211, 213], "door": 202, "dot": [66, 148, 163, 173], "doubl": [61, 85, 99, 105, 145, 149, 150, 152, 174, 190, 198], "doubt": 154, "down": [58, 63, 66, 86, 87, 105, 106, 108, 111, 114, 131, 137, 160, 162, 169, 174, 177, 178, 190, 198, 211, 213, 214], "downgrad": [184, 185, 187], "download": [2, 63, 69, 79, 91, 98, 101, 102, 103, 118, 125, 132, 139, 145, 148, 150, 161, 163, 168, 169, 174, 176, 197, 198, 214], "downloaded_packag": 103, "downward": 118, "dozen": [11, 106, 178, 197, 213], "dpi": 217, "dplyr": [183, 184], "dr": [80, 184], "drag": [61, 146, 150, 178, 190, 197, 198, 202, 213], "drastic": 169, "draw": [84, 178, 184, 213, 217], "drawback": 103, "drawio": 184, "drawn": 148, "dream": 66, "drive": [59, 98, 185], "droid": 125, "drop": [61, 63, 83, 116, 146, 177, 178, 197, 213], "dropdown": [1, 6, 67, 103, 145, 149, 150, 173, 178, 196, 209, 213], "drouff": 99, "drracket": 184, "drxyzzi": 133, "ds9": 183, "dt": 17, "dta": 185, "dtype": 76, "due": [55, 63, 101, 131, 141, 148, 154, 162, 177, 184, 187, 192, 193, 194, 197, 208, 214, 217], "due_dat": 198, "dull": 203, "dumb": 128, "dump": 132, "dunfield": 132, "duplic": [102, 132, 163, 168, 185], "durat": [5, 63, 174, 197, 201, 206], "duration_": 174, "dure": [12, 30, 75, 76, 83, 102, 148, 149, 156, 172, 178, 211], "dx": 99, "dy": 99, "dynam": [102, 130, 184, 185, 208, 217], "dynamicmap": 80, "dz": 99, "e": [2, 5, 6, 11, 12, 21, 30, 31, 50, 51, 61, 63, 66, 73, 75, 79, 83, 86, 87, 90, 94, 101, 102, 103, 106, 110, 112, 116, 119, 122, 123, 124, 130, 132, 134, 137, 138, 144, 146, 148, 152, 154, 158, 159, 163, 165, 167, 169, 172, 173, 174, 177, 178, 179, 180, 183, 184, 185, 189, 190, 191, 196, 197, 198, 199, 202, 203, 208, 211, 213, 217], "e32a26f8": 57, "e41a1c": 130, "e44c6903945": 23, "e49e86aa": [17, 20, 37, 38, 40, 49], "e6": 162, "e6993694": 46, "e7d41dcfe921": 34, "e80fd64d": [13, 32, 41], "ea2d": 23, "ea43": 23, "each": [2, 4, 5, 6, 9, 11, 12, 30, 31, 33, 53, 63, 66, 72, 73, 79, 83, 87, 89, 109, 110, 113, 122, 128, 132, 133, 137, 144, 145, 146, 148, 151, 160, 162, 165, 167, 168, 169, 170, 173, 174, 177, 178, 179, 180, 181, 182, 187, 190, 192, 193, 194, 195, 196, 197, 198, 199, 201, 202, 204, 208, 211], "earli": [63, 214], "earlier": [19, 146, 187, 188], "earliest": 17, "earth": 184, "eas": 217, "easi": [9, 63, 65, 83, 150, 152, 158, 167, 169, 173, 177, 178, 181, 182, 184, 188, 211, 213, 217], "easier": [66, 85, 169, 178, 184, 192, 198, 213, 214], "easiest": [97, 110], "easili": [2, 8, 11, 55, 63, 66, 86, 112, 122, 123, 139, 143, 150, 151, 174, 177, 184, 191, 198, 199, 202, 211, 213, 214], "east1": [66, 169], "ec822d6f": 39, "echo": [6, 37, 54, 57, 79, 80, 83, 86, 108, 122, 133, 136, 148, 198, 212], "econometr": 184, "ed25519": 169, "edg": 180, "edit": [4, 5, 11, 59, 61, 66, 67, 68, 69, 73, 75, 85, 86, 88, 89, 90, 91, 93, 106, 118, 126, 130, 139, 143, 145, 146, 148, 149, 150, 163, 169, 176, 177, 181, 182, 184, 185, 187, 188, 192, 194, 196, 197, 198, 199, 202, 203, 208, 209, 212, 216, 217], "editor": [9, 12, 30, 66, 67, 75, 77, 85, 87, 90, 91, 93, 94, 98, 99, 102, 110, 118, 125, 130, 132, 139, 143, 144, 148, 150, 152, 158, 168, 169, 173, 180, 183, 184, 190, 197, 198, 203, 209, 212, 216, 217], "editor_set": 39, "edu": [191, 198], "educ": [87, 151, 181, 182, 197], "edward": 183, "edward2": 183, "ee": 162, "eed3": 48, "effect": [66, 149, 150, 165, 169, 185, 187], "effici": [50, 63, 174, 184, 185], "effort": [9, 89, 133, 151, 156, 215], "ehanc": 144, "ehrhart_seri": 184, "eigensolv": 184, "either": [1, 6, 39, 61, 63, 66, 73, 75, 77, 79, 82, 83, 84, 85, 93, 102, 122, 126, 130, 132, 137, 143, 145, 146, 148, 150, 151, 152, 169, 177, 183, 191, 192, 202, 206], "eiusmod": 152, "elan": 154, "elbow": 110, "electr": [66, 185], "electric_char": 39, "electromagnet": 185, "electron": 187, "eleg": [184, 217], "element": [105, 130, 132, 166, 184, 186, 187, 188, 214], "elementari": 2, "elev": [51, 158], "elimin": [65, 66, 69, 131], "elit": 152, "els": [5, 11, 110, 122, 131, 138, 145, 146, 162, 206, 211, 214, 215, 217], "elsewher": 174, "emac": [69, 91, 217], "email": [2, 3, 5, 7, 13, 15, 21, 23, 26, 32, 33, 41, 43, 48, 53, 57, 60, 61, 66, 75, 82, 83, 111, 113, 124, 132, 133, 152, 169, 184, 191, 192, 194, 195, 197, 211, 217], "email_address": [21, 23, 26, 48, 50, 51, 55, 57], "email_already_taken": 15, "emb": [12, 30, 58, 148, 173], "embed": [31, 69, 143, 148, 150, 157, 174, 177, 212, 217], "embree3": 184, "emce": 184, "emoticon": 61, "employ": 83, "empow": 139, "empti": [63, 102, 133, 144, 152, 169, 178, 194, 211, 213, 217], "emptibl": 174, "empyr": 185, "en": [73, 152, 183, 184], "enabl": [2, 3, 52, 55, 58, 73, 76, 86, 87, 90, 92, 97, 98, 99, 104, 108, 114, 128, 132, 137, 143, 144, 145, 149, 152, 158, 169, 176, 178, 184, 197, 198, 203, 209, 213, 217], "enclos": [61, 85, 152, 178, 213], "encount": 174, "encourag": 215, "encrypt": [59, 66, 83, 92, 138], "end": [2, 12, 30, 31, 54, 63, 66, 67, 73, 78, 79, 81, 83, 85, 93, 94, 96, 97, 102, 103, 114, 126, 130, 131, 132, 134, 135, 145, 148, 149, 150, 152, 169, 174, 178, 185, 194, 198, 199, 201, 202, 203, 211, 213, 217], "end_fil": 136, "end_solution_delimet": 114, "endpoint": [12, 13, 17, 31, 52, 54, 55, 56, 57, 89, 120, 165, 184, 209], "endpoint_url": 76, "engag": 145, "engin": [148, 149, 150, 177, 184, 217], "england": [181, 182], "english": [73, 148, 185], "enh": [183, 184], "enhanc": [61, 65, 102, 123, 142, 143, 169, 184, 215], "enjoi": [66, 184, 215], "enorm": 55, "enough": [2, 63, 66, 108, 146, 169, 174, 177, 192, 206], "enrich": 187, "enrol": [193, 198, 199], "ensur": [92, 132, 177, 191, 193, 194, 197, 198], "enter": [2, 3, 4, 5, 6, 9, 70, 73, 75, 82, 98, 123, 126, 131, 132, 133, 136, 146, 148, 150, 151, 152, 158, 163, 167, 168, 169, 173, 174, 177, 178, 190, 192, 193, 194, 197, 198, 202, 204, 211, 212], "enteract": 136, "enterpris": 214, "entertain": 79, "entir": [2, 11, 25, 39, 63, 73, 83, 90, 110, 113, 124, 169, 178, 187, 192, 197, 198, 203, 213], "entri": [3, 9, 18, 61, 78, 89, 110, 132, 136, 144, 161, 165, 166, 173, 177, 183, 184, 192, 198, 203, 209], "env": [102, 128, 130, 132, 165, 183], "envelop": 170, "environ": [11, 58, 66, 86, 90, 100, 103, 105, 108, 120, 128, 133, 136, 139, 145, 148, 149, 150, 154, 157, 161, 165, 174, 177, 179, 181, 183, 184, 185, 186, 188, 189, 196, 197, 198, 208, 209, 212, 214, 217], "envoron": 169, "eon": 185, "ep": 148, "ephemer": 66, "epidem": 185, "episod": 83, "epoch": [190, 198], "equal": [33, 58, 149, 177, 198], "equat": [104, 148, 150, 174, 188], "equival": [104, 114, 148, 169], "era": 185, "erocarrera": 184, "err": 165, "err_on_exit": 37, "errat": 83, "erron": 186, "error": [9, 12, 15, 17, 19, 20, 21, 26, 30, 34, 37, 38, 40, 43, 55, 63, 66, 91, 93, 99, 101, 103, 113, 114, 129, 132, 139, 144, 146, 148, 149, 150, 165, 169, 176, 183, 196, 199, 217], "esc": [90, 178, 202], "escap": [66, 184], "escienc": 80, "esda": 184, "esp": 90, "especi": [63, 66, 110, 146, 180, 183, 214, 217], "esr": 183, "essenc": 104, "essenti": [2, 30, 31, 63, 66, 93, 129, 148, 160, 214, 215], "establish": 61, "estim": [66, 176, 183, 184, 185], "et": 152, "etc": [2, 11, 12, 30, 37, 61, 66, 69, 73, 85, 86, 87, 89, 90, 106, 110, 113, 114, 122, 124, 126, 128, 131, 132, 144, 145, 146, 148, 161, 165, 168, 169, 173, 174, 178, 180, 183, 184, 185, 187, 190, 196, 198, 200, 202, 211, 213, 217], "ev": 165, "eval": 86, "evalu": [82, 89, 126, 130, 132, 145, 148, 152, 165, 174, 196, 197, 202, 206, 211], "evcd": 184, "even": [9, 11, 50, 63, 66, 73, 83, 93, 103, 110, 113, 129, 132, 144, 145, 149, 152, 169, 172, 173, 175, 177, 202, 203, 206, 208, 214, 217], "event": [12, 13, 15, 16, 17, 20, 21, 22, 23, 24, 26, 27, 28, 29, 30, 31, 32, 33, 34, 36, 37, 38, 39, 40, 41, 43, 46, 47, 48, 110, 132, 168, 217], "eventu": [13, 169], "ever": [9, 123], "everi": [2, 44, 53, 59, 63, 79, 83, 85, 90, 110, 111, 124, 165, 170, 178, 186, 195, 197, 198, 211, 213], "everybodi": [123, 195], "everyon": [101, 102, 103, 145, 169, 194], "everyth": [1, 11, 63, 66, 103, 106, 113, 124, 130, 131, 133, 138, 150, 152, 169, 177, 180, 190, 192, 194, 197, 198, 200, 202, 217], "evolut": [185, 203], "evolutionari": 184, "evolv": 185, "ex": [78, 152], "ex1": 152, "exact": [2, 9, 11, 63, 99, 113, 137, 138, 152, 169, 180, 185, 198, 199, 200, 211], "exactli": [9, 33, 58, 128, 131, 132, 141, 145, 148, 174, 177, 180, 192, 193, 194, 199, 200, 203], "exam": 172, "exampl": [3, 6, 9, 13, 14, 15, 16, 17, 20, 21, 22, 23, 24, 26, 27, 28, 29, 31, 32, 33, 34, 36, 37, 38, 40, 41, 42, 43, 46, 48, 49, 51, 55, 57, 58, 61, 63, 73, 75, 76, 77, 80, 83, 85, 86, 89, 92, 93, 94, 98, 99, 100, 101, 102, 103, 104, 106, 107, 108, 110, 111, 113, 114, 115, 120, 129, 130, 132, 136, 138, 145, 148, 150, 151, 152, 156, 157, 158, 159, 166, 169, 173, 174, 176, 177, 178, 179, 180, 183, 184, 185, 186, 187, 188, 191, 192, 193, 196, 198, 200, 202, 203, 206, 213, 215, 217], "exce": [110, 146, 169], "excel": [174, 187], "except": [66, 75, 90, 109, 152, 162, 169, 174, 177, 184, 197, 198, 202, 206, 208, 211], "excess": [27, 63, 148], "exchang": [114, 211], "exclud": [4, 17, 20, 61, 163, 178, 213], "exclude_histori": [17, 20], "exclus": [92, 169, 191], "exec": [165, 202], "execut": [3, 30, 31, 37, 66, 77, 90, 99, 102, 122, 126, 132, 133, 144, 152, 169, 174, 178, 180, 186, 187, 188, 192, 197, 202, 208, 213, 217], "execute_cod": 174, "exercis": [180, 192, 196], "exhaust": 151, "exhibit": 141, "exist": [9, 17, 24, 26, 49, 66, 99, 101, 103, 105, 132, 133, 137, 148, 150, 170, 177, 180, 183, 184, 188, 196, 198, 199, 203, 206, 217], "exit": [37, 87, 101, 103, 169, 178, 202], "exit_cod": 37, "exo": 133, "exoplanet": 133, "exp": [79, 183], "expand": [2, 23, 53, 86, 105, 150, 151, 152, 167, 185, 198, 214], "expandus": [87, 102, 114], "expect": [50, 63, 66, 110, 131, 145, 170, 172, 177, 198, 208], "expect_equ": 114, "expens": [9, 63, 66, 199], "experi": [9, 11, 22, 66, 83, 139, 154, 158, 186, 192, 196, 197, 206, 215], "experienc": [83, 132, 174], "experiment": [66, 133, 183, 184], "expert": 184, "expertis": [11, 66, 101, 215], "expir": [2, 58, 123, 151, 176, 178, 191, 204, 206, 213], "explain": [9, 12, 30, 31, 50, 51, 55, 66, 67, 73, 86, 90, 99, 100, 101, 102, 104, 114, 118, 125, 130, 132, 137, 148, 151, 162, 169, 181, 182, 192, 193, 196, 217], "explan": [4, 53, 102, 135, 151, 169, 174, 217], "explanatori": [3, 145, 179, 196, 198], "explicit": [34, 154, 183, 184], "explicitli": [9, 50, 66, 83, 85, 97, 102, 105, 106, 124, 149, 156, 165, 169, 180, 183, 184, 192, 193, 197, 198, 203, 217], "explor": [8, 59, 66, 67, 71, 94, 148, 158, 166, 177, 184, 205, 209, 217], "exploratori": 185, "export": [84, 86, 100, 101, 122, 157, 178, 183, 184, 185, 186, 194, 202, 213], "expos": [66, 138, 152, 183], "express": [50, 61, 73, 82, 120, 196], "ext": [86, 132, 148, 183, 184, 185, 186], "ext4": 90, "extend": [11, 148, 152, 180, 184, 214], "extens": [65, 69, 73, 75, 80, 86, 94, 100, 102, 114, 118, 124, 141, 143, 144, 146, 148, 152, 158, 169, 174, 178, 180, 184, 185, 186, 190, 195, 196, 198, 204, 214], "extern": [30, 31, 66, 83, 98, 100, 102, 132, 137, 155, 190, 217], "extra": [60, 66, 79, 88, 132, 137, 139, 169, 184, 191, 192, 197, 200], "extra_button_bar": 39, "extract": [118, 148, 174, 186], "extran": 198, "extrem": [9, 63, 66, 83, 132, 149, 170, 197], "ey": [63, 76, 87, 163, 178, 202, 213], "f": [6, 37, 52, 73, 79, 86, 120, 148, 149, 165, 169, 178, 190, 213], "f00c": 39, "f1": [94, 162], "f214": 29, "f2py": 94, "f5": 128, "f5a9": 39, "f781bf": 130, "f87129fd409e": 39, "f9": 128, "f90": 94, "f95": 94, "f9fe": 39, "fa4fc1e3be57": [23, 28], "fa8581c2d584": 39, "face": 173, "facebook": [3, 39, 46, 75, 111, 191], "facilit": [177, 185, 198, 206, 214], "fact": [63, 113, 152, 208, 211], "factor": [66, 119, 137, 152], "fail": [15, 19, 21, 30, 31, 55, 93, 106, 116, 131, 150, 152, 154, 169, 177, 180], "failur": [17, 30, 31, 63, 110], "fair": 197, "fairli": [180, 198], "fake": 198, "fall": [206, 215], "fals": [12, 15, 17, 19, 20, 22, 26, 30, 37, 39, 43, 46, 48, 55, 80, 86, 89, 103, 110, 130, 172, 174], "famili": [125, 173, 202], "familiar": [11, 139], "famou": [93, 180, 214, 217], "fan": 198, "faq": [5, 67, 132, 147, 157, 161, 194, 207, 208, 209], "far": [82, 106, 124, 144, 170, 198], "fashion": 76, "fast": [63, 66, 76, 119, 184, 185, 186], "fasta": 108, "fastdtw": 184, "faster": [66, 73, 102], "fastest": [76, 185], "fatal": 91, "fault": [106, 124], "favor": 200, "favour": 206, "favourit": [11, 83], "fbprophet": 185, "fc8a484980d9": 34, "fd": 188, "fd63": 28, "fd7e": [13, 32, 41], "fd9b025b": 48, "fe": 188, "feasibl": [66, 177], "featur": [3, 5, 8, 10, 58, 66, 68, 69, 70, 72, 76, 80, 125, 132, 139, 143, 144, 147, 148, 151, 153, 156, 158, 161, 164, 167, 172, 173, 174, 177, 178, 184, 192, 195, 196, 197, 198, 206, 208, 209, 211, 212, 213, 214, 215], "feb": 111, "fee": [9, 63, 197, 199], "feed": 153, "feedback": [66, 139, 158, 183, 184, 185], "feel": [30, 31, 53, 66, 165, 208, 211, 214, 215], "felf64": 77, "fenic": 184, "fermion": 185, "fetch": 28, "fetchal": 122, "few": [3, 5, 9, 12, 30, 61, 63, 66, 75, 79, 83, 88, 98, 111, 116, 120, 124, 132, 137, 146, 163, 165, 167, 169, 174, 183, 187, 190, 199, 214], "fewer": [21, 66], "ff": 162, "ff51440c855f": 39, "ff7f00": 130, "ffff33": 130, "ffmpeg": 184, "fftw": 185, "fi": 148, "fictiti": 161, "field": [6, 12, 19, 28, 30, 31, 55, 89, 99, 167, 169, 184, 190, 194, 196, 211, 217], "field1": [12, 30], "field2": [12, 30], "fig": [120, 133, 148], "figur": [2, 9, 66, 79, 111, 114, 116, 120, 124, 133, 144, 146, 148, 165, 167, 197, 211], "file": [2, 3, 5, 6, 7, 8, 11, 17, 20, 23, 31, 37, 38, 40, 49, 50, 53, 54, 55, 59, 61, 65, 66, 67, 68, 69, 77, 78, 80, 84, 85, 86, 87, 88, 89, 93, 94, 96, 97, 99, 100, 101, 102, 103, 106, 109, 110, 111, 112, 113, 114, 115, 116, 118, 120, 121, 122, 125, 129, 130, 131, 132, 133, 135, 136, 139, 140, 141, 143, 144, 145, 150, 151, 154, 157, 161, 165, 166, 170, 172, 173, 176, 178, 179, 183, 184, 185, 187, 191, 192, 194, 195, 196, 199, 200, 201, 204, 206, 208, 209, 212, 213, 214, 215, 217], "file1": [202, 217], "file2": 202, "file3": 202, "filenam": [6, 73, 84, 85, 102, 113, 124, 126, 132, 137, 148, 152, 159, 162, 179, 190, 192, 195, 202, 204, 217], "filepath": 76, "filesystem": [102, 163, 169, 176, 196, 198, 203], "filetyp": [61, 145], "fill": [110, 193], "filter": [4, 19, 61, 70, 124, 161, 163, 209], "final": [76, 83, 99, 102, 132, 148, 173, 185], "financ": 184, "financi": 184, "find": [1, 8, 66, 69, 73, 83, 102, 108, 110, 111, 114, 124, 131, 132, 133, 135, 148, 149, 152, 167, 169, 174, 177, 178, 184, 185, 190, 192, 195, 198, 202, 209, 213, 214, 217], "fine": [2, 66, 83, 93, 106, 129, 138, 169], "fingerprint": [161, 169], "fingerprinthash": 162, "finish": [12, 19, 30, 37, 66, 112, 122, 146, 169, 190, 192, 202, 203], "finit": [110, 188], "fire": 66, "firefox": [92, 113, 143, 183, 184, 217], "firewal": [83, 100], "first": [1, 2, 3, 5, 12, 29, 30, 37, 48, 55, 62, 63, 66, 73, 76, 77, 79, 84, 86, 93, 99, 102, 103, 104, 106, 110, 111, 115, 116, 121, 130, 132, 133, 136, 139, 140, 141, 145, 148, 149, 150, 152, 163, 167, 169, 173, 174, 178, 179, 181, 182, 183, 184, 185, 186, 190, 193, 197, 198, 199, 200, 204, 211, 213], "first_line_numb": 39, "first_nam": [21, 29, 48], "fit": [63, 185, 186, 187], "five": 152, "fix": [9, 11, 66, 83, 100, 131, 139, 174, 183, 184, 186, 202, 206, 214], "flag": [86, 102, 138, 149, 169, 198], "flaki": [177, 194], "flask": 184, "flatli": 130, "flavor": [152, 198], "flaw": 132, "flexibl": [10, 63, 66, 165, 180, 184, 200, 201, 214, 215, 217], "flexibli": 151, "flicker": 217, "flight": 170, "float": [132, 148, 190], "flow": [187, 188], "fluidpag": 130, "flux": 184, "fluxdiffeq": 184, "fly": 66, "flyout": [8, 67, 209], "fn": [178, 213], "focu": [66, 139, 154, 177, 180, 188, 194, 202, 214, 217], "focus": [69, 172, 202], "fold": [85, 126], "folder": [4, 17, 66, 71, 76, 98, 102, 118, 136, 157, 159, 163, 174, 192, 193, 194, 197], "folium": [184, 185], "follow": [2, 4, 6, 12, 17, 30, 31, 34, 39, 50, 55, 58, 61, 66, 69, 73, 75, 79, 80, 81, 82, 83, 85, 86, 89, 90, 91, 98, 101, 102, 108, 109, 110, 120, 122, 127, 128, 130, 132, 133, 134, 136, 145, 146, 148, 149, 151, 152, 167, 169, 173, 174, 177, 178, 179, 181, 182, 184, 185, 192, 193, 195, 196, 197, 198, 200, 213, 215], "font": [3, 83, 125, 148, 178, 184, 192, 213], "fontenc": 149, "fontspec": 149, "foo": [48, 132, 169, 178, 190, 192, 198, 213], "fooxyz": 48, "for_json": 17, "forc": 185, "forecast": [184, 185, 187], "foreign": 149, "forese": 154, "forev": 184, "forg": 184, "forget": [66, 73, 169], "forgot_password": 30, "forgot_password_respons": 26, "fork": [106, 132, 152, 184, 185], "form": [2, 17, 20, 30, 31, 58, 66, 76, 120, 145, 169, 172, 173, 178, 181, 192, 196, 213], "format": [21, 23, 36, 37, 57, 66, 68, 108, 133, 145, 146, 148, 152, 157, 165, 169, 173, 174, 184, 185, 192, 196, 198, 200, 206, 214], "former": 180, "formerli": [183, 184], "formula": [9, 61, 63, 93, 148, 150, 152, 178, 180, 184, 198, 217], "forth": [83, 131, 143, 145], "fortran": [100, 183], "fortranmag": 94, "fortun": 100, "forum": [58, 75, 195], "forward": [136, 148, 169, 176, 198], "forwardag": 169, "found": [6, 53, 79, 83, 129, 133, 141, 148, 174, 195], "foundat": [102, 103], "founder": [63, 66, 101, 110, 214, 217], "four": [113, 152, 167], "fourier": 183, "fout": 165, "fr": 183, "frac": [61, 148, 150, 152], "fractal": 185, "fractint": 185, "fraction": [2, 9, 63, 173], "fragment": [144, 152], "frame": [9, 67, 75, 77, 85, 87, 91, 94, 98, 99, 114, 120, 125, 130, 132, 139, 144, 148, 149, 150, 152, 169, 173, 184, 203, 212, 216, 217], "framework": [120, 132, 134, 148, 184, 186, 188, 215], "fred": 122, "free": [2, 5, 9, 63, 66, 83, 97, 131, 132, 165, 174, 176, 187, 191, 192, 193, 196, 199, 208, 215], "freedom": 66, "freehand": [178, 213], "freq_hz": 174, "frequenc": [80, 174], "frequent": [63, 83, 110, 148, 154, 169], "fresh": [12, 30, 154, 169, 184], "freshli": 66, "fresnel": 184, "freud": 184, "fridai": 38, "friendli": [11, 66, 79], "from": [2, 3, 6, 7, 9, 11, 17, 20, 23, 25, 28, 33, 39, 41, 42, 45, 52, 53, 57, 58, 63, 65, 66, 69, 75, 76, 77, 78, 80, 82, 83, 86, 87, 88, 89, 90, 96, 97, 98, 99, 101, 103, 110, 111, 113, 114, 115, 116, 119, 120, 122, 123, 124, 126, 130, 131, 133, 136, 139, 143, 145, 146, 147, 148, 149, 150, 151, 152, 154, 155, 163, 164, 165, 167, 168, 169, 170, 172, 173, 174, 177, 178, 179, 181, 182, 183, 184, 185, 186, 188, 190, 193, 194, 195, 196, 197, 199, 200, 201, 203, 206, 207, 208, 211, 213, 214, 215, 217], "from_panda": 80, "from_sequ": 87, "from_tfd": 76, "fromfil": 137, "front": [12, 30, 81, 83, 132, 178, 203, 213], "frontend": 152, "fruit": 120, "fsspec": 184, "fulfil": 180, "full": [9, 11, 12, 30, 32, 52, 66, 69, 88, 97, 129, 132, 140, 143, 149, 156, 173, 178, 190, 191, 206, 217], "fulli": [9, 11, 55, 63, 66, 102, 120, 124, 140, 141, 143, 169, 177, 190, 196, 200, 206, 214, 217], "fullscreen": [12, 30, 178, 209], "function": [11, 12, 30, 53, 69, 73, 84, 94, 99, 103, 110, 114, 130, 131, 148, 165, 169, 172, 174, 180, 181, 182, 184, 185, 187, 192, 196, 198, 206, 214], "fund": [199, 214], "fundament": [76, 161, 181, 182], "further": [5, 17, 79, 85, 87, 160, 173, 197, 202, 217], "furthermor": [102, 135], "futur": [2, 17, 18, 34, 66, 102, 151, 156, 183, 186, 188, 191, 192, 195, 215], "fv": 188, "g": [2, 5, 12, 30, 50, 61, 66, 73, 76, 79, 83, 85, 86, 87, 90, 94, 99, 102, 106, 110, 116, 119, 122, 123, 124, 130, 132, 133, 137, 138, 146, 148, 149, 152, 154, 158, 159, 163, 169, 172, 173, 174, 177, 178, 179, 183, 184, 185, 187, 189, 190, 196, 197, 198, 199, 202, 203, 208, 211, 213, 217], "g0": 110, "gadfli": 183, "gain": [11, 66, 172, 184], "galleri": 148, "game": 79, "gamma": 99, "gap": [67, 135, 179, 183, 184, 202], "gatewai": [121, 161], "gather": [152, 198], "gaussian": 187, "gb": [2, 63, 66, 108, 110, 137, 192, 208], "gbq": 184, "gc": 76, "gcc": [77, 99, 102, 132, 184, 187, 189], "gchempaint": 217, "gcp": [78, 169, 184, 214], "gcsf": 184, "gdpr": 75, "gear": [90, 152], "geckodriv": 184, "geda": 217, "gedit": 217, "gen": 184, "gene": 187, "gener": [2, 9, 11, 30, 31, 58, 63, 75, 80, 83, 87, 93, 101, 102, 103, 105, 114, 119, 130, 133, 139, 146, 147, 148, 149, 150, 154, 163, 164, 169, 174, 180, 185, 186, 194, 195, 201, 203, 208, 217], "genet": 184, "genlasso": 185, "genom": 185, "geodynam": [181, 182], "geograph": [176, 214], "geographiclib": 184, "geomview": 185, "geopanda": [183, 184, 185], "geophys": 185, "geopi": 184, "german": 217, "gerrychain": 188, "get": [2, 5, 9, 11, 12, 17, 21, 25, 29, 30, 46, 47, 54, 57, 63, 66, 67, 73, 77, 78, 79, 80, 82, 83, 85, 86, 87, 89, 91, 100, 101, 102, 108, 110, 114, 120, 121, 124, 126, 132, 133, 136, 137, 138, 139, 140, 142, 143, 144, 147, 148, 151, 152, 156, 157, 158, 165, 166, 168, 169, 170, 172, 173, 174, 177, 178, 183, 184, 192, 194, 195, 198, 199, 202, 203, 206, 209, 211, 213, 214, 215], "get_api_kei": [21, 58], "get_available_upgrad": 30, "get_config": 114, "get_support_ticket": [23, 30], "get_syncdoc_histori": 89, "get_usernam": [30, 114], "get_xticklabel": 133, "getelementbyid": [12, 30], "getenv": [103, 130], "gfortran": [94, 184], "gg": 75, "ggformula": 184, "ggfortifi": 184, "ggmap": 184, "ggplot": 184, "ggplot2": [184, 186, 187], "ggstanc": 184, "ghc": 185, "gi": 184, "giac": 183, "gigabyt": 137, "gimp": [183, 217], "gist": [148, 177], "git": [2, 11, 63, 66, 71, 79, 100, 148, 161, 171, 177, 183, 184, 194, 197, 203, 206, 212, 217], "gitg": [97, 217], "github": [3, 11, 27, 51, 53, 54, 56, 57, 69, 75, 76, 79, 97, 98, 102, 111, 121, 123, 130, 132, 144, 152, 161, 166, 169, 173, 174, 179, 183, 184, 190, 191, 197, 198, 206], "githubusercont": 98, "gitk": [97, 217], "gitlab": [97, 161, 169], "give": [1, 11, 12, 30, 50, 66, 78, 89, 94, 97, 98, 99, 102, 110, 121, 130, 139, 145, 148, 150, 158, 159, 162, 163, 165, 167, 168, 169, 174, 178, 181, 182, 183, 184, 192, 196, 202, 206, 213, 214, 215], "given": [2, 15, 16, 17, 18, 19, 21, 22, 26, 28, 33, 37, 43, 46, 48, 49, 56, 61, 66, 83, 86, 89, 93, 101, 113, 123, 128, 138, 159, 167, 169, 192, 195, 198, 203, 206, 211, 214], "glanc": 183, "glass": 202, "glasser": 99, "glib": 184, "glm": [183, 184], "global": [101, 102, 103, 104, 114, 132, 134, 154, 165, 169, 177, 183, 184, 186, 187, 198, 217], "glpk": 184, "gmail": [55, 98], "gnat": 183, "gnms0l6r": 102, "gnome": [183, 217], "gnu": [94, 99, 102, 103, 116, 134, 149, 183, 187], "gnumer": 217, "gnuplot": [116, 184], "gnutl": 184, "go": [5, 9, 11, 33, 63, 66, 67, 75, 76, 79, 80, 83, 85, 90, 93, 98, 102, 106, 109, 111, 114, 124, 125, 128, 131, 132, 137, 139, 144, 145, 146, 148, 151, 159, 162, 165, 168, 169, 170, 176, 177, 178, 184, 185, 187, 192, 195, 196, 197, 198, 200, 211, 213, 215, 217], "goal": [11, 65, 139, 214], "goe": [11, 63, 83, 130], "gone": [66, 174, 202], "good": [7, 63, 102, 106, 119, 144, 148, 156, 169, 198, 206], "googl": [3, 63, 75, 92, 100, 111, 113, 132, 141, 174, 176, 178, 183, 184, 188, 191, 195, 202, 208, 217], "googleapi": [125, 184], "got": [9, 79, 158, 184, 198], "gotten": 114, "gp": 9, "gprofiler2": 187, "gpt": 211, "gpu": [9, 11, 66, 84, 139, 188, 199, 211, 215], "gpy": 184, "gpyopt": 184, "grab": [132, 138, 153], "grade": [106, 139, 158, 172, 184, 194, 198], "gradl": 184, "grai": 3, "grant": [169, 177], "graph": [63, 120, 178, 185, 213, 217], "graphic": [66, 67, 100, 110, 116, 132, 139, 148, 169, 183, 184, 185, 188, 216], "graphicx": 148, "graphql": [39, 55], "graphviz": 183, "grass": 184, "great": [11, 53, 63, 66, 192, 193, 214], "greater": [2, 37], "greatli": [129, 132, 139, 214], "green": [12, 30, 83, 150, 203], "greet": 112, "grei": 170, "grenobl": 183, "grepcidr": 185, "grid": [68, 188], "group": [2, 37, 39, 55, 63, 75, 96, 120, 139, 178, 193, 194, 203, 213], "grow": [66, 146, 167, 186, 214], "growth": [181, 182], "gruber": 152, "gschem": [183, 217], "gsd": 184, "gsl": 100, "gsl_math": 99, "gsl_mont": 99, "gsl_monte_mis": 99, "gsl_monte_plain": 99, "gsl_monte_vega": 99, "gspread": 184, "gst": 184, "gstreamer": 184, "gsuitedev": 98, "gtk": [183, 184, 217], "gtkwave": 184, "guarante": [2, 66], "guess": [66, 151, 217], "guest": 83, "gui": [144, 169, 184, 217], "guid": [30, 31, 53, 67, 73, 75, 86, 92, 118, 125, 132, 135, 139, 150, 158, 162, 167, 169, 185, 198], "gvar": 187, "gvim": 217, "gyoto": 184, "gz": 132, "h": [17, 23, 29, 36, 37, 39, 46, 50, 51, 55, 57, 63, 99, 115, 122, 128, 132, 165, 173], "h1": [40, 49, 120, 125], "h100": 66, "h13577e0_0": 184, "h14c3975_0": 184, "h14c3975_1001": 184, "h167e202_0": 184, "h1bed415_1002": 184, "h2": 125, "h2a4e5f8_1": 184, "h2ad7f00_6": 184, "h2fc8fa2_1002": 184, "h3": 125, "h37c48d4_0": 184, "h422b904_5": 184, "h470a237_1": 184, "h4ea9474_1004": 184, "h52cfd70_1": 184, "h5py": 184, "h66beb1c_1001": 184, "h714fa37_1": 184, "h80bd089_1005": 184, "h8bf5577_3": 184, "ha": [2, 4, 5, 6, 9, 11, 12, 30, 31, 32, 52, 53, 64, 66, 75, 76, 78, 79, 83, 90, 91, 92, 97, 98, 101, 102, 103, 106, 110, 113, 114, 123, 124, 128, 130, 131, 132, 136, 137, 139, 141, 143, 144, 145, 146, 148, 149, 150, 151, 152, 153, 158, 163, 168, 169, 170, 173, 174, 177, 184, 190, 191, 192, 193, 195, 196, 197, 198, 199, 200, 201, 202, 206, 211, 217], "ha0c5888_2": 184, "ha4e643d_1000": 184, "hablar": 183, "hack": [83, 152], "had": [5, 55, 66, 162, 192, 206], "had28632_1001": 184, "haiku": 9, "half": 2, "halt": [106, 110, 132, 197], "hand": [11, 53, 63, 73, 83, 132, 139, 145, 149, 169, 192, 197, 199, 217], "handi": [66, 197, 198], "handl": [83, 102, 114, 148, 183, 185, 197, 199], "handout": [139, 158, 194, 197, 202], "handout1": 192, "haplo": 185, "happen": [55, 66, 81, 83, 102, 106, 109, 110, 111, 124, 131, 132, 136, 149, 156, 169, 177, 196, 198, 203], "happi": [9, 11, 61, 93, 215], "hard": [48, 63, 137, 154, 198], "hardcod": 149, "hardwar": [11, 63, 66, 155, 206, 214, 215], "harfbuzz": 184, "harm": 158, "hash": [152, 190], "hashtag": [167, 169, 191], "haskel": [154, 185], "hasn": 196, "have": [2, 3, 4, 5, 6, 7, 9, 11, 12, 13, 17, 18, 19, 20, 30, 33, 39, 40, 47, 49, 50, 51, 55, 60, 61, 62, 63, 66, 69, 70, 73, 75, 76, 79, 82, 84, 86, 89, 92, 97, 98, 101, 102, 103, 104, 105, 106, 108, 110, 111, 112, 113, 114, 115, 118, 119, 120, 122, 123, 127, 129, 130, 131, 132, 133, 136, 137, 138, 139, 141, 143, 144, 146, 148, 149, 150, 151, 152, 154, 155, 158, 161, 162, 163, 164, 167, 168, 169, 170, 172, 174, 177, 178, 179, 180, 183, 184, 187, 190, 191, 192, 193, 194, 195, 196, 197, 199, 200, 201, 202, 203, 206, 211, 213, 214, 215, 217], "haven": 55, "hb": 184, "hb453b48_1": 184, "hd3a4fd2_1002": 184, "hdf3bae2_1001": 184, "he": 195, "he243708_1001": 184, "he372182_0": 184, "head": [4, 125, 144, 152, 173, 177, 196], "header": [30, 31, 52, 57, 58, 114, 128, 179, 184], "headerpanel": 130, "headless": [84, 183], "hear": [83, 132], "heavi": [110, 141, 148, 208], "heavili": [2, 5, 208], "hebrewfont": 148, "heed": 79, "height": [80, 148, 150, 178, 185, 213], "held": 83, "hellerbard": 183, "hello": [38, 40, 49, 54, 55, 75, 77, 85, 120, 132, 139, 150, 185, 197], "helloworld": 132, "help": [2, 6, 7, 9, 11, 30, 31, 33, 53, 55, 60, 63, 66, 76, 82, 83, 92, 102, 105, 106, 110, 111, 118, 122, 124, 128, 129, 131, 132, 139, 148, 149, 154, 160, 162, 167, 169, 184, 185, 190, 193, 194, 197, 200, 201, 203, 209, 211, 214, 217], "helper": 185, "henc": [83, 132, 134, 149, 154, 185, 187, 198], "her": [184, 195, 200], "here": [0, 1, 2, 3, 5, 6, 7, 8, 12, 30, 50, 55, 58, 63, 66, 68, 73, 75, 77, 78, 79, 82, 85, 86, 87, 88, 91, 94, 99, 101, 102, 103, 104, 105, 106, 108, 109, 110, 113, 114, 116, 121, 130, 131, 132, 133, 136, 137, 143, 146, 148, 149, 151, 152, 153, 154, 156, 158, 164, 165, 167, 168, 169, 170, 173, 177, 178, 179, 184, 187, 191, 195, 196, 198, 199, 200, 202, 203, 211, 217], "heroku": 185, "hesit": [118, 180], "heteroskedast": 184, "hex": 133, "hexadecim": 6, "hf0c64fd_1003": 184, "hf63aee3_1001": 184, "hi": [155, 169, 195, 200], "hidden": [61, 71, 148, 152, 161, 174, 184, 191, 202, 203], "hide": [8, 63, 66, 69, 110, 152, 161, 167, 170, 194, 198, 209], "hide_cod": 184, "high": [63, 83, 93, 132, 148, 180, 186, 188, 197, 215], "highchart": 184, "higher": [2, 66, 185], "highli": [83, 132, 165, 208, 215], "highlight": [6, 61, 66, 85, 126, 152, 158, 173, 183, 184, 192, 212], "highmap": 184, "highstock": 184, "hilbert": 185, "him": 184, "hint": [73, 174], "hippi": 103, "hire": 11, "hist": 148, "histogram": 148, "histor": [148, 203, 214], "histori": [17, 20, 59, 61, 86, 100, 139, 157, 168, 178, 197, 208, 213], "historymanag": 86, "hit": [73, 81, 98, 101, 103, 106, 110, 121, 126, 131, 133, 136, 146, 150, 162, 178, 193, 198, 202, 217], "hmmh": 79, "hmmlearn": 183, "hmmmd": 79, "hnh": 79, "hobbyist": 2, "hog": 83, "hold": [83, 180, 185], "holidai": [185, 187], "holo": 80, "holoview": 100, "holoviz": 80, "holt": 185, "home": [4, 6, 8, 12, 17, 30, 37, 38, 40, 49, 50, 63, 66, 67, 70, 75, 78, 86, 87, 90, 101, 102, 103, 108, 114, 122, 132, 134, 137, 138, 148, 159, 161, 165, 169, 170, 177, 178, 179, 183, 184, 202, 209, 212, 213], "homepag": 164, "homework": [192, 196, 198], "homotopycontinu": 184, "hone": 66, "hood": [63, 84, 148, 161, 173, 180, 198], "hook": [12, 30], "hoomod": 184, "hope": [63, 206], "hopefulli": [66, 198], "horizont": [73, 87, 150, 178, 202, 213], "hors": 76, "host": [11, 39, 66, 75, 80, 102, 110, 120, 122, 130, 132, 142, 155, 161, 166, 169, 174, 176, 177, 197, 200, 209, 214], "hostnam": [6, 169], "hot": 198, "hotel": 83, "hotfix": 184, "hotmail": 193, "hour": [39, 47, 61, 66, 83, 132, 146, 174, 198, 200, 214], "hover": [1, 9, 66, 144, 152, 169, 172], "how": [1, 11, 20, 30, 31, 50, 53, 63, 66, 67, 69, 73, 76, 78, 79, 84, 86, 87, 99, 101, 102, 103, 105, 106, 108, 109, 110, 111, 115, 118, 120, 123, 125, 130, 131, 135, 139, 145, 146, 148, 150, 151, 152, 155, 158, 161, 169, 173, 176, 178, 179, 180, 187, 188, 189, 191, 193, 194, 199, 202, 208, 209, 211, 213, 217], "howev": [11, 63, 66, 69, 83, 90, 113, 132, 134, 137, 150, 169, 174, 188, 193, 198, 206, 214, 215, 217], "howto": [86, 133, 143, 147, 162, 184, 198], "href": [33, 138], "html": [23, 30, 31, 32, 33, 61, 78, 83, 100, 102, 120, 133, 138, 149, 183, 184, 185, 192, 198], "html5": 174, "htop": [87, 128, 183], "http": [0, 1, 5, 6, 7, 9, 11, 12, 13, 15, 16, 17, 20, 21, 22, 23, 24, 26, 27, 28, 29, 30, 31, 32, 33, 34, 36, 37, 38, 39, 40, 41, 43, 46, 47, 48, 49, 52, 53, 54, 55, 56, 57, 58, 61, 66, 69, 75, 76, 78, 79, 80, 82, 83, 86, 87, 90, 92, 98, 102, 103, 109, 120, 122, 125, 130, 132, 133, 138, 144, 151, 152, 153, 154, 166, 169, 170, 171, 174, 177, 183, 184, 197, 198, 200, 211, 214], "httpadapt": 52, "httpbasicauth": 52, "hub": [11, 25, 30, 31, 44, 100, 165], "huge": [110, 174], "hull": 184, "human": [63, 186, 203], "hundr": [101, 102, 103, 194], "hunt": 111, "hv": 80, "hw3": 196, "hydro": 66, "hyperbol": [181, 182], "hyperlink": 152, "hyperparamet": [184, 186], "hyperstack": 176, "hyphen": [6, 167, 169], "hypothesi": 185, "i": [0, 1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 13, 15, 16, 17, 20, 21, 22, 23, 24, 25, 28, 30, 31, 32, 33, 34, 36, 37, 38, 39, 40, 41, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 61, 63, 65, 67, 69, 70, 71, 72, 73, 75, 77, 78, 79, 80, 81, 84, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 101, 102, 103, 104, 105, 108, 112, 113, 114, 115, 116, 118, 119, 120, 122, 123, 124, 127, 128, 129, 130, 131, 133, 134, 135, 136, 137, 138, 140, 141, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 158, 160, 161, 163, 164, 165, 166, 167, 169, 170, 172, 174, 176, 177, 178, 179, 180, 181, 182, 183, 184, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 198, 199, 200, 202, 203, 204, 208, 209, 212, 213, 214, 215], "iam": 169, "ibmq": 184, "icmp_seq": 66, "icon": [3, 8, 61, 63, 72, 81, 87, 90, 98, 105, 123, 131, 132, 137, 144, 146, 148, 151, 163, 168, 170, 173, 177, 192, 195, 197, 202, 217], "id": [6, 11, 12, 13, 14, 15, 16, 17, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 36, 37, 38, 40, 41, 42, 43, 45, 46, 47, 48, 49, 52, 53, 66, 69, 76, 110, 114, 120, 133, 138, 139, 152, 169, 174, 177, 183, 184, 217], "id_": 97, "id_ed25519": [6, 169], "id_rsa": 97, "idea": [78, 83, 102, 130, 169, 184], "ideal": [186, 214], "ident": [1, 79, 149, 155, 169, 198], "identifi": [6, 51, 58, 83, 105, 187, 190, 192], "identityfil": 169, "idl": [2, 3, 39, 45, 75, 110, 162, 169, 170, 174, 183, 198, 200, 206, 209, 217], "ieee": 184, "ifram": [69, 73, 125, 157], "ifs": 185, "ifsfract": 185, "igni": 184, "ignor": [15, 37, 73, 75, 83, 133], "ihaskel": 154, "ijavascript": [185, 188], "ijulia": 184, "illustr": [30, 31, 51, 72, 98, 174, 196, 198], "imag": [12, 22, 30, 61, 63, 66, 76, 83, 103, 137, 144, 146, 151, 161, 173, 177, 178, 180, 181, 182, 183, 184, 185, 186, 188, 200, 209, 213, 217], "imageio": 185, "imagemagick": [183, 184], "imaginari": 185, "imbalanc": 184, "immedi": [2, 17, 58, 61, 66, 97, 123, 132, 158, 211], "immers": 139, "immun": 132, "impact": 132, "imper": 185, "implemenet": 132, "implement": [53, 55, 61, 66, 73, 104, 111, 123, 143, 144, 173, 177, 178, 184, 186, 188, 196, 198, 213, 214], "impli": [154, 180, 184], "implicit": [28, 152], "import": [12, 30, 52, 63, 66, 76, 80, 83, 87, 89, 98, 101, 102, 106, 110, 114, 115, 120, 122, 125, 132, 133, 136, 147, 148, 150, 165, 169, 174, 184, 185, 186, 193, 198, 215, 217], "impos": [66, 176, 198, 213], "imposs": [9, 63, 66, 111, 177, 188, 198, 208], "improp": 66, "improperli": 21, "improv": [11, 12, 30, 53, 69, 132, 139, 197, 206, 214], "imput": 187, "inact": [2, 3], "inadvert": [83, 132], "inbox": 193, "inch": 132, "incididunt": 152, "incl": [184, 186], "includ": [2, 4, 9, 11, 17, 23, 33, 37, 40, 48, 53, 55, 58, 63, 66, 70, 73, 83, 86, 90, 95, 99, 101, 102, 103, 114, 123, 131, 132, 133, 137, 138, 139, 144, 145, 151, 152, 161, 163, 169, 170, 174, 175, 177, 178, 179, 181, 182, 183, 184, 185, 186, 187, 192, 196, 198, 199, 200, 202, 203, 208, 211, 212, 213, 214, 215], "includegraph": 148, "incognito": [83, 113, 177, 192], "incompat": [151, 183, 184, 187], "inconsequenti": 66, "inconsist": [180, 184], "inconveni": 132, "incorrect": 114, "increas": [2, 3, 5, 11, 39, 63, 66, 137, 145, 156, 177, 199], "incred": 197, "incur": 215, "inde": [165, 215], "indent": [85, 126, 144], "indent_unit": 39, "independ": [63, 119, 193, 198], "index": [67, 75, 80, 138, 152, 183, 184], "india": 5, "indic": [5, 7, 66, 68, 83, 145, 148, 149, 158, 169, 170, 197, 200, 217], "indirectli": 83, "individu": [30, 31, 87, 89, 111, 118, 139, 148, 162, 169, 177, 184, 192, 214], "industri": [185, 198, 215], "ineffect": 151, "infecti": [181, 182], "infer": 184, "infinit": [131, 132, 165, 178, 213], "info": [23, 39, 92, 131, 152, 158, 169, 184, 188], "inform": [0, 1, 2, 4, 5, 12, 19, 27, 28, 30, 31, 39, 51, 65, 66, 69, 70, 72, 73, 82, 83, 87, 89, 97, 101, 102, 103, 106, 108, 110, 114, 123, 128, 130, 131, 132, 133, 137, 144, 145, 148, 149, 151, 152, 154, 155, 162, 164, 165, 167, 169, 174, 180, 183, 184, 193, 195, 198, 200, 203, 207, 208, 209, 212], "infrastructur": [11, 180], "ingest": 153, "inherit": 93, "init": [86, 87, 128, 165], "initdb": 122, "initi": [5, 63, 87, 120, 139, 148, 149, 150, 154, 157, 159, 161, 167, 168, 169, 174, 177, 184, 191, 198, 217], "inject": 83, "inkscap": 217, "inlin": [86, 125, 148, 150, 212], "innoc": 110, "innocu": 11, "input": [9, 61, 63, 84, 130, 132, 145, 148, 149, 150, 152, 174, 185, 196, 198, 217], "inputenc": 149, "inquiri": 201, "ins": 152, "insensit": [48, 192], "insert": [9, 61, 89, 102, 115, 122, 146, 179, 184, 196], "insid": [66, 70, 83, 86, 87, 93, 97, 98, 102, 103, 104, 112, 122, 138, 148, 152, 153, 154, 161, 163, 169, 174, 178, 180, 184, 187, 192, 195, 198, 202, 208, 213, 217], "insignific": 63, "inspect": [83, 92, 179], "inspir": [9, 66], "instal": [6, 11, 23, 65, 66, 67, 76, 86, 90, 100, 104, 108, 109, 118, 128, 129, 131, 133, 135, 136, 137, 139, 151, 154, 162, 169, 177, 178, 180, 183, 184, 185, 186, 187, 196, 197, 198, 206, 211, 213, 214, 215], "instanc": [11, 12, 30, 66, 80, 87, 103, 132, 155, 165, 169, 174, 198, 214, 215], "instantan": 174, "instanti": [105, 130, 180], "instantli": [169, 178, 213], "instead": [2, 5, 11, 17, 20, 37, 39, 40, 65, 80, 90, 93, 102, 119, 138, 146, 148, 149, 150, 156, 169, 173, 174, 177, 180, 186, 194, 198, 214, 217], "institut": [194, 198], "instruct": [66, 77, 79, 86, 90, 101, 102, 121, 132, 134, 148, 150, 158, 180, 184, 186, 191, 192, 193, 202], "instructor": [2, 66, 67, 109, 114, 129, 151, 158, 169, 172, 191, 192, 197, 198, 200, 201, 202], "instrument": 184, "int": [99, 122], "int16": 174, "integ": 87, "integr": [12, 30, 53, 62, 66, 99, 102, 118, 148, 158, 172, 180, 194, 196, 214], "intel": 185, "intel64": 185, "intellig": [181, 182, 212], "intend": [34, 60, 66, 181, 182, 193, 202], "intens": [66, 101], "intent": [21, 63, 94, 106, 153], "interact": [9, 66, 80, 86, 103, 120, 130, 143, 144, 145, 146, 149, 165, 169, 174, 178, 180, 181, 182, 184, 185, 195, 197, 202, 213, 217], "intercept": [58, 90, 202], "interconnect": 66, "interest": [5, 50, 53, 63, 66, 128, 139, 149, 166, 177, 192, 198, 214], "interf": 202, "interfac": [1, 3, 11, 30, 31, 52, 55, 66, 67, 69, 83, 137, 139, 140, 143, 144, 145, 148, 149, 150, 162, 169, 181, 182, 183, 184, 185, 186, 192, 200, 202, 206, 214, 217], "interfer": [83, 113, 192], "interior": 184, "interleav": 152, "intermedi": [2, 110, 188], "intern": [25, 66, 102, 169, 198], "internet": [2, 39, 59, 66, 76, 83, 97, 101, 102, 103, 139, 155, 162, 169, 184, 197, 198, 200, 206, 209], "interoper": 162, "interpret": [102, 152, 202], "interrupt": [66, 87, 105, 202, 208], "interv": [2, 3, 48, 148, 185, 198], "interval_": 44, "intervent": [11, 132], "intro": 152, "introduc": [53, 72, 150, 161, 181, 182, 183, 185], "introduct": [12, 30, 67, 70, 120, 125, 147, 149, 161, 166, 178, 181, 182, 184, 202], "introductori": [2, 133, 202], "introtomanifold": 177, "intuit": 184, "invalid": [76, 106], "invers": [148, 185], "investig": 185, "invis": 132, "invit": [32, 33, 100, 161, 168, 169, 194, 197, 206], "invite_collabor": 30, "invite_noncloud_collabor": 30, "invite_noncloud_collaborators_resp": 33, "invoc": [30, 31], "invoic": 209, "invoice_id": 52, "invok": [9, 30, 31, 37, 188], "involv": [66, 169, 211, 215], "io": [58, 174, 183, 184], "iop": 63, "ip": [66, 87, 122, 138], "ipad": [67, 209, 217], "ipencil": [178, 213], "ipopt": 184, "ipsum": 152, "iputil": 66, "ipykernel": [86, 102, 185], "ipyleaflet": 184, "ipynb": [3, 12, 23, 30, 50, 69, 87, 89, 91, 102, 115, 127, 143, 145, 146, 152, 159, 177, 179, 183, 184, 196, 202, 214], "ipynb2sagew": [174, 202], "ipython": [73, 86, 132, 146, 180, 184, 185], "ipython2": [102, 202], "ipython3": [102, 180, 202, 217], "ipython_kernel": 86, "ipyvolum": 184, "ipywidget": [11, 143, 184], "ir": 86, "irdisplai": 184, "iri": 130, "iridium": 83, "irkernel": 184, "irregular": 183, "isdir": 50, "ish": 21, "isn": [3, 13, 75, 109, 122, 132, 148, 174, 176, 177, 184], "iso": 36, "isochron": [183, 185], "isocpp": 85, "isol": [12, 30, 161, 194], "issu": [12, 30, 46, 60, 67, 69, 76, 79, 81, 87, 101, 104, 106, 110, 121, 123, 131, 132, 135, 139, 141, 143, 144, 148, 150, 152, 154, 162, 169, 170, 172, 174, 178, 183, 184, 185, 186, 187, 189, 198, 202, 206, 211, 213, 214, 217], "ital": 173, "item": [5, 48, 55, 153, 163, 170, 174, 178, 188, 211, 213], "iter": [119, 183], "its": [6, 11, 17, 56, 63, 66, 83, 92, 93, 98, 102, 114, 130, 132, 145, 146, 148, 151, 162, 165, 166, 168, 169, 170, 177, 180, 184, 193, 195, 196, 197, 198, 199, 206, 211, 217], "itself": [66, 129, 146, 148, 149, 153, 174, 185, 217], "itzykson": 99, "iverilog": 184, "j": [30, 31, 99, 125, 128, 154, 165, 174, 178, 183, 184, 187, 188, 190, 213], "jan": 198, "jane": [29, 57, 197], "janic": 196, "januari": 198, "jar": 113, "java": [73, 183, 202, 217], "javac": 132, "javascript": [58, 82, 83, 114, 174, 183, 184, 198], "jax": [184, 187], "jaxlib": 184, "jd": [21, 23, 48], "jdbc": 183, "jedit": 217, "jieba": 184, "jinja2": [132, 183, 184], "jit": [183, 187], "jl": 121, "joblib": [183, 184, 185], "jobqueu": 184, "joe": [51, 122], "john": [6, 29, 48, 152], "john00": 21, "join": [33, 76, 169, 184, 193, 198], "jplephem": 184, "jq": [50, 54, 55, 57], "json": [12, 23, 29, 30, 31, 36, 37, 39, 46, 50, 51, 52, 55, 57, 73, 86, 89, 98, 101, 102, 169, 190, 198], "juicef": 63, "jul": 102, "juli": [181, 182], "julia": [66, 86, 100, 139, 152, 154, 179, 180, 183, 196, 202, 214], "julia_depot": 101, "julia_depot_path": 101, "julia_project": 184, "julialang": 184, "juliaopt": 184, "jump": [53, 148, 149, 150, 174, 178, 184, 194, 213], "juno": [58, 141, 183], "jupter": 184, "jupyt": [3, 11, 39, 58, 66, 67, 80, 82, 84, 87, 88, 89, 108, 114, 122, 130, 131, 135, 139, 140, 141, 152, 154, 159, 161, 173, 174, 175, 177, 179, 183, 184, 186, 187, 188, 189, 192, 194, 197, 198, 202, 203, 206, 209, 212, 214, 216, 217], "jupyter_class": 39, "jupyter_contrib_nbextens": 104, "jupyterhub": [10, 67, 143, 185], "jupyterlab": [8, 11, 88, 100, 105, 139, 146, 159, 175, 176, 185, 196, 203, 214, 217], "jupyterlab_dir": 108, "jupytext": [127, 183, 184, 185], "jurko": 184, "just": [2, 6, 8, 9, 11, 12, 30, 55, 58, 61, 63, 66, 69, 73, 80, 83, 87, 89, 93, 101, 102, 106, 110, 111, 112, 116, 118, 122, 125, 131, 132, 133, 138, 144, 148, 149, 151, 154, 156, 158, 163, 167, 168, 169, 170, 174, 176, 177, 183, 192, 193, 197, 198, 199, 204, 211, 217], "juypter": 102, "k": [6, 99, 110, 128, 130, 131, 190], "k3": 162, "kaffeesatz": 125, "kafka": 185, "kaggl": 76, "katex": 152, "kbibtex": [184, 217], "kbyte": 110, "kdim": 80, "keep": [2, 45, 58, 61, 63, 66, 75, 83, 87, 113, 143, 150, 153, 172, 174, 178, 180, 183, 191, 206, 208, 211, 213, 214, 217], "kei": [3, 8, 10, 12, 21, 27, 30, 31, 36, 38, 39, 50, 51, 52, 54, 55, 56, 57, 66, 67, 76, 83, 90, 92, 97, 103, 110, 112, 113, 128, 132, 137, 145, 151, 157, 158, 161, 170, 174, 190, 199, 200, 201, 209, 211, 217], "kepler": 185, "kept": [9, 149, 183], "kera": [183, 184], "kernel": [11, 66, 67, 75, 82, 100, 101, 103, 107, 110, 115, 127, 135, 146, 152, 154, 159, 169, 177, 178, 183, 184, 186, 187, 188, 189, 196, 197, 202, 213, 217], "kernel_nam": 86, "kernelspec": [86, 102], "kexi": 217, "keybind": 73, "keyboard": [69, 128, 144, 149, 178, 213], "keydb": 63, "keygen": [6, 97, 169], "keystrok": 90, "keyword": 179, "kgraphview": 183, "khalatyan": 80, "kick": 149, "kilcommin": 133, "kile": 217, "kill": [37, 106, 110, 128, 131, 162], "kind": [76, 78, 102, 215], "kiosk": [12, 30], "kirb": 184, "kmean": 130, "knet": 184, "knitr": [183, 184, 217], "knob": 203, "know": [9, 12, 23, 30, 63, 66, 83, 86, 99, 106, 124, 131, 133, 143, 148, 149, 154, 184, 185, 196, 197, 198, 206, 211, 214, 215], "knowledg": 83, "known": [149, 152, 154, 169, 183, 186, 198, 208, 211], "kplr": 185, "kpsewhich": 148, "krita": [183, 217], "kubernet": [11, 66, 155], "kucalc": [162, 165], "kucalc_image_nam": 165, "kwant": 184, "l": [6, 66, 79, 98, 99, 110, 122, 195, 198], "l4": 66, "l40": 66, "lab": [104, 108, 143, 184, 186], "label": [76, 83, 110, 143, 148, 187], "labextens": 108, "labor": [152, 211], "laboratori": 115, "lack": [103, 106], "lag": 187, "lambda": 155, "lame": 184, "lamin": 186, "land": 186, "lang": [73, 184], "langaug": 73, "languag": [9, 11, 67, 73, 93, 102, 105, 114, 116, 119, 139, 145, 147, 148, 149, 152, 161, 174, 179, 180, 183, 184, 185, 186, 197, 198, 214, 217], "laptop": [11, 66, 155, 214], "larg": [6, 9, 63, 66, 67, 76, 80, 81, 83, 110, 135, 139, 156, 167, 169, 173, 174, 180, 184, 214], "larger": [63, 83, 91, 137, 149, 174, 178, 189, 208, 213], "lasso": 185, "last": [3, 4, 9, 19, 29, 47, 48, 50, 63, 102, 105, 106, 119, 124, 128, 132, 145, 149, 167, 168, 174, 178, 184, 190, 193, 198, 211, 213], "last_edit": 190, "last_nam": [21, 29, 48], "latenc": [66, 83, 208], "later": [2, 5, 17, 63, 76, 119, 139, 143, 149, 151, 169, 177, 191, 193, 197, 198, 211], "latest": [69, 78, 95, 125, 136, 153, 183, 184, 185, 195], "latex": [11, 53, 61, 67, 75, 84, 93, 118, 133, 139, 154, 161, 163, 166, 171, 180, 183, 184, 190, 194, 196, 197, 202, 203, 214, 216, 217], "latexdraw": 217, "latexmk": [54, 148, 149, 150], "latexmkrc": 148, "latter": [144, 169, 198], "lattic": 185, "launch": [65, 66, 70, 97, 102, 106, 133, 159, 161, 169, 184, 195, 202, 208, 217], "launcher": [105, 183, 217], "law": [5, 66], "layer": [184, 187], "layout": [120, 128, 130, 150, 164, 180, 186], "ld": 77, "ld_library_path": 185, "lead": [55, 148, 185], "leader": 195, "lean": [154, 183, 184], "leanproject": 154, "leanprov": 183, "learn": [2, 3, 9, 12, 17, 30, 31, 52, 53, 54, 56, 57, 60, 66, 75, 76, 77, 95, 98, 112, 122, 128, 132, 139, 148, 166, 167, 169, 170, 177, 178, 179, 180, 183, 184, 185, 187, 188, 193, 208, 213, 214], "least": [2, 9, 12, 30, 66, 108, 131, 132, 169, 174, 179, 187, 196, 199, 208, 211], "leav": [54, 66, 69, 93, 132, 196, 200], "left": [0, 1, 8, 58, 61, 68, 73, 91, 97, 98, 116, 123, 125, 131, 132, 136, 141, 144, 145, 149, 150, 162, 168, 169, 170, 177, 178, 179, 184, 185, 190, 193, 195, 196, 197, 202, 213, 217], "legaci": [67, 144, 194, 198, 209], "len": 76, "length": [9, 13, 16, 21, 33, 40, 43, 89], "lerna": [184, 185], "less": [33, 66, 82, 88, 91, 128, 131, 151, 169, 184, 202, 208], "let": [2, 3, 11, 55, 63, 66, 73, 76, 80, 83, 87, 93, 101, 102, 106, 125, 131, 139, 143, 144, 148, 149, 152, 154, 155, 156, 158, 168, 169, 174, 177, 178, 184, 185, 189, 190, 197, 200, 202, 206, 211, 215], "letter": [61, 128, 167], "level": [2, 102, 119, 144, 169, 177, 179, 186, 188, 202, 217], "lexicograph": [178, 213], "lf": [183, 184], "lfm": 185, "lgsl": 99, "lgslcbla": 99, "lgslclba": 99, "lht": 198, "lib": [102, 103, 115, 132, 134, 183, 184, 185, 187, 188], "libcloud": 184, "libhomfli": 183, "libnetcdff": 185, "libnetcdff6": 185, "libopenbla": 183, "libpys": 184, "libqgi": 184, "librari": [12, 17, 30, 34, 66, 73, 80, 83, 99, 102, 103, 104, 106, 119, 136, 148, 152, 157, 161, 165, 168, 169, 178, 180, 181, 183, 184, 185, 186, 187, 188, 189, 197, 213, 214], "librecad": 185, "libreoffic": [91, 183, 217], "libxml2": 184, "licens": [4, 5, 11, 14, 22, 42, 50, 51, 53, 60, 67, 88, 97, 102, 103, 131, 132, 135, 161, 176, 177, 193, 194, 198, 200, 201, 207, 208, 209, 214, 215], "license_id": [14, 42], "lid": 66, "lie": [178, 213], "life": 206, "lifetim": 66, "lift": 206, "light": [61, 63, 170, 184, 203], "lightgraph": 184, "lightweight": [69, 152], "like": [5, 6, 9, 12, 23, 30, 39, 47, 50, 55, 58, 63, 66, 69, 75, 76, 80, 83, 86, 90, 91, 93, 94, 97, 99, 102, 103, 104, 106, 109, 113, 118, 120, 122, 127, 130, 133, 134, 137, 138, 145, 146, 148, 152, 154, 162, 165, 169, 174, 177, 179, 180, 181, 182, 183, 184, 185, 188, 190, 191, 192, 196, 197, 198, 201, 202, 206, 212, 214, 217], "limit": [19, 33, 37, 48, 52, 66, 69, 81, 87, 110, 115, 116, 128, 131, 137, 139, 146, 151, 163, 167, 168, 169, 176, 197, 199, 208, 209, 214, 215], "limma": 184, "line": [32, 37, 63, 66, 73, 75, 77, 78, 79, 80, 82, 83, 85, 86, 90, 91, 93, 98, 99, 102, 114, 120, 122, 127, 128, 130, 132, 136, 137, 145, 148, 149, 150, 152, 163, 169, 173, 174, 178, 179, 180, 183, 184, 185, 186, 187, 188, 189, 190, 202], "line_numb": 39, "line_wrap": 39, "linear": [184, 185, 186, 187, 188], "linearalgebra": [183, 184], "linearmodel": [184, 185], "linex": 184, "link": [3, 7, 9, 32, 46, 54, 58, 59, 61, 65, 69, 76, 77, 82, 83, 86, 91, 98, 99, 102, 108, 113, 114, 120, 125, 129, 130, 131, 132, 133, 136, 137, 138, 144, 149, 150, 156, 168, 169, 170, 173, 174, 177, 178, 179, 185, 190, 196, 197, 198, 211, 212, 213], "link2proj": [32, 33], "linkifi": 152, "linspac": 80, "linux": [6, 11, 40, 49, 57, 66, 67, 70, 73, 75, 77, 78, 79, 84, 85, 86, 87, 90, 91, 94, 97, 99, 101, 102, 103, 104, 105, 108, 110, 112, 120, 122, 128, 130, 131, 132, 133, 139, 144, 146, 148, 149, 152, 159, 160, 161, 162, 163, 169, 174, 180, 183, 184, 185, 186, 187, 188, 189, 197, 198, 206, 214, 216, 217], "liquid": 185, "list": [0, 1, 2, 4, 5, 7, 12, 23, 24, 29, 30, 31, 39, 48, 53, 55, 59, 61, 66, 67, 75, 86, 91, 93, 98, 102, 110, 111, 118, 123, 124, 125, 128, 129, 130, 132, 136, 137, 143, 144, 146, 148, 150, 152, 153, 157, 158, 160, 161, 168, 169, 173, 174, 177, 179, 180, 181, 182, 184, 185, 187, 191, 192, 193, 197, 198, 202, 209, 211, 216, 217], "list_plot": 174, "listcompr": 103, "listen": [120, 122], "littl": [87, 118, 132, 148, 174, 178, 183, 185, 202], "live": [123, 132, 174, 178, 194, 198], "ll": [0, 17, 55, 58, 63, 73, 83, 85, 86, 108, 111, 118, 124, 126, 131, 132, 144, 146, 148, 173, 174, 177, 180, 184, 188, 192, 196, 197, 201, 202, 217], "llm": [11, 62, 66, 139, 194], "llvmlite": [183, 184], "lm": 99, "lmfit": 186, "lmodern": 149, "ln": [132, 169], "lo": 137, "load": [2, 12, 30, 34, 69, 76, 80, 86, 89, 91, 103, 116, 120, 131, 135, 148, 161, 167, 169, 170, 174, 198, 203, 208, 209, 215], "load_ext": 94, "load_sess": 174, "lobas": 217, "local": [2, 33, 48, 66, 81, 83, 86, 87, 101, 102, 103, 115, 118, 122, 134, 137, 148, 154, 163, 165, 169, 176, 197, 202], "local_hub": [128, 165], "localc": [91, 217], "localhost": [66, 87, 138], "localstorag": 82, "locat": [12, 23, 30, 75, 132, 148, 149, 155, 165, 176, 178, 183, 184, 185, 197, 203, 213], "lock": [5, 63, 102, 140, 152, 206, 215], "locket": 183, "lockstep": 53, "log": [8, 12, 30, 34, 38, 67, 69, 98, 110, 113, 124, 132, 133, 150, 157, 161, 163, 165, 169, 198, 209], "log_client_error": 30, "logfil": 122, "login": [15, 24, 58, 76, 138, 169, 191, 197], "logo": [0, 1, 105, 209], "loimpress": 217, "london": [181, 182], "long": [2, 20, 63, 96, 120, 124, 145, 148, 168, 169, 177, 184, 188, 197, 198, 202, 203, 217], "longer": [3, 90, 131, 184, 193, 197, 199, 214], "look": [11, 12, 30, 31, 34, 51, 66, 83, 90, 99, 102, 110, 111, 114, 118, 120, 130, 132, 133, 135, 136, 145, 148, 151, 152, 165, 169, 174, 191, 192, 195, 196, 197, 198, 200, 211, 214, 217], "loop": [76, 110, 131, 132, 165], "lorem": 152, "lose": [11, 58, 63, 66, 131, 169, 201], "loss": [112, 122], "lost": [131, 132, 169, 198, 203], "lot": [9, 11, 62, 63, 66, 110, 120, 154, 180, 183, 189], "love": [83, 132, 214, 215], "low": [63, 67, 106, 131, 135, 185, 208], "lower": [3, 5, 63, 66, 97, 116, 119, 132, 148, 169, 179, 193, 198, 208], "lowrit": 217, "lsqfit": 187, "lt": [184, 185], "ltd": [181, 182], "lualatex": 149, "luatex": [149, 180, 184], "luck": 141, "lwd": 130, "ly": 120, "lyx": 217, "lz4": 184, "m": [17, 33, 48, 65, 66, 83, 86, 90, 99, 102, 110, 114, 132, 217], "m1": 65, "m2": 188, "m_pi": 99, "mac": [73, 174, 178, 213], "macaulay2": 184, "machin": [11, 66, 83, 103, 110, 113, 148, 155, 174, 184, 185, 186, 203, 208, 214, 215], "maco": [6, 65, 69, 169], "made": [5, 30, 31, 52, 53, 55, 86, 87, 90, 111, 124, 145, 185, 188, 192, 195, 198, 203, 212], "magna": 152, "magnif": 202, "mai": [2, 3, 6, 9, 11, 28, 30, 31, 33, 37, 38, 39, 46, 48, 50, 51, 53, 55, 63, 65, 66, 69, 73, 76, 82, 83, 86, 88, 89, 92, 101, 102, 103, 106, 109, 110, 111, 116, 129, 131, 132, 136, 137, 143, 144, 146, 148, 149, 150, 152, 155, 163, 167, 169, 172, 174, 177, 180, 191, 192, 193, 196, 198, 199, 202, 206, 208, 211, 214, 215, 217], "mail": [21, 75, 129, 181, 182, 184, 193], "mailto": 154, "main": [11, 12, 30, 54, 69, 70, 75, 78, 83, 104, 106, 120, 125, 132, 143, 144, 148, 175, 177, 184, 185, 188, 192, 199, 213], "mainli": 3, "mainpanel": 130, "maintain": [154, 180, 184, 186, 194, 196, 206, 214, 215], "mainten": [2, 140, 154, 185], "major": [90, 98, 132, 183, 184, 185], "make": [9, 11, 12, 13, 17, 20, 28, 30, 31, 40, 55, 58, 59, 60, 63, 66, 76, 78, 82, 85, 86, 87, 88, 90, 93, 98, 101, 102, 103, 108, 110, 111, 113, 119, 122, 123, 124, 125, 129, 132, 133, 134, 137, 138, 144, 145, 146, 148, 149, 151, 152, 154, 155, 156, 158, 162, 163, 164, 165, 167, 169, 174, 177, 178, 180, 183, 184, 185, 188, 190, 191, 192, 194, 195, 196, 197, 200, 203, 206, 208, 211, 212, 213, 214, 217], "makefil": 149, "maketitl": 150, "makevar": 110, "maladi": 83, "malici": [83, 97, 208], "man": [128, 169, 183], "manag": [11, 13, 55, 66, 67, 70, 76, 83, 100, 101, 102, 109, 110, 112, 113, 122, 150, 158, 160, 165, 166, 169, 176, 177, 178, 184, 185, 191, 193, 194, 195, 196, 197, 210, 211, 213, 214, 215, 217], "mandatori": [12, 30], "mangl": 83, "mani": [1, 11, 30, 31, 63, 66, 73, 79, 83, 87, 101, 106, 110, 111, 116, 123, 128, 131, 138, 139, 141, 145, 148, 149, 150, 154, 169, 174, 178, 179, 180, 184, 185, 187, 188, 189, 190, 197, 202, 203, 204, 208, 213, 214, 217], "manifold": 184, "manipul": [185, 186, 187], "manner": 66, "manpag": 128, "manual": [58, 75, 82, 91, 158, 169, 174, 194, 195, 198, 199, 207], "map": [12, 30, 90, 169, 184, 185, 186, 187], "mapclassifi": 187, "mar": 130, "march": 110, "margin": 178, "mark": [45, 61, 148, 152, 167, 174, 177, 178, 185, 190, 191, 192, 197, 198, 211, 213], "markdown": [11, 61, 67, 93, 133, 139, 144, 145, 146, 149, 173, 174, 177, 178, 179, 184, 192, 194, 196, 216, 217], "markdown2": 185, "markedli": 174, "markov": [184, 188], "markovchain": 185, "markup": [33, 147, 152], "mask": 163, "mass": 187, "massiv": [66, 178, 213], "master": [27, 98, 130, 132, 148, 177, 184], "match": [15, 48, 82, 102, 130, 152, 167, 169, 173, 178, 179, 202, 213, 217], "match_bracket": 39, "match_xml_tag": 39, "materi": [166, 177, 180, 197, 198], "math": [2, 79, 99, 123, 152, 178, 185, 197, 198, 200, 214, 217], "math_202": 198, "mathemat": [93, 129, 152, 166, 173, 174, 178, 180, 190, 213, 217], "mathematica": 185, "mathi": 79, "mathjax": 152, "mathlib": [154, 183, 184, 185], "mathlibtool": 185, "matlab": 116, "matplotlib": [86, 132, 133, 184, 186, 217], "matplotlib_venn": 185, "matrix": 110, "matter": [63, 66, 192], "matur": 180, "maualli": 148, "max": [19, 130, 156], "max_output": 37, "max_output_messag": 132, "max_retri": 52, "max_shap": 76, "max_stdout_s": 132, "maxi": 79, "maxim": [178, 199, 217], "maxima": 217, "maximum": [2, 19, 37, 48, 110, 176, 199, 208], "mayb": [61, 83, 111, 112, 118, 129, 148, 154, 169, 180, 183, 184, 198, 214, 217], "mb": [39, 63, 91, 110, 137, 146, 200], "md": [12, 21, 23, 30, 50, 73, 125, 129, 152, 159, 173, 174, 177, 183, 184, 192, 196, 198], "md5": [6, 162], "mdr": 184, "mdtraj": 102, "me": [2, 9, 122, 174], "mean": [12, 17, 20, 30, 63, 76, 83, 103, 105, 110, 130, 134, 137, 138, 144, 145, 148, 154, 169, 174, 177, 180, 184, 185, 197, 202, 203, 211], "meaning": [6, 169], "meant": 37, "meantim": 55, "measur": 82, "meatax": 184, "mechan": [101, 134, 148, 165, 169, 198], "medium": [55, 156], "meet": [178, 183, 213], "megabyt": 137, "meld": 217, "mem": [128, 165], "member": [23, 39, 55, 75, 132, 169, 193, 195, 197, 200, 209], "member_host": [27, 39, 52], "memeb": 195, "memit": 184, "memor": 184, "memori": [2, 27, 39, 52, 67, 75, 83, 87, 89, 108, 135, 149, 160, 162, 174, 184, 187, 196, 197, 198, 206, 208], "memory_profil": 184, "memory_request": 27, "mention": [9, 83, 102, 132, 137, 169, 170, 184, 194, 198], "menu": [1, 6, 9, 66, 67, 68, 70, 84, 86, 93, 102, 103, 105, 113, 114, 118, 143, 144, 148, 149, 150, 152, 163, 169, 173, 177, 178, 195, 196, 197, 198, 209, 213, 217], "mercantil": 184, "merg": [39, 148, 177, 198, 217], "mesa": [184, 185], "mesg": [12, 30, 33], "meshlab": 185, "mess": [132, 148], "messag": [9, 12, 14, 17, 21, 25, 29, 33, 34, 37, 39, 42, 45, 61, 66, 79, 82, 91, 92, 98, 101, 103, 106, 113, 131, 146, 157, 169, 170, 176, 195, 196, 199, 200, 211, 217], "meta": 125, "metadata": [23, 63, 114, 184, 196, 198], "method": [5, 50, 53, 75, 76, 83, 111, 133, 136, 137, 144, 156, 174, 185, 188, 191, 193, 198, 200], "metric": [30, 44], "michael": [181, 182], "microsoft": [11, 102, 203, 212, 217], "microwav": 184, "middl": [105, 125, 132, 148, 202], "might": [2, 12, 17, 19, 30, 53, 63, 65, 69, 79, 83, 86, 89, 92, 101, 102, 104, 106, 110, 113, 120, 128, 132, 138, 145, 146, 148, 150, 156, 158, 163, 165, 169, 174, 185, 195, 197, 198, 201, 202, 208, 211, 215, 217], "mike": 192, "mike_test": 192, "million": 63, "millisecond": [83, 190, 198], "min": [125, 130, 156], "mind": [66, 132, 178], "mini": [70, 137, 161, 168, 169], "minim": [65, 66, 129, 133, 190, 215, 217], "minimalist": 217, "miniterm": 184, "minor": [183, 184], "mintim": [27, 39], "minu": [61, 90, 178, 202, 213], "minut": [3, 9, 17, 28, 59, 63, 66, 82, 108, 124, 131, 132, 136, 165, 180, 185, 208], "mirror": 102, "misc": 186, "miser": 99, "misplac": 197, "miss": [17, 20, 66, 93, 111, 118, 143, 184, 194], "mission": 214, "misspel": [73, 149, 197], "mist": 183, "mistak": [66, 132], "mitig": [169, 180], "mix": [48, 66, 94, 173], "mkdir": [78, 86, 102, 112, 132, 148, 159, 198], "mkl": 185, "ml": [183, 184, 185], "mlrose": 184, "mltool": 185, "mlv": 183, "mlxtend": [184, 185], "mmmmmmddddddddddmm": 79, "mmmmmmmmmmmmmmmmmm": 79, "mmy": 79, "mnist": 76, "mobil": [141, 217], "mocha": [30, 31], "mock": [184, 185], "mod": [79, 190], "modal": 217, "mode": [68, 76, 83, 110, 125, 132, 143, 152, 173, 174, 184, 185, 192, 202, 209, 213, 217], "model": [9, 66, 95, 115, 184, 185, 186, 187, 201, 217], "moder": 170, "modern": [11, 66, 110, 128, 132, 148, 186, 217], "modif": [9, 120, 138, 153, 169, 195], "modifi": [9, 58, 76, 90, 114, 132, 134, 144, 146, 148, 163, 169, 179, 192, 195, 196, 198, 203], "modsimpi": 184, "modul": [98, 102, 152, 184, 186, 196, 198], "modular": [149, 184, 188], "modulenotfounderror": 102, "molecul": 217, "moment": [22, 66, 108, 136, 151, 200, 206, 215], "mon": 165, "monei": [11, 63, 66, 176, 199, 206], "mongo": 112, "mongod": 112, "mongodb": 100, "monitor": [11, 39, 63, 128, 165, 183, 214], "mono": 125, "mononoki": 184, "mont": [99, 188], "month": [2, 63, 66, 167, 168, 169, 200], "monthli": [2, 55, 63, 156, 208], "monti": [183, 184], "montreal": 120, "moodl": 194, "more": [0, 1, 2, 3, 9, 11, 12, 21, 22, 30, 31, 48, 50, 52, 53, 54, 56, 57, 60, 61, 65, 66, 69, 70, 73, 75, 76, 79, 83, 86, 87, 88, 92, 93, 94, 97, 98, 102, 103, 104, 105, 106, 108, 110, 113, 114, 118, 119, 120, 121, 130, 131, 132, 133, 137, 143, 144, 145, 148, 149, 150, 151, 152, 154, 158, 162, 163, 165, 166, 167, 169, 170, 172, 174, 177, 179, 180, 183, 184, 185, 188, 192, 193, 195, 196, 197, 198, 199, 202, 203, 204, 206, 207, 208, 211, 212, 214, 215, 217], "moreov": [50, 132, 152, 214], "moreutil": 184, "morn": 63, "most": [2, 3, 9, 11, 30, 31, 48, 54, 59, 63, 73, 75, 76, 79, 81, 83, 92, 102, 105, 109, 124, 128, 132, 139, 149, 152, 168, 169, 173, 174, 176, 178, 180, 185, 187, 193, 197, 198, 202, 213, 214, 215, 217], "mostli": [102, 152, 185, 217], "motiv": [154, 184, 217], "mount": [52, 63, 169], "mous": [3, 6, 73, 110, 128, 137, 150, 169, 178, 213, 217], "move": [3, 63, 66, 75, 82, 145, 150, 163, 168, 169, 178, 184, 185, 188, 197, 198, 202, 208, 213], "mozilla": [23, 113, 183], "mp3": 174, "mpi4pi": 184, "mpl_toolkit": 183, "mplbackend": 184, "mro": 102, "mscorefont": 184, "msg": 174, "msgerr": 174, "msglog": 174, "msimput": 187, "mtcar": 114, "mtime": 50, "mtune": 110, "much": [2, 3, 9, 63, 66, 88, 91, 98, 102, 110, 111, 114, 124, 131, 132, 148, 150, 151, 152, 162, 165, 169, 184, 200, 208, 211, 214, 217], "multi": [73, 83, 163, 185, 187], "multi_respons": [39, 46], "multifactor": 184, "multifil": 184, "multipl": [11, 13, 19, 22, 37, 40, 63, 66, 83, 100, 106, 127, 139, 143, 149, 152, 161, 169, 173, 177, 178, 186, 190, 193, 194, 195, 197, 208, 211, 212, 213, 217], "multiple_cursor": 39, "multipli": 99, "multiregion": 63, "music": 184, "must": [2, 12, 13, 15, 16, 17, 21, 23, 29, 30, 32, 33, 37, 39, 40, 41, 43, 49, 53, 55, 56, 58, 61, 76, 101, 102, 103, 133, 137, 140, 154, 163, 169, 173, 174, 179, 193, 197, 198, 199, 211], "mv": 102, "mwout": 183, "mxnet": [183, 184, 185], "my": [22, 39, 55, 90, 92, 114, 133, 157, 161, 167, 177, 181, 182, 191, 198], "my_schema": 76, "myapp": [58, 174], "mybind": [177, 180], "myconda": 102, "myfil": [39, 146], "myfunc": 174, "mykei": 169, "mymdtraj": 102, "mypi": [183, 184, 185], "mysql": 183, "mzcli": 185, "n": [28, 33, 37, 38, 49, 61, 79, 90, 102, 103, 110, 120, 122, 130, 132, 148, 165, 167, 169, 174, 178, 190, 198, 211, 213], "nag": 21, "name": [2, 3, 6, 23, 29, 30, 31, 32, 33, 39, 48, 50, 61, 64, 66, 75, 76, 80, 82, 84, 85, 86, 89, 90, 97, 98, 99, 101, 102, 103, 105, 111, 114, 118, 120, 122, 124, 125, 130, 146, 148, 149, 150, 152, 161, 162, 163, 165, 167, 168, 174, 177, 179, 180, 184, 187, 192, 193, 195, 196, 197, 198, 202, 209, 217], "narrow": [167, 180, 214], "nasm": 77, "nathan": 132, "nativ": [73, 110, 148, 150, 178, 209, 213], "natl": 99, "natsort": 184, "natur": [9, 30, 31, 148, 185], "navig": [8, 69, 83, 97, 106, 136, 149, 177, 184, 192, 197], "nbconvert": [144, 148, 183, 185, 186], "nbextens": [104, 184], "nbextensions_configur": 104, "nbgrade": 184, "nbgrader": [67, 184, 192, 194], "nbgrader_config": 114, "nbgrader_exchang": 114, "nbval": 183, "nbviewer": 177, "ncours": 28, "nearli": 186, "necessari": [39, 66, 83, 87, 92, 97, 102, 103, 122, 132, 148, 180, 192, 197, 198, 199, 211, 214, 215, 217], "necessarili": 50, "need": [2, 3, 11, 12, 13, 17, 18, 19, 20, 21, 30, 37, 38, 39, 40, 49, 53, 58, 63, 73, 75, 76, 79, 81, 83, 84, 85, 86, 88, 89, 93, 97, 98, 101, 102, 103, 105, 108, 110, 114, 115, 122, 129, 131, 132, 133, 137, 139, 140, 143, 144, 146, 148, 151, 152, 154, 156, 163, 165, 167, 169, 174, 176, 177, 179, 180, 184, 186, 191, 192, 195, 196, 197, 198, 199, 200, 202, 206, 214, 217], "nehs2gk": 75, "neither": 169, "nemo": 184, "nemoh": 188, "neron": 115, "nest": [184, 185, 214], "net": 76, "nettl": 184, "netwid": 186, "network": [2, 3, 27, 39, 52, 63, 66, 115, 131, 132, 133, 184, 185, 193, 215], "networkx": [184, 185], "neue": 184, "neuron": [100, 184], "neutron": [184, 186], "never": [17, 24, 124, 180, 193, 198], "new": [2, 5, 8, 9, 11, 15, 16, 17, 21, 22, 39, 53, 54, 58, 61, 63, 66, 67, 70, 75, 76, 79, 83, 85, 87, 90, 94, 98, 102, 103, 105, 111, 113, 114, 116, 121, 123, 126, 128, 129, 130, 131, 133, 136, 137, 140, 143, 144, 148, 149, 150, 154, 157, 161, 163, 167, 170, 173, 174, 177, 178, 179, 180, 183, 184, 185, 186, 189, 190, 194, 195, 196, 197, 198, 203, 204, 209, 211, 212, 213, 214, 215, 217], "new_api_intro": 76, "new_dataset": 76, "new_email_address": 15, "new_modul": 132, "new_password": [16, 43], "newer": [17, 20, 154, 169, 177, 185, 188, 198, 200, 203], "newest": 183, "newfontfamili": 148, "newli": [102, 132], "next": [9, 11, 53, 55, 59, 61, 69, 70, 73, 79, 87, 90, 94, 95, 120, 132, 140, 144, 151, 152, 156, 158, 163, 169, 170, 177, 178, 179, 180, 191, 192, 193, 196, 198, 200, 202, 203, 217], "nfail": 114, "nglview": 184, "ngspice": 187, "nhttp": 28, "nice": [57, 68, 125, 146, 177], "nicer": [3, 169], "nightli": [184, 185], "nilearn": 185, "nipyp": 185, "nisq": 188, "nlsolv": 184, "nltk": 184, "nnn": 185, "nnnn": 66, "noaa": 183, "noauth_local_webserv": 98, "nobodi": 138, "node": [52, 66, 128, 131, 154, 165, 183, 184, 188, 208], "nodej": [183, 184], "noisi": [187, 188], "non": [48, 160, 165, 169, 174, 184, 185, 186, 187, 196, 211], "none": [39, 52, 82, 190], "nonlinear": 187, "nonsens": 55, "nonstart": 90, "nonstopmod": 149, "nonzero": 37, "nopen": 130, "nor": [169, 206], "normal": [56, 63, 69, 81, 83, 90, 101, 102, 103, 111, 113, 125, 143, 146, 169, 170, 172, 198], "normaliz": 184, "normalizepath": 110, "norwai": 66, "nosql": 112, "notabl": [163, 183, 184, 193], "notbook": 103, "note": [2, 3, 11, 12, 15, 17, 18, 19, 20, 23, 28, 29, 30, 31, 34, 37, 39, 40, 46, 48, 49, 51, 52, 55, 56, 61, 66, 73, 84, 86, 87, 88, 90, 96, 98, 101, 102, 114, 116, 132, 133, 137, 141, 143, 144, 148, 149, 151, 152, 162, 163, 168, 169, 173, 174, 179, 180, 183, 184, 185, 188, 189, 191, 192, 193, 197, 198, 199, 200, 201, 202, 203, 211, 217], "notebook": [3, 11, 12, 23, 30, 39, 58, 61, 66, 67, 82, 84, 86, 87, 88, 89, 93, 102, 104, 106, 108, 114, 116, 119, 122, 127, 130, 131, 139, 140, 152, 159, 161, 169, 173, 174, 177, 179, 180, 183, 184, 186, 188, 189, 192, 194, 195, 197, 202, 203, 206, 212, 214, 216, 217], "notedown": 183, "noteworthi": [183, 184, 185], "noth": [66, 83, 109, 148, 169, 178, 198, 214, 215], "notic": [11, 66, 89, 129, 183, 197, 214], "notif": [32, 61, 153, 163, 178, 195, 198, 204, 209, 213], "notifi": [13, 41, 197, 202], "notimplementederror": 114, "notion": 13, "noto": 148, "novel": 184, "novic": 184, "now": [6, 9, 12, 17, 30, 36, 47, 55, 63, 66, 75, 76, 79, 80, 86, 87, 98, 102, 113, 118, 122, 123, 132, 136, 146, 148, 149, 154, 158, 164, 169, 174, 183, 184, 185, 187, 188, 189, 192, 193, 197, 198, 199, 200, 202, 211], "np": [76, 80, 174, 217], "npartit": 87, "npm": [183, 184, 185], "nproc": 87, "nrais": 114, "nrn": 115, "nrngui": 115, "nshow": 122, "nteract": [11, 183, 217], "nthread": 87, "nthrow": 114, "ntodai": 38, "null": [39, 46, 50, 55, 57, 114], "num": [76, 87], "num_class": 76, "numba": [183, 184, 185], "number": [4, 6, 9, 11, 17, 19, 20, 37, 48, 66, 81, 83, 87, 89, 104, 114, 120, 122, 130, 131, 133, 136, 141, 145, 150, 167, 169, 173, 174, 176, 178, 183, 185, 190, 192, 193, 196, 198, 199, 200, 202, 206, 208, 211, 213, 217], "numdifftool": 183, "numer": [46, 55, 83, 130, 148, 152, 159, 163, 186, 187, 188], "numpi": [76, 80, 132, 174, 183, 184, 185, 186, 187, 217], "numpyro": 187, "nutshel": [102, 103], "nvcc": 66, "o": [23, 77, 78, 80, 85, 87, 90, 99, 102, 110, 114, 115, 120, 122, 128, 132, 136, 148, 152, 162, 165, 169, 181, 182, 208], "o_o": 79, "oauth": 11, "object": [23, 27, 29, 30, 31, 35, 37, 39, 40, 76, 80, 130, 144, 169, 174, 178, 184, 185, 194, 213], "observ": 132, "obspi": 185, "obtain": [47, 58, 176], "obviou": 66, "obvious": [50, 63, 138], "ocaml": 185, "occas": 169, "occasion": [2, 11, 66, 169, 188, 206], "occur": [75, 146, 151], "occurr": 73, "ocr": 184, "oct": 198, "octav": [86, 100, 154, 158, 179, 202, 217], "od": 217, "odd": 83, "odt": 217, "off": [2, 9, 11, 53, 54, 61, 63, 66, 67, 78, 83, 122, 135, 141, 149, 157, 162, 163, 185, 199], "offens": 79, "offer": [69, 73, 142, 144, 160, 165, 169, 173, 176, 177, 179, 180, 181, 188, 198, 206, 211, 215], "offic": [203, 217], "offici": [114, 129, 132, 154, 196], "offlin": [158, 198], "offset": [19, 52], "offsit": 59, "often": [2, 30, 31, 81, 83, 144, 152, 168, 174, 193], "ogg": 174, "ok": [52, 124, 149, 154, 169, 185, 196, 211, 217], "okpi": 185, "okular": 217, "old": [16, 83, 124, 183, 185, 191, 198, 217], "old_email_address": 15, "old_password": 16, "older": [2, 154, 161, 169, 183, 184, 187, 188, 191, 202, 209], "oligo": [184, 186], "omedit": 217, "omit": [36, 69], "ommmdsooooooooynm": 79, "ommmmh": 79, "onc": [5, 12, 30, 40, 63, 66, 75, 76, 83, 86, 87, 97, 103, 105, 110, 120, 122, 132, 146, 148, 165, 168, 169, 174, 180, 184, 192, 193, 195, 197, 198, 199, 200, 206, 211, 217], "one": [2, 3, 6, 9, 11, 12, 17, 19, 30, 31, 37, 48, 53, 54, 55, 58, 61, 63, 66, 69, 70, 73, 77, 83, 85, 86, 87, 88, 89, 91, 93, 98, 101, 102, 106, 107, 110, 111, 112, 113, 114, 118, 119, 126, 127, 128, 130, 131, 132, 133, 137, 139, 143, 144, 145, 148, 149, 150, 151, 152, 154, 156, 158, 161, 162, 163, 167, 169, 170, 173, 174, 177, 178, 179, 180, 184, 185, 187, 188, 190, 191, 192, 193, 195, 196, 197, 198, 199, 200, 201, 202, 204, 208, 211, 213, 214, 215, 217], "ones": [9, 50, 55, 76, 102, 110, 169, 177, 184, 185, 198, 214, 217], "ongo": [83, 121, 202, 215], "onli": [2, 5, 9, 11, 12, 13, 18, 19, 30, 34, 37, 39, 47, 48, 58, 63, 66, 73, 83, 87, 102, 103, 105, 110, 114, 115, 119, 120, 122, 125, 128, 129, 130, 131, 136, 138, 144, 148, 150, 151, 152, 154, 156, 162, 163, 165, 167, 169, 174, 176, 177, 178, 180, 183, 184, 185, 188, 189, 190, 191, 193, 195, 196, 197, 198, 200, 203, 208, 213, 214, 215, 217], "onlin": [2, 3, 75, 76, 97, 123, 129, 139, 142, 155, 165, 178, 180, 197, 202, 211], "onprem": [11, 64, 67, 169, 176, 211], "ons": [79, 83], "onto": [61, 137], "oom": 110, "op": 19, "open": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 23, 28, 30, 39, 58, 61, 66, 68, 69, 70, 72, 73, 75, 76, 77, 79, 82, 84, 85, 86, 87, 88, 89, 91, 93, 97, 98, 101, 102, 103, 104, 105, 106, 108, 110, 111, 113, 115, 116, 118, 120, 121, 123, 125, 126, 127, 130, 131, 132, 133, 136, 137, 140, 141, 143, 144, 146, 148, 149, 150, 151, 152, 156, 158, 159, 161, 164, 165, 166, 169, 172, 173, 174, 175, 177, 178, 179, 180, 183, 184, 185, 186, 187, 190, 191, 192, 193, 196, 197, 198, 199, 200, 201, 202, 203, 204, 208, 209, 210, 211, 212, 213, 217], "open_fil": [12, 30], "openapi": 53, "opencv": [183, 184], "opendyslex": 184, "openfil": 184, "openmodelica": [183, 217], "openscad": 185, "opensourc": 197, "openssh": [6, 169], "opentsn": 185, "openwebui": 9, "oper": [12, 17, 18, 19, 30, 31, 63, 66, 76, 80, 82, 83, 90, 119, 128, 137, 145, 161, 177, 180, 184, 191, 196, 208, 214, 217], "oppos": 39, "opt": [80, 130, 185], "optim": [66, 169, 183, 184], "option": [3, 5, 13, 17, 19, 20, 21, 22, 23, 29, 30, 31, 33, 36, 37, 39, 54, 58, 66, 67, 71, 73, 75, 80, 88, 90, 98, 103, 120, 123, 130, 132, 137, 140, 142, 143, 146, 148, 149, 152, 155, 158, 159, 165, 169, 172, 174, 175, 177, 180, 184, 190, 192, 193, 194, 197, 198, 200, 208, 209, 217], "optlang": 185, "orang": [81, 120, 170, 184], "orange3": 185, "orbit": 184, "order": [2, 5, 11, 40, 61, 66, 69, 73, 76, 79, 87, 93, 101, 102, 103, 106, 110, 112, 115, 132, 148, 149, 156, 162, 165, 169, 170, 177, 178, 179, 180, 181, 182, 190, 196, 198, 200, 202, 211, 213, 217], "ordinari": 5, "org": [11, 83, 85, 102, 122, 129, 132, 152, 154, 171, 177, 183, 184], "organ": [11, 66, 83, 92, 102, 139, 156, 161, 177, 178, 181, 182, 190, 197, 198, 213, 214, 215], "orient": 185, "origin": [12, 30, 80, 99, 144, 152, 163, 178, 191, 192, 202, 211], "ortholog": 187, "ortool": 184, "osbot": 184, "osnabr\u00fcck": [181, 182], "other": [2, 5, 7, 11, 30, 31, 45, 48, 58, 63, 66, 69, 73, 75, 81, 87, 90, 97, 102, 106, 111, 113, 114, 119, 122, 127, 131, 134, 137, 138, 139, 144, 145, 146, 147, 148, 149, 150, 151, 152, 155, 156, 161, 162, 163, 167, 169, 174, 177, 178, 180, 183, 184, 185, 186, 190, 191, 192, 193, 195, 196, 198, 199, 200, 202, 203, 206, 208, 209, 211, 213, 214, 215, 217], "otherwis": [2, 39, 63, 84, 102, 103, 106, 131, 132, 138, 145, 148, 169, 197, 198, 199, 217], "our": [9, 11, 53, 55, 63, 66, 67, 75, 76, 79, 102, 110, 131, 138, 139, 143, 145, 151, 152, 155, 169, 170, 178, 183, 184, 193, 198, 206, 213, 214, 215], "out": [2, 3, 9, 17, 45, 53, 55, 63, 64, 66, 77, 79, 81, 88, 90, 93, 94, 102, 106, 111, 113, 114, 124, 131, 132, 133, 135, 140, 145, 146, 149, 152, 154, 156, 160, 165, 170, 177, 184, 192, 200, 202, 206, 209, 211, 214], "out_d": 76, "outcom": 17, "outdat": [79, 83, 169, 174, 180], "outfit": 102, "outlin": [73, 166, 178, 213], "output": [9, 11, 37, 50, 52, 54, 55, 56, 57, 63, 73, 79, 82, 83, 84, 85, 89, 91, 93, 98, 99, 101, 102, 116, 122, 130, 136, 144, 148, 149, 152, 162, 163, 165, 169, 174, 183, 185, 189, 198, 202], "outsid": [122, 130, 165, 178, 192], "outstand": [131, 194], "over": [1, 3, 9, 63, 66, 76, 83, 86, 91, 92, 97, 99, 144, 146, 149, 150, 151, 152, 166, 169, 172, 178, 180, 183, 184, 188, 191, 197, 198, 203, 213, 214], "overal": [12, 30, 63, 66, 83, 93, 128, 137, 158, 169, 183, 196, 206], "overcom": 135, "overflow": [103, 132, 181, 182], "overlai": 102, "overleaf": [147, 150], "overload": [214, 215], "overlook": 148, "overnight": 208, "overrid": [105, 148, 163], "overspend": 156, "overview": [1, 76, 118, 150, 155, 163, 167, 184, 196], "overwhelm": 9, "overwrit": [17, 20, 76, 148], "overwrite_new": [12, 17, 20, 30], "overwritten": 49, "own": [9, 11, 12, 24, 30, 53, 66, 83, 86, 90, 101, 103, 104, 105, 112, 114, 122, 136, 148, 149, 151, 154, 155, 169, 172, 175, 177, 179, 180, 184, 193, 196, 197, 198, 201, 202, 206, 214, 215, 217], "owner": [1, 2, 6, 13, 24, 28, 32, 33, 38, 39, 41, 52, 56, 57, 138, 163, 167, 168, 169, 177, 191], "p": [56, 76, 84, 86, 102, 112, 125, 132, 148, 159, 165, 178, 184, 213], "p21": 99, "p_group_cohomologi": 184, "packag": [1, 5, 23, 27, 28, 30, 31, 53, 63, 78, 83, 86, 100, 104, 114, 116, 139, 146, 149, 152, 154, 169, 180, 183, 188, 189, 197, 198, 200, 206, 214], "package_nam": [101, 102], "packagevers": 130, "packet": 83, "packt": [181, 182], "pad": 13, "page": [12, 30, 53, 58, 60, 69, 73, 75, 90, 94, 98, 100, 101, 102, 103, 111, 113, 114, 120, 128, 132, 133, 136, 145, 157, 158, 164, 165, 167, 169, 170, 174, 177, 183, 200, 205, 209, 211, 212, 217], "pai": [5, 63, 66, 67, 102, 132, 140, 151, 176, 194, 208, 209, 211], "paid": [2, 9, 131, 132, 139, 169, 194, 206], "pain": 90, "painlessli": 83, "paint": 217, "pair": [6, 30, 31, 56, 97, 137, 152, 169, 178, 179, 213], "palett": [130, 173, 184], "panda": [80, 86, 102, 120, 133, 183, 184, 186, 187], "pandoc": [152, 158, 184, 186], "pane": [58, 73, 98, 148, 152, 179, 208, 213, 217], "panel": [5, 8, 66, 67, 73, 80, 87, 97, 99, 121, 128, 132, 148, 149, 150, 152, 154, 156, 158, 160, 169, 174, 177, 178, 184, 197, 198, 202, 209, 210, 213, 217], "pango": 184, "paper": [66, 99], "papermil": 187, "par": [130, 154], "paragraph": [143, 149, 150], "parallel": [119, 186], "param": 99, "paramet": [2, 12, 30, 31, 37, 54, 55, 63, 66, 69, 76, 86, 99, 180, 187, 199], "parameter": [186, 187], "paraview": 186, "parent": [12, 30], "parenthes": 4, "pari": 9, "pariss": 183, "parq": 80, "parquet": 80, "pars": [132, 152], "parseabl": 17, "parser": 152, "part": [2, 3, 5, 12, 30, 66, 70, 83, 102, 103, 110, 130, 132, 148, 152, 158, 163, 178, 181, 182, 184, 197, 198, 211, 213, 217], "partd": 183, "parti": [11, 61, 83, 90, 92, 206], "partial": [72, 93, 148, 150, 178, 188, 213], "partici": 202, "particip": [66, 83, 201, 202, 215], "particl": 184, "particular": [12, 30, 40, 53, 63, 66, 79, 83, 90, 103, 110, 131, 139, 148, 149, 154, 172, 174, 180, 183, 184, 197, 198, 206, 211], "particularli": [132, 185, 214], "partner": [51, 55], "pass": [17, 20, 76, 83, 130, 169, 184, 196, 197], "passport": 46, "password": [3, 15, 16, 21, 26, 43, 47, 58, 76, 111, 122, 138, 169, 191, 197, 198], "past": [6, 9, 39, 66, 87, 98, 99, 105, 106, 112, 122, 123, 129, 130, 132, 136, 137, 144, 153, 167, 168, 169, 173, 193, 197, 198], "patch": [89, 203], "patch_length": 89, "path": [4, 12, 17, 18, 19, 20, 23, 30, 31, 37, 38, 40, 49, 52, 54, 70, 76, 84, 86, 87, 89, 90, 103, 114, 115, 133, 134, 148, 169, 174, 179, 183, 185, 192, 196, 198, 202, 203], "patient": 193, "patron": 180, "patsi": 184, "pattern": [63, 152], "paus": [3, 197], "payload": [12, 30], "payment": [197, 200, 209], "pc": [82, 102, 103], "pcb": [183, 217], "pch": 130, "pd": [80, 120, 133], "pde": [181, 182, 188], "pdf": [54, 60, 73, 100, 149, 150, 174, 178, 183, 184, 192, 194, 213, 217], "pdfkit": 184, "pdflatex": [148, 149, 180], "pdftk": 183, "pdpipe": [184, 185], "peak": 83, "peer": 194, "pefil": 184, "pegler": 184, "penalti": 151, "pencil": [178, 213], "pend": [19, 52, 193], "penni": [66, 146], "peopl": [5, 61, 122, 123, 132, 143, 177, 190, 214], "peptid": 187, "per": [2, 63, 66, 73, 87, 103, 133, 169, 174, 186, 190, 192, 193, 200, 208], "perfect": 198, "perfectli": [63, 211], "perform": [63, 66, 69, 70, 76, 154, 155, 169, 174, 184, 186, 192], "perhap": [9, 63, 66, 83, 90, 113, 177, 198, 206, 214], "period": [55, 59, 83, 85, 89, 124, 148, 169, 184, 186], "period_end": 52, "period_start": 52, "periodict": [184, 186], "perman": [111, 169, 198], "permiss": [11, 40, 48, 49, 102, 169, 195], "permit": 169, "persist": [73, 80, 132, 180], "person": [5, 9, 66, 73, 96, 113, 123, 136, 151, 155, 168, 169, 197, 203, 215], "personal_w": 73, "petsc": 184, "pg_ctl": 122, "pgf": [148, 186], "pgfplot": 148, "pghost": 122, "pgmpy": 185, "pharmacokinet": [181, 182], "phase": [80, 184, 185, 200], "phenomenon": 113, "photographi": 217, "php": 82, "phy": 167, "physic": [59, 66, 166, 181, 182, 217], "pi": [80, 99, 174], "pick": [66, 101, 102, 103, 140, 148, 177, 206], "picker": [118, 173], "pictur": [61, 146, 148], "pid": [110, 128, 165], "pidfil": [128, 165], "piec": [9, 83, 145, 169, 197], "pile": 148, "pillar": 184, "pillow": 185, "pin": [154, 177], "ping": [12, 30, 31, 66, 83, 170, 184], "pint": 184, "pinta": 217, "pip": [86, 133, 154, 183, 184, 185, 198, 206], "pip2": [102, 154, 183, 184], "pip3": [76, 102, 104, 132, 154, 183, 184], "pipe": 165, "pipelin": [76, 184], "pipenv": [102, 183], "pipfil": 102, "pitch": 174, "pitfal": 165, "pivottablej": 183, "pixel": 185, "pkg": [101, 184, 186, 187], "pl": 9, "place": [73, 101, 114, 131, 148, 149, 169, 174, 178, 179, 192, 196, 197, 198, 206, 213, 214], "placehold": 87, "placement": [144, 148], "plai": [83, 93], "plain": [32, 73, 99, 106, 132, 146, 152, 184], "plaintext": 152, "plan": [2, 5, 66, 90, 111, 139, 151, 162, 164, 177, 184, 191, 195, 198, 199, 200], "planet": 184, "platform": [12, 30, 31, 67, 76, 95, 102, 103, 129, 131, 139, 144, 155, 174, 180, 184, 186, 187, 194, 197, 202, 206, 214], "player": [146, 174], "playground": 184, "pleas": [2, 5, 12, 23, 30, 33, 60, 63, 66, 76, 83, 101, 102, 103, 104, 110, 114, 115, 118, 132, 143, 151, 154, 162, 165, 169, 174, 180, 183, 184, 185, 188, 193, 197, 200, 202, 206, 217], "plenti": 114, "plethora": [66, 180], "plink": 185, "plot": [80, 81, 94, 100, 120, 130, 132, 146, 177, 183, 184, 185, 186, 187, 209, 217], "plot1": 130, "plot3d": 184, "plot4": 148, "plot_mimetyp": [146, 184], "plotli": [102, 120, 183, 184], "plotoutput": 130, "plt": [110, 217], "plu": [2, 66, 90, 92, 185, 187, 197, 199, 202], "plug": 152, "pluggabl": 11, "plugin": [11, 152, 184, 214], "pluto": [100, 139, 159, 175, 186], "pm2": 184, "pn": 80, "png": [100, 137, 146, 148, 178, 184, 213], "po": [136, 200], "point": [11, 12, 30, 53, 66, 69, 75, 78, 80, 81, 86, 93, 96, 108, 110, 112, 114, 118, 124, 129, 130, 132, 133, 137, 152, 156, 163, 169, 170, 174, 178, 184, 185, 192, 193, 196, 198, 213], "pointer": 169, "polici": [53, 66, 75, 169, 183, 206], "polit": 188, "polyglossia": 148, "polyhedr": 184, "polyhedron": 184, "pomegran": 184, "pong": 36, "pool": 191, "poor": [83, 197], "pop": [2, 3, 5, 58, 82, 83, 98, 144, 156, 178, 196, 204, 213], "poppler": 184, "popul": [181, 182, 186, 192, 193], "popular": [145, 173, 185], "por": 185, "port": [76, 80, 87, 112, 120, 122, 130, 133, 176, 185], "portabl": [10, 184, 186], "porter": [183, 184], "portion": [63, 76, 83, 133], "posit": [76, 130, 149, 150, 178, 184, 190, 213], "posix": 63, "possess": 177, "possibl": [5, 11, 12, 30, 31, 48, 55, 58, 63, 66, 73, 81, 83, 87, 90, 102, 103, 104, 110, 120, 123, 124, 130, 132, 134, 138, 140, 141, 144, 145, 146, 148, 152, 154, 155, 158, 162, 163, 169, 174, 180, 188, 192, 193, 195, 197, 199, 202, 206, 212, 214, 217], "possibli": [12, 22, 30, 83, 108, 132, 138, 143, 163, 169, 175], "post": [12, 27, 28, 30, 31, 36, 52, 53, 58, 103, 132, 137, 169, 195, 203, 217], "post1": 185, "postgres_data": 122, "postgresql": [30, 31, 50, 54, 55, 100, 183, 184, 203], "posthoc": 184, "postmessag": [12, 30], "postpon": 17, "postscript": 148, "potenti": [63, 66, 131, 169, 188, 211], "potsdam": 80, "pound": [61, 73, 167], "power": [2, 9, 11, 66, 83, 132, 148, 156, 185, 187, 199, 206, 214, 217], "powerlin": 183, "powerpoint": 178, "pp": 52, "pprint": 52, "ppt": 217, "practic": [169, 215], "pre": [66, 78, 86, 148, 154, 174, 178, 185, 186, 213], "preambl": [73, 148, 150], "preced": [39, 61, 85, 143, 149, 152, 178, 213], "precis": [9, 66, 102], "precompil": [183, 184], "preconfigur": [11, 211], "predict": 63, "preemptibl": [2, 132], "prefer": [9, 58, 66, 67, 73, 75, 76, 79, 132, 141, 143, 145, 149, 150, 158, 159, 177, 193, 197, 198, 200, 209, 214, 217], "prefix": [76, 84, 87, 102, 132, 134], "preivou": 186, "premis": 140, "premium": 184, "prepar": [2, 185, 194], "prepars": 174, "prepend": 198, "prepopul": 184, "preprocess": [76, 184], "presenc": 66, "present": [4, 21, 23, 69, 73, 90, 144, 154, 169, 173, 174, 181, 182, 195, 198, 213, 217], "preserv": [198, 202], "preset": 156, "press": [75, 90, 98, 103, 112, 125, 128, 132, 137, 145, 174, 178, 190, 192, 202, 217], "pretti": 63, "prettier": [183, 184, 185], "prettyprint": 52, "prettyt": 183, "prevent": [2, 3, 112, 122, 132, 144, 156, 169, 172, 192, 199, 201, 202, 208, 215], "preview": [9, 73, 149, 150, 177, 178, 213], "previou": [33, 73, 79, 118, 132, 139, 145, 151, 154, 174, 183, 184, 185, 187, 197, 198, 200, 202], "previous": [61, 106, 137, 169, 177, 184, 197, 198], "price": [2, 9, 63, 66, 151, 162, 169, 184, 200, 201, 208, 211, 215], "primari": [11, 113], "primarili": [183, 184, 217], "prime": [9, 184, 208], "print": [75, 76, 79, 83, 84, 98, 102, 114, 120, 122, 130, 132, 133, 150, 152, 174, 185, 217], "printf": 132, "println": 132, "prior": [119, 187], "priorit": [2, 66], "prioriti": 2, "privaci": [206, 214], "privat": [9, 20, 37, 38, 83, 97, 123, 137, 161, 163, 169, 180, 195, 211], "privileg": [51, 58, 102], "pro": [104, 141, 143, 180], "probabilist": [184, 185, 186, 187], "probabl": [12, 30, 75, 91, 111, 128, 131, 144, 183, 184, 185, 191, 198, 199, 214, 217], "problem": [11, 65, 66, 67, 69, 81, 88, 90, 93, 106, 113, 114, 115, 118, 129, 135, 137, 143, 144, 146, 150, 151, 158, 160, 169, 170, 184, 185, 186, 188, 192, 194, 196, 197, 214], "problemat": [83, 93], "proc": 99, "proce": [144, 196, 200], "procedur": [185, 187], "proceed": 3, "process": [5, 8, 13, 63, 66, 67, 87, 93, 100, 103, 106, 119, 131, 139, 145, 146, 148, 149, 150, 155, 158, 162, 163, 169, 173, 174, 177, 181, 182, 183, 184, 189, 193, 197, 198, 200, 202, 203, 208, 209, 214, 217], "processor": [147, 148], "produc": [73, 93, 110, 146, 148, 150, 152], "product": [2, 11, 12, 30, 31, 55, 67, 75, 95, 101, 161, 169, 186, 200, 214, 217], "profession": [214, 217], "profil": [170, 177, 184, 185, 187], "program": [2, 9, 11, 30, 31, 66, 67, 75, 81, 93, 96, 99, 105, 110, 116, 119, 135, 145, 149, 152, 163, 169, 174, 179, 180, 181, 182, 183, 184, 185, 186, 187, 192, 197, 198, 202, 217], "programm": [132, 184], "progress": [181, 182, 197], "prohibit": [144, 215], "projec": 128, "project": [0, 1, 3, 4, 5, 8, 11, 13, 14, 17, 18, 19, 20, 22, 23, 24, 25, 27, 28, 32, 33, 37, 38, 40, 41, 42, 45, 49, 52, 53, 54, 55, 56, 59, 60, 61, 63, 66, 67, 70, 73, 75, 76, 78, 81, 86, 88, 90, 91, 95, 97, 98, 101, 102, 103, 104, 106, 109, 112, 113, 114, 118, 120, 122, 124, 127, 128, 130, 133, 135, 136, 137, 138, 139, 141, 143, 149, 152, 154, 156, 157, 159, 160, 171, 174, 175, 176, 179, 180, 183, 184, 185, 187, 188, 190, 192, 194, 196, 201, 202, 203, 204, 205, 208, 209, 210, 211, 212, 214, 215, 217], "project_cr": 22, "project_exec": 30, "project_exec_output": 37, "project_id": [12, 13, 14, 22, 23, 25, 30, 32, 33, 37, 38, 39, 40, 41, 42, 45, 49, 50, 52, 54, 55, 56, 80, 120, 130, 138], "project_init": 165, "project_invite_token": 13, "projectil": [181, 182], "projects_al": 39, "prologu": 148, "prompt": [78, 98, 102, 103, 133, 136, 144, 169, 183, 196, 202], "proof": [12, 30], "propag": 169, "proper": [12, 30, 93, 148, 152], "properli": [83, 92, 102, 120, 148, 169, 217], "prophet": 187, "proport": 174, "proportion": [63, 146], "proprietari": [140, 214], "prorat": [5, 151], "protein": 187, "proto": 184, "protobuf": 185, "protocol": [11, 92, 137, 157, 169, 185], "prototyp": [87, 184], "prove": 206, "proven": 194, "prover": 185, "provid": [2, 3, 5, 9, 11, 13, 23, 30, 31, 34, 36, 37, 39, 47, 51, 55, 59, 63, 65, 66, 69, 76, 79, 83, 92, 94, 98, 101, 102, 114, 116, 128, 139, 148, 152, 156, 158, 160, 169, 173, 177, 180, 181, 182, 183, 184, 185, 186, 188, 191, 192, 193, 197, 198, 199, 200, 201, 211, 213, 214], "provinc": 185, "proxi": [83, 180], "ps1": 114, "psi4": [181, 182], "pso": 184, "pspp": [183, 217], "psppire": 217, "psql": [9, 122], "pss": 128, "pstrick": 217, "psych": 184, "psycopg2": [122, 184], "psycopg2_tutori": 122, "pt": 128, "pub": [6, 97, 169], "public": [3, 20, 38, 53, 63, 97, 132, 137, 151, 163, 169, 180, 184, 197, 214, 215], "public_get_text_fil": 30, "public_path": [39, 177], "public_text_file_cont": 38, "publicli": [58, 113, 146, 158, 197], "publish": [4, 67, 129, 132, 136, 139, 145, 146, 152, 157, 158, 169, 181, 182, 197, 198], "pull": [97, 114, 151, 152], "pulldown": [68, 152, 173], "puma": 184, "pumadata": 184, "punctur": 186, "purchas": [9, 50, 51, 53, 60, 67, 97, 132, 151, 162, 169, 176, 192, 200, 209, 211, 214, 215], "pure": [132, 186], "purg": 198, "purpos": [66, 83, 139, 157, 176, 180, 181, 183, 184, 185, 186, 194, 208, 217], "push": [76, 97, 198, 214], "put": [51, 61, 66, 78, 85, 90, 106, 126, 132, 136, 146, 148, 151, 152, 174, 177, 178, 190, 193, 199, 206, 213, 214, 215], "puzzl": 93, "pw": 73, "pwd": 37, "pwlf": 185, "px": 120, "py": [9, 73, 80, 98, 106, 114, 120, 132, 133, 148, 165, 183, 186, 202], "py2": [183, 184], "py3": [86, 183, 184], "py36_1": 184, "py36_blas_openblash641cfe3_1205": 184, "py36_blas_openblashbbbf1d5_201": 184, "py36h438ddbb_0": 184, "py36h5f35d83_1": 184, "py36h8210e8a_7": 184, "py36h8e2386c_0": 184, "py36h9c20d5c_0": 184, "py36hcca6a23_0": 184, "py36hf484d3e_1000": 184, "py36hfc679d8_0": 184, "pyarrow": 187, "pyberni": 184, "pyblock": 148, "pyc": 102, "pycairo": 184, "pycharm": 183, "pydata": 102, "pydicom": 184, "pydo": 185, "pyeda": 184, "pyee": 184, "pyenv": 86, "pyfftw": 184, "pyflux": 183, "pygam": 184, "pygment": 185, "pygsheet": 184, "pylab": 148, "pyladvi": 183, "pylatex": 185, "pylatexenc": 184, "pylint": [184, 185], "pymatgen": 186, "pymc3": [183, 184], "pymp": 184, "pynormaliz": 184, "pyomo": 184, "pypi": [102, 184, 185], "pyplot": [110, 133, 184, 217], "pyppet": 184, "pyproj": 184, "pypy3": [102, 187], "pyqt": 184, "pyqt5": 184, "pyqtwebengin": 184, "pyreadstat": 185, "pyro": 186, "pysal": [184, 185], "pyscf": [184, 185], "pyshp": 184, "pysingular": 184, "pyspic": 187, "pystan": 184, "pyswarm": 184, "pytabl": 184, "pytest": [184, 185], "python": [17, 30, 31, 53, 73, 75, 78, 80, 82, 89, 90, 94, 100, 104, 105, 107, 114, 115, 120, 122, 128, 130, 136, 137, 144, 148, 152, 154, 179, 180, 183, 189, 192, 196, 198, 202, 214, 217], "python2": [86, 98, 102, 132, 154, 183, 184, 202], "python3": [23, 80, 86, 102, 120, 136, 145, 154, 165, 180, 183, 184, 185, 187, 188, 202], "pythonhost": 183, "pythonpath": [115, 132], "pythontex": 183, "pytorch": [66, 76, 184, 185, 186], "pytz": 102, "pytzwher": 184, "pyvi": 184, "pywavelet": 185, "pyzmq": 132, "q": [57, 92, 103, 110, 122, 128, 198], "qdap": 184, "qgi": [183, 184, 185], "qgrid": 185, "qiskit": [181, 182, 183, 184, 185], "qjqhddfsfj": 43, "qmd": 152, "qt": 184, "qtawesom": 184, "qtpy": 184, "qualiti": [9, 12, 30, 93, 137, 148, 180, 184, 197, 214], "quandl": [184, 185], "quantum": [184, 185, 188], "queri": [9, 12, 13, 15, 16, 17, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 36, 37, 38, 40, 41, 43, 45, 46, 47, 48, 49, 50, 51, 53, 55, 69, 184, 185], "query_str": 52, "question": [5, 7, 9, 58, 60, 66, 67, 75, 103, 110, 132, 135, 162, 170, 174, 176, 191, 192, 194, 195, 197, 198, 207, 214, 215], "quick": [66, 83, 168, 169, 174, 187, 206, 213], "quickest": 168, "quickli": [50, 66, 93, 97, 101, 131, 167, 194, 208, 214], "quickstart": [98, 174, 183], "quit": [11, 66, 128, 139, 154, 198, 206, 214, 217], "quot": [2, 60, 79, 85, 152, 178, 201, 213], "quota": [2, 5, 52, 55, 59, 66, 88, 108, 110, 113, 128, 132, 137, 158, 161, 162, 207, 208, 209], "qutip": 184, "r": [11, 12, 30, 52, 67, 86, 100, 102, 104, 110, 128, 130, 139, 145, 146, 148, 152, 154, 174, 179, 180, 183, 184, 188, 194, 196, 202, 214], "r9": 162, "r_libs_us": 103, "r_makevars_us": 110, "race": 122, "racket": 184, "rai": [77, 184, 186], "rais": [114, 174], "ram": [5, 55, 63, 66, 108, 110, 156, 169, 199, 200, 209], "randn": [80, 217], "random": [30, 31, 40, 79, 80, 110, 165, 169, 184, 187, 192, 217], "randomli": [131, 192, 217], "rang": [55, 66, 76, 80, 87, 119, 132, 145, 174, 184, 198, 211], "ranger": 185, "rapid": 184, "rare": [76, 149, 196], "raster": [146, 186, 217], "rasterio": 185, "rate": 184, "rather": [5, 30, 31, 66, 73, 82, 89, 110, 131, 132, 138, 139, 145, 151, 169, 198, 214], "raw": [68, 98, 132, 148, 217], "raw_port": [128, 165], "rb": [126, 202], "rc0": [183, 184, 185], "rc1": 183, "rclone": 184, "rcmdr": 217, "rcommand": 217, "rcpp": 184, "rdkit": 184, "re": [2, 5, 12, 30, 53, 61, 63, 73, 78, 79, 83, 84, 86, 87, 89, 94, 98, 102, 110, 119, 122, 128, 129, 131, 132, 137, 141, 144, 145, 146, 148, 150, 169, 174, 179, 180, 184, 185, 191, 196, 197, 199, 202, 203, 217], "reach": [83, 151, 170, 214], "react": 152, "reactiv": 130, "read": [12, 17, 18, 19, 30, 38, 39, 40, 49, 55, 61, 63, 66, 76, 86, 94, 98, 104, 114, 121, 122, 136, 145, 147, 148, 163, 169, 170, 174, 177, 180, 185, 187, 195, 200, 203, 206, 217], "read_csv": 133, "read_parquet": 80, "read_text_file_from_project": 30, "readabl": [34, 186, 203], "reader": [153, 217], "readi": [2, 12, 30, 66, 75, 76, 118, 162, 179, 187, 204], "readm": [21, 152, 177], "readthedoc": [183, 184], "real": [11, 52, 57, 61, 63, 66, 94, 139, 143, 144, 145, 160, 169, 177, 178, 185, 186, 194, 197, 198, 213, 214, 217], "realli": [12, 30, 101, 111, 124, 128, 154, 169, 198, 217], "realnumb": 132, "realtim": [143, 196, 203], "rearrang": 178, "reason": [2, 21, 53, 63, 83, 96, 106, 143, 144, 148, 155, 162, 169, 177, 185, 193, 194, 197, 202, 203, 206], "rebat": 184, "reboot": [82, 132, 162, 208], "rebuild": 186, "recaptcha": 55, "receipt": 209, "receiv": [12, 30, 32, 88, 91, 152, 180, 188, 195, 196, 197, 198, 208], "recent": [54, 82, 90, 102, 124, 132, 148, 161, 169, 184, 185, 187, 188, 202, 209], "reciev": 188, "recipi": [61, 193, 195], "recommend": [17, 58, 146, 165, 169, 184, 193, 202, 208], "recommonmark": 184, "reconfigur": [194, 198], "reconnect": [83, 169, 202], "reconsid": 215, "record": [34, 59, 86, 110, 145, 163, 178, 194, 197, 198, 203, 213], "recov": [67, 135, 143, 145, 169, 190, 191], "recreat": 63, "rectangl": [83, 178, 213], "rectangular": [178, 213], "recurs": 103, "red": [7, 61, 73, 75, 81, 83, 136, 158, 170, 184, 192, 199, 200], "redeem": 176, "redempt": 211, "redim": 80, "redirect": [80, 92, 197], "redistribut": 192, "redistrict": 188, "redraw": 217, "reduc": [132, 156, 172, 208, 214], "reduct": [184, 185], "reestablish": 83, "ref": 78, "refactor": 212, "refer": [11, 34, 61, 66, 113, 157, 174, 217], "reflect": [50, 192], "refresh": [55, 69, 83, 86, 102, 106, 120, 121, 131, 133, 141, 161, 168, 186, 193, 213], "refund": 5, "regain": 66, "regard": [3, 102, 104, 129, 155, 158, 169, 179, 180, 185, 197, 201], "regardless": [46, 169, 214], "regener": 9, "region": [63, 66, 99, 169, 174, 178, 213], "regist": 76, "registri": 101, "regress": [11, 184], "regul": 5, "regular": [61, 63, 66, 73, 76, 154, 155, 158, 165, 169, 178, 180, 206, 213, 214], "regularli": [50, 53, 132, 180], "reilli": [181, 182], "reimburs": 139, "reinstal": [101, 146, 184], "reinvit": 193, "reject": 138, "rel": [4, 12, 17, 20, 30, 37, 38, 40, 49, 50, 63, 83, 148, 177], "relat": [1, 7, 55, 60, 73, 79, 86, 102, 104, 131, 143, 156, 162, 168, 174, 177, 183, 184, 185, 188, 197, 217], "relationship": 146, "relax": [111, 183], "releas": [2, 69, 86, 114, 132, 151, 169, 183, 184, 185, 186, 187, 189], "releat": 183, "relev": [60, 83, 106, 132, 149, 152, 156], "reli": [66, 136, 139], "reliabl": [10, 66, 155], "relief": 184, "reload": [81, 83, 131, 174, 179], "rem": [183, 184, 185, 188], "remain": [5, 66, 78, 136, 183, 184, 191, 197, 214], "remaind": [30, 31], "remap": 202, "remark": 125, "remarkj": 100, "rememb": [69, 83, 124, 148, 151, 170, 177], "remember_m": 83, "remind": [5, 66, 169, 179, 187], "remot": [66, 76, 88, 97, 101, 102, 103, 137, 156, 161, 165, 174, 184, 202, 209], "remotedata": 184, "remov": [2, 3, 6, 12, 18, 30, 41, 42, 55, 66, 69, 78, 79, 83, 87, 88, 96, 114, 123, 132, 148, 150, 167, 168, 169, 172, 173, 177, 178, 183, 184, 185, 190, 194, 196, 197, 201, 208, 210, 213], "remove_collabor": 30, "remove_license_from_project": 30, "renam": [163, 168, 184, 197], "render": [61, 73, 80, 84, 108, 125, 148, 150, 152, 174, 184, 196, 198, 217], "renderplot": 130, "renew": [2, 5, 211], "renown": 66, "repeat": [37, 132, 169, 184], "repl": 86, "replac": [9, 50, 55, 66, 80, 83, 84, 87, 89, 104, 114, 130, 132, 137, 146, 148, 149, 150, 162, 169, 180, 184, 198, 202], "repli": [12, 30, 33, 174, 195], "replyto": [32, 33], "replyto_nam": [32, 33], "repo": [98, 102, 103, 121, 177], "repo2dock": 180, "report": [11, 17, 20, 76, 82, 83, 93, 106, 129, 148, 154, 174, 185, 196, 197, 198, 214, 215], "repositori": [2, 53, 63, 66, 69, 71, 98, 101, 103, 151, 152, 162, 166, 169, 177, 179, 180, 181, 182, 197, 198, 206, 217], "repr": 184, "repres": [66, 187], "represent": [184, 203], "reproduc": [102, 131, 148, 170, 180], "req": [12, 30], "request": [2, 7, 9, 12, 13, 17, 23, 26, 27, 28, 30, 31, 33, 36, 37, 52, 57, 58, 66, 76, 83, 89, 118, 131, 137, 138, 148, 151, 152, 168, 170, 177, 180, 184, 185, 187, 198, 199, 202, 211, 214], "requir": [2, 3, 11, 13, 14, 15, 16, 17, 20, 23, 24, 25, 26, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 58, 66, 67, 76, 86, 93, 102, 103, 114, 119, 130, 132, 140, 155, 156, 169, 180, 183, 184, 185, 198, 208, 211, 214, 217], "rerun": 131, "res_d": 76, "reschedul": 131, "research": [80, 101, 139, 148, 184, 208], "resel": 176, "resembl": 173, "resend": 194, "reserv": 208, "reset": [26, 43, 169, 180, 198], "reset_cod": 43, "reset_forgot_password": 30, "reset_forgot_password_respons": 43, "resid": [83, 110, 154, 161, 163], "residu": 128, "resili": 63, "resist": 185, "resiz": 217, "resolv": [66, 83, 139, 174, 183, 187, 198, 206], "resourc": [2, 3, 11, 22, 63, 66, 101, 109, 129, 131, 139, 140, 147, 151, 155, 156, 158, 160, 169, 191, 193, 197, 199, 200, 206, 208, 214, 215, 217], "respan": 87, "respect": [24, 166, 190, 217], "respond": [36, 131, 217], "respons": [9, 12, 21, 30, 31, 58, 65, 66, 131, 133, 140, 201, 217], "rest": [63, 110, 126, 152, 195], "restart": [2, 75, 81, 82, 83, 86, 87, 90, 101, 102, 103, 105, 106, 108, 109, 110, 115, 132, 133, 145, 146, 156, 165, 168, 174, 180, 186, 191, 194, 199, 200, 202, 208], "restor": [69, 81, 83, 124, 150, 163, 170, 174, 198], "restrict": [67, 138, 146, 194, 199, 208, 214, 215], "result": [19, 21, 40, 48, 51, 63, 83, 89, 91, 93, 99, 119, 144, 145, 146, 148, 151, 165, 170, 173, 174, 193, 196, 202, 203], "resum": [5, 11, 81, 140], "retain": 174, "retri": 196, "retriev": [17, 19, 89], "return": [12, 17, 19, 21, 23, 24, 27, 28, 30, 31, 36, 37, 39, 46, 48, 51, 58, 69, 75, 80, 83, 87, 96, 99, 101, 103, 132, 136, 137, 139, 141, 145, 148, 149, 150, 167, 168, 174, 191, 194, 198, 202, 217], "reusabl": 186, "rev": 183, "reveal": [48, 144, 151, 180, 183, 184, 190], "revers": [79, 174, 185, 198, 203], "revert": [124, 139, 146, 169, 186, 191, 197, 198, 203], "review": [196, 197, 217], "revis": [39, 79, 148, 174, 190, 198, 203], "revok": [191, 197], "rewrit": [58, 169], "rewritten": 169, "rf": [78, 146, 184, 185], "rhodesmil": 184, "rich": [67, 80, 178, 184, 216], "rid": [87, 110], "right": [0, 1, 2, 3, 5, 8, 9, 11, 58, 59, 61, 66, 68, 72, 73, 81, 83, 85, 87, 90, 93, 98, 99, 101, 102, 105, 106, 111, 113, 116, 118, 123, 124, 125, 126, 129, 131, 132, 136, 137, 144, 145, 146, 148, 150, 160, 163, 167, 169, 170, 173, 177, 178, 179, 184, 192, 193, 194, 196, 197, 198, 200, 202, 211, 213, 217], "rigid": [152, 181, 182], "rise": 184, "risk": [146, 169], "rl": 128, "rlang": 184, "rm": [78, 146, 184], "rmarkdown": [73, 183, 184, 185], "rmd": [73, 152, 217], "rna": 184, "rnorm": 148, "rnw": [148, 217], "road": 214, "roboto": 184, "robust": 186, "rocket": [87, 202], "rollout": 184, "roman": 148, "room": [110, 137, 152, 195, 198], "roommat": 83, "root": [102, 114, 148, 154, 176, 183, 184, 192, 214], "roper": 183, "rotat": [133, 181, 182], "rough": 200, "roughli": 114, "round": [63, 170, 183, 185], "rout": 83, "router": 83, "routin": [184, 187], "row": [105, 110, 122, 128, 192, 197, 202], "rownam": 114, "rpcinfo": 185, "rpy2": [184, 185], "rsa": [162, 169], "rscript": [127, 130], "rss": [128, 153, 165], "rst": 203, "rstan": [154, 184], "rstudio": [11, 103, 130, 217], "rsync": [17, 20, 50, 137, 169, 184, 198], "rtd": 184, "rtex": [148, 217], "rtmpu49yv": 103, "rtree": 183, "rtx": 66, "rubi": 100, "rule": [7, 76, 148, 152, 177, 184, 198], "run": [6, 9, 11, 12, 17, 22, 30, 37, 50, 63, 66, 70, 73, 77, 78, 79, 80, 81, 84, 85, 86, 87, 88, 89, 94, 96, 97, 99, 100, 101, 102, 103, 104, 105, 106, 108, 112, 115, 116, 119, 120, 121, 122, 126, 127, 129, 130, 131, 133, 136, 137, 139, 140, 142, 143, 145, 148, 149, 151, 152, 154, 155, 156, 158, 160, 161, 162, 163, 165, 168, 169, 170, 172, 174, 175, 177, 178, 180, 181, 182, 183, 184, 185, 186, 187, 188, 193, 194, 197, 199, 201, 202, 203, 206, 208, 211, 212, 214, 215, 217], "run_limit": 55, "run_pend": 165, "run_serv": 120, "runapp": 130, "runnabl": 181, "runtim": 102, "ruptur": 185, "rust": [183, 187], "rustc": [183, 184, 185], "rustfmt": 184, "rw": 198, "rweav": 148, "rwx": 169, "ryan": 202, "sa": 185, "sad": 90, "safari": [23, 141, 217], "safe": [58, 196], "safer": 58, "sage": [17, 20, 67, 73, 75, 86, 90, 96, 110, 122, 131, 135, 146, 148, 152, 154, 161, 165, 177, 179, 180, 183, 184, 195, 197, 198, 202, 203, 209, 214, 216, 217], "sage_custom": 86, "sage_output": 165, "sage_path": 132, "sage_select": [169, 183, 184, 185, 186, 187, 188, 189], "sage_serv": 132, "sagebug": 129, "sagemanifold": 177, "sagemath": [66, 86, 102, 105, 129, 132, 139, 145, 148, 152, 154, 180, 183, 184, 186, 187, 188, 189, 197, 214], "sagemathcloud": [23, 28, 180], "sagemathinc": [27, 53, 54, 56, 57, 69, 75, 132, 144, 166, 174, 177], "sagetex": 184, "sagew": [23, 28, 96, 152, 169, 174, 177, 202, 217], "sagews2ipynb": [174, 202], "sagews2pdf": 174, "sai": [63, 67, 75, 83, 91, 98, 110, 135, 137, 156, 162, 169, 174, 192, 198, 203, 213, 214], "said": 141, "sake": 102, "salvu": [132, 174], "same": [6, 9, 11, 13, 21, 37, 40, 48, 58, 61, 63, 66, 69, 73, 75, 84, 87, 89, 98, 99, 102, 105, 110, 111, 113, 125, 131, 136, 138, 141, 143, 145, 146, 148, 151, 152, 154, 155, 163, 165, 169, 173, 174, 177, 178, 180, 184, 193, 196, 197, 198, 199, 202, 203, 206, 208, 211, 213, 217], "saml": 198, "sampl": [20, 22, 30, 31, 52, 54, 57, 63, 73, 76, 98, 107, 152, 156, 163, 168, 169, 173, 174, 177, 196, 211, 213], "sandbox": [66, 84], "sanit": 152, "saoimag": 183, "saoimageds9": 186, "sas7bcat": 185, "sas7bdat": 185, "satellit": 184, "satijalab": 184, "satisfi": 66, "sav": 185, "save": [6, 9, 11, 12, 30, 37, 58, 59, 63, 67, 73, 76, 83, 88, 89, 98, 102, 103, 108, 110, 131, 135, 146, 148, 149, 150, 165, 167, 169, 174, 176, 178, 179, 190, 196, 197, 199, 203, 213, 217], "save_sess": 174, "sbin": [128, 165], "scalabl": [11, 76, 139, 155], "scale": [87, 188, 208, 217], "scatter": [184, 186], "scenario": 66, "scene": [63, 110, 137, 196, 198, 217], "schedul": [17, 18, 66, 87, 165, 178, 184, 213, 214], "schema": [30, 31, 39, 53, 55, 177], "schemat": 217, "scheme": [105, 132], "schmidt": 79, "sci": 99, "scienc": [66, 152, 166, 180, 184, 188, 202], "scientif": [99, 116, 158, 180, 184, 217], "scientist": 76, "scikit": [183, 184, 185], "scipi": [102, 132, 174, 184, 185], "scm": 171, "score": 196, "scp": [137, 169], "scrapi": 186, "scratch": [132, 177, 184, 196], "screen": [0, 3, 6, 12, 30, 68, 75, 83, 98, 132, 150, 158, 167, 169, 183, 190, 192, 195, 196, 211, 213, 217], "screenshot": [68, 72, 73, 82, 99, 126, 136, 145, 148, 150, 163, 166, 167, 178, 180, 184, 197, 200, 213, 217], "scribu": 217, "script": [6, 63, 78, 83, 87, 116, 122, 125, 127, 130, 137, 157, 161, 183, 185, 196, 197, 198, 217], "scriptsaf": 83, "scroll": [58, 86, 98, 102, 105, 108, 128, 137, 152, 169, 193, 198, 211], "scrollabl": 145, "sdk": 183, "seaborn": [133, 183, 185], "seamlessli": [66, 185], "search": [3, 8, 48, 61, 67, 70, 75, 79, 98, 113, 124, 132, 148, 167, 168, 169, 173, 174, 177, 179, 184, 191, 192, 193, 208, 209], "searchabl": 173, "season": [185, 187], "second": [8, 12, 17, 20, 21, 30, 37, 39, 44, 63, 66, 72, 82, 83, 103, 110, 112, 116, 120, 124, 136, 141, 144, 152, 163, 165, 169, 170, 173, 174, 181, 182, 190, 199, 200, 211, 217], "secret": [58, 169, 177, 198], "secret_password": [15, 47], "section": [2, 3, 5, 6, 54, 66, 79, 91, 99, 123, 133, 148, 149, 152, 158, 169, 178, 191, 192, 193, 195, 196, 198, 199, 200, 203, 207, 213], "secur": [2, 36, 38, 39, 53, 66, 83, 95, 140, 144, 146, 148, 169, 172, 177, 193, 194, 196, 198, 214, 217], "sed": 152, "see": [0, 1, 2, 3, 4, 5, 6, 7, 9, 11, 21, 27, 28, 30, 31, 39, 52, 53, 54, 55, 60, 61, 62, 63, 65, 66, 68, 69, 70, 73, 75, 76, 77, 82, 85, 86, 87, 91, 92, 97, 98, 99, 102, 105, 106, 107, 108, 109, 110, 111, 113, 114, 120, 122, 123, 125, 126, 127, 130, 131, 133, 136, 137, 139, 143, 144, 145, 146, 148, 149, 150, 151, 152, 154, 155, 156, 158, 160, 162, 165, 167, 168, 169, 170, 172, 173, 174, 175, 177, 178, 179, 180, 183, 184, 185, 186, 188, 190, 191, 192, 193, 195, 196, 197, 198, 201, 202, 203, 207, 208, 211, 212, 213, 217], "seed": 158, "seek": 184, "seem": [67, 135, 199], "seen": [69, 197, 199, 200], "segment": [106, 174], "select": [0, 2, 3, 6, 39, 61, 66, 68, 70, 71, 73, 75, 76, 85, 86, 90, 93, 98, 100, 101, 102, 103, 110, 113, 116, 118, 120, 122, 126, 127, 128, 130, 137, 143, 144, 148, 149, 150, 152, 154, 156, 162, 163, 164, 166, 168, 169, 173, 177, 178, 180, 183, 184, 185, 187, 188, 190, 191, 192, 193, 196, 197, 198, 200, 202, 211, 212, 213, 217], "selecteddata": 130, "selectinput": 130, "selector": [63, 148, 152, 180], "selenium": [184, 186], "self": [3, 80, 176, 196, 197, 198], "sell": [11, 206, 211], "semant": 184, "semicolon": [33, 149], "send": [2, 9, 12, 26, 30, 32, 37, 45, 55, 57, 61, 83, 112, 123, 169, 174, 177, 192, 193, 195, 198, 202, 211], "sens": [11, 63, 79, 139, 148, 151, 172, 192, 206], "sensibl": 63, "sensit": [9, 71, 198], "sent": [12, 23, 29, 30, 33, 37, 39, 43, 61, 83, 131, 192, 193, 195], "sentenc": 150, "sentiment": 185, "sep": [110, 114, 130, 165], "separ": [22, 48, 73, 98, 101, 113, 127, 132, 144, 149, 152, 167, 169, 193, 194, 195, 196, 201, 214], "septemb": 162, "seq": 186, "sequenc": [37, 105, 184], "seri": [83, 183, 184, 185, 186, 187, 203], "serif": [125, 148], "seriou": [170, 206], "serv": [11, 12, 30, 66, 80, 83, 138, 154, 169, 177, 214, 215], "server": [2, 3, 8, 9, 11, 12, 30, 36, 55, 63, 67, 75, 77, 82, 88, 101, 102, 104, 106, 108, 112, 116, 120, 121, 129, 130, 131, 132, 133, 139, 144, 146, 152, 156, 157, 159, 161, 162, 170, 174, 176, 178, 180, 184, 185, 186, 187, 188, 193, 194, 197, 198, 208, 209, 213, 214, 215, 216, 217], "server_app": 80, "server_doc": 80, "server_nam": 66, "servic": [11, 30, 31, 52, 61, 66, 67, 75, 76, 92, 97, 138, 155, 156, 169, 175, 180, 184, 193, 197, 206, 214], "session": [5, 12, 30, 52, 63, 66, 67, 85, 98, 102, 103, 105, 110, 126, 130, 131, 132, 136, 140, 141, 145, 146, 156, 162, 165, 168, 170, 174, 180, 184, 194, 197, 202, 206, 209, 211, 215], "set": [0, 1, 2, 5, 6, 8, 9, 15, 16, 17, 19, 21, 37, 55, 57, 58, 61, 63, 66, 67, 69, 73, 75, 79, 81, 82, 87, 89, 90, 97, 101, 102, 106, 108, 109, 113, 122, 123, 128, 131, 132, 133, 134, 136, 137, 138, 143, 144, 145, 149, 151, 152, 154, 156, 157, 158, 159, 161, 163, 165, 167, 168, 173, 174, 184, 185, 186, 187, 190, 191, 192, 193, 194, 197, 198, 199, 200, 209, 211, 212, 213, 217], "set_plot_opt": 132, "set_xlabel": 133, "set_xticklabel": 133, "set_ylabel": 133, "set_yscal": 133, "setdiff": 130, "setenv": 110, "setmainfont": 148, "setmainlanguag": 148, "setup": [11, 66, 79, 83, 87, 97, 100, 101, 111, 115, 132, 137, 143, 154, 158, 161, 177, 184, 185, 194, 197, 198, 200, 201, 209, 211, 214], "setuptool": 184, "seurat": 184, "sever": [2, 3, 5, 12, 28, 30, 37, 70, 83, 87, 101, 102, 103, 106, 110, 113, 118, 126, 128, 136, 137, 142, 145, 146, 148, 149, 152, 161, 167, 169, 183, 184, 185, 194, 197, 202, 206], "sf": 120, "sgp4": 184, "sh": [58, 128, 165, 202], "shade": 80, "shape": [178, 185, 213], "shapefil": 184, "share": [2, 3, 4, 38, 39, 58, 61, 63, 66, 67, 73, 77, 79, 83, 86, 102, 110, 123, 129, 134, 136, 137, 146, 152, 153, 157, 158, 163, 168, 169, 174, 178, 180, 194, 197, 198, 199, 200, 202, 208, 213], "sharelatex": [147, 150], "shed": 63, "sheet": [83, 100], "sheffield": 192, "shell": [36, 37, 70, 102, 133, 136, 137, 165, 169, 183, 184, 198, 217], "sherpa": [184, 186], "shift": [17, 73, 75, 83, 90, 96, 126, 132, 136, 144, 145, 146, 150, 154, 174, 190, 193], "shine": 206, "shini": [100, 180], "shinyapp": 130, "shinythem": 130, "shm": 66, "shop": [83, 211], "short": [2, 9, 55, 67, 70, 79, 83, 86, 98, 102, 148, 161, 176, 179, 194, 202, 206, 215], "shortcut": [69, 144, 149, 178, 213], "shorter": [168, 184], "shortli": 169, "should": [5, 9, 12, 30, 44, 50, 58, 63, 73, 76, 79, 81, 82, 83, 86, 87, 92, 99, 101, 102, 103, 110, 112, 113, 114, 116, 125, 128, 130, 132, 134, 139, 149, 150, 152, 165, 169, 174, 177, 179, 189, 190, 192, 194, 199, 206, 212, 214, 215, 217], "shouldn": [143, 152], "show": [2, 3, 4, 5, 9, 12, 19, 30, 39, 50, 66, 68, 70, 73, 79, 80, 83, 86, 89, 99, 102, 105, 110, 111, 120, 125, 128, 129, 132, 133, 144, 145, 146, 148, 149, 150, 151, 152, 158, 160, 161, 165, 167, 168, 169, 170, 173, 174, 178, 180, 190, 193, 196, 197, 198, 202, 203, 206, 212, 213, 217], "show_bug": 183, "show_trailing_whitespac": 39, "showcas": 66, "shown": [2, 3, 4, 6, 11, 61, 66, 68, 77, 85, 89, 136, 144, 146, 149, 150, 167, 169, 170, 173, 193, 197, 198, 200, 217], "showwarn": [103, 110], "shut": [66, 87, 106, 162], "shutdown": [83, 208], "si": 183, "side": [11, 68, 69, 83, 136, 144, 145, 149, 152, 158, 169, 173, 174, 177, 178, 184, 194, 198, 213, 217], "sidebar": [8, 179], "sidebarpanel": 130, "sigkil": 106, "sigma": [79, 99], "sign": [0, 3, 21, 33, 47, 51, 56, 58, 60, 61, 73, 83, 93, 98, 106, 111, 113, 123, 136, 140, 149, 152, 158, 162, 167, 169, 170, 173, 177, 178, 190, 193, 194, 197, 209, 211, 213], "signal": [12, 30, 106, 112, 148, 202], "signed_in": 21, "signifi": 177, "signific": [106, 170, 185], "significantli": [2, 156, 169, 208], "silent": [93, 193, 198], "simann": 184, "similar": [8, 11, 66, 79, 80, 102, 114, 128, 134, 136, 138, 145, 150, 152, 165, 169, 174, 188, 192, 195, 196, 197, 199, 203, 211], "similarli": [97, 102, 113, 148, 174, 184], "simpl": [37, 73, 76, 83, 120, 163, 165, 177, 184, 186, 214, 217], "simpleaudio": 146, "simpler": 211, "simplest": [102, 140], "simpli": [66, 76, 101, 133, 152, 156, 163, 169, 174, 192, 197, 198, 211], "simplic": 99, "simplifi": [114, 148, 169, 180, 217], "simul": [63, 100, 184, 185, 186, 187, 217], "simultan": [2, 11, 63, 66, 73, 83, 113, 143, 152, 176, 177, 178, 190, 192, 195, 199, 213], "sin": [61, 80, 94, 174], "sinc": [9, 11, 51, 61, 62, 63, 66, 90, 97, 101, 102, 124, 132, 148, 165, 177, 184, 185, 187, 190, 194, 198, 199, 208, 215], "sine": [80, 174], "singl": [6, 11, 19, 48, 50, 51, 63, 66, 69, 85, 96, 105, 110, 119, 145, 149, 150, 152, 163, 167, 174, 177, 184, 193, 194, 204, 211, 214, 217], "sip": 184, "sit": [106, 152], "site": [5, 55, 69, 83, 102, 103, 129, 132, 152, 155, 157, 162, 198, 201, 206, 208, 211], "sitelicensequota": 55, "situat": [2, 11, 83, 106, 110, 131, 135, 148, 149, 196, 198, 202, 214], "six": [102, 185], "size": [50, 66, 81, 88, 91, 110, 137, 146, 173, 176, 178, 184, 197, 200, 201, 202, 208, 213, 217], "size_t": 99, "sk": [50, 51, 54, 55, 56, 57], "sk_abcdefqwerty090900000000": [13, 15, 16, 17, 20, 21, 22, 23, 24, 26, 27, 28, 29, 32, 33, 34, 36, 37, 38, 39, 40, 41, 43, 46, 47, 48, 49, 58], "sk_tt9hr4nnotsiuxx0": 55, "sk_xxxxx": [54, 56, 57], "skip": [192, 194], "sklearn": [183, 184], "sktime": 186, "skyfield": 184, "sl": 165, "sla": 214, "slack": 76, "slash": [61, 73, 85, 98, 163, 178, 213], "slate": 173, "slatej": 152, "sleep": [11, 37, 132, 165, 185, 194], "slepc": 184, "slide": [67, 125, 144, 216], "slider": [59, 120, 174, 197, 198, 203], "sliderinput": 130, "slideshow": [100, 178], "slightli": [180, 184], "slow": [65, 67, 83, 135, 169, 197, 198, 217], "slower": [66, 131], "slowli": 131, "sluggish": 197, "slycot": 183, "sm": 128, "small": [2, 61, 63, 66, 83, 87, 110, 124, 138, 144, 146, 148, 150, 154, 165, 170, 177, 185, 187, 196, 200, 206, 217], "smaller": [63, 66, 88, 132, 146, 148, 154], "smallest": 110, "smart": 83, "smart_ind": 39, "smc": [30, 31, 39, 128, 132, 165], "smc_pyutil": 89, "smem": 128, "smith": 29, "smooth": 215, "smoother": [66, 208], "smoothli": [66, 83, 103, 194], "sn": 133, "snappi": [184, 217], "snapshot": [12, 30, 88, 102, 132, 157, 161, 166, 169, 190, 197, 198, 208], "sne": 184, "snippet": [67, 87, 89, 148, 168, 196, 212, 216], "snp": 187, "so": [5, 6, 9, 11, 34, 52, 53, 55, 63, 66, 69, 83, 90, 92, 93, 98, 102, 103, 106, 109, 114, 122, 123, 130, 131, 132, 137, 139, 143, 144, 146, 151, 152, 159, 169, 173, 177, 178, 180, 192, 193, 195, 196, 197, 198, 199, 202, 213, 214, 215, 217], "soap": 184, "soc": 215, "socket": [92, 122], "softwar": [4, 11, 63, 66, 67, 86, 100, 101, 103, 129, 131, 135, 139, 140, 154, 157, 178, 197, 198, 203, 206, 208, 213, 217], "solut": [11, 63, 83, 90, 110, 114, 131, 165, 185, 196], "solv": [81, 83, 129, 144, 174, 184, 186, 188, 197, 198], "solver": [184, 188], "some": [2, 5, 9, 11, 40, 46, 51, 53, 61, 63, 66, 69, 73, 79, 80, 81, 82, 89, 90, 99, 101, 106, 110, 113, 116, 123, 125, 129, 131, 137, 143, 144, 145, 146, 148, 149, 152, 154, 155, 163, 167, 169, 172, 173, 174, 177, 178, 180, 183, 184, 185, 186, 191, 192, 193, 195, 196, 198, 199, 203, 206, 211, 213, 214, 215, 217], "some_other_email": 192, "somebodi": [111, 211], "somedai": 55, "somehow": [83, 111, 124], "someon": [3, 11, 32, 33, 110, 129, 154, 169, 206], "someth": [5, 6, 50, 55, 60, 66, 83, 118, 132, 146, 154, 169, 179, 195, 198, 212, 215], "sometim": [66, 83, 93, 110, 113, 141, 148, 151, 152, 169, 214, 215, 217], "somewher": [58, 114, 132, 162, 169], "soon": [11, 79, 110, 144, 184, 185, 193, 195, 196, 198, 211], "sooner": 177, "sophist": [55, 76, 83, 120, 147, 198, 206], "sorri": 148, "sort": [39, 55, 110, 111, 128, 132, 165, 177, 190], "sound": [63, 146], "soupsiev": 184, "sourc": [11, 17, 19, 20, 30, 31, 39, 52, 53, 54, 56, 57, 63, 66, 77, 79, 83, 86, 98, 99, 102, 103, 106, 118, 125, 133, 137, 140, 149, 150, 151, 152, 154, 158, 162, 163, 165, 177, 179, 180, 184, 185, 186, 187, 198, 202, 212, 214, 217], "source_path": [12, 30], "source_project_id": [12, 30], "sourceurl": 125, "sp": 174, "space": [2, 39, 48, 59, 61, 63, 66, 67, 73, 81, 85, 101, 110, 128, 132, 135, 137, 144, 152, 156, 160, 161, 167, 169, 173, 178, 179, 185, 190, 192, 202, 209, 213], "spaces_instead_of_tab": 39, "spaci": 185, "spam": [61, 193], "span": [173, 192, 202], "spare": 2, "sparql": 184, "spatial": 183, "spawn": [146, 158], "speak": 79, "spec": [27, 152], "speci": [130, 187], "special": [2, 83, 86, 101, 102, 103, 119, 123, 148, 149, 174, 176, 186, 196, 208], "specialmatric": 185, "specif": [3, 11, 12, 17, 19, 23, 30, 58, 61, 69, 73, 75, 86, 100, 101, 102, 103, 106, 111, 120, 130, 131, 139, 145, 148, 149, 151, 152, 166, 168, 169, 178, 180, 181, 183, 184, 185, 195, 197, 198, 202, 203, 209, 211, 214], "specifi": [2, 3, 6, 13, 17, 20, 21, 37, 39, 54, 75, 76, 102, 114, 130, 144, 149, 152, 156, 159, 169, 173, 179, 180, 185, 193, 199, 200, 208], "spectrometri": 187, "speech": 197, "speed": [9, 63, 66, 83, 119, 137, 184, 197, 215], "spell": 149, "spend": [66, 176], "sphere": 185, "spherogram": 185, "sphinx": [183, 184], "spike": 110, "spin": [9, 139, 185, 198, 214], "spiral": 136, "spirit": [102, 148], "splash": 3, "split": [68, 73, 76, 77, 85, 87, 94, 98, 99, 112, 119, 126, 130, 132, 136, 144, 148, 150, 152, 217], "spoken": 79, "sporad": 83, "spot": [66, 102], "spotlight": 206, "spp": 185, "spreadsheet": [98, 184, 193, 211, 217], "spss": 217, "spun": 87, "spyder": [184, 217], "spyder3": 217, "sql": [122, 185], "sqlalchemi": 184, "sqlite": 183, "sqlite3": 183, "sqlitebrows": 183, "sqlline": 183, "squar": [152, 187], "squarifi": 186, "src": [12, 17, 18, 19, 21, 27, 30, 31, 39, 53, 89, 125, 128, 146, 152, 165, 174], "src_path": [12, 17, 19, 20, 30], "src_project_id": [12, 17, 19, 20, 30], "srv": 114, "ss": [128, 165, 174], "ssh": [50, 63, 66, 90, 92, 97, 132, 161, 165, 170, 209], "ssh_host_rsa_kei": [128, 165], "sshd": [128, 165], "sshd_config": 165, "ssl": 138, "sso": 198, "st": 133, "stabil": 132, "stabl": [184, 185, 187], "stable_current_amd64": 66, "stack": [103, 140, 174, 180, 181, 182, 184, 187, 197], "stackexchang": 148, "stackoverflow": 137, "stacktrac": 174, "staff": 7, "stage": 84, "staggeringli": 63, "stai": [154, 169, 187, 198], "stale": [165, 188], "stall": [83, 131, 193], "stamp": 177, "stand": [96, 110, 148, 152, 184, 192, 217], "standalon": [11, 130, 155], "standard": [2, 39, 66, 101, 134, 139, 149, 169, 173, 174, 184, 198, 200, 206, 214], "standbi": 208, "stapler": 183, "star": [136, 184], "start": [2, 9, 12, 22, 30, 37, 48, 52, 53, 61, 63, 66, 67, 73, 77, 78, 80, 83, 85, 86, 90, 95, 96, 98, 99, 100, 101, 102, 103, 105, 110, 114, 115, 116, 119, 120, 126, 127, 128, 131, 132, 133, 136, 137, 138, 139, 140, 142, 144, 147, 148, 151, 152, 154, 156, 158, 159, 161, 162, 167, 168, 169, 173, 174, 177, 178, 181, 182, 183, 184, 185, 188, 189, 190, 193, 194, 197, 199, 202, 204, 206, 211, 212, 213, 214], "start_metr": 30, "startup": [87, 120, 184], "stat": [63, 83, 128, 165, 185, 217], "stata": 185, "state": [11, 50, 55, 62, 66, 76, 79, 110, 131, 169, 174, 184, 185, 197, 198], "statement": [66, 76, 140, 148, 192], "static": [83, 93, 132, 177], "statist": [99, 102, 103, 149, 166, 169, 180, 183, 184, 217], "statsmodel": [184, 185], "statsplot": 184, "statu": [2, 4, 6, 12, 17, 19, 28, 30, 52, 55, 66, 81, 83, 87, 122, 151, 156, 158, 165, 169, 174, 176, 184, 209], "status_cod": 52, "stderr": [37, 165, 174], "stdin": 102, "stdio": 132, "stdlib": 99, "stdout": [37, 165, 174], "steadi": 187, "steal": 87, "stein": [63, 66, 101, 110, 141, 214, 217], "step": [58, 66, 86, 93, 98, 100, 102, 103, 104, 105, 108, 109, 137, 140, 148, 152, 163, 166, 169, 170, 177, 191, 193, 196, 198, 200], "stephen": 133, "sthe": 59, "sticki": [152, 173], "still": [5, 17, 20, 24, 63, 69, 83, 90, 102, 110, 114, 115, 128, 144, 154, 169, 176, 177, 183, 184, 185, 187, 191, 197, 198, 199, 202, 208], "stop": [2, 3, 37, 52, 53, 66, 75, 93, 110, 122, 131, 132, 145, 146, 151, 162, 165, 168, 170, 174, 177, 190, 191, 197, 198, 208], "stopwatch": [67, 216], "storag": [59, 63, 88, 155, 161, 184, 208, 209], "store": [5, 6, 39, 50, 54, 55, 63, 66, 76, 88, 90, 103, 108, 122, 139, 145, 149, 151, 155, 169, 180, 190, 197, 198, 203, 211], "str": 165, "straight": 197, "straightforward": 83, "strang": 83, "strategi": [46, 83], "stream": [83, 89, 174, 185], "streamlit": 100, "streamlit_server_base_url_path": 133, "strength": 185, "strict": 66, "strictli": [174, 186, 215], "string": [6, 13, 17, 23, 30, 31, 33, 34, 36, 47, 48, 54, 55, 57, 58, 69, 73, 89, 132, 133, 152, 167, 168, 169, 190, 192, 217], "strip": [12, 30], "strip_trailing_whitespac": 39, "stripe": 5, "strive": [66, 206, 214, 215], "strongli": 193, "structur": [12, 30, 53, 63, 119, 148, 152, 184, 192], "stuck": [67, 135, 202, 217], "student": [2, 61, 66, 67, 89, 98, 109, 114, 151, 154, 169, 173, 194, 195, 201, 202, 203, 211, 215], "student_id": 198, "studi": [66, 85, 188, 197], "studio": [11, 67, 216, 217], "stuff": 125, "sty": 148, "style": [55, 83, 125, 148, 174, 185, 190, 192], "styleguid": 184, "styler": 184, "sub": [148, 169, 197], "subdir1": [12, 30], "subdirectori": [56, 71, 122, 148, 161, 196], "subdivid": 174, "subdocu": 148, "subdomain": [66, 92], "subfil": 149, "subfold": [177, 192, 198], "subject": [2, 23, 28, 32, 33], "sublim": 73, "submiss": 185, "submit": [44, 87, 198], "subplot": 133, "subprocess": 165, "subroutin": 94, "subscrib": [75, 139, 206], "subscript": [2, 66, 110, 140, 151, 156, 169, 170, 197, 198, 200, 206, 209, 211], "subsequ": [98, 192], "subset": 11, "subshel": 102, "subslid": 144, "substanti": [63, 206, 215], "substitut": [2, 86, 132], "subtitl": 173, "subtl": [152, 169], "succe": [17, 20, 83, 86], "succeed": 102, "success": [12, 13, 15, 17, 20, 24, 30, 32, 34, 41, 46, 58, 102, 114], "successfulli": [66, 102, 169, 180, 199], "successor": 183, "sud": 184, "suddenli": [81, 146], "sudo": [66, 79, 134, 136], "suffer": 197, "suffici": [11, 66, 113, 155, 173, 199], "suffix": [85, 163], "sugar": 132, "suggest": [2, 83, 86, 91, 131, 139, 148, 149, 191, 217], "suit": [11, 30, 31, 184, 206, 217], "suitabl": [11, 17, 66, 69, 145, 149, 184], "sum": [87, 110, 128, 208], "summar": [135, 203], "summari": [128, 149, 152, 156, 185, 196], "super": 217, "superpow": 66, "supersed": 53, "superus": 102, "suppli": [38, 40], "support": [2, 11, 23, 28, 30, 31, 34, 39, 53, 60, 61, 63, 66, 68, 83, 84, 90, 93, 94, 101, 102, 103, 105, 113, 114, 115, 116, 118, 119, 121, 124, 128, 129, 131, 133, 139, 140, 141, 143, 144, 152, 154, 158, 169, 170, 174, 178, 183, 185, 188, 190, 194, 195, 196, 197, 202, 206, 211, 212, 213, 217], "support_ticket": 28, "support_ticket_url": 23, "suppos": [63, 86, 102, 127, 145, 146, 148, 174, 200, 202], "sure": [2, 53, 66, 78, 82, 86, 87, 90, 102, 103, 108, 109, 110, 113, 122, 123, 124, 129, 131, 133, 137, 145, 146, 148, 151, 162, 165, 169, 177, 180, 184, 191, 192, 197, 200, 203, 206, 217], "surfac": [185, 186], "surject": 73, "surpris": [66, 152, 184, 214], "surround": [73, 152, 217], "surviv": [110, 215], "suspect": [65, 106, 162], "suspend": 66, "sustain": 66, "svg": [100, 146, 178, 183, 184, 213], "swap": 128, "swarm": 184, "sweav": 148, "swirl": 183, "swirl_data_dir": 183, "swirl_opt": 183, "switch": [61, 63, 66, 69, 73, 83, 84, 87, 94, 98, 99, 102, 104, 110, 125, 128, 132, 143, 151, 154, 163, 173, 183, 184, 185, 187, 188, 189, 197, 202, 203, 217], "sy": [89, 103, 110, 115, 130], "symbol": [61, 79, 83, 132, 148, 152, 190], "symengin": 184, "symlink": [78, 132, 169, 184], "symmetri": 185, "sympi": [148, 171, 183, 185], "symptom": 83, "sympyblock": 148, "sync": [63, 66, 152, 184, 194], "syncer": 184, "synchron": [11, 66, 139, 152, 190, 198, 202], "synctex": 149, "syntact": 132, "syntax": [2, 61, 85, 93, 126, 137, 148, 152, 154, 174, 183, 212], "synthet": 39, "synthmon": 39, "system": [5, 11, 66, 67, 75, 79, 82, 83, 90, 101, 102, 104, 114, 127, 128, 132, 137, 139, 148, 152, 154, 158, 161, 163, 174, 176, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 192, 197, 208, 209, 214, 215, 217], "sytnax": 184, "t": [3, 7, 13, 27, 39, 50, 51, 53, 54, 55, 56, 57, 58, 61, 63, 66, 67, 68, 69, 70, 73, 75, 79, 85, 86, 88, 91, 98, 101, 102, 110, 111, 114, 115, 118, 122, 124, 130, 131, 132, 133, 135, 138, 144, 146, 148, 150, 152, 154, 156, 158, 165, 169, 170, 173, 174, 176, 177, 178, 183, 184, 185, 188, 196, 197, 198, 203, 208, 213, 214, 217], "t1": 149, "t4": 66, "t4fex0qkt9": 37, "ta": 61, "tab": [2, 4, 61, 69, 73, 75, 76, 77, 81, 82, 86, 87, 98, 110, 111, 112, 113, 116, 121, 122, 125, 131, 132, 133, 136, 148, 151, 159, 163, 169, 170, 172, 177, 190, 191, 192, 193, 196, 197, 198, 199, 200, 201, 212], "tab_siz": 39, "tabl": [9, 30, 31, 34, 39, 108, 114, 122, 148, 160, 183, 184, 186, 194], "tablet": [178, 213], "tabul": 185, "tabular": 68, "tag": [23, 61, 156, 161, 174, 190, 192], "take": [11, 37, 63, 66, 73, 82, 83, 99, 103, 108, 116, 120, 132, 136, 144, 148, 149, 167, 169, 170, 178, 191, 192, 195, 196, 197, 211, 213, 214, 215, 217], "taken": [0, 21, 70, 76, 99, 102, 120, 130, 136, 156, 165, 167, 174, 179, 180, 192], "talk": [23, 123, 178], "tar": [132, 148, 162], "tarbal": [103, 132, 148, 162], "targ": 19, "target": [13, 17, 18, 19, 20, 32, 33, 37, 38, 40, 41, 49, 134, 137, 148, 184, 198, 217], "target_path": [12, 17, 20, 30], "target_project_id": [12, 17, 19, 20, 30], "task": [9, 66, 67, 83, 87, 100, 102, 119, 139, 148, 152, 169, 173, 184, 196, 208, 216], "task_id": 190, "task_output": 165, "tb": 63, "tcp": [87, 92], "tcp_port": [128, 165], "teach": [2, 67, 114, 139, 169, 176, 180, 181, 182, 191, 192, 194, 197, 200], "teacher": [61, 67, 193, 194], "team": [33, 66, 76, 89, 131, 139, 140, 170, 177, 206], "technic": [11, 63, 83, 132, 139, 148, 158, 162, 193, 214, 215], "techniqu": [110, 179, 184], "technologi": [11, 12, 30, 197], "tediou": 50, "tell": [44, 78, 83, 99, 101, 102, 103, 111, 120, 124, 128, 131, 132, 148, 184, 198, 217], "tellurium": [183, 185], "temp": 87, "temperatur": 66, "templat": [75, 105, 148, 149, 150, 159, 166, 184, 196], "tempor": [152, 184], "temporari": [47, 78, 81, 87, 148, 149, 150, 161, 184], "temporarili": [47, 54, 110, 202], "temporary_directori": 87, "ten": [11, 137, 151, 194], "tend": 11, "teneto": [184, 185], "tensorboard": [80, 138, 183, 184, 185], "tensorflow": [66, 76, 180, 183, 184, 185], "tensorli": 184, "tequila": 188, "terabyt": 63, "term": [63, 66, 75, 85, 86, 87, 102, 112, 126, 132, 137, 146, 165, 174, 177, 183, 184, 188, 190, 198, 202], "termin": [6, 11, 17, 20, 63, 66, 67, 70, 73, 75, 77, 79, 80, 84, 85, 86, 87, 91, 94, 97, 98, 99, 101, 102, 103, 104, 108, 112, 116, 120, 122, 126, 127, 128, 130, 131, 133, 135, 137, 139, 144, 146, 148, 152, 154, 159, 160, 161, 162, 165, 168, 169, 174, 180, 183, 184, 185, 187, 188, 194, 195, 197, 205, 206, 209, 212, 214, 216], "terminul": 202, "terra": 184, "test": [2, 9, 11, 30, 31, 36, 70, 76, 79, 83, 86, 92, 99, 101, 102, 103, 110, 114, 122, 132, 138, 140, 152, 169, 170, 180, 183, 184, 185, 186, 192, 196, 198], "testmon": 184, "testproj": 169, "testproject": 39, "testthat": 114, "tex": [54, 73, 93, 118, 148, 149, 150, 159, 163, 184, 217], "texcount": 149, "texhash": 148, "texliv": 183, "texmac": 217, "texmak": 217, "texmfhom": 148, "texstudio": 217, "text": [2, 23, 32, 38, 39, 40, 49, 54, 67, 68, 70, 71, 76, 79, 93, 133, 144, 146, 148, 149, 167, 168, 169, 174, 177, 179, 180, 181, 182, 191, 192, 194, 203, 211, 216, 217], "text_file_read_from_project": 40, "textarea": 169, "textbf": 150, "textbox": 148, "textliv": 154, "textract": 184, "textual": 185, "textwidth": 148, "tf": [76, 185], "tfd": 76, "than": [2, 5, 7, 9, 21, 30, 31, 33, 50, 63, 66, 73, 75, 82, 83, 86, 88, 89, 91, 98, 105, 113, 119, 131, 138, 139, 145, 151, 152, 163, 169, 174, 188, 192, 193, 197, 198, 202, 203, 206, 208, 211, 214], "thank": 177, "theano": 184, "thei": [2, 9, 13, 37, 41, 47, 49, 51, 63, 66, 69, 83, 84, 90, 94, 106, 110, 111, 118, 123, 124, 132, 145, 146, 148, 150, 151, 152, 158, 165, 169, 177, 178, 179, 180, 181, 182, 185, 191, 192, 193, 195, 196, 197, 198, 199, 200, 201, 202, 206, 208, 211, 213, 214, 217], "them": [2, 5, 11, 51, 61, 63, 66, 75, 76, 83, 93, 98, 103, 106, 110, 111, 118, 119, 123, 124, 131, 132, 137, 139, 145, 146, 148, 149, 150, 152, 156, 158, 163, 167, 169, 172, 174, 177, 178, 180, 181, 184, 185, 188, 190, 191, 192, 193, 195, 197, 198, 199, 202, 203, 208, 211, 213, 214, 215, 217], "theme": [3, 39, 128, 130, 184, 190], "themselv": 123, "theorem": 185, "theoret": 66, "theori": [99, 119, 184, 217], "therefor": [63, 93, 102, 105, 148, 149, 169, 183, 208, 212], "thermal": [181, 182], "thi": [2, 3, 5, 6, 9, 11, 12, 13, 17, 18, 19, 21, 22, 25, 27, 30, 31, 33, 34, 37, 39, 45, 47, 48, 50, 51, 52, 53, 54, 55, 56, 58, 60, 61, 63, 65, 66, 67, 69, 70, 73, 75, 76, 78, 79, 80, 81, 82, 83, 84, 86, 87, 89, 90, 91, 92, 93, 96, 97, 98, 99, 101, 102, 103, 104, 105, 106, 107, 108, 110, 111, 112, 113, 114, 116, 118, 119, 120, 122, 123, 124, 125, 127, 128, 130, 131, 132, 133, 134, 135, 136, 137, 138, 144, 145, 146, 147, 148, 149, 150, 151, 152, 154, 155, 156, 158, 159, 161, 162, 163, 165, 166, 167, 168, 169, 170, 172, 173, 174, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 206, 207, 208, 211, 212, 213, 214, 215, 217], "thing": [2, 45, 55, 62, 66, 83, 85, 106, 111, 114, 131, 132, 146, 148, 167, 174, 213], "think": [174, 180, 195], "third": [11, 63, 79, 136, 152, 181, 182, 200, 206], "those": [2, 30, 31, 50, 61, 66, 69, 75, 83, 110, 113, 155, 165, 168, 169, 178, 183, 191, 193, 198, 199, 213, 214], "though": [17, 20, 55, 79, 93, 101, 106, 110, 154, 169, 191, 196, 208, 217], "thousand": [11, 173, 194, 197], "thread": [61, 87], "three": [76, 87, 89, 152, 158, 174, 178, 181, 182], "threshold": 137, "through": [2, 66, 76, 83, 90, 98, 122, 127, 132, 139, 144, 173, 174, 208, 211], "thu": [66, 141, 152, 169], "thunderbird": 217, "ti": 202, "tick": 152, "ticket": [23, 28, 113, 124, 170, 174, 184], "tide": 184, "tidytransit": 184, "tidyvers": 184, "tie": 177, "tier": 206, "tighten": 183, "tightli": 158, "tikz": [148, 186], "tikzit": 217, "tikzpictur": 148, "tile": 193, "time": [2, 3, 4, 5, 9, 11, 12, 17, 21, 28, 30, 34, 36, 37, 45, 48, 52, 59, 61, 63, 65, 66, 69, 73, 75, 79, 82, 83, 87, 90, 98, 101, 109, 110, 116, 120, 121, 123, 124, 125, 127, 128, 132, 136, 139, 143, 145, 148, 149, 151, 152, 155, 158, 160, 161, 163, 167, 168, 169, 170, 176, 177, 178, 179, 180, 184, 185, 186, 187, 190, 192, 193, 194, 197, 199, 200, 201, 202, 203, 204, 208, 211, 213, 214, 215, 217], "timelin": 168, "timeout": [2, 17, 20, 37, 39, 121, 162, 169, 170, 174, 184, 193, 199, 200, 206, 209], "timer": [67, 216], "timestamp": [17, 19, 89, 163, 168, 198], "timetravel": [11, 66, 67, 100, 124, 131, 139, 143, 144, 145, 148, 157, 169, 184, 197, 198, 214], "timezon": 82, "timml": 187, "tini": [165, 169, 174], "tip": [67, 76, 110, 122, 129, 142, 143, 148, 157, 194], "tipp": 87, "titl": [4, 6, 22, 32, 33, 55, 80, 125, 136, 152, 161, 167, 168, 170, 173, 177, 179, 193, 196, 197, 209], "tk": [128, 136], "tkinter": 136, "tl": 83, "tldr": [183, 184], "tmp": [37, 54, 87, 103, 128, 165, 184], "tmp2": 198, "tmux": 132, "tmuxp": 184, "toal": 77, "toc": [108, 184], "todo": [152, 190], "tofil": 137, "togeth": [63, 169, 180, 185, 195], "toggl": [125, 128, 144, 160, 163, 170, 178, 190, 198], "token": [12, 13, 21, 30, 47, 55, 76, 83, 98, 100, 149, 161, 169], "token_id": 13, "toml": 133, "tomographi": 185, "ton": 66, "too": [9, 63, 67, 88, 92, 110, 111, 135, 148, 154, 162, 184, 208, 215], "took": 145, "tool": [6, 66, 67, 83, 91, 92, 95, 110, 132, 139, 162, 169, 178, 183, 184, 185, 186, 187, 190, 196, 197, 206, 217], "toolbar": [0, 61, 67, 69, 105, 110, 114, 140, 144, 167, 168, 173, 178, 184, 192, 196, 200, 209, 213], "toolbox": 188, "toolchain": [185, 186], "toolkit": [66, 116, 184], "toolset": 187, "top": [61, 66, 73, 75, 83, 87, 91, 101, 102, 105, 106, 118, 129, 131, 132, 139, 144, 148, 149, 152, 156, 164, 167, 169, 173, 174, 177, 178, 179, 180, 183, 189, 190, 192, 195, 196, 197, 199, 200, 202, 209, 213, 217], "topic": [75, 151, 166, 167, 181, 182, 202], "topmost": [170, 211], "torchvis": 184, "tornado": [132, 184], "tos": 67, "total": [2, 27, 33, 69, 128, 198, 208], "touch": [45, 63, 198, 214, 217], "touch_project": 30, "tour": [1, 67, 75, 140, 157, 167, 170, 185, 186, 187, 189, 209, 213], "toward": [5, 70, 152, 154, 156], "tpot": [184, 185], "trace": 174, "traceback": 102, "track": [2, 66, 75, 83, 106, 148, 160, 194, 196, 203, 211], "track_revis": 39, "trackpad": [178, 213], "traffic": [63, 66, 83, 92, 130], "train": [9, 67, 76, 183, 194], "transact": [66, 209], "transal": [], "transfer": [17, 20, 63, 66, 76, 209, 211], "transform": [9, 76], "transit": [148, 178], "translat": [9, 11, 61, 93, 132, 184], "transpar": [66, 178, 184, 212, 213], "transpil": 183, "trash": 194, "trashcan": 178, "travel": [59, 169, 174, 194, 197, 203], "tree": [50, 102, 128, 130, 132], "treemap": 186, "trend": [185, 187], "tri": [9, 148, 154, 217], "triag": 135, "trial": [2, 5, 67, 75, 97, 131, 139, 176, 193, 207, 208, 215], "triangl": [72, 174, 198], "triangul": 186, "triangular": [8, 72], "trick": [67, 76, 142, 194], "tricki": 214, "trigger": [55, 61, 69, 150], "trip": 170, "tripl": 152, "trivial": 79, "troubl": [83, 106, 143, 146], "troubleshoot": [67, 92], "true": [17, 19, 20, 21, 37, 39, 48, 50, 55, 63, 87, 89, 103, 114, 120, 136, 146, 152, 165, 174], "truli": [79, 177], "truncat": [37, 132], "trust": [152, 173, 177], "truth": 21, "try": [2, 9, 11, 63, 65, 66, 75, 79, 81, 101, 102, 110, 111, 114, 129, 138, 146, 162, 169, 184, 185, 206, 211, 214, 215, 217], "tslint": 184, "ttf": 184, "ttl": 66, "tty": [128, 165], "tuba": 146, "tuffi": 184, "tunabl": 11, "tune": [186, 214], "ture": 184, "turicr": 184, "turn": [9, 61, 64, 66, 199, 203], "turtl": 100, "tutori": [30, 31, 66, 73, 77, 79, 132, 137, 152, 174, 180, 183, 202], "tux": 79, "tuxpaint": 217, "tv": 83, "tweak": [101, 187, 189], "twice": [119, 120, 136, 148], "twitter": [3, 51, 75, 111, 184, 191], "two": [19, 27, 30, 31, 48, 55, 66, 73, 75, 82, 83, 84, 87, 98, 113, 114, 116, 119, 133, 137, 143, 144, 149, 150, 151, 156, 165, 169, 174, 180, 193, 197, 198, 199, 200, 203, 208, 213], "txt": [17, 20, 38, 39, 40, 49, 73, 91, 196, 198, 217], "type": [3, 6, 9, 11, 23, 29, 30, 31, 36, 37, 39, 46, 48, 50, 51, 52, 55, 57, 61, 63, 66, 75, 85, 89, 90, 97, 98, 101, 102, 103, 106, 110, 114, 116, 122, 124, 126, 128, 131, 132, 136, 137, 144, 152, 159, 167, 168, 169, 173, 174, 177, 180, 184, 186, 192, 195, 196, 197, 202, 204, 208, 211, 217], "typescript": [183, 184, 185], "typeset": [93, 123, 147, 148, 178, 180, 190, 213], "typic": [2, 9, 66, 102, 119, 174, 200, 208], "typo": 111, "tzwhere": 184, "u": [9, 11, 12, 13, 15, 16, 17, 20, 21, 22, 23, 24, 26, 27, 28, 29, 30, 32, 33, 34, 36, 37, 38, 39, 40, 41, 43, 46, 47, 48, 49, 50, 51, 54, 55, 56, 57, 60, 63, 66, 67, 76, 80, 83, 90, 101, 102, 103, 106, 111, 115, 124, 125, 131, 139, 143, 154, 162, 169, 170, 180, 183, 184, 185, 200, 201, 206, 211, 214, 215], "ubiquit": 152, "ubuntu": [6, 78, 105, 125, 169, 180, 183, 184, 187, 202, 217], "ucsc": 184, "ui": [12, 30, 69, 130, 132, 174, 184, 202, 214, 217], "uint8": 76, "ujf": 183, "uk": 192, "umap": 184, "unabl": [81, 191, 197, 217], "unavail": 177, "uncertain": 81, "uncheck": [152, 178, 213], "uncompl": 102, "undefin": [51, 63], "undelet": [111, 169, 194], "under": [1, 2, 3, 4, 6, 39, 53, 63, 66, 81, 84, 98, 102, 110, 113, 116, 123, 128, 132, 141, 143, 144, 145, 148, 149, 151, 155, 156, 158, 161, 169, 172, 173, 177, 179, 180, 191, 196, 197, 198, 206, 211, 217], "undergradu": 129, "underli": [12, 30, 63, 155, 180, 203, 214, 215], "underlin": [73, 148, 149], "underscor": [61, 167], "understand": [63, 66, 101, 110, 135, 170, 206], "undesir": 83, "undo": [90, 177, 203], "undo_depth": 39, "unencrypt": 90, "unexpect": 106, "unfamiliar": 83, "unfold": 2, "unfortun": [63, 66, 124, 198], "ungrad": 192, "unhid": 169, "unicod": 61, "unicodeplot": 184, "unifi": [66, 188, 197], "uniform": 184, "uniformli": 158, "uniqu": [11, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 32, 33, 34, 36, 37, 38, 39, 40, 41, 42, 43, 45, 47, 48, 49, 102, 169, 176, 177, 185, 192, 193], "unit": [11, 27, 30, 31, 183, 184], "univers": [83, 181, 182, 186, 191, 197, 198], "unix": [79, 122, 132, 162], "unix_socket_": 122, "unix_socket_directori": 122, "unix_socket_permiss": 122, "unless": [66, 101, 124, 197, 198, 201, 217], "unlik": [2, 63, 69, 83, 144, 169, 203], "unlimit": [63, 139], "unlink": [3, 46], "unlink_passport": 30, "unlist": [3, 4, 177], "unpack": [63, 78, 102], "unplug": 83, "unpublish": 4, "unread": [153, 170], "unsav": [81, 169], "unspecifi": 103, "unsupervis": 184, "unsupport": 83, "until": [3, 66, 69, 114, 120, 131, 132, 151, 154, 169, 170, 174, 191, 192, 193, 211, 217], "untrust": 152, "unus": [11, 99, 156], "unwant": 9, "unzip": [78, 148], "up": [0, 1, 2, 3, 5, 9, 11, 12, 21, 30, 33, 50, 51, 54, 58, 61, 63, 66, 69, 70, 75, 78, 81, 82, 83, 86, 87, 90, 93, 97, 98, 99, 101, 102, 103, 104, 108, 115, 118, 119, 120, 124, 128, 130, 132, 134, 135, 136, 137, 138, 139, 144, 145, 146, 148, 149, 154, 156, 158, 161, 163, 166, 167, 168, 169, 170, 177, 178, 180, 183, 184, 186, 187, 190, 191, 192, 193, 194, 196, 197, 199, 201, 202, 203, 204, 208, 211, 212, 213, 215, 217], "upd": [183, 184, 185, 186, 187, 188, 189], "updat": [2, 50, 55, 72, 83, 86, 102, 103, 110, 125, 130, 144, 150, 153, 154, 163, 168, 169, 170, 193, 195, 196, 198], "updated_at": 28, "updgrad": 169, "upgrad": [2, 3, 5, 8, 27, 52, 55, 67, 75, 76, 87, 101, 102, 103, 106, 108, 109, 110, 113, 132, 137, 157, 161, 162, 167, 168, 170, 176, 177, 183, 184, 185, 187, 192, 193, 194, 197, 198, 201, 209, 211], "upgrd": 27, "upload": [6, 61, 63, 69, 76, 100, 102, 103, 105, 118, 127, 144, 148, 150, 169, 197, 206], "upon": [149, 183, 199, 200], "upper": [0, 1, 3, 5, 59, 68, 73, 81, 83, 85, 90, 98, 105, 106, 111, 116, 118, 123, 124, 126, 131, 136, 137, 144, 150, 163, 167, 168, 169, 177, 178, 190, 193, 195, 196, 197, 202, 211, 213], "upset": 187, "upstream": [152, 184], "uptim": [2, 55, 132], "urgent": [169, 214], "url": [3, 23, 28, 30, 31, 32, 33, 47, 50, 51, 52, 53, 54, 55, 58, 61, 69, 76, 80, 83, 87, 120, 123, 125, 132, 133, 137, 138, 151, 152, 197], "url_base_pathnam": 120, "urlencod": [30, 31], "us": [2, 3, 4, 5, 6, 8, 11, 12, 15, 17, 21, 22, 23, 25, 30, 31, 33, 34, 36, 39, 45, 47, 52, 53, 54, 56, 57, 58, 61, 63, 69, 70, 71, 73, 75, 76, 77, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 91, 92, 94, 96, 98, 99, 100, 101, 102, 103, 104, 105, 107, 108, 111, 114, 115, 118, 119, 122, 124, 125, 126, 127, 128, 129, 130, 133, 136, 137, 139, 140, 141, 143, 144, 145, 149, 150, 151, 155, 157, 159, 160, 161, 162, 163, 165, 170, 173, 174, 176, 177, 178, 180, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 199, 200, 201, 202, 204, 208, 212, 213, 214], "usa": 99, "usabl": [76, 197], "usag": [21, 63, 66, 79, 83, 89, 106, 128, 137, 148, 158, 161, 183, 206, 209], "usage_int": 21, "usb": 59, "usepackag": [148, 149], "user": [1, 6, 8, 9, 11, 12, 13, 17, 21, 22, 24, 27, 28, 30, 32, 33, 38, 40, 41, 45, 46, 47, 48, 49, 50, 52, 53, 55, 56, 61, 66, 69, 73, 75, 76, 79, 80, 83, 86, 89, 92, 97, 98, 101, 103, 104, 108, 113, 122, 123, 128, 130, 132, 133, 143, 144, 145, 146, 148, 149, 152, 154, 155, 158, 161, 163, 164, 165, 168, 169, 173, 174, 176, 177, 178, 181, 182, 183, 184, 185, 193, 195, 196, 198, 199, 202, 203, 206, 208, 213, 214, 215], "user_ag": 23, "user_auth": 30, "user_auth_token": 47, "user_queri": [39, 50], "user_search": 30, "user_search_result": 48, "userguid": 78, "usernam": [3, 23, 29, 76, 102, 169, 177], "usethi": 184, "usr": [79, 86, 102, 103, 110, 115, 128, 130, 132, 165, 183], "uss": 128, "usual": [12, 30, 37, 39, 66, 83, 97, 101, 102, 105, 110, 122, 144, 146, 148, 154, 169, 173, 178, 180, 186, 187, 188, 200, 202, 213], "ut": 152, "utc": [17, 165, 190], "utcnow": 165, "utf": [125, 149], "utf8": [149, 165], "util": [27, 30, 31, 39, 66, 73, 78, 79, 81, 91, 100, 110, 114, 132, 148, 169, 183, 184, 185, 189, 198, 208], "utl": 197, "uuid": [12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 36, 37, 38, 39, 40, 41, 42, 43, 45, 47, 48, 49, 54, 87, 133, 190], "v": [4, 8, 86, 89, 94, 102, 110, 139, 159, 162, 175, 176, 178, 183, 184, 212, 213, 214, 217], "v1": [12, 13, 15, 16, 17, 20, 21, 22, 23, 24, 26, 27, 28, 29, 31, 32, 33, 34, 36, 37, 38, 39, 40, 41, 43, 46, 47, 48, 49, 55, 58, 67, 157, 184], "v2": [52, 54, 55, 56, 57, 58, 67, 157, 209], "v4": [98, 190], "valgrind": 187, "valid": [2, 13, 30, 31, 53, 55, 58, 83, 148, 152, 169, 184, 186, 191, 196], "valu": [2, 30, 31, 37, 82, 102, 108, 119, 122, 130, 137, 148, 165, 169, 212], "valuabl": 5, "vanish": [148, 217], "vaniti": [3, 169], "var": [125, 130, 148], "varchar": 122, "vari": [66, 73, 137, 199, 200, 208, 214], "variabl": [55, 66, 90, 101, 102, 108, 115, 130, 131, 132, 133, 136, 146, 161, 174, 179, 183, 184, 187, 202, 209, 212, 217], "variant": [102, 148, 149, 180, 188, 217], "variat": [152, 184], "varieti": [11, 53, 178, 185, 213], "variou": [84, 94, 104, 124, 129, 155, 162, 163, 169, 175, 180, 183, 185, 186, 188, 189], "vast": [11, 66, 180], "vcd": 184, "vcpu": [2, 66, 208], "vctr": 184, "ve": [53, 102, 111, 118, 131, 146, 148, 177, 192, 197, 198, 201, 202], "vector": [148, 217], "vega": 99, "vendor": [140, 215], "verbos": [165, 169, 174], "veri": [2, 9, 50, 63, 66, 81, 87, 90, 102, 106, 113, 143, 145, 148, 150, 165, 169, 174, 177, 180, 188, 192, 197, 198, 200, 203, 206, 208, 214, 215], "verifi": [102, 194], "verilog": 184, "versa": [66, 145], "versatil": 197, "version": [11, 17, 20, 53, 65, 66, 67, 69, 76, 78, 82, 85, 98, 100, 102, 103, 114, 124, 125, 128, 130, 132, 139, 145, 146, 148, 154, 169, 174, 177, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 192, 194, 198, 202, 203, 214, 217], "versu": [3, 104, 142, 169, 180], "vertic": [73, 87, 98, 99, 136, 150, 178, 184, 202, 213], "vh": 184, "vi": [91, 198], "via": [12, 13, 17, 28, 30, 34, 41, 51, 55, 63, 66, 80, 83, 86, 87, 92, 96, 97, 99, 100, 102, 103, 113, 114, 128, 130, 132, 134, 137, 138, 141, 144, 145, 148, 149, 152, 154, 162, 165, 169, 174, 177, 178, 180, 183, 184, 185, 186, 187, 191, 192, 194, 198, 202, 206, 209, 211, 213, 217], "viabl": 214, "vice": [66, 145], "victim": 83, "video": [9, 11, 61, 66, 83, 144, 155, 214], "videochat": 183, "view": [0, 4, 5, 7, 46, 52, 54, 56, 57, 58, 68, 69, 72, 73, 75, 91, 94, 98, 101, 105, 114, 116, 128, 132, 138, 139, 144, 145, 148, 150, 152, 153, 156, 160, 167, 168, 169, 170, 174, 177, 183, 184, 190, 194, 196, 198, 202, 203, 208, 210, 211, 217], "viewer": [67, 92, 174, 216], "vim": [66, 69, 90, 91, 190, 217], "virtual": [11, 66, 86, 87, 102, 115, 155, 174, 184, 214, 215, 217], "virtualenv": 86, "viru": 83, "visibl": [66, 105, 129, 136, 138, 152, 169, 196, 197, 198, 217], "visit": [0, 5, 47, 55, 58, 61, 65, 69, 75, 82, 98, 109, 138, 151, 170, 211], "visual": [11, 67, 80, 184, 186, 187, 213, 216, 217], "visualis": 184, "vital": 215, "vm": [63, 132, 184, 211], "void": [99, 132], "vollkorn": 184, "volum": [99, 174, 188], "voluntari": 75, "voucher": [66, 67, 139, 176, 199], "vpat": 75, "vpn": 176, "vqe": 184, "vsz": [128, 165], "vv": 169, "w": [177, 184, 185, 195], "wa": [4, 12, 19, 24, 30, 43, 46, 62, 63, 66, 137, 146, 148, 162, 169, 180, 183, 184, 186, 198, 199, 200, 203, 214, 217], "wacom": [178, 213], "wai": [7, 9, 11, 17, 19, 63, 66, 73, 76, 81, 82, 83, 84, 87, 89, 94, 97, 101, 102, 106, 111, 113, 116, 119, 126, 128, 132, 133, 135, 136, 137, 144, 145, 146, 148, 150, 156, 168, 169, 173, 174, 177, 178, 180, 186, 192, 193, 195, 197, 198, 199, 200, 202, 211, 213, 214, 217], "wait": [11, 12, 17, 20, 30, 66, 83, 98, 103, 112, 120, 131, 136, 151, 170, 180, 198, 217], "wait_until_don": [12, 17, 30], "walk": 50, "wall": 99, "want": [2, 3, 6, 12, 30, 51, 55, 56, 61, 63, 65, 66, 73, 75, 76, 82, 83, 84, 86, 91, 92, 96, 98, 101, 102, 104, 106, 110, 113, 118, 119, 123, 124, 128, 129, 132, 138, 143, 144, 145, 146, 148, 150, 152, 154, 155, 156, 163, 167, 168, 169, 174, 177, 178, 180, 191, 192, 193, 195, 196, 197, 198, 199, 200, 201, 202, 204, 207, 211, 214, 215], "warm": 99, "warmup": 63, "warn": [3, 55, 67, 75, 79, 82, 83, 99, 103, 104, 116, 135, 138, 143, 144, 149, 150, 169, 180, 193, 197, 199, 200, 217], "wasn": [102, 169], "wast": [66, 194], "watch": [83, 110, 123, 145, 184], "wav": 174, "wave": 174, "waveform": 174, "wavfil": 174, "we": [2, 3, 5, 9, 11, 12, 30, 48, 50, 51, 53, 55, 59, 60, 61, 63, 66, 79, 80, 83, 86, 87, 90, 92, 96, 97, 98, 99, 102, 103, 106, 108, 111, 113, 114, 115, 124, 131, 132, 137, 139, 141, 143, 146, 150, 151, 152, 154, 165, 169, 174, 177, 180, 183, 184, 185, 186, 187, 188, 192, 193, 195, 196, 198, 200, 201, 202, 206, 208, 214, 215, 217], "weather": 83, "web": [12, 30, 65, 66, 82, 83, 90, 92, 120, 130, 131, 132, 138, 144, 148, 157, 161, 169, 180, 183, 197, 202, 209, 213, 217], "webpack": [184, 185], "webpag": 83, "webquiz": 148, "websit": [12, 30, 65, 69, 83, 90, 92, 102, 114, 115, 130, 133, 148, 174, 178, 186, 195], "websocket": [80, 183], "websockifi": 183, "webui": 66, "week": [2, 39, 53, 123, 184, 200], "weekend": 63, "weekli": [63, 185, 187], "weight": [125, 184], "weird": 152, "welcom": [75, 133, 139, 167, 197, 215], "well": [9, 11, 17, 63, 66, 76, 79, 83, 89, 113, 114, 130, 132, 139, 143, 144, 148, 149, 154, 156, 159, 165, 169, 173, 178, 180, 183, 184, 191, 198, 199, 206, 213, 214, 217], "went": 79, "were": [13, 41, 69, 83, 101, 110, 114, 154, 168, 174, 179, 183, 185, 187, 200, 214, 217], "wget": [66, 137, 148, 197], "what": [3, 7, 11, 23, 28, 63, 66, 67, 69, 78, 86, 88, 89, 91, 92, 93, 99, 101, 106, 114, 119, 123, 124, 128, 131, 140, 143, 144, 150, 151, 158, 161, 169, 175, 177, 178, 180, 185, 187, 188, 189, 192, 194, 196, 198, 206, 209, 211, 213, 214], "whatev": [102, 105, 132, 137, 138, 163], "whatsoev": 132, "whe": 116, "wheel": 102, "when": [0, 2, 3, 4, 5, 6, 7, 9, 11, 12, 19, 30, 36, 37, 47, 50, 63, 66, 69, 75, 83, 86, 87, 89, 91, 92, 97, 98, 101, 102, 105, 110, 111, 114, 124, 126, 131, 132, 133, 136, 138, 139, 141, 143, 144, 145, 146, 148, 149, 151, 152, 155, 156, 162, 163, 164, 165, 168, 169, 170, 172, 173, 177, 178, 179, 180, 184, 190, 191, 192, 193, 195, 196, 198, 199, 202, 203, 206, 208, 211, 212, 213, 217], "whenev": [132, 148, 150, 174, 177], "where": [1, 2, 5, 9, 37, 48, 49, 55, 58, 61, 63, 66, 73, 75, 78, 82, 83, 86, 89, 90, 93, 103, 110, 112, 113, 114, 118, 122, 132, 135, 136, 137, 139, 141, 148, 149, 161, 162, 169, 177, 179, 183, 185, 187, 193, 196, 197, 200, 202, 206, 211, 214, 217], "whereas": 146, "wherev": 129, "whether": [46, 82, 83, 131, 144, 174, 191, 196], "which": [2, 6, 9, 11, 12, 17, 18, 19, 20, 24, 30, 32, 33, 37, 38, 39, 41, 47, 48, 50, 51, 53, 55, 61, 63, 66, 69, 73, 78, 79, 83, 86, 87, 89, 90, 93, 99, 102, 104, 105, 110, 112, 114, 118, 131, 132, 133, 136, 137, 138, 141, 143, 145, 146, 148, 149, 150, 152, 156, 158, 161, 163, 165, 166, 167, 169, 174, 177, 180, 181, 182, 183, 184, 185, 187, 190, 191, 192, 193, 195, 197, 198, 199, 200, 202, 208, 211, 212, 214, 217], "whichev": 196, "while": [7, 63, 66, 69, 73, 75, 82, 130, 132, 136, 144, 151, 152, 156, 163, 165, 169, 170, 177, 178, 183, 191, 193, 194, 198, 199, 202, 203, 211, 213, 214], "white": 128, "whiteboard": [61, 67, 152, 173, 177, 178, 204, 216], "whitelist": [83, 92], "who": [32, 33, 66, 83, 123, 129, 141, 146, 151, 157, 163, 168, 169, 177, 178, 193, 198, 199, 211, 213, 214], "whole": [9, 11, 158, 163, 169, 192, 197], "whose": [15, 16, 27, 38, 39, 40, 51, 70, 150, 163, 167, 192, 214], "why": [66, 67, 83, 106, 132, 140, 155, 161, 162, 165, 174, 176, 184, 194, 209], "wide": [55, 58, 75, 82, 101, 127, 132, 152, 154, 178, 180, 184, 185, 186, 187, 188, 189, 213], "widget": [11, 143, 146, 169, 177, 178, 192, 213], "width": [80, 148, 185, 202], "wifi": 83, "wiggl": 61, "wiki": [75, 113, 122, 147, 152, 154, 183], "wikibook": [148, 149, 183], "wikipedia": [119, 152], "william": [9, 63, 66, 101, 110, 141, 155, 214, 217], "williamstein": 177, "win": 132, "window": [3, 5, 12, 30, 65, 69, 70, 76, 83, 90, 94, 98, 113, 132, 152, 162, 169, 170, 177, 184], "windsock": 185, "winter": 185, "wire": 209, "wirefram": 217, "wireless": 83, "wisdom": 79, "wish": [2, 8, 66, 83, 102, 148, 211], "wit": 180, "within": [30, 31, 69, 70, 71, 75, 76, 102, 113, 143, 144, 148, 160, 167, 169, 185, 190, 192, 198, 204, 211, 213, 214, 217], "without": [5, 11, 63, 66, 69, 75, 83, 85, 102, 118, 131, 132, 138, 144, 149, 151, 163, 168, 169, 173, 177, 180, 183, 184, 191, 194, 196, 197, 200, 201, 211, 214, 215, 217], "won": [7, 58, 69, 73, 85, 86, 98, 131, 132, 138, 146, 154, 169, 188, 197], "wonder": [63, 214], "wooden": 102, "word": [4, 5, 61, 73, 81, 83, 148, 151, 152, 167, 170], "wordcloud": 184, "work": [2, 6, 9, 11, 12, 13, 30, 37, 50, 53, 61, 63, 66, 67, 70, 73, 76, 78, 81, 85, 86, 87, 88, 92, 96, 101, 102, 103, 105, 106, 110, 112, 113, 115, 119, 122, 124, 128, 130, 132, 133, 134, 135, 136, 137, 138, 139, 143, 145, 146, 149, 150, 151, 152, 154, 158, 161, 165, 168, 169, 173, 174, 177, 178, 179, 180, 181, 182, 183, 184, 185, 190, 191, 192, 193, 194, 195, 196, 198, 199, 202, 203, 208, 211, 212, 213, 214, 215, 217], "workaround": [83, 90, 91, 96, 141, 148, 180, 198], "worker": 87, "workflow": [181, 182, 214, 217], "worksheet": [23, 28, 61, 67, 75, 90, 94, 96, 102, 110, 115, 122, 129, 131, 135, 139, 152, 154, 161, 177, 179, 180, 183, 184, 186, 187, 188, 189, 197, 198, 202, 203, 209, 214, 216, 217], "workshop": [66, 139, 176, 215], "workspac": 103, "world": [38, 49, 55, 115, 132, 138, 140, 165, 181, 182, 185, 186, 215], "worldwid": 83, "worri": [9, 63, 122, 124, 132, 138], "worst": 66, "would": [6, 9, 48, 55, 75, 83, 86, 102, 109, 118, 127, 137, 141, 143, 145, 146, 152, 169, 173, 191, 198, 199, 201, 214, 215], "wrap": [76, 93, 191], "wrapper": [69, 94, 183, 185], "wrench": [110, 131, 132, 137, 151, 169, 178, 217], "writabl": [103, 163, 174], "write": [9, 12, 17, 18, 19, 20, 30, 39, 53, 55, 61, 63, 66, 76, 94, 98, 122, 124, 132, 133, 139, 144, 152, 154, 165, 169, 174, 177, 185, 195, 197, 198, 200, 217], "write_text_file_to_project": 30, "write_wav": 174, "writeabl": 102, "writer": 217, "written": [49, 180, 184, 185, 196, 198], "wrong": [79, 86, 99, 111, 124, 150, 174], "wstein": [55, 177], "wurlitz": 184, "www": [30, 31, 83, 90, 171, 183, 184], "wx5": 217, "wxagg": 217, "wxmaxima": 217, "wysiwyg": 173, "x": [9, 27, 28, 30, 31, 36, 54, 56, 57, 61, 63, 66, 80, 90, 94, 99, 120, 130, 132, 133, 145, 148, 150, 152, 169, 174, 178, 183, 184, 186, 190, 198, 202, 203, 213, 217], "x11": [67, 91, 97, 115, 132, 139, 176, 183, 184, 185, 186, 212, 216], "x264": 184, "x86": [65, 186], "x86_64": [78, 102, 103, 184], "xarrai": [184, 185], "xclip": 183, "xcol": 130, "xdist": 184, "xdotool": 183, "xedit": 217, "xelatex": [148, 149, 184], "xetex": 180, "xeu": 183, "xf": 148, "xfoo": 48, "xfractint": 185, "xgal": 80, "xgboost": [183, 184], "xl": 187, "xlrd": [184, 187], "xml": [184, 217], "xmlx": 217, "xournal": 217, "xpaint": 217, "xport": 185, "xpra": [183, 184, 185], "xss": [152, 173], "xterm": [183, 202], "xvf": 132, "xvfb": 183, "xx": 174, "xxx": [95, 102, 140], "xyce": 187, "xyz": [23, 28, 34, 37, 174], "xyzabc09090": 21, "y": [9, 17, 66, 80, 94, 99, 103, 120, 130, 133, 136, 169, 178, 213], "yahoo": 193, "yale": 115, "yaml": [73, 184], "yanon": 125, "yapf": [183, 184, 185], "ybar": 48, "ycol": 130, "ye": [63, 123, 141, 162, 169, 191, 206], "year": [2, 63, 66, 133, 177, 180, 185, 187], "yearli": [2, 185, 187], "yellow": [83, 106, 136], "yet": [14, 18, 19, 42, 55, 63, 66, 68, 113, 114, 144, 148, 151, 177, 178, 183, 184, 185, 186, 187, 193, 196, 197, 198, 199, 200, 212, 213, 214], "yfinanc": 186, "ygal": 80, "you": [0, 1, 3, 4, 5, 6, 7, 8, 9, 11, 12, 13, 17, 18, 19, 20, 30, 32, 33, 39, 40, 41, 47, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 63, 65, 66, 67, 68, 69, 70, 71, 73, 75, 76, 77, 78, 79, 80, 81, 82, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 96, 97, 98, 99, 101, 102, 103, 104, 105, 106, 108, 109, 110, 111, 112, 113, 114, 115, 116, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 135, 136, 137, 138, 139, 140, 141, 143, 144, 145, 146, 149, 150, 151, 152, 153, 154, 155, 158, 159, 160, 161, 162, 163, 165, 166, 167, 168, 169, 170, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 206, 207, 208, 210, 211, 212, 213, 214, 217], "your": [0, 1, 2, 3, 4, 5, 7, 9, 11, 12, 30, 50, 51, 53, 54, 56, 57, 58, 59, 60, 61, 63, 65, 66, 67, 69, 70, 73, 76, 77, 78, 79, 80, 81, 85, 86, 87, 88, 90, 91, 92, 97, 98, 101, 102, 103, 104, 105, 106, 109, 111, 112, 113, 114, 116, 118, 119, 120, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 143, 144, 145, 148, 149, 150, 151, 152, 153, 154, 155, 156, 159, 161, 162, 163, 165, 166, 167, 168, 170, 172, 173, 174, 175, 178, 179, 180, 183, 184, 185, 188, 190, 191, 192, 193, 195, 196, 198, 199, 200, 201, 202, 203, 206, 208, 209, 211, 212, 213, 214, 215, 217], "your_api_kei": 52, "your_course_nam": 192, "your_minio_access_kei": 76, "your_minio_secret_kei": 76, "your_minio_url": 76, "yourself": [11, 63, 66, 83, 102, 111, 139, 167, 169, 195, 206], "yu": 177, "yy": 174, "yy16bit": 174, "z": [90, 94, 99, 128, 174], "zax": 198, "zealou": 83, "zeep": 184, "zendesk": [23, 28], "zero": [66, 83, 148, 169, 178, 213, 214], "zig": 186, "zip": [78, 102, 118, 148, 162, 163, 198], "zipfil": [118, 198], "zone": [2, 66, 144, 190, 214], "zoom": [90, 150, 178], "zsav": 185, "zucker": 99, "zz": 184, "\u30c4": 217, "\u4e2d\u6587\u5206\u8bcd": 184, "\u4e2d\u6587\u5206\u8bcd\u7ec4\u4ef6": 184, "\u505a\u6700\u597d\u7684": 184, "\u7ed3\u5df4": 184}, "titles": ["Account Dropdown Menu", "Account Toolbar", "Licenses", "Preferences", "Public files", "Purchases", "SSH keys", "Support", "Activity Bar", "AI Assistant", "Alternatives", "Alternative to JupyterHub", "API Examples & Howto", "add_collaborator", "add_license_to_project", "change_email_address", "change_password", "copy_path_between_projects", "copy_path_delete", "copy_path_status", "copy_public_path_between_projects", "create_account", "create_project", "create_support_ticket", "delete_account", "disconnect_from_project", "forgot_password", "get_available_upgrades", "get_support_tickets", "get_usernames", "API v1", "Purpose", "invite_collaborator", "invite_noncloud_collaborators", "log_client_error", "metrics", "ping", "project_exec", "public_get_text_file", "query", "read_text_file_from_project", "remove_collaborator", "remove_license_from_project", "reset_forgot_password", "start_metrics", "touch_project", "unlink_passport", "user_auth", "user_search", "write_text_file_to_project", "directory-listing", "email-address-from-account-id", "get-purchases (Python example)", "API v2", "latex", "purchasing licenses", "stop", "user-query", "API Keys", "Backups", "Billing FAQ", "Chatrooms", "ChatGPT", "Cloud File System", "CoCalc Cloud", "CoCalc Desktop", "Compute Servers", "Welcome to CoCalc\u2019s User Manual!", "CSV Viewer", "Display Options", "Explorer", "Files Search", "Flyout Panels", "Frame Editor", "Index", "Getting Started", "Getting Started with Hub", "Assembly Language Programming", "Install AWS CLI", "Bash Fortunes", "Bokeh / DASK / Holoview", "Can\u2019t Save File", "CoCalc says your clock is off", "Debugging connectivity issues", "Convert HTML to PDF", "C++ Programming", "Custom Jupyter Kernel", "Dask cluster", "Disk Space Warning", "Export TimeTravel History", "Use External Tools", "File Too Large", "Configure Firewall", "Fix broken Jupyter PDF export", "Fortran Programming", "Front-end Web Development", "GAP Jupyter kernel not available", "Git Version Control", "Google Sheets API Demo", "GSL C Code Compilation", "How-tos", "Install Julia Packages", "Install Python Packages", "Install R Packages", "Setup Jupyter Extensions", "Jupyter Kernel Selection", "Jupyter Kernel Terminated", "SVG and PNG plots in Jupyter Notebooks", "JupyterLab Extensions", "License Doesn\u2019t Work", "Low Memory Problems", "Recovering a Deleted Project", "MongoDB", "Use Multiple Accounts", "nbgrader for R", "NEURON simulation environment", "Octave Images and Plots", "<no title>", "Import from Overleaf/Sharelatex", "Utilize Multiple CPUs", "Dash", "Pluto Notebooks for Julia", "PostgreSQL", "Invite via Tokens", "Recovering a Deleted File", "RemarkJS Slideshow", "Ruby Programming", "R Step-by-Step with Jupyter", "Manage Running Processes", "Question about Sage", "Shiny", "Program Seems Slow or Stuck", "Develop Software", "Streamlit", "Install compiled software", "Troubleshooting", "Turtle Graphics with CoCalc", "Upload Files", "Run a Webserver", "What is CoCalc?", "Introduction", "iPad", "Jupyter Notebooks", "Classical Versus CoCalc Jupyter Notebooks", "CoCalc Enhancements to Jupyter Notebooks", "Getting Started with Jupyter Notebooks", "Jupyter Tips and Tricks", "LaTeX Editor", "LaTeX Howto and FAQ", "LaTeX editor features", "Getting started with LaTeX", "Licenses", "Markdown", "CoCalc News", "2020-08-18: Ubuntu 20.04 Upgrade", "CoCalc OnPrem", "Pay-As-You-Go Purchase", "Platform", "Platform News 2019-2022", "(+) New", "Processes", "Projects", "Projects FAQ", "Project Files", "Project Home", "Project Initialization Scripts", "Project Library", "Project List", "Project Log", "Project Settings", "Project Toolbar", "References", "Restrict Student Projects", "Rich Text Editing", "Sage Worksheets", "Servers", "Service Options", "Collaborate. Share! Publish!!!", "Slides", "Snippets", "Software", "Custom Software", "100 numpy exercises", "Software Updates 2018", "Software Updates 2019", "Software Updates 2020", "Software Updates 2021", "Software Updates 2022", "Software Updates 2023", "Software Updates 2024", "Task Lists", "After the Course Ends", "Course Management", "Creating a New Course", "Instructor Guide", "Collaboration", "Teaching with nbgrader", "Student Guide", "FAQ, Tips and Tricks", "Upgrading Student Projects", "Upgrading Student Projects (legacy version)", "CoCalc for Short Training Sessions", "Linux Terminal", "TimeTravel", "Stopwatches and Timers", "Tours", "Trial Projects", "Project Upgrades", "Upgrades", "User Interface", "Users", "Vouchers", "Visual Studio Code Server", "Whiteboard", "Why CoCalc?", "Why NOT CoCalc?", "Working With", "X11 Graphical Applications"], "titleterms": {"": [66, 67, 83, 105, 110, 132, 145, 148, 162, 174, 180, 198], "0": [181, 182, 185, 186, 187, 188], "01": [158, 183, 184, 185, 186, 188, 189], "02": [184, 185, 186, 187, 188, 189], "03": [158, 183, 184, 185, 186, 187, 188], "04": [154, 158, 184, 185, 186, 187, 188], "05": [184, 185, 186, 187], "06": [183, 184, 185, 186, 187, 188], "07": [184, 185, 186, 187, 188, 189], "08": [154, 158, 183, 184, 185, 186, 187, 188], "09": [158, 183, 184, 185, 186, 187, 188], "1": [83, 106, 110, 112, 113, 118, 122, 125, 165, 184, 185, 186, 187, 188, 189, 199], "10": [83, 158, 183, 184, 185, 186, 187, 188, 189], "100": [181, 182], "101": 150, "11": [83, 183, 184, 185, 186, 187, 188], "12": [83, 158, 183, 184, 185, 186, 187, 188], "13": [83, 158, 183, 185, 186, 187], "14": [158, 184, 185, 187], "15": [158, 183, 184, 187], "16": [158, 183, 184, 185], "17": [184, 186, 187], "18": [154, 158, 183, 184, 185, 187], "19": [184, 185, 187], "2": [83, 98, 106, 110, 112, 113, 118, 122, 125, 165, 181, 182, 185, 186, 187, 188, 189, 199], "20": [154, 158, 184, 185, 188], "2018": 183, "2019": [158, 184], "2020": [154, 158, 185], "2021": [186, 187], "2022": [158, 187], "2023": 188, "2024": 189, "21": [184, 185, 186], "22": [183, 188], "23": [183, 184, 188], "24": [184, 187], "25": [184, 185, 187], "26": [184, 186], "27": [183, 184, 185, 186, 187, 188], "28": [183, 184, 185, 186, 188], "29": [183, 184, 185, 187], "3": [83, 110, 112, 113, 122, 125, 165, 184, 185, 186, 188, 199], "30": [183, 184, 185, 187, 188], "31": [184, 185], "4": [83, 110, 122, 125, 185, 186, 187, 199], "40": 185, "5": [83, 110, 125, 184, 185, 186, 187, 199], "6": [83, 185, 186, 187], "7": [83, 187], "8": [83, 187, 188], "9": [83, 185, 186, 187, 188], "ASE": 186, "As": 156, "But": 206, "For": [98, 156, 199], "If": [131, 156], "In": [101, 214], "It": 139, "NOT": 215, "No": [123, 211, 214], "Not": 156, "On": [198, 214], "One": 163, "The": [89, 148], "Their": 198, "To": [178, 213], "Will": 132, "With": [58, 178, 213, 216], "about": [89, 129, 138, 152, 169, 174], "academ": 2, "access": [63, 76, 83, 191, 197, 208], "account": [0, 1, 3, 5, 6, 51, 58, 75, 83, 113, 158, 170, 198], "account_id": 51, "across": 148, "action": [163, 168], "activ": [8, 145, 198], "ad": [86, 197, 199, 200], "add": [6, 39, 55, 83, 156, 169, 193, 196], "add_collabor": 13, "add_license_to_project": 14, "addit": [30, 31, 75], "address": [51, 198], "adjust": 132, "administr": 211, "advanc": [2, 156], "after": [191, 201], "again": 75, "ai": 9, "all": [50, 55, 83, 128, 132, 198], "altern": [10, 11, 143, 169], "alwai": 2, "am": 197, "an": [12, 30, 39, 53, 58, 60, 75, 83, 113, 114, 132, 148, 167, 174, 192, 196, 198], "anaconda": [102, 132, 187, 202], "analysi": [181, 182], "ani": [83, 162], "anonym": 158, "anyth": 215, "api": [5, 12, 30, 31, 50, 51, 53, 55, 58, 89, 98], "app": 80, "appendix": 67, "appli": [151, 199], "applic": [2, 69, 115, 141, 217], "approach": 214, "ar": [83, 111, 162, 174, 198], "arrang": 211, "arrow": [178, 213], "assembl": 77, "assembli": 77, "assign": [114, 192, 196, 197, 198], "assist": [9, 193], "astropi": 185, "asymptot": 148, "async": 185, "atsa": 185, "attach": 174, "attempt": 83, "authent": [30, 31, 98], "autograd": 158, "autom": [181, 182], "automat": [5, 148, 192], "aux": 128, "auxiliari": 177, "avail": [66, 96, 133, 169, 173, 180], "aw": [78, 169], "azur": 76, "back": 162, "backslash": 148, "backup": [59, 63, 163, 174], "balanc": [5, 156], "banner": 199, "bar": [8, 70, 144, 145], "barebon": 125, "base": 185, "baseurlpath": 133, "bash": [79, 165], "bash_profil": 132, "bashrc": [79, 132], "basic": 145, "batch": [158, 167], "becom": 66, "befor": 198, "benefit": 180, "bert": 185, "besid": 165, "between": [12, 30], "bill": [9, 60, 63, 66], "binari": 132, "bind": 202, "bioconductor": [186, 187], "bitbucket": 162, "block": [83, 152], "bokeh": 80, "bookstor": 211, "box": 79, "broken": [93, 202, 217], "browser": [83, 113, 141, 162, 202], "bugfix": [185, 186], "bui": [2, 55, 151], "build": [108, 148, 149], "built": [132, 148, 180], "button": [89, 137, 145, 146], "c": [85, 99, 132], "cach": 83, "calcul": 132, "call": 132, "can": [60, 81, 83, 113, 132, 152, 162, 206], "cannot": [148, 215], "capac": [156, 199], "cart": 55, "categori": 217, "caus": 106, "cell": [132, 144, 145, 178, 213], "certif": 215, "chang": [174, 198, 203], "change_email_address": 15, "change_password": 16, "charg": 199, "chat": [9, 61, 73, 170, 178, 195, 202, 213], "chatgpt": [62, 174], "chatroom": [61, 195], "check": [82, 83, 125, 131, 148, 192], "checkbox": 152, "checker": 73, "chemistri": [181, 182], "choic": [9, 63], "choos": 66, "chrome": [83, 90], "class": 198, "classic": [105, 143, 180], "clear": [110, 203], "cli": 78, "click": 111, "client": [58, 87], "clock": 82, "clone": 97, "close": [76, 162], "cloud": [63, 64, 66, 76, 169], "cluster": 87, "cobol": 185, "cocalc": [1, 50, 51, 55, 64, 65, 66, 67, 75, 82, 83, 86, 95, 97, 98, 100, 105, 106, 113, 114, 131, 132, 136, 139, 141, 143, 144, 146, 152, 153, 155, 156, 169, 170, 177, 180, 196, 197, 201, 202, 206, 211, 214, 215, 217], "code": [66, 73, 99, 126, 132, 145, 152, 174, 211, 212], "colab": 188, "collabor": [111, 143, 152, 168, 169, 173, 177, 178, 195, 202, 213], "collect": [177, 192, 196], "com": 95, "command": [79, 94, 97, 101, 103, 149, 198, 202], "comment": 196, "commit": 76, "commun": [12, 30], "compat": 98, "compil": [99, 132, 134], "complet": [174, 190, 196], "comput": [66, 83, 110, 132, 136, 144, 155, 181, 182, 199], "concis": 174, "configur": [79, 92, 102, 132, 133, 169, 199, 211], "congest": 83, "connect": [83, 87, 95, 112, 122, 131, 170, 174], "consecut": 144, "conserv": 146, "consider": [66, 177], "contact": 197, "content": [1, 9, 144, 159, 178, 196, 197, 213], "continu": [154, 206], "contribut": 169, "control": [97, 169, 197, 214], "convers": 174, "convert": [84, 158, 198], "cooki": 83, "copi": [12, 30, 178, 198, 213], "copy_path_between_project": 17, "copy_path_delet": 18, "copy_path_statu": 19, "copy_public_path_between_project": 20, "core": 2, "cost": [2, 66], "count": [149, 204], "counter": 145, "cours": [158, 191, 192, 193, 197, 198, 199], "cpu": [2, 119, 131, 208], "creat": [58, 61, 66, 75, 86, 123, 132, 148, 190, 192, 193, 196, 204, 211], "create_account": 21, "create_project": 22, "create_support_ticket": 23, "credenti": 98, "credit": [156, 211], "csv": [68, 91], "cumul": 185, "current": [169, 180], "cursor": 73, "custom": [86, 90, 101, 102, 132, 146, 148, 169, 179, 180, 181, 202], "cut": [132, 178, 213], "dark": [3, 158], "dash": 120, "dashboard": 87, "dask": [80, 87, 181, 182], "data": [9, 30, 31, 73, 76, 89, 177, 181, 182], "data8": 185, "databas": [50, 95, 122], "datasci": 185, "dataset": 76, "date": [83, 190, 198], "deal": [137, 148], "debian": 79, "debug": [83, 131, 165], "dedic": [2, 131], "deep": [181, 182], "default": [69, 132, 159, 180], "definit": 174, "degre": 197, "delet": [76, 111, 124, 144, 167, 169, 191, 198], "delete_account": 24, "demo": 98, "depot": 101, "descript": [39, 169, 190], "design": 184, "desktop": [65, 66, 69, 97, 116, 131, 136], "detail": [110, 152, 180], "detect": 132, "develop": [95, 132, 165], "dialog": 217, "diff": 198, "differ": 113, "directli": 102, "directori": 50, "disabl": [5, 156, 174], "disconnect": [132, 202], "disconnect_from_project": 25, "discount": 2, "discret": [181, 182], "disk": [63, 88, 146, 208], "displai": [6, 69, 168, 217], "distribut": [192, 196, 211], "dn": 83, "do": [60, 66, 83, 111, 148, 178, 193, 196, 199, 213], "docker": 95, "document": [132, 148, 170, 174, 177], "doe": [83, 98, 148, 156], "doesn": 109, "dollar": 148, "domain": 83, "don": [83, 143], "done": 201, "doubl": 83, "down": [83, 112, 122, 204], "download": [162, 211], "drag": [137, 144], "draw": 148, "drive": [90, 137], "drop": [137, 144], "dropbox": 90, "dropdown": 0, "due": [190, 198], "dune": 188, "durat": 177, "dynam": 138, "easi": 113, "edg": [83, 178, 213], "edit": [9, 132, 144, 151, 152, 170, 173, 178, 190, 195, 213], "editor": [3, 39, 73, 126, 147, 149, 202], "effici": [181, 182], "element": [152, 177], "elimin": 106, "els": [83, 106], "emac": 90, "email": [51, 193, 198], "emb": 146, "embed": [12, 30, 146, 152], "emoji": [152, 173], "empti": [111, 198], "emul": 97, "enabl": [5, 83, 148, 156], "encapsul": 102, "encod": 149, "end": [95, 191], "endpoint": [5, 30, 53], "enhanc": [144, 152], "enter": [196, 200], "entri": 168, "environ": [101, 102, 115, 132, 169, 180, 187, 202], "error": [83, 151, 174], "escap": 148, "estim": 63, "etc": [162, 186, 188], "even": 128, "everyon": 198, "everyth": 83, "exactli": 198, "exampl": [12, 30, 39, 52, 53, 66, 79, 87, 133, 165, 181, 182, 211], "except": 132, "execut": 145, "exercis": [181, 182], "experi": 184, "expir": 156, "explor": [70, 72], "export": [89, 93, 118, 146, 148, 152, 158, 192, 198, 203], "express": [178, 213], "extend": 174, "extens": [83, 104, 108, 202], "extern": 90, "f90": 132, "faq": [60, 83, 148, 162, 198], "featur": [11, 61, 145, 149, 152, 169, 202], "fenc": 152, "fetch": 137, "field": [39, 198], "figur": 132, "file": [1, 4, 9, 12, 30, 39, 63, 70, 71, 72, 73, 75, 79, 81, 83, 90, 91, 98, 124, 126, 137, 138, 146, 148, 149, 152, 158, 159, 162, 163, 168, 169, 174, 177, 180, 190, 193, 197, 198, 202, 203], "filenam": 3, "filesystem": 66, "filter": [167, 168], "find": [71, 72], "fingerprint": [6, 162], "finish": 197, "firefox": 83, "firewal": 92, "first": [75, 87, 98, 188], "fish": 202, "fix": [93, 113, 132, 185, 187, 189], "flexibl": 11, "flipper": 186, "flush": 76, "flyout": 72, "folder": [177, 196, 198], "font": [173, 202], "forgot_password": 26, "form": 174, "format": [30, 31, 190], "formatt": 169, "fortran": [94, 132], "fortun": 79, "forward": [66, 149, 180], "frame": [73, 126, 178, 202, 213], "free": 206, "frica": 90, "from": [51, 102, 118, 132, 137, 144, 191, 192, 198, 202, 212], "front": 95, "full": 214, "fulli": 215, "fullscreen": [69, 170], "function": 132, "further": 98, "futur": 154, "gap": 96, "gatewai": 162, "gc": 169, "gener": [3, 53, 95, 132, 138, 184, 196, 198], "geograph": 66, "get": [39, 50, 51, 52, 53, 55, 60, 75, 76, 98, 113, 145, 150, 180, 193, 197, 217], "get_available_upgrad": 27, "get_support_ticket": 28, "get_usernam": 29, "gettabl": 39, "git": [97, 102, 162, 198], "github": [162, 177], "gitlab": 162, "given": [39, 50], "glanc": 128, "glass": 71, "gnu": 77, "gnucobol": 185, "gnuplot": 148, "go": [113, 156], "gone": 111, "googl": [66, 76, 83, 90, 98, 137, 169], "gprmax": 185, "gpu": 146, "grade": [110, 192, 196], "graphic": [97, 115, 136, 217], "group": 195, "gsl": 99, "guid": [194, 197], "halt": 146, "hand": [181, 182], "handbook": [181, 182], "handout": [192, 198], "happen": 197, "hardlink": 185, "hashtag": [61, 152, 178, 190, 213], "have": [83, 198], "hax": 186, "hdpi": 217, "healpi": 185, "hebrew": 148, "height": 132, "hello": 133, "help": [170, 174], "hidden": [163, 167, 169], "hide": [163, 169, 191], "high": 217, "hint": 137, "histori": [89, 202, 203], "holoview": [80, 187], "home": 164, "host": [2, 97, 131, 162, 208, 211], "how": [9, 60, 100, 113, 114, 132, 156, 162, 174, 197, 198], "howto": [12, 30, 148, 174], "html": [73, 84, 91, 125, 152, 174], "htop": 110, "hub": [76, 89], "hyperstack": 66, "i": [9, 60, 66, 76, 82, 83, 106, 110, 111, 132, 139, 162, 168, 173, 185, 197, 201, 206, 211, 217], "icognito": 113, "icon": [71, 83, 160, 169, 175, 178, 213], "id": [39, 51], "ident": 113, "identifi": 131, "idl": [132, 208], "ifram": [12, 30], "imag": [95, 116, 148, 169], "implement": 152, "import": 118, "impos": 156, "improv": 184, "includ": [148, 162], "incompat": 83, "index": 74, "indic": 67, "individu": 158, "infect": 83, "info": 185, "inform": [60, 76, 158, 181, 182], "initi": [165, 200], "insert": [144, 148, 173, 178, 213], "insid": 73, "inspect": 110, "instal": [78, 79, 83, 101, 102, 103, 132, 134, 148, 202, 217], "instead": 83, "institut": [199, 200], "instructor": [194, 196, 199], "int": 132, "integ": 132, "integr": [144, 198], "interact": 177, "interfac": [106, 209, 215], "intermedi": 83, "internet": [137, 208], "introduc": 167, "introduct": [140, 152, 174], "invers": [149, 152], "invit": [123, 167, 193, 198], "invite_collabor": 32, "invite_noncloud_collabor": 33, "invoic": [5, 60], "ipad": 141, "ipywidget": 187, "isn": [90, 206], "issu": 83, "item": 180, "j": [95, 185], "java": 132, "javascript": 185, "julia": [101, 121, 132, 184, 185, 186, 187, 189], "jupyt": [9, 75, 86, 91, 93, 94, 96, 100, 101, 102, 103, 104, 105, 106, 107, 110, 115, 116, 127, 132, 136, 142, 143, 144, 145, 146, 148, 158, 169, 178, 180, 181, 182, 185, 196, 213], "jupyterhub": 11, "jupyterlab": [66, 108, 143, 169], "just": 206, "keep": 132, "kei": [1, 6, 11, 53, 58, 162, 169, 178, 180, 202, 213], "kera": [181, 182, 185], "kernel": [86, 96, 102, 105, 106, 116, 132, 145, 185], "keyboard": [190, 217], "kill": 132, "kiosk": 69, "knitr": 148, "known": 50, "lab": [105, 180], "land": 83, "languag": [77, 100, 132, 165], "larg": [91, 137, 146, 148], "later": 98, "latest": 83, "latex": [9, 54, 73, 146, 147, 148, 149, 150, 152, 173, 178, 198, 213], "launch": 121, "layout": 217, "lean": 185, "learn": [181, 182, 186], "lectur": [181, 182, 197], "legaci": [5, 148, 200], "lib": 186, "librari": 166, "licens": [1, 2, 55, 66, 109, 151, 156, 158, 169, 191, 199, 211], "like": 132, "limit": [5, 123, 132, 156, 173, 180, 206], "line": [94, 97, 101, 103], "link": [123, 152], "linux": [9, 202], "list": [50, 70, 163, 167, 170, 178, 190, 213], "live": 195, "llm": [9, 199], "load": [83, 168], "local": [6, 63, 76, 79, 132, 146], "locat": [63, 66, 102], "lock": 214, "log": [72, 111, 168], "log_client_error": 34, "login": 6, "logo": 170, "long": [132, 174], "low": 110, "macaulay2": 188, "machin": [132, 181, 182], "macro": 148, "macs2": 186, "magnifi": 71, "main": 180, "mainten": [187, 215], "make": [39, 83, 198, 199], "malwar": 83, "manag": [2, 128, 151, 192, 198], "manual": [67, 192, 196], "map": [178, 213], "markdown": [73, 125, 132, 152, 190, 198], "materi": [181, 182, 185], "mathic": [185, 186], "matplotlib": [110, 185], "maximum": 151, "mechan": [181, 182], "member": [2, 131, 208], "memori": [106, 110, 128, 131, 132, 146], "mention": [61, 152, 195], "menu": [0, 145], "merg": 113, "messag": [30, 31, 83, 132, 151, 174], "method": [113, 148], "metric": 35, "microchip": 160, "mini": 163, "miniforg": 188, "minio": 76, "minor": 185, "miss": [154, 198], "mission": 139, "mix": 143, "mode": [3, 158, 170, 178], "model": [181, 182], "modi": 186, "modif": 76, "modifi": 95, "modsimpython": [181, 182], "modul": [132, 136], "monei": 156, "mongodb": 112, "moodl": 198, "more": [128, 186, 187, 200], "most": 66, "motiv": 180, "mount": 90, "move": [131, 190], "much": [83, 106], "multi": [87, 148, 149], "multipl": [73, 113, 119, 145, 148, 163, 198, 199, 202], "must": 215, "my": [9, 83, 102, 110, 111, 132, 162, 197, 203], "name": [83, 169], "nasm": 186, "nativ": 141, "navig": [178, 213], "nbgrader": [114, 144, 158, 196], "need": [66, 211, 215], "netwid": 77, "network": 83, "neuron": 115, "new": [72, 86, 97, 132, 153, 158, 159, 169, 187, 188, 192, 193, 202], "next": [75, 111, 214], "nextj": 95, "node": [87, 95, 185, 187], "note": [95, 177, 178, 213], "notebook": [9, 75, 91, 94, 100, 101, 103, 105, 107, 110, 115, 121, 132, 136, 142, 143, 144, 145, 146, 148, 158, 181, 182, 185, 187, 196, 198], "noth": 131, "notif": 170, "now": 111, "nteract": 136, "ntk": 110, "number": [2, 63, 92, 132, 144, 151], "numpi": [181, 182], "o": 185, "oauth2": 98, "object": 198, "obtain": 211, "octav": [116, 132, 185, 186, 187, 189], "off": [59, 82, 132, 148], "offer": 66, "older": 168, "onc": [50, 113], "onli": [199, 206], "onprem": [66, 155], "open": [83, 163, 168, 170, 214, 215], "openai": 188, "opencv": [181, 182], "oper": 167, "optim": 186, "option": [2, 69, 173, 176, 196, 199, 214], "order": 55, "other": [3, 9, 76, 83, 132, 165], "otherwis": 83, "our": 197, "out": [1, 75, 83, 110, 139], "output": [132, 145, 146], "outstand": 193, "overlai": 217, "overleaf": 118, "overrid": 132, "overview": [178, 213], "own": [102, 132], "p": 128, "packag": [79, 101, 102, 103, 132, 133, 148, 184, 185, 186, 187, 202], "page": [5, 83, 161, 178, 213], "pai": [60, 156, 197, 199, 200, 215], "paid": 199, "panda": 185, "pandoc": 185, "panel": 72, "papermil": 186, "partner": 53, "past": [178, 213], "path": [39, 50, 101, 102], "payment": [5, 199], "pdf": [84, 93, 148, 152, 158, 198], "peak": 110, "peer": 192, "pen": [178, 213], "pentadactyl": 90, "per": 132, "period": [2, 165], "pick": 139, "ping": 36, "pip": [102, 132], "pkg": 188, "place": 55, "plai": [146, 174], "plain": [143, 169], "platform": [100, 157, 158], "plot": [5, 107, 116, 148, 174, 212], "plotli": 132, "plugin": 90, "pluto": [121, 187], "pmdarima": 185, "png": 107, "port": [66, 92, 138, 180], "portabl": 11, "possibl": [106, 215], "postgresql": 122, "pre": 180, "prefer": [1, 3, 148], "premis": 214, "prepar": [108, 114], "present": [39, 125, 178], "pretext": 186, "preview": 148, "privat": 113, "problem": [83, 110, 131, 148, 154, 181, 182, 199], "process": [72, 83, 110, 128, 132, 160], "profil": 113, "program": [77, 85, 94, 98, 100, 126, 131, 132], "programm": 174, "project": [2, 6, 12, 30, 39, 50, 58, 69, 72, 83, 87, 89, 108, 110, 111, 123, 131, 132, 146, 148, 151, 158, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 172, 177, 181, 182, 191, 193, 195, 197, 198, 199, 200, 206, 207], "project_exec": 37, "prophet": 185, "proprietari": 215, "protect": 144, "protocol": [30, 31], "proxi": [138, 177], "pstrick": 148, "public": [1, 4, 6, 39, 177], "public_get_text_fil": 38, "publish": [39, 177, 178, 213], "purchas": [1, 2, 5, 52, 55, 156], "purpos": [30, 31, 53, 196, 206], "py": 102, "pybedtool": 185, "pycaret": 185, "pygimli": 185, "pypi": [132, 186, 187], "python": [9, 52, 86, 95, 98, 102, 132, 133, 165, 174, 181, 182, 184, 185, 186, 187, 188, 212], "python3": 132, "pythontex": 148, "quantum": [181, 182], "quarto": [152, 158], "queri": [39, 57], "question": [83, 129, 196, 201, 211], "quickli": 198, "quickstart": [76, 202], "quota": 169, "quspin": 185, "r": [9, 73, 103, 114, 127, 132, 185, 186, 187, 217], "rais": 132, "ram": [2, 208], "raw": 138, "rdkit": 185, "react": 95, "read_text_file_from_project": 40, "real": [173, 195], "reboot": 131, "receipt": 5, "recent": [83, 168, 170], "recommend": 103, "reconfigur": 193, "reconnect": 131, "record": 165, "recov": [111, 124], "redeem": 211, "refer": [30, 31, 67, 121, 133, 152, 171], "refresh": 163, "regular": [185, 187], "relat": [83, 132], "releas": 188, "reliabl": 11, "remarkj": 125, "remot": [90, 169], "remov": [146, 187, 191, 198, 202], "remove_collabor": 41, "remove_license_from_project": 42, "render": 177, "replac": [73, 152], "repositori": [97, 102], "request": [101, 102, 103], "requir": [197, 215], "resel": 211, "resend": 193, "reset_forgot_password": 43, "resolut": 217, "resourc": [75, 174], "respons": 214, "restart": [131, 169, 197, 198], "restrict": [172, 198], "resum": [75, 202], "return": [192, 196], "revert": [174, 187], "rich": [152, 173], "riemann": [181, 182], "rmd": 132, "rmdformat": 185, "room": 9, "root": 66, "routin": 186, "row": 145, "rpc": 185, "rstan": 110, "rstudio": [], "rubi": [126, 132], "run": [2, 75, 83, 98, 110, 128, 132, 138, 144, 146, 196, 198], "rust": [184, 185, 186], "s3": [76, 169], "safari": 83, "sage": [102, 126, 129, 132, 136, 158, 169, 174, 185, 186, 187, 188, 189], "sagemath": [165, 174, 185], "sagetex": 148, "sai": 82, "same": 83, "save": [81, 145, 156], "schema": 76, "scienc": [181, 182], "scientif": [9, 181, 182], "scikit": [181, 182, 186], "scilab": 217, "screenshot": 112, "script": [9, 98, 133, 165, 212], "search": [71, 73, 149, 152, 178, 190, 213], "second": 98, "secur": [138, 215], "see": [83, 128, 132, 199, 200], "seem": 131, "select": [105, 145], "self": 156, "sent": 9, "sentimentanalysi": 185, "server": [66, 80, 83, 95, 100, 110, 122, 136, 138, 143, 155, 169, 175, 177, 199, 212], "servic": [83, 176], "session": [69, 75, 113, 201], "set": [3, 39, 72, 83, 110, 111, 146, 148, 169, 177, 202], "settabl": 39, "setup": [102, 104, 114, 122, 148, 169, 202], "shake": 186, "shape": 76, "share": [177, 195], "sharelatex": 118, "sheet": 98, "shell": [9, 148, 202], "shini": 130, "shop": 55, "short": [156, 201], "shortcut": 190, "should": 148, "show": 163, "shut": [112, 122], "side": [9, 61, 73, 132, 202], "sign": [1, 75, 148, 198], "simpl": 95, "simplest": 215, "simul": [115, 181, 182], "simultan": 151, "singl": [169, 198, 202], "site": [59, 158], "size": 63, "skew": 82, "skip": 196, "slide": 178, "slideshow": [125, 144], "slow": [131, 174], "smem": 110, "snakemak": [181, 182], "snappi": 185, "snapshot": [59, 163, 174], "snippet": 179, "softwar": [83, 102, 110, 132, 134, 169, 177, 180, 181, 183, 184, 185, 186, 187, 188, 189, 202, 214, 215], "solut": [181, 182], "some": [83, 102, 132], "someth": 106, "sound": 174, "sourc": [73, 95, 132, 148, 174, 215], "space": [88, 208], "special": [66, 211], "specif": [60, 110, 132], "spell": [73, 148], "spellcheck": 149, "spend": 156, "split": [178, 202, 213], "ssh": [1, 6, 137, 162, 169], "sshf": 90, "stack": 214, "stale": 83, "standbi": 3, "star": 177, "start": [39, 75, 76, 87, 108, 122, 145, 150, 165, 180, 196, 198, 217], "start_metr": 44, "startup": [112, 132, 202], "statement": [1, 75], "statist": 132, "statu": [170, 211, 217], "stellargraph": 185, "step": [75, 83, 112, 118, 122, 125, 127, 214], "sticki": [178, 213], "still": 66, "stop": [39, 56, 169], "stopwatch": [178, 204, 213], "storag": [76, 169], "store": 174, "strategi": 199, "streamlit": 133, "stuck": 131, "student": [158, 172, 191, 192, 193, 196, 197, 198, 199, 200], "studi": 98, "studio": 212, "subdomain": 138, "subfil": 148, "subscript": [1, 5, 139], "summari": 180, "support": [1, 7, 73, 146, 148, 149, 177, 180, 184, 198, 214], "sure": 83, "svg": [107, 132, 174], "sy": 102, "sympi": 184, "sync": [90, 196], "system": [63, 169, 179], "t": [81, 83, 90, 109, 143, 206], "ta": 197, "tab": [83, 137, 174, 202, 217], "tabl": [67, 144, 178, 196, 213], "tag": 167, "taichi": 186, "task": [165, 190], "teach": [66, 193, 196, 199], "teacher": [197, 199, 200], "team": 214, "technic": 217, "temporari": 163, "tensorflow": [181, 182], "termin": [3, 9, 90, 106, 110, 132, 136, 163, 198, 202, 217], "test": [139, 177], "texmf": 148, "text": [73, 91, 145, 152, 173, 178, 198, 213], "theori": [181, 182], "thing": [82, 113], "think": 111, "throw": 186, "ticket": 7, "tikzplotlib": 186, "time": [144, 156, 162, 165, 173, 195, 198], "timeout": [3, 83, 132, 208], "timer": [178, 204, 213], "timetravel": [59, 89, 174, 178, 203, 213], "tip": [146, 177, 198, 202, 217], "titl": [2, 39, 169], "token": [123, 167], "ton": 83, "too": [83, 91, 106, 146], "tool": [90, 100], "toolbar": [1, 70, 75, 170], "top": [70, 110, 111, 128], "tos": 100, "touch_project": 45, "tour": [70, 161, 202, 205], "train": 201, "transact": 5, "transfer": [60, 137], "trash": 198, "travel": 198, "trial": 206, "trick": [146, 198, 202, 217], "troubleshoot": [135, 146], "try": [82, 83, 106, 131], "turn": 148, "turtl": 136, "type": [2, 73], "typescript": 95, "typeset": 9, "u": 197, "ubuntu": [79, 154, 158, 185, 188], "undelet": 198, "understand": 174, "underworld": [181, 182], "undo": 174, "uniqu": 66, "unlink_passport": 46, "up": [106, 110, 162, 198], "updat": [101, 148, 180, 183, 184, 185, 186, 187, 188, 189], "upgrad": [1, 39, 151, 154, 156, 158, 169, 191, 199, 200, 207, 208], "upload": [98, 137], "url": [92, 169, 177], "us": [9, 50, 51, 55, 66, 90, 97, 106, 110, 113, 123, 131, 132, 138, 146, 148, 152, 154, 156, 158, 167, 169, 181, 182, 198, 203, 206, 211, 215, 217], "usag": [110, 132, 169], "user": [39, 51, 57, 67, 102, 106, 209, 210, 211], "user_auth": 47, "user_search": 48, "util": [119, 128, 174], "v": [66, 132, 169, 180], "v1": 30, "v2": [5, 53], "vaniti": 177, "variabl": 169, "variou": [184, 187], "vendor": 214, "venn": 185, "veri": 83, "verifi": 198, "version": [83, 86, 90, 97, 196, 197, 200], "versu": 143, "via": [50, 60, 90, 123], "view": [6, 178, 192, 213], "viewer": 68, "vim": 202, "virtualenv": 102, "visual": 212, "voucher": 211, "vpn": 66, "vscode": [95, 186, 187], "w": 102, "wai": 110, "warn": 88, "wav": 146, "web": [58, 95, 141, 162], "webserv": [132, 138], "websit": 146, "websocket": [83, 92], "weird": 113, "welcom": 67, "what": [9, 76, 83, 98, 111, 113, 132, 138, 139, 145, 148, 162, 168, 174, 193, 197, 199, 200], "when": [113, 174, 197, 204], "where": [152, 173], "while": 83, "whiteboard": 213, "who": 203, "whole": 177, "why": [110, 169, 197, 206, 214, 215], "wide": 179, "widget": 144, "width": 132, "wiki": 174, "window": [178, 213, 217], "wire": 60, "within": 152, "without": [192, 198], "word": 149, "work": [83, 90, 109, 114, 131, 148, 162, 197, 216], "worksheet": [126, 132, 136, 158, 169, 174], "workshop": [181, 182, 211], "world": [133, 214], "would": 132, "write": 125, "write_text_file_to_project": 49, "wrong": [83, 113], "x": 111, "x11": [66, 116, 136, 217], "xxx": 215, "you": [2, 83, 148, 156, 215], "your": [6, 55, 75, 82, 83, 108, 110, 146, 169, 177, 197], "yourself": 101, "zero": 204, "zoom": 217}}) \ No newline at end of file +Search.setIndex({"alltitles": {"(+) New": [[160, "new"]], "1. Configure the payment option": [[200, "configure-the-payment-option"]], "1. Instructor configures the payment option": [[200, "instructor-configures-the-payment-option"]], "1. Processes": [[111, "processes"]], "1. Try to eliminate Jupyter if possible": [[107, "try-to-eliminate-jupyter-if-possible"]], "100 numpy exercises": [[182, "id1"], [183, "id1"]], "2. Apply a license to the course": [[200, "apply-a-license-to-the-course"]], "2. Project settings": [[111, "project-settings"]], "2. Students see a payment banner": [[200, "students-see-a-payment-banner"]], "2. Try to eliminate the CoCalc user interface": [[107, "try-to-eliminate-the-cocalc-user-interface"]], "2018-09-01": [[184, "update-2018-09-01"]], "2018-09-08": [[184, "update-2018-09-08"]], "2018-09-11": [[184, "update-2018-09-11"]], "2018-09-15": [[184, "update-2018-09-15"]], "2018-09-23": [[184, "update-2018-09-23"]], "2018-09-29": [[184, "update-2018-09-29"]], "2018-10-06": [[184, "update-2018-10-06"]], "2018-10-18": [[184, "update-2018-10-18"]], "2018-10-27": [[184, "update-2018-10-27"]], "2018-11-03": [[184, "update-2018-11-03"]], "2018-11-10": [[184, "update-2018-11-10"]], "2018-11-13": [[184, "update-2018-11-13"]], "2018-11-28": [[184, "update-2018-11-28"]], "2018-12-01": [[184, "update-2018-12-01"]], "2018-12-03": [[184, "update-2018-12-03"]], "2018-12-08": [[184, "update-2018-12-08"]], "2018-12-16": [[184, "update-2018-12-16"]], "2018-12-22": [[184, "update-2018-12-22"]], "2018-12-30": [[184, "update-2018-12-30"]], "2019-01-06": [[185, "update-2019-01-06"]], "2019-01-12": [[185, "update-2019-01-12"]], "2019-01-20": [[185, "update-2019-01-20"]], "2019-01-26": [[185, "update-2019-01-26"]], "2019-02-09": [[185, "update-2019-02-09"]], "2019-02-16": [[185, "update-2019-02-16"]], "2019-02-23": [[185, "update-2019-02-23"]], "2019-03-02": [[185, "update-2019-03-02"]], "2019-03-11": [[185, "update-2019-03-11"]], "2019-03-23": [[185, "update-2019-03-23"]], "2019-03-31": [[185, "update-2019-03-31"]], "2019-04-07": [[185, "update-2019-04-07"]], "2019-04-14": [[185, "update-2019-04-14"]], "2019-04-21": [[185, "update-2019-04-21"]], "2019-04-27": [[185, "update-2019-04-27"]], "2019-05-04": [[185, "update-2019-05-04"]], "2019-05-11": [[185, "update-2019-05-11"]], "2019-05-18": [[185, "update-2019-05-18"]], "2019-05-26": [[185, "update-2019-05-26"]], "2019-06-02": [[185, "update-2019-06-02"]], "2019-06-08": [[185, "update-2019-06-08"]], "2019-06-17": [[185, "update-2019-06-17"]], "2019-06-24": [[185, "update-2019-06-24"]], "2019-06-30": [[185, "update-2019-06-30"]], "2019-07-08": [[185, "update-2019-07-08"]], "2019-07-15": [[185, "update-2019-07-15"]], "2019-07-28": [[185, "update-2019-07-28"]], "2019-08-10": [[185, "update-2019-08-10"]], "2019-08-25": [[185, "update-2019-08-25"]], "2019-08-28": [[185, "update-2019-08-28"]], "2019-09-09": [[185, "update-2019-09-09"]], "2019-09-21": [[185, "update-2019-09-21"]], "2019-09-28": [[185, "update-2019-09-28"]], "2019-09-30": [[185, "update-2019-09-30"]], "2019-10-05": [[185, "update-2019-10-05"]], "2019-10-11": [[185, "update-2019-10-11"]], "2019-10-19": [[185, "update-2019-10-19"]], "2019-10-25": [[185, "update-2019-10-25"]], "2019-11-09": [[185, "update-2019-11-09"]], "2019-11-16": [[185, "update-2019-11-16"]], "2019-11-19: improved support for Rust": [[185, "improved-support-for-rust"]], "2019-11-23: various Python 3 package updates": [[185, "various-python-3-package-updates"]], "2019-11-29: Julia 1.3": [[185, "julia-1-3"]], "2019-12-07: Design of Experiment Generator": [[185, "design-of-experiment-generator"]], "2019-12-15: SymPy 1.5": [[185, "sympy-1-5"]], "2019-12-16: Anonymous accounts": [[159, "anonymous-accounts"]], "2020-01-05: SageMath 9.0 based on Python 3": [[186, "sagemath-9-0-based-on-python-3"]], "2020-01-13: Site licenses": [[159, "site-licenses"]], "2020-01-14: Export student file use": [[159, "export-student-file-use"]], "2020-01-16: dark mode": [[159, "dark-mode"]], "2020-01-16: nbgrader autograder for Jupyter notebooks": [[159, "nbgrader-autograder-for-jupyter-notebooks"]], "2020-01-19: SentimentAnalysis R package": [[186, "sentimentanalysis-r-package"]], "2020-01-29 Rust 1.40": [[186, "rust-1-40"]], "2020-02-03: AstroPy 4.0": [[186, "astropy-4-0"]], "2020-02-16: Pandas 1.0 and Octave 5.2.0": [[186, "pandas-1-0-and-octave-5-2-0"]], "2020-02-21: LEAN 3.5.1 and JavaScript Kernel": [[186, "lean-3-5-1-and-javascript-kernel"]], "2020-02-29: Async I/O in Jupyter Notebooks": [[186, "async-i-o-in-jupyter-notebooks"]], "2020-03-15: Convert Batch of Jupyter Notebooks and Sage Worksheets to PDF": [[159, "convert-batch-of-jupyter-notebooks-and-sage-worksheets-to-pdf"]], "2020-03-20:": [[186, "update-2020-03-20"]], "2020-03-30: Julia 1.4": [[186, "julia-1-4"]], "2020-04-08: healpy 1.13": [[186, "healpy-1-13"]], "2020-04-16 COBOL (GnuCOBOL)": [[186, "cobol-gnucobol"]], "2020-04-25: R 3.6.3 and Julia 1.4.1": [[186, "r-3-6-3-and-julia-1-4-1"]], "2020-05-04: Stellargraph": [[186, "stellargraph"]], "2020-05-08: Fixing Keras": [[186, "fixing-keras"]], "2020-05-10: QuSpin and RmdFormats": [[186, "quspin-and-rmdformats"]], "2020-05-12: Octave 5.2.0": [[186, "octave-5-2-0"]], "2020-05-20": [[186, "update-2020-05-20"]], "2020-05-27: Sage 9.1 and Node.js 12": [[186, "sage-9-1-and-node-js-12"]], "2020-06-06: Prophet and pmdarima": [[186, "prophet-and-pmdarima"]], "2020-06-20: Updating SnapPy in SageMath": [[186, "updating-snappy-in-sagemath"]], "2020-07-16: Minor/Bugfixes": [[186, "minor-bugfixes"]], "2020-07-31: Cumulative Updates": [[186, "cumulative-updates"]], "2020-08-14/18.04: Regular update of Ubuntu 18.04": [[186, "regular-update-of-ubuntu-18-04"]], "2020-08-18: Ubuntu 20.04": [[186, "ubuntu-20-04"]], "2020-08-18: Ubuntu 20.04 Upgrade": [[155, "ubuntu-20-04-upgrade"], [159, "ubuntu-2004-upgrade"]], "2020-09-01: Julia 1.5.1": [[186, "julia-1-5-1"]], "2020-09-12: Regular update": [[186, "regular-update"]], "2020-09-28: aTSA, BERT and pyGIMLi": [[186, "atsa-bert-and-pygimli"]], "2020-10-09: Project Information": [[159, "project-information"]], "2020-10-12: RPC info, PyCaret, R 4.0.3, \u2026": [[186, "rpc-info-pycaret-r-4-0-3"]], "2020-10-28: Pandoc 2.11": [[186, "pandoc-2-11"]], "2020-11-01: Sage 9.2": [[186, "sage-9-2"]], "2020-11-09 : RDkit, Matplotlib Venn and data8 datascience": [[186, "rdkit-matplotlib-venn-and-data8-datascience"]], "2020-11-19 : Mathics, gprMax, and pybedtools": [[186, "mathics-gprmax-and-pybedtools"]], "2020-12-09: materialize, hardlink, and updates": [[186, "materialize-hardlink-and-updates"]], "2021-01-07: More Python libs!": [[187, "more-python-libs"]], "2021-01-28: Julia 1.5.3, MACS2, \u2026": [[187, "julia-1-5-3-macs2"]], "2021-02-17: Rust 1.5": [[187, "rust-1-5"]], "2021-03-05: ASE, Papermill, etc.": [[187, "ase-papermill-etc"]], "2021-03-08: Bioconductor": [[187, "bioconductor"]], "2021-03-21: Julia 1.6": [[187, "julia-1-6"]], "2021-04-03: R 4.0.5 (\u201cShake and Throw\u201d)": [[187, "r-4-0-5-shake-and-throw"]], "2021-04-26: Julia 1.6.1": [[187, "julia-1-6-1"]], "2021-05-17: HAXE": [[187, "haxe"]], "2021-06-07: Octave 6.2.0 & Bugfixes": [[187, "octave-6-2-0-bugfixes"]], "2021-07-05: Package updates": [[187, "package-updates"]], "2021-07-12: MODIS and PreTeXt": [[187, "modis-and-pretext"]], "2021-07-13: flipper in Sage": [[187, "flipper-in-sage"]], "2021-07-26 Julia 1.6.2": [[187, "julia-1-6-2"]], "2021-08-02: Octave 6.3.0": [[187, "octave-6-3-0"]], "2021-08-03: VSCode": [[187, "vscode"]], "2021-08-13: R 4.1.1": [[187, "r-4-1-1"]], "2021-09-02: Sage 9.4, NASM, \u2026": [[187, "sage-9-4-nasm"]], "2021-09-07: PyPy (Python 3)": [[187, "pypy-python-3"]], "2021-09-27: Mathics 4, Scikit-Learn 1.0, Julia 1.6.3": [[187, "mathics-4-scikit-learn-1-0-julia-1-6-3"]], "2021-10-10: Routine updates": [[187, "update-2021-10-10"]], "2021-11-01: taichi, tikzplotlib, Scikit Optimize": [[187, "taichi-tikzplotlib-scikit-optimize"]], "2021-12-13: Julia 1.7 & various updates": [[188, "julia-1-7-various-updates"]], "2021-12-13: Routine updates\u2026": [[187, "routine-updates"]], "2022-02-12: Sage 9.5": [[188, "sage-9-5"]], "2022-02-27: Removing PyPy Notebooks": [[188, "removing-pypy-notebooks"]], "2022-03-08: Regular update": [[188, "regular-update"]], "2022-03-19: Bioconductor Maintenance": [[188, "bioconductor-maintenance"]], "2022-03-24: New Anaconda Environment": [[188, "new-anaconda-environment"]], "2022-04-19: Various updates \u2026": [[188, "update-2022-04-19"]], "2022-05-07: R 4.2": [[188, "r-4-2"]], "2022-05-30: Octave 7.1.0 and Sage 9.6": [[188, "octave-7-1-0-and-sage-9-6"]], "2022-06-24: More Updates \u2026": [[188, "more-updates"]], "2022-07-18: Node 14": [[188, "node-14"]], "2022-07-19: VSCode reverted": [[188, "vscode-reverted"]], "2022-08-15: Updates": [[188, "updates"]], "2022-08-17: Python packages": [[188, "python-packages"]], "2022-08-18 Quarto": [[159, "quarto"]], "2022-09-12: Various updates": [[188, "update-2022-09-12"]], "2022-09-13: Fixing HoloViews": [[188, "fixing-holoviews"]], "2022-09-14: Fixing ipywidgets": [[188, "fixing-ipywidgets"]], "2022-10-03: Sage 9.7 and Julia 1.8": [[188, "sage-9-7-and-julia-1-8"]], "2022-10-13: More packages \u2026": [[188, "more-packages"]], "2022-10-17: Fixing Julia/Pluto": [[188, "fixing-julia-pluto"]], "2022-10-29: Sage 9.7": [[188, "sage-9-7"]], "2022-11-25: Various updates": [[188, "various-updates"]], "2023-01-08: First release of Ubuntu 22.04": [[189, "first-release-of-ubuntu-22-04"]], "2023-02-27: Sage 9.8": [[189, "sage-9-8"]], "2023-03-30: DUNE, OpenAI, etc.": [[189, "dune-openai-etc"]], "2023-06-07: Ubuntu 22.04 and Sage 10.0": [[189, "ubuntu-22-04-and-sage-10-0"]], "2023-06-28: Macaulay2, new Python pkgs, etc.": [[189, "macaulay2-new-python-pkgs-etc"]], "2023-07-12: Sage 10.0 on Ubuntu 20.04": [[189, "sage-10-0-on-ubuntu-20-04"]], "2023-09-11: Sage 10.1": [[189, "sage-10-1"]], "2023-10-23: Miniforge 2023": [[189, "miniforge-2023"]], "2023-12-11: Sage 10.2 and Python 3 (Colab)": [[189, "sage-10-2-and-python-3-colab"]], "2024-01-02: Sage 10.2 and Julia 1.10": [[190, "sage-10-2-and-julia-1-10"]], "2024-02-07: Octave fixes": [[190, "octave-fixes"]], "3. Apply the course license to the instructor project (optional)": [[200, "apply-the-course-license-to-the-instructor-project-optional"]], "3. Students make payments": [[200, "students-make-payments"]], "3. Use \u201ctop\u201d/\u201dhtop\u201d in a terminal": [[111, "use-top-htop-in-a-terminal"]], "4. Use \u201csmem -ntk\u201d in a terminal": [[111, "use-smem-ntk-in-a-terminal"]], "4. What do students see": [[200, "what-do-students-see"]], "5. License strategy (multiple licenses only)": [[200, "license-strategy-multiple-licenses-only"]], "5. Peak memory usage": [[111, "peak-memory-usage"]], "@-Mention collaborators in chat": [[196, "mention-collaborators-in-chat"]], "@-mentions": [[62, "mentions"], [153, "mentions"]], "AI Assistant": [[10, "ai-assistant"]], "API Endpoints": [[31, null]], "API Examples & Howto": [[13, "api-examples-howto"], [31, "api-examples-howto"]], "API Keys": [[59, "api-keys"]], "API Message Reference": [[31, "api-message-reference"], [32, "api-message-reference"]], "API v1": [[31, "api-v1"]], "API v2": [[54, "api-v2"]], "API v2 Examples": [[54, "api-v2-examples"]], "API v2 General-Purpose Endpoints": [[54, null]], "API v2 Partner Endpoints": [[54, null]], "API v2 endpoint": [[6, "api-v2-endpoint"]], "AWS S3": [[170, "aws-s3"]], "About collaborators": [[170, "about-collaborators"]], "About exported TimeTravel data": [[90, "about-exported-timetravel-data"]], "About the CoCalc Implementation of Markdown": [[153, "about-the-cocalc-implementation-of-markdown"]], "Academic discount (if applicable)": [[3, "academic-discount-if-applicable"]], "Access": [[64, "access"]], "Access your course content": [[198, "access-your-course-content"]], "Account": [[171, "account"]], "Account API Keys": [[59, "account-api-keys"]], "Account Balance": [[6, "account-balance"]], "Account Dropdown Menu": [[1, "account-dropdown-menu"]], "Account Toolbar": [[2, "account-toolbar"]], "Account management, restrictions, and Single-Sign-On": [[199, "account-management-restrictions-and-single-sign-on"]], "Account settings": [[4, "account-settings"]], "Activity Bar": [[9, "activity-bar"]], "Add Capacity For a Short Time": [[157, "add-capacity-for-a-short-time"]], "Add SSH public keys for your account": [[7, "add-ssh-public-keys-for-your-account"]], "Add Students to the Course": [[194, "add-students-to-the-course"]], "Add Teaching Assistants to the Course Project": [[194, "add-teaching-assistants-to-the-course-project"]], "Add a License to a Project": [[170, "add-a-license-to-a-project"]], "Add an upgrade to a project": [[40, "add-an-upgrade-to-a-project"]], "Add new collaborators": [[170, "add-new-collaborators"]], "Adding Capacity": [[200, "adding-capacity"]], "Adding a Kernel to CoCalc Jupyter": [[87, "adding-a-kernel-to-cocalc-jupyter"]], "Adding files": [[198, "adding-files"]], "Adding more student upgrades": [[201, "adding-more-student-upgrades"]], "Additional References": [[31, "additional-references"], [32, "additional-references"]], "Additional Resources": [[76, "additional-resources"]], "Adjust the output cut-offs": [[133, "adjust-the-output-cut-offs"]], "Advanced options": [[3, "advanced-options"]], "After a Session is Done": [[202, "after-a-session-is-done"]], "After the Course Ends": [[192, "after-the-course-ends"]], "Alternate Jupyter Servers in CoCalc": [[170, "alternate-jupyter-servers-in-cocalc"]], "Alternative to JupyterHub": [[12, "alternative-to-jupyterhub"]], "Alternatives": [[11, "alternatives"]], "Alternatives: Plain Jupyter Server and JupyterLab Server": [[144, "alternatives-plain-jupyter-server-and-jupyterlab-server"]], "Always running": [[3, "always-running"]], "An Easy Fix when Things Get Weird": [[114, "an-easy-fix-when-things-get-weird"]], "Anaconda Environment": [[103, "anaconda-environment"], [203, "anaconda-environment"]], "Appendix": [[68, null]], "Are my files backed up?": [[163, "are-my-files-backed-up"]], "Assembly Language Programming": [[78, "assembly-language-programming"]], "Attach Sage files to Sage Worksheets": [[175, "attach-sage-files-to-sage-worksheets"]], "Authentication": [[31, "authentication"], [32, "authentication"]], "Automatic Grading": [[193, "automatic-grading"]], "Auxiliary Files": [[178, "auxiliary-files"]], "Availability": [[67, "availability"]], "Available Custom Environments": [[181, null]], "Available features": [[170, "available-features"]], "Available formatter": [[170, "available-formatter"]], "Azure": [[77, "azure"]], "Backups": [[60, "backups"], [64, "backups"]], "Backups (snapshots)": [[175, "backups-snapshots"]], "Bash Fortunes": [[80, "bash-fortunes"]], "Basic Features": [[146, "basic-features"]], "Batch Operations on Projects": [[168, "batch-operations-on-projects"]], "Becoming root and Port Forwarding": [[67, "becoming-root-and-port-forwarding"]], "Billing": [[64, "billing"]], "Billing Estimate": [[64, "billing-estimate"]], "Billing FAQ": [[61, "billing-faq"]], "Billing for a Compute Server": [[67, "billing-for-a-compute-server"]], "Bokeh / DASK / Holoview": [[81, "bokeh-dask-holoview"]], "Bokeh / DASK server": [[81, "bokeh-dask-server"]], "Broken VIM key bindings": [[203, "broken-vim-key-bindings"]], "Build command": [[150, "build-command"]], "Build the extensions": [[109, "build-the-extensions"]], "Built-in Support for Multi-File Documents (preferred)": [[149, "built-in-support-for-multi-file-documents-preferred"]], "But Why Isn\u2019t CoCalc Just Free?": [[207, "but-why-isn-t-cocalc-just-free"]], "Buy a license\u2026": [[3, "buy-a-license"]], "Buy and Apply a License": [[152, "buy-and-apply-a-license"]], "C++ Programming": [[86, "c-programming"]], "CPU": [[209, "cpu"]], "CSV File": [[92, "csv-file"]], "CSV Viewer": [[69, "csv-viewer"]], "Can I Continue Using Trial Projects Only?": [[207, "can-i-continue-using-trial-projects-only"]], "Can I close my web-browser at any time?": [[163, "can-i-close-my-web-browser-at-any-time"]], "Can I pay via wire transfer?": [[61, "can-i-pay-via-wire-transfer"]], "Can I work with Git \u2013 including GitHub, Bitbucket, GitLab, etc.?": [[163, "can-i-work-with-git-including-github-bitbucket-gitlab-etc"]], "Can\u2019t Save File": [[82, "can-t-save-file"]], "Categories": [[218, "id1"]], "Change the due date of an assignment": [[199, "change-the-due-date-of-an-assignment"]], "Charges for Paid LLMs": [[200, "charges-for-paid-llms"]], "Chat": [[179, "chat"], [214, "chat"]], "ChatGPT": [[63, "chatgpt"]], "ChatGPT help understanding errors": [[175, "chatgpt-help-understanding-errors"]], "Chatrooms": [[62, "chatrooms"]], "Check Memory Use": [[132, "check-memory-use"]], "Check \u201cStudent View\u201d": [[193, "check-student-view"]], "Checkboxes": [[153, "checkboxes"]], "Checking your clock skew": [[83, "checking-your-clock-skew"]], "Choosing a Cloud": [[67, "choosing-a-cloud"]], "Classical Versus CoCalc Jupyter Notebooks": [[144, "classical-versus-cocalc-jupyter-notebooks"]], "Classical versus CoCalc": [[144, "classical-versus-cocalc"]], "Clear TimeTravel History for a File": [[204, "clear-timetravel-history-for-a-file"]], "Clone a Repository Using New": [[98, "clone-a-repository-using-new"]], "Cloud File System": [[64, "cloud-file-system"]], "Cloud storage & remote file systems": [[170, "cloud-storage-remote-file-systems"]], "CoCalc Administrators": [[212, "cocalc-administrators"]], "CoCalc Cloud": [[65, "cocalc-cloud"]], "CoCalc Credit Balance Does Not Expire": [[157, "cocalc-credit-balance-does-not-expire"]], "CoCalc Credit Vouchers": [[212, "cocalc-credit-vouchers"]], "CoCalc Desktop": [[66, "cocalc-desktop"]], "CoCalc Docker Image": [[96, "cocalc-docker-image"]], "CoCalc Enhancements to Jupyter Notebooks": [[145, "cocalc-enhancements-to-jupyter-notebooks"]], "CoCalc License Vouchers": [[212, "cocalc-license-vouchers"]], "CoCalc Logo": [[171, "cocalc-logo"]], "CoCalc Native iPad Application": [[142, "cocalc-native-ipad-application"]], "CoCalc News": [[154, "cocalc-news"]], "CoCalc OnPrem": [[156, "cocalc-onprem"]], "CoCalc Platform": [[101, "cocalc-platform"]], "CoCalc Resellers and Bookstores": [[212, "cocalc-resellers-and-bookstores"]], "CoCalc Share Server": [[178, "share-server"]], "CoCalc Terminal Commands": [[203, "cocalc-terminal-commands"]], "CoCalc for Short Training Sessions": [[202, "cocalc-for-short-training-sessions"]], "CoCalc in iPad Web Browser": [[142, "cocalc-in-ipad-web-browser"]], "CoCalc nbgrader": [[197, "cocalc-nbgrader"]], "CoCalc says your clock is off": [[83, "cocalc-says-your-clock-is-off"]], "CoCalc.com": [[96, "cocalc-com"]], "CoCalc\u2019s Jupyter Notebook": [[106, "cocalc-s-jupyter-notebook"]], "CoCalc\u2019s Most Unique Offering": [[67, "cocalc-s-most-unique-offering"]], "Collaborate. Share! Publish!!!": [[178, "collaborate-share-publish"]], "Collaborating": [[178, "collaborating"]], "Collaboration": [[196, "collaboration"]], "Collaboration and Side Chat": [[203, "collaboration-and-side-chat"]], "Collaboration with Classical Jupyter": [[144, "collaboration-with-classical-jupyter"]], "Collaborative Editing": [[179, "collaborative-editing"], [214, "collaborative-editing"]], "Collaborative X11 Application": [[0, "collaborative-x11-application"]], "Collaborative editing": [[153, "collaborative-editing"]], "Collaborator actions": [[169, "collaborator-actions"]], "Collect the assignment": [[197, "collect-the-assignment"]], "Collecting assignments from students": [[193, "collecting-assignments-from-students"]], "Collections of Documents": [[178, "collections-of-documents"]], "Command Line / Custom Depot Path": [[102, "command-line-custom-depot-path"]], "Command Line / Custom Environment": [[102, "command-line-custom-environment"]], "Command line (recommended)": [[104, "command-line-recommended"]], "Command-line": [[95, "command-line"]], "Completing a task": [[191, "completing-a-task"]], "Computational Mechanics & Discrete Information Theory": [[182, "id2"], [183, "id2"]], "Compute Server": [[0, "compute-server"]], "Compute Server Filesystem": [[67, "compute-server-filesystem"]], "Compute Server VPN": [[67, "compute-server-vpn"]], "Compute Servers": [[67, "compute-servers"], [111, "compute-servers"]], "Concise Documentation": [[175, "concise-documentation"]], "Configuration: baseUrlPath": [[134, "configuration-baseurlpath"]], "Configure Firewall": [[93, "configure-firewall"]], "Configure a Jupyter kernel for my custom Anaconda environment": [[103, "configure-a-jupyter-kernel-for-my-custom-anaconda-environment"], [133, "configure-a-jupyter-kernel-for-my-custom-anaconda-environment"]], "Configuring SSH Keys for a Single Project": [[170, "configuring-ssh-keys-for-a-single-project"]], "Configuring the .bashrc File": [[80, "configuring-the-bashrc-file"]], "Configuring the Voucher": [[212, "configuring-the-voucher"]], "Connect an HTML form with Python code": [[175, "connect-an-html-form-with-python-code"]], "Connect with a client": [[88, "connect-with-a-client"]], "Connecting to a database": [[96, "connecting-to-a-database"]], "Connection Status": [[171, "connection-status"]], "Contacting your lecturer or TA": [[198, "contacting-your-lecturer-or-ta"]], "Contents of the Account toolbar": [[2, "contents-of-the-account-toolbar"]], "Continue using Ubuntu 18.04": [[155, "continue-using-ubuntu-18-04"]], "Conversion utilities": [[175, "conversion-utilities"]], "Convert HTML to PDF": [[85, "convert-html-to-pdf"]], "Convert student notebooks to pdf for export": [[199, "convert-student-notebooks-to-pdf-for-export"]], "Copy a file between projects": [[13, "copy-a-file-between-projects"], [31, "copy-a-file-between-projects"]], "Copy missing files to a student project": [[199, "copy-missing-files-to-a-student-project"]], "Cost": [[67, "cost"]], "Course Management": [[193, "course-management"]], "Create a new Handout": [[193, "create-a-new-handout"]], "Create a new assignment": [[193, "create-a-new-assignment"]], "Create an API Key With Web Client": [[59, "create-an-api-key-with-web-client"]], "Create an assignment folder": [[197, "create-an-assignment-folder"]], "Create and run a Ruby program": [[133, "create-and-run-a-ruby-program"]], "Create documents in Hebrew": [[149, "create-documents-in-hebrew"]], "Create questions": [[197, "create-questions"]], "Create the Course File": [[194, "create-the-course-file"]], "Create the Course Project": [[194, "create-the-course-project"]], "Create, compile and run a C program": [[133, "create-compile-and-run-a-c-program"]], "Create, compile and run a Fortran F90 program": [[133, "create-compile-and-run-a-fortran-f90-program"]], "Create, compile and run a Java program": [[133, "create-compile-and-run-a-java-program"]], "Creating Project Invitation Token or Link": [[124, "creating-project-invitation-token-or-link"]], "Creating a Chatroom": [[62, "creating-a-chatroom"]], "Creating a Compute Server": [[67, "creating-a-compute-server"]], "Creating a File": [[76, "creating-a-file"]], "Creating a New Course": [[194, "creating-a-new-course"]], "Creating a Stopwatch or Timer": [[205, "creating-a-stopwatch-or-timer"]], "Creating a Task List": [[191, "creating-a-task-list"]], "Creating a new kernel for a Custom Python Version": [[87, "creating-a-new-kernel-for-a-custom-python-version"]], "Creating an Account": [[76, "creating-an-account"]], "Creating the Voucher": [[212, "creating-the-voucher"]], "Current collaborators": [[170, "current-collaborators"]], "Current limitations": [[181, "current-limitations"]], "Custom Jupyter Kernel": [[87, "custom-jupyter-kernel"]], "Custom Modules": [[133, "custom-modules"]], "Custom Python3": [[133, "custom-python3"]], "Custom Sage binaries": [[133, "custom-sage-binaries"]], "Custom Snippets": [[180, "custom-snippets"]], "Custom Software": [[182, "custom-software"]], "Custom built-from-source Sage": [[133, "custom-built-from-source-sage"]], "Custom environment variables": [[170, "custom-environment-variables"]], "Custom environments": [[181, "custom-environments"]], "Customize Jupyter notebook LaTeX export settings": [[147, "customize-jupyter-notebook-latex-export-settings"], [149, "customize-jupyter-notebook-latex-export-settings"]], "Customize font": [[203, "customize-font"]], "Customized version of FriCAS": [[91, "customized-version-of-fricas"]], "Cut or Copy and Paste": [[179, "cut-or-copy-and-paste"], [214, "cut-or-copy-and-paste"]], "DISCLAIMER": [[0, null]], "Dark mode": [[4, "dark-mode"]], "Dash": [[121, "dash"]], "Dashboard": [[88, "dashboard"]], "Dask Example Notebooks": [[182, "id3"], [183, "id3"]], "Dask cluster": [[88, "dask-cluster"]], "Data Sets": [[178, "data-sets"]], "Data Storage": [[77, "data-storage"]], "Dataset Access, Modification and Deletion": [[77, "dataset-access-modification-and-deletion"]], "Deal with large documents across multiple source files": [[149, "deal-with-large-documents-across-multiple-source-files"]], "Debug the connection": [[132, "debug-the-connection"]], "Debugging": [[166, "debugging"]], "Debugging connectivity issues": [[84, "debugging-connectivity-issues"]], "Dedicated CPU cores": [[3, "dedicated-cpu-cores"]], "Dedicated RAM": [[3, "dedicated-ram"]], "Deep Learning Workshop": [[182, "id4"], [183, "id4"]], "Default contents for new files": [[160, "default-contents-for-new-files"]], "Default environment": [[181, "default-environment"]], "Delete and undelete assignments": [[199, "delete-and-undelete-assignments"]], "Delete and undelete handouts": [[199, "delete-and-undelete-handouts"]], "Delete and undelete students": [[199, "delete-and-undelete-students"]], "Deleting a project": [[170, "deleting-a-project"]], "Desktop Application": [[70, "desktop-application"]], "Details element": [[153, "details-element"]], "Detect Sage Worksheet Environment": [[133, "detect-sage-worksheet-environment"]], "Develop Software": [[133, "develop-software"]], "Development": [[166, "development"]], "Directory listing for a given path": [[51, "directory-listing-for-a-given-path"]], "Directory listings for all known paths at once": [[51, "directory-listings-for-all-known-paths-at-once"]], "Disconnect and Resume": [[203, "disconnect-and-resume"]], "Disk Space Warning": [[89, "disk-space-warning"]], "Disk space": [[209, "disk-space"]], "Display Options": [[70, "display-options"]], "Display local public key fingerprints": [[7, "display-local-public-key-fingerprints"]], "Distribute the assignment to students": [[197, "distribute-the-assignment-to-students"]], "Distributing Codes to Users": [[212, "distributing-codes-to-users"]], "Distributing an assignment to students": [[193, "distributing-an-assignment-to-students"]], "Do I Still Need a License?": [[67, "do-i-still-need-a-license"]], "Do manual grading and add instructor comments": [[197, "do-manual-grading-and-add-instructor-comments"]], "Don\u2019t mix CoCalc and Classical!": [[144, "don-t-mix-cocalc-and-classical"]], "Downloading Voucher Codes": [[212, "downloading-voucher-codes"]], "Drag and drop": [[138, "drag-and-drop"]], "Draw using Asymptote": [[149, "draw-using-asymptote"]], "Due date": [[191, "due-date"]], "Duration of Software Support": [[178, "duration-of-software-support"]], "Edges": [[179, "edges"], [214, "edges"]], "Edit code and run a terminal side-by-side": [[133, "edit-code-and-run-a-terminal-side-by-side"]], "Editing Python, R, and Other Files": [[10, "editing-python-r-and-other-files"]], "Editing the Description (Markdown)": [[191, "editing-the-description-markdown"]], "Editor settings": [[4, "editor-settings"]], "Efficient Automated Data Analysis, using snakemake": [[182, "id5"], [183, "id5"]], "Email address of a user": [[52, "email-address-of-a-user"]], "Embed a CoCalc project in your website": [[147, "embed-a-cocalc-project-in-your-website"]], "Embedded LaTeX": [[153, "embedded-latex"]], "Embedding in an IFrame": [[13, "embedding-in-an-iframe"], [31, "embedding-in-an-iframe"]], "Emojis": [[153, "emojis"]], "Empty trash: remove deleted objects from course file": [[199, "empty-trash-remove-deleted-objects-from-course-file"]], "Enable shell-escape to plot using Gnuplot": [[149, "enable-shell-escape-to-plot-using-gnuplot"]], "Enable/Disable Automatic Payments": [[6, "enable-disable-automatic-payments"]], "Encapsulated PIP w/ Jupyter Kernel": [[103, "encapsulated-pip-w-jupyter-kernel"]], "Encoding": [[150, "encoding"]], "Enhanced features in CoCalc Markdown": [[153, "enhanced-features-in-cocalc-markdown"]], "Entering initial student upgrades": [[201, "entering-initial-student-upgrades"]], "Even more utilities": [[129, "even-more-utilities"]], "Example 1: record project start time": [[166, "example-1-record-project-start-time"]], "Example 2: a periodic task in Python": [[166, "example-2-a-periodic-task-in-python"]], "Example 3: Periodic task in SageMath": [[166, "example-3-periodic-task-in-sagemath"]], "Examples of Compute Server Uses": [[67, "examples-of-compute-server-uses"]], "Examples of Voucher Use": [[212, "examples-of-voucher-use"]], "Examples of a get query": [[40, "examples-of-a-get-query"]], "Examples of a set query": [[40, "examples-of-a-set-query"]], "Examples of the Fortune Command": [[80, "examples-of-the-fortune-command"]], "Explorer": [[71, "explorer"], [73, "explorer"]], "Explorer Top Bar": [[71, "explorer-top-bar"]], "Explorer Tour": [[71, "explorer-tour"]], "Export History": [[204, "export-history"]], "Export TimeTravel History": [[90, "export-timetravel-history"]], "Export button in TimeTravel": [[90, "export-button-in-timetravel"]], "Export student file use": [[199, "export-student-file-use"]], "Export to HTML": [[153, "export-to-html"]], "Export to PDF": [[153, "export-to-pdf"]], "Exporting grades": [[193, "exporting-grades"]], "Extended Documentation": [[175, "extended-documentation"]], "Extensive Command Set": [[203, "extensive-command-set"]], "FAQ": [[84, "faq"], [149, "faq"]], "FAQ, Tips and Tricks": [[199, "faq-tips-and-tricks"]], "Features": [[62, "features"], [203, "features"]], "Features and Configuration": [[170, "features-and-configuration"]], "Fenced Code Blocks": [[153, "fenced-code-blocks"]], "Fetch from the Internet": [[138, "fetch-from-the-internet"]], "File Actions on Multiple Files": [[164, "file-actions-on-multiple-files"]], "File Actions on One File": [[164, "file-actions-on-one-file"]], "File Too Large": [[92, "file-too-large"]], "File format": [[191, "file-format"]], "Files Search": [[72, "files-search"]], "Files Toolbar": [[71, "files-toolbar"]], "Filter log entries displayed": [[169, "filter-log-entries-displayed"]], "Filtering the Project List": [[168, "filtering-the-project-list"]], "Find Files": [[73, "find-files"]], "First example": [[88, "first-example"]], "First run: OAuth2 authentication": [[99, "first-run-oauth2-authentication"]], "Fix an exception related to Sage\u2019s Integer(\u2026) vs. Python ints?": [[133, "fix-an-exception-related-to-sage-s-integer-vs-python-ints"]], "Fix broken Jupyter PDF export": [[94, "fix-broken-jupyter-pdf-export"]], "Flexibility": [[12, "flexibility"]], "Flush, Commit and Close": [[77, "flush-commit-and-close"]], "Flyout Panels": [[73, "flyout-panels"]], "Font options": [[174, "font-options"]], "For further study": [[99, "for-further-study"]], "Fortran Programming": [[95, "fortran-programming"]], "Forward & Inverse Search": [[150, "forward-inverse-search"]], "Frame Editor": [[74, "frame-editor"]], "Frames": [[179, "frames"], [214, "frames"]], "Front-end Web Development": [[96, "front-end-web-development"]], "Full Control of the Software Stack": [[215, "full-control-of-the-software-stack"]], "Fullscreen Mode": [[171, "fullscreen-mode"]], "Fullscreen Options": [[70, "fullscreen-options"]], "Functions specific to Sage worksheets": [[133, "functions-specific-to-sage-worksheets"]], "Future of Ubuntu 18.04": [[155, "future-of-ubuntu-18-04"]], "GAP Jupyter kernel not available": [[97, "gap-jupyter-kernel-not-available"]], "GNU assembler": [[78, "id1"]], "GSL C Code Compilation": [[100, "gsl-c-code-compilation"]], "General": [[133, "general"]], "General Notes": [[96, "general-notes"]], "Generate student version of the notebook": [[197, "generate-student-version-of-the-notebook"]], "Generated filenames": [[4, "generated-filenames"]], "Geographic Location": [[67, "geographic-location"]], "Get an API Key": [[54, "get-an-api-key"]], "Get credentials file": [[99, "get-credentials-file"]], "Get editor settings for the present user": [[40, "get-editor-settings-for-the-present-user"]], "Get project id, given title and description": [[40, "get-project-id-given-title-and-description"]], "Get title and description for a project": [[40, "get-title-and-description-for-a-project"]], "Get users, given the project id": [[40, "get-users-given-the-project-id"]], "Gettable and settable fields": [[40, "gettable-and-settable-fields"]], "Getting Started": [[76, "getting-started"]], "Getting Started with Hub": [[77, "getting-started-with-hub"]], "Getting Started with Jupyter Notebooks": [[146, "getting-started-with-jupyter-notebooks"]], "Getting all of your licenses": [[56, "getting-all-of-your-licenses"]], "Getting started": [[181, "getting-started"], [218, "getting-started"]], "Getting started with LaTeX": [[151, "getting-started-with-latex"]], "Git Version Control": [[98, "git-version-control"]], "Git command-line": [[98, "git-command-line"]], "Git graphical desktop emulator": [[98, "git-graphical-desktop-emulator"]], "Google": [[67, "google"]], "Google Cloud Storage": [[77, "google-cloud-storage"]], "Google GCS": [[170, "google-gcs"]], "Google Sheets API Demo": [[99, "google-sheets-api-demo"]], "Grading Jupyter Notebooks": [[111, "grading-jupyter-notebooks"]], "Graphical Application": [[116, "graphical-application"]], "Group Projects": [[196, "group-projects"]], "HTML": [[74, "html"]], "HTML or Text File": [[92, "html-or-text-file"]], "Hands-on Machine Learning with Scikit-Learn, Keras and TensorFlow 2.0": [[182, "id6"], [183, "id6"]], "Hashtags": [[62, "hashtags"], [153, "hashtags"], [179, "hashtags"], [191, "hashtags"], [214, "hashtags"]], "Help": [[171, "help"]], "Help about SageMath": [[175, "help-about-sagemath"]], "Help for Programmers": [[175, "help-for-programmers"]], "Hidden and Deleted projects": [[170, "hidden-and-deleted-projects"]], "Hidden and/or Deleted Projects": [[168, "hidden-and-or-deleted-projects"]], "Hidden vs. Deleted projects": [[170, "hidden-vs-deleted-projects"]], "Hide Temporary Files": [[164, "hide-temporary-files"]], "Hide or Delete Student Projects": [[192, "hide-or-delete-student-projects"]], "Hide or delete project": [[170, "hide-or-delete-project"]], "Hiding a project": [[170, "hiding-a-project"]], "High-resolution HDPI displays": [[218, "high-resolution-hdpi-displays"]], "Hints for dealing with large files": [[138, "hints-for-dealing-with-large-files"]], "Holoview App": [[81, "holoview-app"]], "Host a Git repository in CoCalc": [[98, "host-a-git-repository-in-cocalc"]], "Hosting a Workshop": [[212, "hosting-a-workshop"]], "How Long are Definitions Stored in a Sage Worksheet?": [[175, "how-long-are-definitions-stored-in-a-sage-worksheet"]], "How can I download my files?": [[163, "how-can-i-download-my-files"]], "How can I install Python packages from PyPI using pip?": [[133, "how-can-i-install-python-packages-from-pypi-using-pip"]], "How do I get an invoice with specific information?": [[61, "how-do-i-get-an-invoice-with-specific-information"]], "How exactly are Assignments copied to students?": [[199, "how-exactly-are-assignments-copied-to-students"]], "How to Disable Pay-As-You-Go Upgrades": [[157, "how-to-disable-pay-as-you-go-upgrades"]], "How to Enable Pay-As-You-Go Upgrades": [[157, "how-to-enable-pay-as-you-go-upgrades"]], "How to Revert/Undo Changes in a Sage Worksheet": [[175, "how-to-revert-undo-changes-in-a-sage-worksheet"]], "How to prepare an assignment in CoCalc for R": [[115, "how-to-prepare-an-assignment-in-cocalc-for-r"]], "How to setup nbgrader for CoCalc to work with R": [[115, "how-to-setup-nbgrader-for-cocalc-to-work-with-r"]], "How to use multiple CoCalc accounts at once": [[114, "how-to-use-multiple-cocalc-accounts-at-once"]], "How-tos": [[101, "how-tos"]], "Howto": [[149, "howto"], [175, "howto"]], "Hub": [[77, "hub"]], "Hyperstack": [[67, "hyperstack"]], "I (or a collaborator) clicked on \u201cDelete Project\u201d in Project Settings.": [[112, "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.": [[112, "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!": [[112, "i-logged-in-and-my-projects-are-gone-or-empty"]], "I think I deleted my project! What do I do?": [[112, "i-think-i-deleted-my-project-what-do-i-do"]], "I would like to develop a webserver in Python": [[133, "i-would-like-to-develop-a-webserver-in-python"]], "I would like to install new R packages": [[133, "i-would-like-to-install-new-r-packages"]], "IFrame communication": [[13, "iframe-communication"], [31, "iframe-communication"]], "Icons": [[179, "icons"], [214, "icons"]], "Identify the problem program": [[132, "identify-the-problem-program"]], "Idle timeout": [[209, "upg-idleto"]], "If nothing works\u2026": [[132, "if-nothing-works"]], "Import from Overleaf/Sharelatex": [[119, "import-from-overleaf-sharelatex"]], "In a Jupyter Notebook": [[102, "in-a-jupyter-notebook"]], "Include an image": [[149, "include-an-image"]], "Index": [[75, "index"]], "Indices, references and tables": [[68, "indices-references-and-tables"]], "Insert Page": [[214, "insert-page"]], "Insert Slide": [[179, "insert-slide"]], "Insert a backslash or dollar sign": [[149, "insert-a-backslash-or-dollar-sign"]], "Insert emoji": [[174, "insert-emoji"]], "Inspect in detail why the project is running out of memory": [[111, "inspect-in-detail-why-the-project-is-running-out-of-memory"]], "Install AWS CLI": [[79, "install-aws-cli"]], "Install Julia Packages": [[102, "install-julia-packages"]], "Install Python Packages": [[103, "install-python-packages"]], "Install R Packages": [[104, "install-r-packages"]], "Install Requests": [[102, "install-requests"]], "Install a package": [[104, "install-a-package"]], "Install compiled software": [[135, "install-compiled-software"]], "Install location and sys.path": [[103, "install-location-and-sys-path"]], "Install packages in a project": [[149, "install-packages-in-a-project"]], "Install requests": [[103, "install-requests"], [104, "install-requests"]], "Install some software into my own Anaconda environment": [[103, "install-some-software-into-my-own-anaconda-environment"], [133, "install-some-software-into-my-own-anaconda-environment"]], "Install/Update a Package Yourself": [[102, "install-update-a-package-yourself"]], "Installation": [[80, "installation"]], "Installed Applications": [[218, "installed-applications"]], "Installing Packages on a Local Debian / Ubuntu Box": [[80, "installing-packages-on-a-local-debian-ubuntu-box"]], "Installing software packages": [[203, "installing-software-packages"]], "Instructor Guide": [[195, "instructor-guide"]], "Interactive Elements": [[178, "interactive-elements"]], "Internet access": [[209, "internet-access"]], "Introducing the Project List": [[168, "introducing-the-project-list"]], "Introduction": [[141, "introduction"], [153, "introduction"], [175, "introduction"]], "Inverse search": [[153, "inverse-search"]], "Invite Students Without Having Their Email Addresses": [[199, "invite-students-without-having-their-email-addresses"]], "Invite via Tokens": [[124, "invite-via-tokens"]], "Invoices and receipts": [[6, "invoices-and-receipts"]], "Is .bashrc or .bash_profile called on startup?": [[133, "is-bashrc-or-bash-profile-called-on-startup"]], "Is Scilab broken?": [[218, "is-scilab-broken"]], "Is it caused by something else?": [[107, "is-it-caused-by-something-else"]], "Is it caused by using up too much memory?": [[107, "is-it-caused-by-using-up-too-much-memory"]], "Julia in a Sage Worksheet": [[133, "julia-in-a-sage-worksheet"]], "Jupyter Cells": [[179, "jupyter-cells"], [214, "jupyter-cells"]], "Jupyter Classic": [[106, "jupyter-classic"]], "Jupyter Classic/Lab vs. CoCalc\u2019s Jupyter": [[181, "jupyter-classic-lab-vs-cocalc-s-jupyter"]], "Jupyter Kernel Selection": [[106, "jupyter-kernel-selection"]], "Jupyter Kernel Terminated": [[107, "jupyter-kernel-terminated"]], "Jupyter Kernels": [[146, "jupyter-kernels"]], "Jupyter Lab": [[106, "jupyter-lab"]], "Jupyter Notebook": [[95, "jupyter-notebook"], [104, "jupyter-notebook"], [116, "jupyter-notebook"]], "Jupyter Notebook Too Large": [[92, "jupyter-notebook-too-large"]], "Jupyter Notebooks": [[10, "jupyter-notebooks"], [101, "jupyter-notebooks"], [143, "jupyter-notebooks"]], "Jupyter Tips and Tricks": [[147, "jupyter-tips-and-tricks"]], "JupyterLab Extensions": [[109, "jupyterlab-extensions"]], "JupyterLab server": [[170, "jupyterlab-server"]], "JupyterLab, VS Code, X11 Desktop": [[67, "jupyterlab-vs-code-x11-desktop"]], "Key Features of JupyterHub": [[12, "key-features-of-jupyterhub"]], "Key benefits": [[181, "key-benefits"]], "Keyboard Layout": [[218, "keyboard-layout"]], "Keyboard shortcuts": [[191, "keyboard-shortcuts"]], "Knitr": [[149, "knitr"]], "LLM Choice and Billing": [[10, "llm-choice-and-billing"]], "LLMs in Chat Rooms and Side Chat": [[10, "llms-in-chat-rooms-and-side-chat"]], "LaTeX": [[74, "latex"]], "LaTeX 101": [[151, "latex-101"]], "LaTeX Editor": [[148, "latex-editor"]], "LaTeX Expressions": [[179, "latex-expressions"], [214, "latex-expressions"]], "LaTeX Howto and FAQ": [[149, "latex-howto-and-faq"]], "LaTeX Multi-File Support": [[150, "latex-multi-file-support"]], "LaTeX editor features": [[150, "latex-editor-features"]], "LaTeX in Rich Text Editing": [[174, "latex-in-rich-text-editing"]], "Launch a Pluto Notebook": [[122, "launch-a-pluto-notebook"]], "Lectures in Scientific Computing in Python": [[182, "id7"], [183, "id7"]], "License Doesn\u2019t Work": [[110, "license-doesn-t-work"]], "License Error Messages": [[152, "license-error-messages"]], "Licenses": [[2, "licenses"], [3, "licenses"], [152, "licenses"], [192, "licenses"]], "Licenses that you manage": [[3, "licenses-that-you-manage"]], "Limitations": [[174, "limitations"]], "Limitations of long-running computations": [[133, "limitations-of-long-running-computations"]], "Linux Terminal": [[203, "linux-terminal"]], "Linux Terminal and Shell Scripts": [[10, "linux-terminal-and-shell-scripts"]], "List of Files": [[71, "list-of-files"]], "Live collaborative editing": [[196, "live-collaborative-editing"]], "Load older entries": [[169, "load-older-entries"]], "Local Disk Size": [[64, "local-disk-size"]], "Local storage": [[77, "local-storage"]], "Location Choice": [[64, "location-choice"]], "Low Memory Problems": [[111, "low-memory-problems"]], "Machine Learning for OpenCV": [[182, "id8"], [183, "id8"]], "Main supported software environments": [[181, "main-supported-software-environments"]], "Make a path public (publish a file)": [[40, "make-a-path-public-publish-a-file"]], "Making multiple assignment folders quickly": [[199, "making-multiple-assignment-folders-quickly"]], "Manage Running Processes": [[129, "manage-running-processes"]], "Manage and Edit Licenses": [[152, "manage-and-edit-licenses"]], "Manual Grading": [[193, "manual-grading"]], "Markdown": [[74, "markdown"], [153, "markdown"]], "Materials Project Workshop": [[182, "id9"], [183, "id9"]], "Matplotlib": [[111, "matplotlib"]], "Maximum Number of Simultaneously Upgraded Projects": [[152, "maximum-number-of-simultaneously-upgraded-projects"]], "Member hosting": [[3, "member-hosting"], [209, "member-hosting"]], "Merging Accounts": [[114, "merging-accounts"]], "Method 1: use different browsers": [[114, "method-1-use-different-browsers"]], "Method 2: use private / icognito sessions": [[114, "method-2-use-private-icognito-sessions"]], "Method 3: use different browser profiles / identities": [[114, "method-3-use-different-browser-profiles-identities"]], "MinIO": [[77, "minio"]], "Mini-terminal": [[164, "mini-terminal"]], "Mission": [[140, null]], "ModSimPython: Modeling and Simulation in Python": [[182, "id10"], [183, "id10"]], "Modifying CoCalc Sources": [[96, "modifying-cocalc-sources"]], "MongoDB": [[113, "mongodb"]], "Moodle integration": [[199, "moodle-integration"]], "Motivation": [[181, "motivation"]], "Mount remote files via SSHFS": [[91, "mount-remote-files-via-sshfs"]], "Move": [[132, "move"]], "Moving tasks": [[191, "moving-tasks"]], "Multi-project/-node cluster": [[88, "multi-project-node-cluster"]], "Multiple Cursors": [[74, "multiple-cursors"]], "Multiple Terminals in a Single Browser Tab": [[203, "multiple-terminals-in-a-single-browser-tab"]], "NEURON simulation environment": [[116, "neuron-simulation-environment"]], "Navigate With Arrow Keys": [[179, "navigate-with-arrow-keys"], [214, "navigate-with-arrow-keys"]], "Netwide assembler": [[78, "id2"]], "New File": [[73, "new-file"]], "New to Linux?": [[203, "new-to-linux"]], "Next Steps": [[76, "next-steps"], [215, "next-steps"]], "Nextjs": [[96, "nextjs"]], "No Limits": [[124, "no-limits"]], "No Special Arrangement Is Needed": [[212, "no-special-arrangement-is-needed"]], "No Vendor Lock-In": [[215, "no-vendor-lock-in"]], "Node.js": [[96, "id1"]], "Not used with Licenses": [[157, "not-used-with-licenses"]], "Notebook Server": [[0, "notebook-server"]], "Notebook table of contents": [[197, "notebook-table-of-contents"]], "Notebook too large? Remove output.": [[147, "notebook-too-large-remove-output"]], "Notes on URL proxying": [[178, "notes-on-url-proxying"]], "Notifications": [[171, "notifications"]], "Number of Files": [[64, "number-of-files"]], "Number of Projects and Type": [[3, "number-of-projects-and-type"]], "Obtaining a Credit Voucher": [[212, "obtaining-a-credit-voucher"]], "Obtaining a License Voucher": [[212, "obtaining-a-license-voucher"]], "Obtaining a Voucher": [[212, "obtaining-a-voucher"]], "Octave": [[133, "octave"]], "Octave Images and Plots": [[117, "octave-images-and-plots"]], "Octave with Jupyter Kernel": [[117, "octave-with-jupyter-kernel"]], "Octave with X11 Desktop": [[117, "octave-with-x11-desktop"]], "Off-site backups": [[60, "off-site-backups"]], "On Premises Option": [[215, "on-premises-option"]], "OnPrem": [[67, "onprem"]], "OnPrem Compute Server": [[156, "onprem-compute-server"]], "Open Projects": [[171, "open-projects"]], "Open World Approach": [[215, "open-world-approach"]], "Opening a File": [[164, "opening-a-file"]], "Option: Skip entering grades": [[197, "option-skip-entering-grades"]], "Option: Sync grades": [[197, "option-sync-grades"]], "Other Languages": [[133, "other-languages"]], "Other Ways": [[0, "other-ways"]], "Other information": [[77, "other-information"]], "Other languages besides Bash?": [[166, "other-languages-besides-bash"]], "Other settings": [[4, "other-settings"]], "Our teacher requires us students to pay. How?": [[198, "our-teacher-requires-us-students-to-pay-how"]], "Overlay Dialogs": [[218, "overlay-dialogs"]], "Override the default width and height for R SVG figures in a CoCalc worksheet": [[133, "override-the-default-width-and-height-for-r-svg-figures-in-a-cocalc-worksheet"]], "Overview Map": [[179, "overview-map"], [214, "overview-map"]], "Pages View": [[179, "pages-view"], [214, "pages-view"]], "Pay-As-You-Go Purchase": [[157, "pay-as-you-go-purchase"]], "Peer Grading": [[193, "peer-grading"]], "Pens": [[179, "pens"], [214, "pens"]], "Pentadactyl plugin isn\u2019t working": [[91, "pentadactyl-plugin-isn-t-working"]], "Period, Title, Cost, and Purchase": [[3, "period-title-cost-and-purchase"]], "Pick a Subscription": [[140, "pick-a-subscription"]], "Place your order": [[56, "place-your-order"]], "Plain Jupyter server": [[170, "plain-jupyter-server"]], "Platform": [[158, "platform"]], "Platform News 2019-2022": [[159, "platform-news-2019-2022"]], "Play a .wav file in a Jupyter notebook": [[147, "play-a-wav-file-in-a-jupyter-notebook"]], "Play sounds": [[175, "play-sounds"]], "Plotting from Python Scripts": [[213, "plotting-from-python-scripts"]], "Pluto Notebooks for Julia": [[122, "pluto-notebooks-for-julia"]], "Port forwarding": [[181, "port-forwarding"]], "Portability": [[12, "portability"]], "PostgreSQL": [[123, "postgresql"]], "Pre-built environments": [[181, "pre-built-environments"]], "Preferences": [[2, "preferences"], [4, "preferences"]], "Prepare your project": [[109, "prepare-your-project"]], "Presentation Mode": [[179, "presentation-mode"]], "Problems with Licenses": [[200, "problems-with-licenses"]], "Problems/Missing?": [[155, "problems-missing"]], "Process an R Markdown (.Rmd) documents": [[133, "process-an-r-markdown-rmd-documents"]], "Process for Debugging Connectivity": [[84, "process-for-debugging-connectivity"]], "Processes": [[73, "processes"], [161, "processes"]], "Program Seems Slow or Stuck": [[132, "program-seems-slow-or-stuck"]], "Programming Languages": [[101, "programming-languages"]], "Project API Keys": [[59, "project-api-keys"]], "Project Files": [[164, "project-files"]], "Project Home": [[165, "project-home"]], "Project Image": [[170, "project-image"]], "Project Initialization": [[166, "project-initialization"]], "Project Initialization Scripts": [[166, "project-initialization-scripts"]], "Project Library": [[167, "project-library"]], "Project List": [[168, "project-list"], [171, "project-list"]], "Project Log": [[73, "project-log"], [169, "project-log"]], "Project Name": [[170, "project-name"]], "Project Settings": [[170, "project-settings"]], "Project Toolbar": [[171, "project-toolbar"]], "Project URL": [[170, "index-5"]], "Project Upgrades": [[208, "project-upgrades"]], "Project control": [[170, "project-control"]], "Projects": [[162, "projects"]], "Projects FAQ": [[163, "projects-faq"]], "Projects Page Tour": [[162, "projects-page-tour"]], "Projects with licenses": [[3, "projects-with-licenses"]], "Protocol and Data Format": [[31, "protocol-and-data-format"], [32, "protocol-and-data-format"]], "Public Files": [[2, "public-files"]], "Public files": [[5, "public-files"]], "Publish": [[179, "publish"], [214, "publish"]], "Publishing Files and Folders": [[178, "publishing-files-and-folders"]], "Publishing Rendered GitHub Files": [[178, "publishing-rendered-github-files"]], "Publishing Tips and Considerations": [[178, "publishing-tips-and-considerations"]], "Publishing the Whole Project": [[178, "publishing-the-whole-project"]], "Purchases": [[2, "purchases"], [6, "purchases"]], "Purpose": [[31, "purpose"], [32, "purpose"]], "Purpose and Limitations": [[207, "purpose-and-limitations"]], "Purpose of nbgrader": [[197, "purpose-of-nbgrader"]], "Python": [[133, "python"]], "Python 2 compatibility": [[99, "python-2-compatibility"]], "Python Data Science Handbook": [[182, "id11"], [183, "id11"]], "Python \u201cuser\u201d installs": [[103, "python-user-installs"]], "PythonTeX": [[149, "pythontex"]], "Quantum Chemistry": [[182, "id12"], [183, "id12"]], "Quarto": [[153, "quarto"]], "Question about Sage": [[130, "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?": [[84, "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.": [[84, "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.": [[84, "question-i-see-the-error-message-timeout-while-loading-cocalc-instead-of-the-cocalc-landing-page"]], "Questions?": [[202, "questions"], [212, "questions"]], "Quickstart": [[77, "quickstart"], [203, "quickstart"]], "R IDE": [[0, "r-ide"]], "R Markdown": [[74, "r-markdown"]], "R Statistical Software": [[133, "r-statistical-software"]], "R Step-by-Step with Jupyter": [[128, "r-step-by-step-with-jupyter"]], "RAM": [[209, "ram"]], "RSTAN": [[111, "rstan"]], "Raise the limit on the number of output messages per cell": [[133, "raise-the-limit-on-the-number-of-output-messages-per-cell"]], "Raw Files Server": [[139, "raw-files-server"]], "React": [[96, "id2"]], "Real-time Collaboration": [[174, "real-time-collaboration"]], "Real-time chatrooms": [[196, "real-time-chatrooms"]], "Reboot": [[132, "reboot"]], "Recently Edited Documents and Chat": [[171, "recently-edited-documents-and-chat"]], "Recently opened files": [[169, "recently-opened-files"]], "Reconfigure Student Projects": [[194, "reconfigure-student-projects"]], "Reconnect": [[132, "reconnect"]], "Recovering a Deleted File": [[125, "recovering-a-deleted-file"]], "Recovering a Deleted Project": [[112, "recovering-a-deleted-project"]], "Redeeming Voucher Codes": [[212, "redeeming-voucher-codes"]], "Reference links": [[153, "reference-links"]], "References": [[122, "references"], [134, "references"], [172, "references"]], "Refresh Files List": [[164, "refresh-files-list"]], "Reliability": [[12, "reliability"]], "RemarkJS Slideshow": [[126, "remarkjs-slideshow"]], "Remote files with SSH": [[170, "remote-files-with-ssh"]], "Remove License or Upgrades from Student Projects": [[192, "remove-license-or-upgrades-from-student-projects"]], "Remove Local Files to Troubleshoot a Notebook": [[147, "remove-local-files-to-troubleshoot-a-notebook"]], "Remove history from a terminal file": [[203, "remove-history-from-a-terminal-file"]], "Resend outstanding email invites": [[194, "resend-outstanding-email-invites"]], "Responsive Support Team": [[215, "responsive-support-team"]], "Restart Project and Stop Project": [[170, "restart-project-and-stop-project"]], "Restart the project": [[132, "restart-the-project"]], "Restarting a project": [[198, "restarting-a-project"], [199, "restarting-a-project"]], "Restrict Student Projects": [[173, "restrict-student-projects"]], "Resuming a Session": [[76, "resuming-a-session"]], "Return the assignment": [[197, "return-the-assignment"]], "Returning Assignments Without Grading": [[193, "returning-assignments-without-grading"]], "Returning an assignment to students": [[193, "returning-an-assignment-to-students"]], "Rich Text Editing": [[153, "rich-text-editing"], [174, "rich-text-editing"]], "Riemann Problems and Jupyter Solutions": [[182, "id13"], [183, "id13"]], "Ruby Programming": [[127, "ruby-programming"]], "Ruby code in a Sage worksheet": [[127, "ruby-code-in-a-sage-worksheet"]], "Ruby files in the frame editor": [[127, "ruby-files-in-the-frame-editor"]], "Run Jupyter notebook with GPU support": [[147, "run-jupyter-notebook-with-gpu-support"]], "Run Sage locally, on my own machine": [[133, "run-sage-locally-on-my-own-machine"]], "Run Terminal command in all student projects": [[199, "run-terminal-command-in-all-student-projects"]], "Run a Webserver": [[139, "run-a-webserver"]], "Run nbgrader": [[197, "run-nbgrader"]], "Run plotly in a Jupyter notebook": [[133, "run-plotly-in-a-jupyter-notebook"]], "Running a Jupyter Notebook": [[76, "running-a-jupyter-notebook"]], "S3": [[77, "s3"]], "SSH File Transfer": [[138, "ssh-file-transfer"]], "SSH keys": [[2, "ssh-keys"], [7, "ssh-keys"]], "SSH login for a project": [[7, "ssh-login-for-a-project"]], "SVG and PNG plots in Jupyter Notebooks": [[108, "svg-and-png-plots-in-jupyter-notebooks"]], "Sage": [[103, "sage"]], "Sage Worksheet Slow When Plotting? Disable svg.": [[175, "sage-worksheet-slow-when-plotting-disable-svg"]], "Sage Worksheets": [[133, "sage-worksheets"], [175, "sage-worksheets"], [175, "sagews-wiki"]], "Sage worksheet server": [[170, "sage-worksheet-server"]], "Sage worksheet with Turtle module": [[137, "sage-worksheet-with-turtle-module"]], "SageTeX": [[149, "sagetex"]], "Save Money If You Pay in Advance": [[157, "save-money-if-you-pay-in-advance"]], "Schema": [[77, "schema"]], "Screenshot": [[113, "screenshot"]], "Search": [[191, "search"]], "Search View": [[179, "search-view"], [214, "search-view"]], "Search and Replace Inside the File": [[74, "search-and-replace-inside-the-file"]], "Search and Replace Within the File": [[153, "search-and-replace-within-the-file"]], "Second and later runs": [[99, "second-and-later-runs"]], "See Memory Usage": [[133, "see-memory-usage"]], "See Memory Utilization": [[129, "see-memory-utilization"]], "See all Processes": [[129, "see-all-processes"]], "See all processes running in my project": [[133, "see-all-processes-running-in-my-project"]], "Self-Imposed Spending Limits": [[157, "self-imposed-spending-limits"]], "Servers": [[101, "servers"], [176, "servers"]], "Service Options": [[177, "service-options"]], "Sessions": [[70, "sessions"]], "Set title and description for a project": [[40, "set-title-and-description-for-a-project"]], "Settings": [[73, "settings"]], "Setup": [[105, "setup"]], "Setup Jupyter Extensions": [[105, "setup-jupyter-extensions"]], "Setup SSH Keys": [[170, "setup-ssh-keys"]], "Setup fish shell": [[203, "setup-fish-shell"]], "Setup texmf in a project": [[149, "setup-texmf-in-a-project"]], "Shape": [[77, "shape"]], "Shared Project": [[196, "shared-project"]], "Sharing Files and Folders": [[178, "sharing-files-and-folders"]], "Shiny": [[131, "shiny"]], "Show Hidden Files": [[164, "show-hidden-files"]], "Side Chat": [[62, "side-chat"], [74, "side-chat"]], "Signing Out": [[76, "signing-out"]], "Signing in Again": [[76, "signing-in-again"]], "Signing out of CoCalc": [[2, "signing-out-of-cocalc"]], "Simple Python Server": [[96, "simple-python-server"]], "Site license for courses": [[159, "site-license-for-courses"]], "Site license for individual projects": [[159, "site-license-for-individual-projects"]], "Slides": [[179, "slides"]], "Snapshot Backups": [[164, "snapshot-backups"]], "Snapshots": [[60, "snapshots"]], "Snippets": [[180, "snippets"]], "Software": [[181, "software"]], "Software Environment": [[170, "software-environment"]], "Software Updates 2018": [[184, "software-updates-2018"]], "Software Updates 2019": [[185, "software-updates-2019"]], "Software Updates 2020": [[186, "software-updates-2020"]], "Software Updates 2021": [[187, "software-updates-2021"]], "Software Updates 2022": [[188, "software-updates-2022"]], "Software Updates 2023": [[189, "software-updates-2023"]], "Software Updates 2024": [[190, "software-updates-2024"]], "Software specific": [[111, "software-specific"]], "Software update detailed items": [[181, "software-update-detailed-items"]], "Software update summaries": [[181, "software-update-summaries"]], "Source Code": [[175, "source-code"]], "Special Considerations": [[67, "special-considerations"]], "Spell Checker": [[74, "spell-checker"]], "Spell check a LaTeX document": [[149, "spell-check-a-latex-document"]], "Spellcheck": [[150, "spellcheck"]], "Split Whiteboard Windows": [[214, "split-whiteboard-windows"]], "Split Windows": [[179, "split-windows"]], "Standby timeout": [[4, "standby-timeout"]], "Starring Published Files": [[178, "starring-published-files"]], "Start JupyterLab": [[109, "start-jupyterlab"]], "Start a Jupyter notebook for the assignment": [[197, "start-a-jupyter-notebook-for-the-assignment"]], "Start and Stop a project": [[40, "start-and-stop-a-project"]], "Start cluster": [[88, "start-cluster"]], "Start file": [[181, "start-file"]], "Starting up everyone\u2019s project before class": [[199, "starting-up-everyone-s-project-before-class"]], "Startup files": [[203, "startup-files"]], "Statements": [[2, "statements"], [76, "statements"]], "Status of Vouchers Created": [[212, "status-of-vouchers-created"]], "Step 10: Is your computer infected with malware?": [[84, "step-10-is-your-computer-infected-with-malware"]], "Step 11: Is the problem with your DNS (Domain Name Service) settings?": [[84, "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?": [[84, "step-12-is-your-browser-out-of-date-or-otherwise-incompatible-with-cocalc"]], "Step 13: Do WebSocket connections work?": [[84, "step-13-do-websocket-connections-work"]], "Step 1: Export": [[119, "step-1-export"]], "Step 1: HTML barebone": [[126, "step-1-html-barebone"]], "Step 1: Setup": [[123, "step-1-setup"]], "Step 1: Startup": [[113, "step-1-startup"]], "Step 1: Try connecting with the latest version of Google Chrome.": [[84, "step-1-try-connecting-with-the-latest-version-of-google-chrome"]], "Step 2: Connect": [[113, "step-2-connect"]], "Step 2: Import": [[119, "step-2-import"]], "Step 2: Make sure you are running a very recent version of Google Chrome, Safari, Firefox, or Edge.": [[84, "step-2-make-sure-you-are-running-a-very-recent-version-of-google-chrome-safari-firefox-or-edge"]], "Step 2: Markdown": [[126, "step-2-markdown"]], "Step 2: Start Server": [[123, "step-2-start-server"]], "Step 3: Check": [[126, "step-3-check"]], "Step 3: Connect to the database": [[123, "step-3-connect-to-the-database"]], "Step 3: Double check if are you connected at all.": [[84, "step-3-double-check-if-are-you-connected-at-all"]], "Step 3: Shutting Down": [[113, "step-3-shutting-down"]], "Step 4: Network congestion?": [[84, "step-4-network-congestion"]], "Step 4: Shutting Down": [[123, "step-4-shutting-down"]], "Step 4: Write Slideshow": [[126, "step-4-write-slideshow"]], "Step 5: Do you have tons of tabs open?": [[84, "step-5-do-you-have-tons-of-tabs-open"]], "Step 5: Present": [[126, "step-5-present"]], "Step 6: Is your browser (or an intermediate server) attempting to cache too much?": [[84, "step-6-is-your-browser-or-an-intermediate-server-attempting-to-cache-too-much"]], "Step 7: Does the problem relate to stale cookies?": [[84, "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?": [[84, "step-8-have-you-installed-browser-extensions-add-on-s-or-enabled-blocking-software-on-your-computer"]], "Step 9: Are the CoCalc servers down?": [[84, "step-9-are-the-cocalc-servers-down"]], "Sticky Notes": [[179, "sticky-notes"], [214, "sticky-notes"]], "Stopwatches and Timers": [[179, "stopwatches-and-timers"], [205, "stopwatches-and-timers"], [214, "stopwatches-and-timers"]], "Streamlit": [[134, "streamlit"]], "Streamlit Example": [[134, "streamlit-example"]], "Streamlit Python script": [[134, "streamlit-python-script"]], "Streamlit \u201cHello world\u201d": [[134, "streamlit-hello-world"]], "Student Access After Course Ends": [[192, "student-access-after-course-ends"]], "Student Guide": [[198, "student-guide"]], "Students Pay For Upgrades": [[200, "students-pay-for-upgrades"]], "Students complete the assignment": [[197, "students-complete-the-assignment"]], "Subscriptions": [[2, "subscriptions"], [6, "subscriptions"]], "Subscriptions (legacy page)": [[6, "subscriptions-legacy-page"]], "Support": [[2, "support"], [8, "support"]], "Support tickets": [[8, "support-tickets"]], "Supported file types": [[74, "supported-file-types"]], "Sync with Dropbox or Google Drive?": [[91, "sync-with-dropbox-or-google-drive"]], "System-wide Snippets": [[180, "system-wide-snippets"]], "Tab Completion": [[175, "tab-completion"]], "Table of Contents": [[179, "table-of-contents"], [214, "table-of-contents"]], "Tagging Projects": [[168, "tagging-projects"]], "Task Lists": [[191, "task-lists"]], "Teacher or Institute Pays for Upgrades": [[200, "teacher-or-institute-pays-for-upgrades"]], "Teacher or institution pays for upgrades": [[201, "teacher-or-institution-pays-for-upgrades"]], "Teaching with Compute Servers": [[67, "teaching-with-compute-servers"], [200, "teaching-with-compute-servers"]], "Teaching with nbgrader": [[197, "teaching-with-nbgrader"]], "Technical Status": [[218, "technical-status"]], "Terminal": [[218, "terminal"]], "Terminal Environment in Split Frame with File Editor": [[203, "terminal-environment-in-split-frame-with-file-editor"]], "Terminal Tour": [[203, "terminal-tour"]], "Terminal settings": [[4, "terminal-settings"]], "Test It Out": [[140, "test-it-out"]], "Test Your Publication": [[178, "test-your-publication"]], "Text": [[179, "text"], [214, "text"]], "Text fields generally support Markdown and LaTeX": [[199, "text-fields-generally-support-markdown-and-latex"]], "Text, Source Code, and Data Files": [[74, "text-source-code-and-data-files"]], "The PDF cannot be built. What\u2019s the problem?": [[149, "the-pdf-cannot-be-built-what-s-the-problem"]], "The hub API": [[90, "the-hub-api"]], "The project API": [[90, "the-project-api"]], "The subfiles Package (legacy method)": [[149, "the-subfiles-package-legacy-method"]], "Things to try": [[83, "things-to-try"]], "Time Travel Diffs": [[199, "time-travel-diffs"]], "TimeTravel": [[60, "timetravel"], [175, "timetravel"], [179, "timetravel"], [204, "timetravel"], [214, "timetravel"]], "Timeout/Killed calculations": [[133, "timeout-killed-calculations"]], "Tips & Tricks": [[218, "tips-tricks"]], "Tips and tricks": [[203, "tips-and-tricks"]], "Title and Description": [[170, "title-and-description"]], "Title, Description, Name, Image": [[170, "title-description-name-image"]], "To-do Lists": [[179, "to-do-lists"], [214, "to-do-lists"]], "Toolbars": [[76, "toolbars"]], "Tools": [[101, "tools"]], "Tours": [[206, "tours"]], "Transactions, Limits, and Plots": [[6, "transactions-limits-and-plots"]], "Trial Projects": [[207, "trial-projects"]], "Troubleshooting": [[136, "troubleshooting"]], "Try CoCalc Desktop": [[132, "try-cocalc-desktop"]], "Turn off automatic build and PDF preview": [[149, "turn-off-automatic-build-and-pdf-preview"]], "Turtle Graphics with CoCalc": [[137, "turtle-graphics-with-cocalc"]], "Typescript": [[96, "typescript"]], "Typeset Scientific Content with LaTeX": [[10, "typeset-scientific-content-with-latex"]], "URLs and Port Numbers": [[93, "urls-and-port-numbers"]], "Understanding Error Messages": [[175, "understanding-error-messages"]], "Underworld 2": [[182, "id14"], [183, "id14"]], "Upgrades": [[2, "upgrades"], [192, "upgrades"], [209, "upgrades"]], "Upgrading Student Projects": [[200, "upgrading-student-projects"]], "Upgrading Student Projects (legacy version)": [[201, "upgrading-student-projects-legacy-version"]], "Upload Button in Files Tab": [[138, "upload-button-in-files-tab"]], "Upload Files": [[138, "upload-files"]], "Upload Python script and credentials to CoCalc": [[99, "upload-python-script-and-credentials-to-cocalc"]], "Uploading from Google Drive": [[138, "uploading-from-google-drive"]], "Use Emacs in a Terminal (Chrome)": [[91, "use-emacs-in-a-terminal-chrome"]], "Use External Tools": [[91, "use-external-tools"]], "Use Multiple Accounts": [[114, "use-multiple-accounts"]], "Use PSTricks macros": [[149, "use-pstricks-macros"]], "Use R in a Sage worksheet": [[133, "use-r-in-a-sage-worksheet"]], "Use member hosting or dedicated CPU": [[132, "use-member-hosting-or-dedicated-cpu"]], "Use the Halt Button to Conserve Memory": [[147, "use-the-halt-button-to-conserve-memory"]], "User Interface": [[210, "user-interface"]], "Users": [[211, "users"]], "Using Git": [[199, "using-git"]], "Using SSH": [[170, "using-ssh"]], "Using TimeTravel": [[204, "using-timetravel"]], "Using a Compute Server": [[67, "using-a-compute-server"]], "Using a Project Invitation Link": [[124, "using-a-project-invitation-link"]], "Using a Project Invitation Token": [[124, "using-a-project-invitation-token"]], "Using an Invitation Token": [[168, "using-an-invitation-token"]], "Using the API to add a license to your shopping cart": [[56, "using-the-api-to-add-a-license-to-your-shopping-cart"]], "Using the CoCalc API to buy a license": [[56, "using-the-cocalc-api-to-buy-a-license"]], "Using the CoCalc API to get directory listings for a project via the database": [[51, "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": [[52, "using-the-cocalc-api-to-get-the-email-address-of-a-user-from-their-account-id"]], "Using the port proxy": [[139, "using-the-port-proxy"]], "Utilize Multiple CPUs": [[120, "utilize-multiple-cpus"]], "VSCode": [[96, "vscode"]], "Vanity URLs": [[178, "vanity-urls"]], "Verifying Student Activity": [[199, "verifying-student-activity"]], "Version control": [[198, "version-control"]], "View account SSH keys": [[7, "view-account-ssh-keys"]], "Virtualenv": [[103, "virtualenv"]], "Visual Studio Code Server": [[213, "visual-studio-code-server"]], "Vouchers": [[212, "vouchers"]], "Ways to clear up your project\u2019s memory": [[111, "ways-to-clear-up-your-project-s-memory"]], "WebSockets": [[93, "websockets"]], "Webserver proxy": [[139, "webserver-proxy"]], "Welcome to CoCalc\u2019s User Manual!": [[68, "welcome-to-cocalc-s-user-manual"]], "What Can go Wrong?": [[114, "what-can-go-wrong"]], "What I am getting?": [[198, "what-i-am-getting"]], "What Is Sent to LLMs and How Is My Data Used?": [[10, "what-is-sent-to-llms-and-how-is-my-data-used"]], "What about dynamically generated subdomains?": [[139, "what-about-dynamically-generated-subdomains"]], "What about security?": [[139, "what-about-security"]], "What do the Students Get?": [[194, "what-do-the-students-get"]], "What happens when I finish the course/my degree?": [[198, "what-happens-when-i-finish-the-course-my-degree"]], "What is CoCalc?": [[140, "what-is-cocalc"], [198, "what-is-cocalc"]], "What is Hub?": [[77, "what-is-hub"]], "What is an \u201cidle timeout?\u201d": [[133, "what-is-an-idle-timeout"]], "What is logged": [[169, "what-is-logged"]], "What should you do if the preview does not update?": [[149, "what-should-you-do-if-the-preview-does-not-update"]], "What the program does": [[99, "what-the-program-does"]], "What the student sees": [[201, "what-the-student-sees"]], "What\u2019s a Jupyter Notebook?": [[146, "what-s-a-jupyter-notebook"]], "What\u2019s a Sage Worksheet?": [[175, "what-s-a-sage-worksheet"]], "What\u2019s the fingerprint of the SSH gateway\u2019s host key?": [[163, "what-s-the-fingerprint-of-the-ssh-gateway-s-host-key"]], "When a Timer Counts Down to Zero": [[205, "when-a-timer-counts-down-to-zero"]], "Where Markdown can be used in CoCalc": [[153, "where-markdown-can-be-used-in-cocalc"]], "Where Rich Text Editing is Available": [[174, "where-rich-text-editing-is-available"]], "Whiteboard": [[214, "whiteboard"]], "Who Changed My File?": [[204, "who-changed-my-file"]], "Why Add Upgrades?": [[170, "why-add-upgrades"]], "Why CoCalc?": [[198, "why-cocalc"], [215, "why-cocalc"]], "Why NOT CoCalc?": [[216, "why-not-cocalc"]], "Why is my project out of memory?": [[111, "why-is-my-project-out-of-memory"]], "Wiki resources": [[175, "wiki-resources"]], "Will my code keep running if I disconnect?": [[133, "will-my-code-keep-running-if-i-disconnect"]], "Window Tabs": [[218, "window-tabs"]], "Word count": [[150, "word-count"]], "Work with SageTeX, PythonTeX, or Knitr": [[149, "work-with-sagetex-pythontex-or-knitr"]], "Working With": [[217, "working-with"]], "Working in your course project": [[198, "working-in-your-course-project"]], "X11 Desktop on a Compute Server": [[137, "x11-desktop-on-a-compute-server"]], "X11 Graphical Desktop": [[218, "x11-graphical-desktop"]], "X11 terminal with Jupyter notebook": [[137, "x11-terminal-with-jupyter-notebook"]], "X11 terminal with nteract": [[137, "x11-terminal-with-nteract"]], "You Cannot Pay Anything": [[216, "you-cannot-pay-anything"]], "You Must Use Fully Open Source Software": [[216, "you-must-use-fully-open-source-software"]], "You Need Proprietary Software Maintenance": [[216, "you-need-proprietary-software-maintenance"]], "You Need the Simplest Possible Interface": [[216, "you-need-the-simplest-possible-interface"]], "You Require XXX Security Certification": [[216, "you-require-xxx-security-certification"]], "Your CoCalc Session": [[76, "your-cocalc-session"]], "Your First CoCalc Session": [[76, "your-first-cocalc-session"]], "Your assignments": [[198, "your-assignments"]], "Your upgrade contributions": [[170, "your-upgrade-contributions"]], "Zoom": [[218, "zoom"]], "active cell": [[146, "active-cell"]], "add_collaborator": [[14, "add-collaborator"]], "add_license_to_project": [[15, "add-license-to-project"]], "button row": [[146, "button-row"]], "cell-insert bar": [[145, "cell-insert-bar"]], "change_email_address": [[16, "change-email-address"]], "change_password": [[17, "change-password"]], "code cell output": [[146, "code-cell-output"]], "consecutive cell numbers": [[145, "consecutive-cell-numbers"]], "copy_path_between_projects": [[18, "copy-path-between-projects"]], "copy_path_delete": [[19, "copy-path-delete"]], "copy_path_status": [[20, "copy-path-status"]], "copy_public_path_between_projects": [[21, "copy-public-path-between-projects"]], "create_account": [[22, "create-account"]], "create_project": [[23, "create-project"]], "create_support_ticket": [[24, "create-support-ticket"]], "default": [[70, "default"], [70, "id2"]], "delete_account": [[25, "delete-account"]], "directory-listing": [[51, "directory-listing"]], "disconnect_from_project": [[26, "disconnect-from-project"]], "drag-and-drop": [[145, "drag-and-drop"]], "email-address-from-account-id": [[52, "email-address-from-account-id"]], "execution counter": [[146, "execution-counter"]], "forgot_password": [[27, "forgot-password"]], "get-purchases (Python example)": [[53, "get-purchases-python-example"]], "get_available_upgrades": [[28, "get-available-upgrades"]], "get_support_tickets": [[29, "get-support-tickets"]], "get_usernames": [[30, "get-usernames"]], "glances": [[129, "glances"]], "iPad": [[142, "ipad"]], "icon for project Project usage and quotas": [[170, "dashboard-icon-project-usage-and-quotas"]], "invite_collaborator": [[33, "invite-collaborator"]], "invite_noncloud_collaborators": [[34, "invite-noncloud-collaborators"]], "kiosk": [[70, "kiosk"]], "latex": [[55, "latex"]], "log_client_error": [[35, "log-client-error"]], "menu bar": [[146, "menu-bar"]], "metrics": [[36, "metrics"]], "nbgrader for R": [[115, "nbgrader-for-r"]], "nbgrader integration": [[145, "nbgrader-integration"]], "no session": [[70, "no-session"]], "ping": [[37, "ping"]], "pip": [[103, "pip"]], "pip install directly from git repository": [[103, "pip-install-directly-from-git-repository"]], "processes microchip icon Processes": [[161, "microchip-processes"]], "project": [[70, "project"]], "project_exec": [[38, "project-exec"]], "protect cells from deletion": [[145, "protect-cells-from-deletion"]], "protect cells from editing": [[145, "protect-cells-from-editing"]], "ps aux": [[129, "ps-aux"]], "public_get_text_file": [[39, "public-get-text-file"]], "purchasing licenses": [[56, "purchasing-licenses"]], "query": [[40, "query"]], "read_text_file_from_project": [[41, "read-text-file-from-project"]], "remove_collaborator": [[42, "remove-collaborator"]], "remove_license_from_project": [[43, "remove-license-from-project"]], "reset_forgot_password": [[44, "reset-forgot-password"]], "run time for compute cells": [[145, "run-time-for-compute-cells"]], "saving": [[146, "saving"]], "search magnifying glass icon Find": [[72, "search-find"]], "select multiple cells": [[146, "select-multiple-cells"]], "servers icon Servers": [[176, "servers-servers"]], "setup.py": [[103, "setup-py"]], "slideshow": [[145, "slideshow"]], "start_metrics": [[45, "start-metrics"]], "stop": [[57, "stop"]], "streamlit package availability": [[134, "streamlit-package-availability"]], "table of contents": [[145, "table-of-contents"]], "text cells": [[146, "text-cells"]], "top": [[129, "top"]], "touch_project": [[46, "touch-project"]], "unlink_passport": [[47, "unlink-passport"]], "user-query": [[58, "user-query"]], "user_auth": [[48, "user-auth"]], "user_search": [[49, "user-search"]], "wav file embedded in notebook": [[147, "wav-file-embedded-in-notebook"]], "wav file on disk": [[147, "wav-file-on-disk"]], "widgets in CoCalc": [[145, "widgets-in-cocalc"]], "write_text_file_to_project": [[50, "write-text-file-to-project"]]}, "docnames": ["R_IDE", "account-dropdown", "account-toolbar", "account/licenses", "account/preferences", "account/public-files", "account/purchases", "account/ssh", "account/support", "activity-bar", "ai", "alternativeto/index", "alternativeto/jupyterhub", "api-examples", "api/add_collaborator", "api/add_license_to_project", "api/change_email_address", "api/change_password", "api/copy_path_between_projects", "api/copy_path_delete", "api/copy_path_status", "api/copy_public_path_between_projects", "api/create_account", "api/create_project", "api/create_support_ticket", "api/delete_account", "api/disconnect_from_project", "api/forgot_password", "api/get_available_upgrades", "api/get_support_tickets", "api/get_usernames", "api/index", "api/index0", "api/invite_collaborator", "api/invite_noncloud_collaborators", "api/log_client_error", "api/metrics", "api/ping", "api/project_exec", "api/public_get_text_file", "api/query", "api/read_text_file_from_project", "api/remove_collaborator", "api/remove_license_from_project", "api/reset_forgot_password", "api/start_metrics", "api/touch_project", "api/unlink_passport", "api/user_auth", "api/user_search", "api/write_text_file_to_project", "api2/directory-listing", "api2/email-address-from-account-id", "api2/get-purchases", "api2/index", "api2/latex", "api2/purchasing-licenses", "api2/stop", "api2/user-query", "apikeys", "backups", "billing", "chat", "chatgpt", "cloud_file_system", "cocalc-cloud", "cocalc-desktop", "compute_server", "contents", "csv-viewer", "display-options", "explorer", "files-search", "flyouts", "frame-editor", "genindex", "getting-started", "howto/activeloop-hub", "howto/assembly-language", "howto/awscli", "howto/bash-fortunes", "howto/bokeh-server", "howto/cant-save", "howto/clock-is-off", "howto/connectivity-issues", "howto/convert-html-to-pdf", "howto/cplusplus", "howto/custom-jupyter-kernel", "howto/dask", "howto/disk-space-warning", "howto/export-timetravel", "howto/external-tools", "howto/file-too-large", "howto/firewall-info", "howto/fix-broken-jupyter-pdf", "howto/fortran", "howto/front-end-dev", "howto/gap-kernel-unavailable", "howto/git", "howto/google-api", "howto/gsl", "howto/index", "howto/install-julia-package", "howto/install-python-lib", "howto/install-r-package", "howto/jupyter-extension", "howto/jupyter-kernel-selection", "howto/jupyter-kernel-terminated", "howto/jupyter-plot-png-svg", "howto/jupyterlab-extensions", "howto/license-doesnt-work", "howto/low-memory", "howto/missing-project", "howto/mongodb", "howto/multiple-accounts", "howto/nbgrader", "howto/neuron", "howto/octave", "howto/orphan", "howto/overleaf", "howto/parallel", "howto/plotly-dash", "howto/pluto", "howto/postgresql", "howto/project-invitation-tokens", "howto/recover-deleted-file", "howto/remarkjs-slideshow", "howto/ruby", "howto/run-r-step-by-step", "howto/running-processes", "howto/sage-question", "howto/shiny-server", "howto/slow-worksheet", "howto/software-development", "howto/streamlit", "howto/sudo-make-install", "howto/trouble", "howto/turtle", "howto/upload", "howto/webserver", "index", "introduction", "ipad", "jupyter", "jupyter-classical-vs-cocalc", "jupyter-enhancements", "jupyter-start", "jupyter-tips-and-tricks", "latex", "latex-faq", "latex-features", "latex-start", "licenses", "markdown", "news", "news/ubuntu-2004", "on-premises", "paygo", "platform", "platform-news", "plus-new", "processes", "project", "project-faq", "project-files", "project-home", "project-init", "project-library", "project-list", "project-log", "project-settings", "project-toolbar", "references", "restrict-student-projects", "rich-text", "sagews", "servers", "service_options", "share", "slides", "snippets", "software", "software/custom_software", "software/custom_software0", "software/updates-2018", "software/updates-2019", "software/updates-2020", "software/updates-2021", "software/updates-2022", "software/updates-2023", "software/updates-2024", "tasks", "teaching-after-course", "teaching-course-management", "teaching-create-course", "teaching-instructors", "teaching-interactions", "teaching-nbgrader", "teaching-students", "teaching-tips_and_tricks", "teaching-upgrade-course", "teaching-upgrade-legacy", "teaching-workshop", "terminal", "time-travel", "timers", "tours", "trial", "upgrade-guide", "upgrades", "user_interface", "users", "vouchers", "vscode", "whiteboard", "why", "why_not", "working_with", "x11"], "envversion": {"sphinx": 61, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.todo": 2}, "filenames": ["R_IDE.rst", "account-dropdown.rst", "account-toolbar.rst", "account/licenses.rst", "account/preferences.rst", "account/public-files.rst", "account/purchases.rst", "account/ssh.rst", "account/support.rst", "activity-bar.rst", "ai.rst", "alternativeto/index.rst", "alternativeto/jupyterhub.rst", "api-examples.rst", "api/add_collaborator.rst", "api/add_license_to_project.rst", "api/change_email_address.rst", "api/change_password.rst", "api/copy_path_between_projects.rst", "api/copy_path_delete.rst", "api/copy_path_status.rst", "api/copy_public_path_between_projects.rst", "api/create_account.rst", "api/create_project.rst", "api/create_support_ticket.rst", "api/delete_account.rst", "api/disconnect_from_project.rst", "api/forgot_password.rst", "api/get_available_upgrades.rst", "api/get_support_tickets.rst", "api/get_usernames.rst", "api/index.rst", "api/index0.rst", "api/invite_collaborator.rst", "api/invite_noncloud_collaborators.rst", "api/log_client_error.rst", "api/metrics.rst", "api/ping.rst", "api/project_exec.rst", "api/public_get_text_file.rst", "api/query.rst", "api/read_text_file_from_project.rst", "api/remove_collaborator.rst", "api/remove_license_from_project.rst", "api/reset_forgot_password.rst", "api/start_metrics.rst", "api/touch_project.rst", "api/unlink_passport.rst", "api/user_auth.rst", "api/user_search.rst", "api/write_text_file_to_project.rst", "api2/directory-listing.rst", "api2/email-address-from-account-id.rst", "api2/get-purchases.rst", "api2/index.rst", "api2/latex.rst", "api2/purchasing-licenses.rst", "api2/stop.rst", "api2/user-query.rst", "apikeys.rst", "backups.rst", "billing.rst", "chat.rst", "chatgpt.rst", "cloud_file_system.rst", "cocalc-cloud.rst", "cocalc-desktop.rst", "compute_server.rst", "contents.rst", "csv-viewer.rst", "display-options.rst", "explorer.rst", "files-search.rst", "flyouts.rst", "frame-editor.rst", "genindex.rst", "getting-started.rst", "howto/activeloop-hub.rst", "howto/assembly-language.rst", "howto/awscli.rst", "howto/bash-fortunes.rst", "howto/bokeh-server.rst", "howto/cant-save.rst", "howto/clock-is-off.rst", "howto/connectivity-issues.rst", "howto/convert-html-to-pdf.rst", "howto/cplusplus.rst", "howto/custom-jupyter-kernel.rst", "howto/dask.rst", "howto/disk-space-warning.rst", "howto/export-timetravel.rst", "howto/external-tools.rst", "howto/file-too-large.rst", "howto/firewall-info.rst", "howto/fix-broken-jupyter-pdf.rst", "howto/fortran.rst", "howto/front-end-dev.rst", "howto/gap-kernel-unavailable.rst", "howto/git.rst", "howto/google-api.rst", "howto/gsl.rst", "howto/index.rst", "howto/install-julia-package.rst", "howto/install-python-lib.rst", "howto/install-r-package.rst", "howto/jupyter-extension.rst", "howto/jupyter-kernel-selection.rst", "howto/jupyter-kernel-terminated.rst", "howto/jupyter-plot-png-svg.rst", "howto/jupyterlab-extensions.rst", "howto/license-doesnt-work.rst", "howto/low-memory.rst", "howto/missing-project.rst", "howto/mongodb.rst", "howto/multiple-accounts.rst", "howto/nbgrader.rst", "howto/neuron.rst", "howto/octave.rst", "howto/orphan.rst", "howto/overleaf.rst", "howto/parallel.rst", "howto/plotly-dash.rst", "howto/pluto.rst", "howto/postgresql.rst", "howto/project-invitation-tokens.rst", "howto/recover-deleted-file.rst", "howto/remarkjs-slideshow.rst", "howto/ruby.rst", "howto/run-r-step-by-step.rst", "howto/running-processes.rst", "howto/sage-question.rst", "howto/shiny-server.rst", "howto/slow-worksheet.rst", "howto/software-development.rst", "howto/streamlit.rst", "howto/sudo-make-install.rst", "howto/trouble.rst", "howto/turtle.rst", "howto/upload.rst", "howto/webserver.rst", "index.rst", "introduction.rst", "ipad.rst", "jupyter.rst", "jupyter-classical-vs-cocalc.rst", "jupyter-enhancements.rst", "jupyter-start.rst", "jupyter-tips-and-tricks.rst", "latex.rst", "latex-faq.rst", "latex-features.rst", "latex-start.rst", "licenses.rst", "markdown.rst", "news.rst", "news/ubuntu-2004.rst", "on-premises.rst", "paygo.rst", "platform.rst", "platform-news.rst", "plus-new.rst", "processes.rst", "project.rst", "project-faq.rst", "project-files.rst", "project-home.rst", "project-init.rst", "project-library.rst", "project-list.rst", "project-log.rst", "project-settings.rst", "project-toolbar.rst", "references.rst", "restrict-student-projects.rst", "rich-text.rst", "sagews.rst", "servers.rst", "service_options.rst", "share.rst", "slides.rst", "snippets.rst", "software.rst", "software/custom_software.rst", "software/custom_software0.rst", "software/updates-2018.rst", "software/updates-2019.rst", "software/updates-2020.rst", "software/updates-2021.rst", "software/updates-2022.rst", "software/updates-2023.rst", "software/updates-2024.rst", "tasks.rst", "teaching-after-course.rst", "teaching-course-management.rst", "teaching-create-course.rst", "teaching-instructors.rst", "teaching-interactions.rst", "teaching-nbgrader.rst", "teaching-students.rst", "teaching-tips_and_tricks.rst", "teaching-upgrade-course.rst", "teaching-upgrade-legacy.rst", "teaching-workshop.rst", "terminal.rst", "time-travel.rst", "timers.rst", "tours.rst", "trial.rst", "upgrade-guide.rst", "upgrades.rst", "user_interface.rst", "users.rst", "vouchers.rst", "vscode.rst", "whiteboard.rst", "why.rst", "why_not.rst", "working_with.rst", "x11.rst"], "indexentries": {"add image": [[149, "index-7", false]], "add license": [[170, "index-3", false]], "add to project": [[170, "index-4", false]], "adding": [[170, "index-15", false]], "asymptote": [[149, "index-3", false], [149, "index-4", false]], "backups": [[60, "index-0", false]], "collaborators": [[170, "index-13", false], [170, "index-14", false], [170, "index-15", false], [170, "index-12", false]], "control": [[170, "index-16", false]], "custom environment variables": [[170, "index-10", false]], "datastore": [[170, "index-26", false]], "debug pdf build": [[149, "index-21", false]], "delete and undelete": [[170, "index-8", false]], "embedding r/python/sage": [[149, "index-16", false]], "faq": [[149, "index-0", false]], "features and co3ynfiguration": [[170, "index-11", false]], "gnuplot": [[149, "index-5", false]], "hebrew": [[149, "index-1", false]], "hide and unhide": [[170, "index-7", false]], "install packages": [[149, "index-11", false]], "julia": [[122, "index-1", false]], "jupyter classic server": [[170, "index-23", false]], "jupyter server": [[170, "index-21", false], [170, "index-24", false]], "jupyterlab": [[170, "index-24", false]], "jupyterlab server": [[170, "index-25", false]], "knitr": [[149, "index-19", false]], "latex editor": [[148, "index-0", false], [149, "index-0", false], [149, "index-1", false], [149, "index-11", false], [149, "index-12", false], [149, "index-13", false], [149, "index-15", false], [149, "index-16", false], [149, "index-2", false], [149, "index-21", false], [149, "index-22", false], [149, "index-3", false], [149, "index-5", false], [149, "index-6", false], [149, "index-7", false], [149, "index-8", false], [149, "index-9", false]], "licenses": [[170, "index-4", false]], "member hosting": [[170, "index-6", false]], "multi-file (legacy)": [[149, "index-2", false]], "plain": [[170, "index-21", false]], "plain jupyter server": [[170, "index-22", false]], "pluto notebooks": [[122, "index-0", false], [122, "index-1", false]], "preview update": [[149, "index-22", false]], "project settings": [[170, "index-0", false], [170, "index-6", false]], "project url": [[170, "index-5", false]], "projects": [[162, "index-0", false], [170, "index-1", false], [170, "index-10", false], [170, "index-11", false], [170, "index-12", false], [170, "index-16", false], [170, "index-18", false], [170, "index-2", false], [170, "index-20", false], [170, "index-23", false], [170, "index-25", false], [170, "index-26", false], [170, "index-3", false], [170, "index-5", false], [170, "index-7", false], [170, "index-8", false]], "pstricks": [[149, "index-14", false], [149, "index-15", false]], "pythontex": [[149, "index-18", false]], "removing": [[170, "index-14", false]], "sage worksheet server": [[170, "index-20", false]], "sage worksheets": [[170, "index-19", false]], "sagetex": [[149, "index-17", false]], "server": [[170, "index-19", false]], "shell-escape": [[149, "index-6", false]], "software environment": [[170, "index-17", false], [170, "index-18", false]], "special characters": [[149, "index-8", false]], "spellcheck": [[149, "index-12", false]], "ssh keys": [[170, "index-9", false]], "sweave": [[149, "index-20", false]], "texmf": [[149, "index-10", false], [149, "index-9", false]], "title and description": [[170, "index-1", false]], "turn off build/preview": [[149, "index-13", false]], "upgrades": [[170, "index-2", false]], "vscode": [[213, "index-0", false]], "whiteboard": [[214, "index-0", false]]}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"": [0, 1, 2, 3, 4, 6, 7, 10, 12, 13, 18, 20, 31, 40, 41, 53, 55, 56, 59, 62, 64, 69, 70, 71, 74, 76, 77, 78, 80, 81, 82, 83, 87, 88, 89, 91, 93, 94, 98, 99, 102, 103, 104, 105, 107, 109, 115, 123, 124, 125, 128, 129, 131, 138, 139, 140, 144, 150, 151, 153, 154, 155, 157, 159, 162, 165, 166, 168, 169, 170, 171, 174, 176, 177, 178, 179, 184, 185, 186, 188, 190, 191, 193, 194, 195, 196, 197, 198, 203, 204, 209, 212, 213, 214, 215, 216, 218], "0": [3, 18, 20, 21, 24, 38, 51, 53, 64, 67, 74, 79, 81, 83, 87, 88, 94, 95, 100, 103, 113, 116, 121, 123, 129, 131, 133, 139, 149, 155, 166, 175, 184, 185, 199], "00": [3, 18, 103, 129, 166, 199], "000": [64, 67, 83, 87, 111, 133], "000077": 100, "0000ff": 174, "000362": 100, "000531": 100, "0010abe1": [24, 29], "001882": 100, "002b": 40, "003410": 100, "003461": 100, "004": 67, "0073f1196181": 170, "01": [103, 104], "010z": 53, "011z": 53, "0123": [24, 29], "013436": 100, "015": 149, "017470052": 53, "019005": 100, "026": 64, "0288b7d0": 39, "02feab6c": 38, "03": 166, "0333": 38, "03t16": [13, 31], "04": 51, "05": [37, 80, 184], "050": 131, "0546448087431694": 53, "05464481": 53, "05t14": 29, "06": [129, 175, 178, 193], "061806": 178, "06t02": 35, "07": [29, 35, 184], "0700": 123, "07897899": 23, "07t22": 53, "08": [18, 53], "08e8": [25, 48], "09": [166, 199], "098d": [13, 31], "0a5d792fc511": 103, "0b4df293": 23, "0b9641043b46": [37, 40], "0c7ae00c": 24, "0e9418a7": 49, "0k": 129, "0rc2": 185, "1": [3, 18, 40, 53, 56, 62, 64, 67, 74, 80, 81, 87, 88, 94, 95, 100, 103, 104, 120, 121, 125, 129, 131, 137, 145, 146, 149, 150, 151, 152, 153, 155, 164, 167, 175, 178, 179, 184, 194, 199, 201, 204, 209, 212, 214, 218], "10": [28, 38, 56, 64, 67, 77, 87, 88, 103, 121, 123, 129, 131, 133, 142, 149, 153, 166, 170, 175, 199, 201], "100": [3, 61, 64, 67, 77, 120, 133, 175, 185, 189, 193], "1000": [20, 64, 77, 81, 88, 133, 149, 201, 218], "100000": 133, "101": [198, 201], "102": 186, "1024": [34, 40], "1038": 79, "105": 129, "108": 129, "10a8e336a88d": 47, "10x": 67, "11": [13, 31, 37, 67, 79, 104, 155, 166, 199], "110": [67, 77], "111634c0": 40, "114": [67, 129], "115924": 129, "11757": 38, "11ec": 134, "11ed": [55, 57, 58], "11ee": 53, "12": [48, 67, 103, 129, 155, 166, 175, 190], "120": 83, "120000": 28, "121400": 166, "122": 186, "1234": [29, 77], "1238c868ff8b": [52, 56], "123f": 52, "1268": 67, "127": [88, 113], "128": 34, "1295981061": 213, "12d44cebb8cb": [13, 31], "13": [64, 79, 129, 185, 199], "131000": 28, "1324640": 129, "136": 129, "1364": 185, "137": 67, "1388": [13, 31], "13922": 185, "1397": 129, "13bcb9c7e9e5": [13, 31], "13t13": 193, "14": [166, 182, 183, 184, 187, 189], "141": 185, "14159265358": 47, "141z": 193, "14332": 166, "1453204": 184, "149": 67, "14df": [13, 31], "14f6": 30, "15": [37, 79, 181, 186, 187, 209], "150": 129, "1508": 37, "152": [133, 185], "16": [51, 56, 100, 129, 187, 189, 199, 209], "160712": 51, "162": 67, "164144": 51, "165": 67, "1650036446": 51, "1650150434": 51, "166b4dcaac7": 40, "1677": 38, "1677111163": 51, "1691447836428": 53, "1691447837010": 53, "1691448987937": 53, "16mb": 64, "17": [53, 80, 149, 184, 186], "170": 137, "1701809699a7": 40, "173": 67, "1731": 35, "1733400": 28, "176z": 35, "177z": [13, 31], "18": [67, 166], "1800": 100, "1809": 51, "18955da4": [14, 33, 34, 42], "19": [129, 184, 193], "19191cd03325": 40, "192f": [18, 21, 38, 39, 41, 50], "1960": 186, "1977": 100, "1a842a67": 49, "1c87a139": 35, "1d889484c794": 37, "1e37cac858ef": 28, "1e54d8c8e558": 27, "1fa1626": 40, "1m": 129, "1ubuntu0": 184, "2": [3, 38, 40, 51, 53, 54, 56, 62, 64, 67, 79, 80, 81, 90, 95, 100, 103, 104, 109, 121, 124, 125, 129, 131, 133, 145, 149, 151, 153, 155, 164, 167, 168, 169, 175, 179, 181, 184, 185, 199, 201, 204, 209, 214, 216], "20": [0, 13, 31, 49, 64, 123, 125, 131, 166, 184, 188, 200, 201], "200": [31, 32, 64, 137, 218], "2000": 53, "200000": 28, "2001": 80, "2002": 186, "200gb": 64, "2013": 195, "2015": [103, 216], "2016": [84, 103, 193], "20160307": 185, "2017": [29, 35, 37, 166, 182, 183, 184], "20170613": 184, "2018": [175, 181, 185], "20180717": 185, "20180806": 185, "2019": [18, 112, 144, 155, 163, 181, 186, 218], "202": 67, "2020": [13, 31, 103, 181, 187, 188, 199], "2021": [104, 181, 189], "2022": [51, 170, 178, 181, 187, 189], "2023": [6, 10, 53, 181, 200], "2024": [153, 181, 216], "2048": [28, 163], "20e4a191": 103, "21": [37, 80, 100, 129, 166, 200], "211": 67, "212": 129, "214d": [18, 21], "2194": 186, "22": [18, 79, 93, 166, 185, 186, 188], "22050": 175, "2222": [129, 166], "22296": 129, "222z": [13, 31], "22308": 129, "23": [3, 186], "231": 67, "2332be03": 22, "2337": 111, "234": 133, "234r": 133, "234z": [13, 31], "24": [40, 48, 67, 129, 175, 184, 186, 193, 195, 199], "240": 67, "242": 67, "24be9aa2aa1d": 40, "24t13": 37, "24t17": 37, "25": [51, 64, 184], "2507078b": 170, "2507078b6e5b43da809a0073f1196181": 170, "256": [40, 77, 138], "256color": [184, 203], "256m": 88, "2595": [37, 40], "25d0": 49, "26": [64, 129, 184, 193], "262c": 58, "262e": 57, "2634": 55, "26ed294b": 27, "27": [53, 178, 199], "27000": 40, "27017": 113, "28": [29, 77, 79, 103], "28648": 185, "288z": 37, "29": [18, 29, 37, 129], "2916": 175, "29163de6": 40, "291f43c1": 24, "29z": 29, "2a0ba54fa": 185, "2aae4347": [18, 21], "2ae9a0a47fef": 53, "2be22e08": 40, "2c080bb07155": 49, "2d0e2faa": 39, "2dde5af3aed8": 37, "2f22f36cbe91": 57, "2f23a33f675": 49, "2fa": 199, "2m": 129, "2nd": 180, "2pi": 100, "3": [38, 40, 49, 53, 64, 67, 76, 77, 79, 81, 83, 87, 88, 95, 99, 100, 103, 104, 105, 106, 108, 120, 131, 133, 145, 149, 153, 155, 167, 170, 175, 184, 188, 190, 193, 199, 204, 209, 218], "30": [64, 67, 111, 120, 133, 170, 171, 178, 209], "300": [40, 169], "3000": [40, 53], "3029": 24, "304506b4": 57, "31": [80, 120], "312z": 37, "32": [35, 80, 185], "3210df68748f": 44, "3212": 129, "321e": 49, "3235": 40, "32767": 175, "32b485a8": 30, "32fafe733f29": 49, "33": 185, "34": [67, 185], "3400": 184, "3456000": 28, "3461": 149, "348e": 17, "34a424dc": 35, "3573": 185, "3586c43348d1": 23, "3589": 155, "35a0eea6": 44, "36": [24, 67], "36148": 129, "36862b42": 55, "37": [53, 129], "370a": 44, "372": 28, "372b55e1544a": 17, "37525": 186, "377eb8": 131, "37836": 166, "37cb983298e3": 16, "38": 184, "380": 149, "3818fa50": 49, "3823b1e1773f": 40, "384": 51, "38512af603a6": 24, "38be": 53, "38z": 29, "39": 185, "391322": 100, "392673": 100, "39289ba7": 38, "3932039296856768591842462603255": 100, "393204": 100, "393281": 100, "398042fae8c9": [25, 48], "39d7203d": 34, "39fde95dc71d": 49, "3b8b6aedd65b": 55, "3d": [178, 189, 218], "3m": 129, "3rd": [62, 84, 91, 93], "4": [40, 49, 64, 67, 81, 88, 90, 100, 104, 121, 129, 131, 133, 149, 155, 166, 167, 184, 185, 199, 201, 212], "40": [3, 64, 67, 103, 133, 184, 185, 193], "400": [28, 64, 67, 126], "4000": 185, "4004": 49, "400gb": 64, "400ital": 126, "401a": 49, "404e": [13, 31], "405d": 49, "407z": 193, "41": [35, 185, 186], "410b": [18, 21, 38, 39, 41, 50], "411a": 38, "4120": 185, "4121857": 178, "412209": 100, "4128": 40, "412f43ac5": 185, "413c": 30, "4145": 34, "4147": [13, 31], "4167": 49, "416d": 37, "41a3": 49, "41b5": 40, "41e7": 40, "41ff89c3": 17, "42": [185, 186], "4208": [13, 31], "4240": 175, "427": 53, "4281e501b85": 23, "42d2": [37, 40], "43": [84, 185, 186], "4300": 67, "430f": 37, "431c": 24, "4321": 77, "432a": [25, 48], "4361": 17, "43da": 170, "44": [80, 185, 186], "440": 175, "443": 93, "443d": 40, "44572": 184, "44c1": 39, "44ef": 28, "45": [185, 186], "4501f022": 16, "450f": 41, "4519": 24, "4520": 166, "4560ea788": 185, "4562": [24, 29], "45ae": 139, "45c3": 44, "45d0": 23, "45d851ac": [18, 21], "46": 185, "4602": 29, "4628": [129, 166], "46be": 40, "47": [37, 186], "4762": 145, "47e1": 27, "47f0": 88, "48": [163, 185, 186], "480e518b2f84": 41, "481c": [52, 56], "481d6055": 41, "483": 51, "4859": 44, "4871": 40, "4893": 40, "4895": 39, "48ad": 38, "49": [67, 185, 186], "4921": 103, "4952": 24, "495b": [38, 47], "496f": 40, "4981": 24, "499500": 88, "49a6": 22, "4a18": 30, "4a5f0542": 175, "4aaf": 16, "4aea": [18, 21], "4afa": [14, 33, 34, 42], "4b31": 35, "4b42": [24, 29], "4b88": 16, "4b89fd934fba": [18, 21, 38, 39, 41, 50], "4beta4": 184, "4bf8": [13, 31], "4bfa": [14, 33, 34, 42], "4c4ad130": 88, "4c5c": 40, "4cbc": [14, 33, 42], "4cdd": 35, "4daf4a": 131, "4dbfe0db2b9c": 30, "4e27": 49, "4e29": [14, 16, 25, 33, 38, 42, 48], "4eda65": 103, "4eed": 175, "4f78": 47, "4fbc": 23, "4fd1": [18, 21], "4fda": 30, "4fe5": 51, "4m": 129, "4th": 88, "5": [3, 24, 38, 64, 67, 77, 79, 81, 92, 100, 103, 121, 129, 131, 138, 142, 149, 155, 166, 175, 178, 181, 184], "50": [49, 64, 147, 168, 184], "500": [133, 186], "5006": 81, "501st": 133, "5034af8c0004": 30, "51": [28, 185], "512": [28, 77], "512m": 88, "51e2b4c": 155, "52": 129, "523": 186, "5270": 122, "52818dfe": [13, 31], "537": 24, "54": [13, 31, 100, 129], "540054e5bcaf": [13, 31], "55": [13, 31, 187], "553f2815": 37, "56": [53, 64, 67, 185], "5609": 41, "5728": 166, "57fcfd71": 28, "58": [24, 129, 185], "581076966": 137, "5836": 129, "5873": 175, "5896": 129, "58bfd6f4": 29, "58f8": [14, 16, 25, 33, 42, 48], "59": [3, 37, 103, 163], "59203bbbb017": 39, "5960": 129, "5972": 129, "59e41d5682a3": 34, "5bd0": 139, "5c5b8afd8": 185, "5e835bd47570": 44, "5ea0": [18, 21], "5ee8d3ca": 51, "5k": 199, "5m": 129, "6": [17, 22, 28, 44, 79, 123, 129, 133, 155, 184, 185], "60": [64, 67, 84, 166, 184, 185], "600": 81, "6000": [67, 129, 166], "6001": [129, 166], "6024": [179, 214], "6059": [13, 31], "60f9ea81": 139, "61": 188, "6128": 188, "62": 184, "62bf": 88, "63": 187, "631": 129, "639a6b2": 40, "64": [17, 22, 44, 67, 78, 103, 104, 185], "644d": 44, "64bit": 186, "65": [64, 120, 163, 185], "650": 184, "65cd2079": [13, 31], "66": [120, 218], "6631": 154, "665b": 47, "6695": 190, "67": [163, 185], "675": 186, "6767": 121, "676d92f8b0b8": 29, "69": 184, "6969": 131, "6a90": 38, "6bbb": 23, "6bd1fef1a6fa": 88, "6c21": 49, "6c28c5f4": 40, "6e5b": 170, "6m": 129, "7": [10, 67, 80, 103, 133, 146, 155, 166, 184, 185, 186, 195], "70": [186, 193], "700": [126, 185], "7048": 40, "712307fa6859": 24, "72": [129, 163], "720": 185, "72296": [129, 166], "7247": 185, "73": 184, "730": 185, "73ea": 103, "74": [100, 185], "740": 185, "742z": 37, "7499": 40, "75": 185, "750": 186, "7500": 169, "756": [129, 166], "76": [185, 186], "761": 186, "768": 40, "76de986e101f": 139, "78": 186, "79": 186, "7f2358c05eb8": [14, 33, 34, 42], "7m": 129, "8": [67, 100, 103, 126, 129, 150, 155, 166, 184, 185, 186, 187], "80": [28, 67, 93, 134, 186, 193], "800": 81, "8000": 28, "8006": 81, "809a": 170, "809c": [18, 21], "80a7": 23, "80e9": 103, "8123": 67, "81fe3614": 134, "820d": 47, "8269": [18, 21, 38, 39, 41, 50], "82b8": 29, "8305184841156006": 95, "832": 166, "8358017cec89": 58, "836a": 37, "84": 67, "8501": 134, "85bd6027": 44, "86400": 40, "86fea3f0": 38, "87": 67, "876": 129, "8786": 88, "8787": 88, "87ba": 39, "88": 129, "885": 124, "886": 199, "888": 51, "889d": 55, "89": 129, "893a": 39, "897d": 49, "89b1": 34, "89e6": [13, 31], "8a23b58988a9": 38, "8a33": 58, "8a3c": 23, "8a78a37d": 38, "8a7a": 34, "8da110d44cd242ec916118a52f745337": 138, "8dbd": 88, "8e248b54eb94": 47, "8e69": 37, "8ec4ac73": [37, 40], "8ei2z0": 38, "8f3f": 27, "8f68f6c4": 16, "8m": 129, "8ubuntu0": 184, "8x": 67, "9": [103, 123, 149, 155, 166, 184, 185, 201], "90": [149, 185, 193], "90d4a8b1ac47": 24, "91": 129, "910c": [14, 33, 34, 42], "9131": [13, 31], "9172": 30, "92": 163, "9202": 53, "920a": 30, "922b": 27, "9283": [24, 29], "93": 163, "933a": 22, "937z": 53, "93f8131c": 49, "94000": 28, "94ae": 38, "9523": 49, "96": 24, "960": 64, "96c523b8": 49, "970a": 49, "978240": 166, "97f4": 49, "981c": [14, 33, 42], "9845": 40, "9845fac7076c": [13, 31], "984e": 38, "984ea3": 131, "9851": 16, "99": [40, 185], "9928": 56, "9965": 139, "9997": [18, 21], "999999": 131, "99a06c054a60": [18, 21], "99ebde5c": [14, 16, 25, 33, 42, 48], "9aab": [24, 29], "9b0": 185, "9b0e": 40, "9b896055": 30, "9c14a25fbe58": 38, "9cd5f68bac20": 40, "9cd8": 16, "9dd3ef3f": 40, "9e13": 35, "9e17": 44, "9e8b68ac": [25, 48], "9f64": 39, "A": [1, 2, 3, 5, 6, 8, 9, 10, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 37, 38, 39, 40, 41, 42, 43, 44, 46, 48, 49, 50, 58, 59, 62, 64, 67, 73, 80, 81, 83, 84, 90, 93, 95, 96, 100, 103, 109, 111, 119, 120, 121, 122, 126, 130, 133, 137, 140, 145, 146, 149, 150, 157, 159, 164, 166, 170, 171, 175, 179, 181, 185, 186, 187, 188, 189, 191, 193, 197, 199, 204, 214, 218], "And": [64, 76, 86, 166, 170, 174], "As": [3, 51, 52, 64, 67, 68, 84, 89, 97, 125, 138, 149, 155, 163, 168, 170, 177, 179, 185, 188, 194, 196, 197, 198, 200, 214, 215, 216, 218], "At": [18, 62, 67, 76, 97, 109, 110, 133, 149, 170, 171, 174, 179, 193, 197, 199, 214, 218], "Be": [56, 110, 134, 194], "Being": 64, "But": [111, 163, 177], "By": [55, 64, 70, 133, 135, 146, 149, 150, 151, 153, 164, 169, 179, 196, 199, 209, 214], "For": [3, 5, 7, 10, 52, 54, 61, 64, 66, 67, 74, 77, 78, 81, 84, 86, 87, 88, 90, 94, 97, 100, 105, 108, 111, 112, 114, 115, 124, 126, 130, 133, 138, 139, 145, 146, 147, 148, 149, 151, 152, 153, 155, 160, 163, 166, 168, 170, 174, 175, 177, 178, 181, 186, 187, 192, 193, 194, 195, 197, 198, 199, 201, 203, 204, 205, 209, 212, 213, 218], "IFS": 186, "IT": [81, 215], "If": [0, 1, 3, 4, 6, 7, 8, 9, 10, 12, 13, 18, 21, 24, 31, 32, 38, 41, 49, 50, 51, 52, 56, 59, 61, 62, 64, 66, 67, 69, 70, 71, 72, 74, 76, 77, 80, 81, 82, 83, 84, 86, 87, 88, 89, 90, 91, 92, 94, 98, 99, 102, 103, 104, 107, 110, 111, 112, 114, 115, 116, 117, 119, 120, 122, 124, 128, 129, 130, 131, 133, 134, 136, 137, 139, 140, 142, 144, 145, 146, 147, 149, 150, 151, 152, 153, 155, 164, 168, 170, 171, 174, 175, 177, 178, 179, 180, 181, 186, 192, 193, 194, 196, 197, 198, 199, 200, 202, 203, 204, 207, 208, 212, 214, 215, 216, 218], "In": [3, 4, 10, 12, 13, 24, 31, 32, 35, 38, 40, 41, 54, 56, 59, 62, 67, 70, 74, 76, 77, 80, 84, 87, 88, 90, 92, 93, 95, 99, 103, 104, 105, 106, 107, 109, 111, 112, 113, 116, 119, 123, 124, 125, 128, 132, 133, 134, 137, 138, 141, 146, 147, 149, 150, 151, 152, 153, 155, 157, 159, 160, 166, 167, 170, 173, 174, 175, 178, 179, 181, 187, 188, 189, 191, 192, 194, 196, 197, 198, 199, 200, 201, 202, 203, 204, 207, 212, 213, 214, 216, 218], "It": [2, 3, 6, 10, 12, 13, 31, 38, 40, 51, 59, 64, 67, 70, 71, 77, 84, 88, 90, 93, 94, 100, 103, 104, 107, 112, 113, 115, 117, 127, 129, 131, 133, 137, 138, 141, 142, 145, 146, 149, 151, 153, 155, 156, 159, 162, 163, 164, 166, 170, 171, 173, 175, 181, 182, 183, 184, 185, 186, 187, 188, 189, 191, 193, 194, 197, 198, 199, 203, 204, 207, 212, 213, 218], "Its": 140, "NOT": [10, 12, 14, 42, 64, 67, 68, 84, 124, 141, 144, 170, 175, 178, 198, 218], "No": [40, 70, 102, 103, 115, 141, 152, 177, 182, 183, 193, 204, 216], "Not": [96, 152, 175, 177, 178, 181, 188], "OF": 80, "OR": 86, "Of": [12, 56, 67, 107, 179, 191, 196], "On": [64, 67, 76, 84, 115, 141, 146, 170, 175, 190, 194, 195, 198, 218], "One": [5, 56, 80, 82, 84, 85, 90, 107, 114, 133, 146, 149, 156, 162, 170, 198, 201, 203], "Or": [10, 82, 84, 107, 114, 124, 127, 133, 170, 191, 192, 193, 197], "Such": [84, 149, 181, 203], "THE": [80, 99], "That": [8, 54, 67, 84, 88, 94, 99, 102, 114, 133, 142, 149, 155, 170, 175, 178, 201, 203, 218], "The": [0, 1, 2, 3, 4, 5, 6, 9, 10, 12, 13, 14, 18, 21, 24, 31, 32, 33, 40, 42, 49, 50, 51, 55, 56, 57, 58, 59, 62, 64, 66, 67, 69, 70, 71, 74, 77, 79, 80, 81, 83, 84, 87, 88, 91, 92, 94, 98, 99, 100, 102, 103, 104, 105, 106, 107, 111, 113, 114, 115, 116, 117, 121, 123, 124, 125, 127, 129, 130, 131, 132, 133, 134, 137, 138, 144, 145, 146, 147, 150, 151, 153, 154, 155, 156, 157, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 174, 175, 178, 179, 180, 181, 182, 183, 185, 186, 187, 188, 189, 191, 192, 193, 194, 196, 197, 198, 199, 200, 201, 202, 203, 204, 207, 209, 212, 214, 216, 218], "Their": 195, "Then": [13, 31, 34, 64, 67, 74, 84, 86, 87, 94, 99, 100, 103, 104, 105, 107, 111, 114, 119, 125, 130, 131, 133, 134, 135, 138, 147, 149, 152, 153, 164, 170, 192, 198, 199, 200, 203, 204, 212], "There": [0, 3, 5, 10, 12, 20, 29, 49, 56, 64, 67, 72, 74, 76, 84, 85, 90, 94, 98, 103, 106, 107, 111, 114, 115, 124, 126, 127, 130, 133, 137, 138, 142, 146, 147, 149, 150, 151, 153, 155, 156, 159, 160, 161, 167, 168, 170, 175, 178, 179, 181, 185, 195, 196, 197, 198, 199, 203, 209, 213, 214, 215, 218], "These": [12, 40, 51, 54, 64, 67, 74, 87, 101, 108, 125, 133, 144, 145, 149, 150, 152, 164, 170, 173, 174, 193, 201, 203, 209], "To": [2, 4, 6, 7, 10, 13, 31, 32, 34, 54, 56, 59, 61, 62, 64, 67, 69, 74, 77, 78, 86, 87, 88, 94, 98, 99, 102, 103, 104, 105, 106, 110, 112, 115, 116, 119, 123, 127, 132, 133, 134, 137, 138, 140, 144, 145, 146, 147, 149, 150, 151, 152, 153, 157, 162, 164, 166, 170, 171, 174, 175, 178, 184, 185, 186, 191, 192, 194, 196, 198, 199, 203, 204, 205, 209, 212, 213, 215, 218], "Will": 64, "With": [3, 4, 12, 13, 31, 64, 68, 79, 84, 103, 117, 123, 133, 158, 164, 174, 180, 197, 199, 200, 204, 212], "_": [80, 149, 166, 180, 184, 185, 218], "___": 80, "_______________________________________": 80, "_________________________________________": 80, "__init__": 103, "__main__": [81, 121], "__name__": [81, 121], "__sagews__": 133, "__version__": [103, 116], "_note": 180, "_permiss": 123, "a083": 24, "a1": [41, 50], "a100": 67, "a17037cb": 24, "a18c706e8bcd": 175, "a222": 49, "a229": 41, "a2554ec8": 47, "a279": 57, "a4": 67, "a407cc35": 56, "a407dd35": 52, "a541": 38, "a57c": 16, "a622": 30, "a63f": 134, "a65628": 131, "a743": 38, "a803": 30, "a853": [25, 48], "a85c": 175, "a94": 51, "aa71929b2bfb": 39, "aa7d": 22, "ab": 137, "ab2f": 44, "abbrevi": 103, "abc": 38, "abc3": 40, "abc3ca91": [13, 31], "abd649bf": 24, "abil": [13, 31, 178], "abl": [13, 25, 31, 59, 64, 67, 70, 87, 88, 89, 103, 104, 111, 114, 117, 132, 147, 149, 152, 170, 178, 184, 196, 198, 200, 207, 215], "aboslut": 129, "about": [0, 2, 4, 6, 10, 13, 18, 20, 24, 31, 53, 54, 55, 57, 58, 60, 61, 64, 67, 68, 71, 76, 84, 88, 91, 94, 102, 104, 105, 106, 111, 112, 113, 114, 115, 117, 122, 123, 124, 125, 129, 133, 136, 146, 149, 150, 152, 159, 162, 163, 165, 166, 167, 168, 171, 178, 179, 181, 182, 183, 184, 185, 186, 194, 197, 199, 201, 202, 203, 204, 207, 208, 209, 210, 213, 214, 215, 218], "abov": [3, 4, 12, 13, 31, 35, 40, 49, 51, 56, 59, 61, 67, 83, 84, 87, 88, 94, 99, 103, 104, 111, 112, 125, 132, 133, 134, 137, 138, 139, 144, 145, 146, 147, 153, 163, 166, 168, 170, 175, 178, 193, 199, 201, 202, 212], "absolut": [91, 139], "abstract": 189, "abus": 207, "ac": 193, "ac1f": 40, "ac5": 184, "acad": 100, "acceler": 67, "accept": [14, 31, 32, 34, 83, 124, 170, 186], "access": [2, 3, 5, 6, 7, 12, 18, 19, 20, 21, 40, 41, 50, 59, 67, 76, 81, 87, 93, 98, 100, 102, 103, 104, 107, 114, 121, 123, 125, 133, 134, 136, 138, 139, 140, 146, 155, 156, 166, 169, 170, 177, 178, 179, 185, 187, 194, 195, 196, 199, 201, 202, 203, 207, 210, 213, 215, 216, 218], "accessibilitystat": 76, "accident": [67, 70, 157, 170], "accommod": [193, 209], "accompani": [178, 180, 181, 182, 183, 185], "accomplish": [87, 94, 101, 149, 153, 199], "accont": 59, "accord": [67, 153, 194, 201, 203], "accordingli": [74, 115, 218], "account": [5, 8, 13, 14, 16, 17, 22, 24, 25, 27, 29, 30, 31, 33, 34, 40, 47, 48, 49, 54, 56, 58, 64, 67, 68, 70, 74, 78, 98, 99, 101, 103, 105, 112, 124, 138, 140, 141, 144, 149, 151, 152, 156, 157, 158, 168, 169, 170, 178, 181, 191, 192, 193, 194, 195, 198, 200, 201, 210, 212, 215, 218], "account_creation_fail": 22, "account_delet": 25, "account_id": [14, 16, 17, 24, 25, 29, 30, 33, 35, 40, 42, 47, 48, 49, 51, 56, 58], "accumul": [12, 199, 203], "achiev": [199, 204], "ack": [13, 31], "acknowledg": [13, 31, 111], "acquir": 152, "acronym": 186, "across": [62, 64, 70, 84, 110, 159, 170, 181, 185, 188, 189], "act": [169, 215], "action": [2, 13, 31, 40, 56, 70, 71, 84, 107, 111, 145, 146, 162, 170, 171, 174, 179, 187, 210, 214, 218], "action_request": 40, "activ": [3, 4, 6, 12, 40, 46, 49, 62, 64, 68, 73, 74, 76, 84, 87, 89, 103, 106, 111, 133, 144, 145, 150, 152, 153, 157, 161, 165, 168, 169, 170, 176, 192, 193, 195, 209, 210, 211, 213, 216], "activeloop": 77, "actual": [13, 31, 40, 64, 67, 87, 88, 90, 103, 106, 119, 126, 133, 147, 150, 163, 178, 199, 209], "ad": [14, 54, 56, 64, 70, 76, 84, 99, 114, 115, 124, 133, 145, 146, 147, 149, 152, 153, 155, 157, 159, 164, 168, 170, 174, 178, 180, 184, 185, 186, 188, 191, 192, 193, 194, 195, 196, 197, 199, 203, 205, 207, 212], "ad1d": 17, "ad47": [37, 40], "ad7d6b17": 40, "ada": 184, "adapt": 53, "adb": 184, "add": [3, 4, 6, 12, 14, 15, 59, 61, 62, 67, 74, 77, 80, 87, 89, 102, 103, 104, 109, 110, 111, 114, 115, 116, 123, 124, 130, 132, 133, 144, 145, 149, 150, 152, 153, 159, 162, 164, 168, 171, 174, 177, 178, 179, 180, 185, 193, 195, 196, 198, 199, 201, 203, 204, 205, 208, 209, 210, 211, 212, 214], "add_collabor": 31, "add_cus_dep": 149, "add_license_to_project": 31, "addeventlisten": [13, 31], "addit": [3, 4, 10, 13, 24, 53, 60, 62, 64, 67, 73, 84, 98, 103, 111, 133, 134, 139, 141, 149, 153, 155, 157, 158, 161, 166, 171, 176, 178, 181, 184, 185, 186, 188, 191, 196, 197, 198, 199, 203, 209, 212, 218], "addition": [20, 84, 185, 186, 189, 198, 203], "addplot": 149, "address": [3, 4, 8, 12, 16, 22, 27, 33, 34, 49, 54, 58, 61, 62, 67, 76, 84, 88, 112, 114, 123, 133, 138, 139, 170, 190, 192, 194, 195, 198, 212, 216], "addtion": 170, "adequ": 67, "adipisc": 153, "adjust": [67, 109, 140, 152, 170, 175, 178, 200, 201, 203], "admcycl": [185, 186, 188], "admin": [12, 13, 31, 49, 52], "administr": [80, 177, 192, 215, 216], "adopt": [215, 216], "adtk": [185, 186], "advanc": [10, 64, 145, 147, 167, 177, 181, 200, 209, 215, 218], "advantag": [0, 10, 12, 64, 70, 84, 144, 146, 215], "advertis": 84, "advis": 193, "aer": 185, "af0eb05ebfc": 16, "af6a": 49, "afca": 38, "affect": [64, 84, 144, 170, 184, 199], "affi": 185, "affili": [186, 199], "afford": [3, 216], "after": [1, 3, 4, 5, 9, 10, 18, 25, 31, 32, 38, 56, 59, 62, 64, 67, 68, 70, 71, 73, 74, 77, 82, 84, 87, 89, 99, 100, 102, 103, 104, 106, 107, 109, 110, 113, 121, 123, 124, 129, 133, 134, 137, 142, 146, 147, 149, 150, 151, 152, 153, 157, 159, 163, 166, 168, 170, 171, 174, 175, 176, 179, 180, 181, 189, 193, 194, 195, 197, 198, 199, 200, 201, 203, 205, 209, 211, 212, 214, 218], "afterward": [163, 216, 218], "ag": 123, "again": [59, 67, 70, 80, 84, 87, 88, 89, 90, 99, 104, 112, 114, 116, 117, 119, 123, 129, 132, 133, 137, 141, 145, 146, 147, 149, 153, 170, 184, 186, 199, 201, 203, 218], "against": [54, 60, 64, 89, 100, 200], "agat": 187, "agenda": 126, "agent": 170, "aggreg": 38, "aggress": 84, "ago": [164, 201], "agre": 76, "agreed_to_term": 22, "agreement": 10, "ahead": [67, 149, 152, 181, 197, 218], "ai": [12, 63, 67, 68, 77, 140, 146, 173, 200, 215, 217], "aid": 154, "aim": [182, 183], "aiohttp": 185, "aip": 81, "air": 67, "alert": [62, 83, 154], "algebra": [185, 186, 218], "algopi": 184, "algorithm": [97, 185, 186, 187, 189], "alia": 170, "alias": 133, "aliqua": 153, "aliyun": 215, "all": [4, 5, 7, 10, 12, 13, 18, 21, 31, 32, 38, 40, 49, 52, 59, 60, 61, 62, 64, 67, 70, 74, 76, 80, 83, 85, 87, 88, 90, 91, 93, 94, 100, 102, 103, 110, 111, 112, 114, 125, 132, 139, 140, 142, 146, 147, 149, 150, 151, 152, 153, 155, 159, 160, 162, 163, 164, 166, 167, 168, 170, 173, 175, 178, 179, 181, 182, 183, 185, 186, 187, 189, 191, 192, 193, 194, 195, 196, 197, 198, 200, 201, 202, 203, 204, 207, 212, 213, 214, 215, 216, 218], "alloc": [64, 88, 110, 111, 199, 201], "allot": 67, "allow": [2, 4, 6, 10, 12, 31, 32, 38, 54, 67, 70, 71, 81, 88, 91, 93, 94, 98, 102, 109, 111, 114, 121, 131, 132, 135, 138, 142, 144, 145, 146, 147, 149, 152, 157, 161, 168, 170, 171, 178, 179, 180, 185, 186, 193, 194, 197, 199, 200, 201, 203, 205, 207, 209, 214, 215, 218], "allow_websocket_origin": 81, "almost": [84, 103, 104, 112, 155, 194, 218], "alon": [114, 185, 218], "along": [67, 83, 84, 155, 170, 185, 193, 215], "alongsid": 178, "alpha": 181, "alreadi": [3, 6, 10, 12, 14, 16, 18, 22, 25, 33, 34, 50, 56, 61, 67, 87, 99, 102, 103, 104, 113, 124, 134, 139, 149, 150, 152, 155, 156, 170, 181, 188, 194, 198, 199, 200, 203, 207, 212, 215, 218], "also": [0, 2, 4, 6, 10, 12, 13, 20, 25, 31, 32, 41, 51, 52, 56, 59, 60, 62, 64, 67, 72, 74, 76, 77, 80, 84, 88, 90, 91, 94, 95, 99, 100, 102, 103, 104, 105, 106, 107, 111, 112, 114, 115, 123, 129, 130, 131, 132, 133, 144, 149, 150, 151, 153, 154, 155, 159, 160, 163, 167, 168, 170, 173, 174, 175, 178, 181, 182, 184, 185, 186, 187, 188, 189, 190, 191, 192, 194, 196, 198, 199, 201, 203, 204, 205, 209, 212, 213, 214, 215, 218], "alt": [74, 91, 150, 151, 191], "altair": 186, "alter": [4, 10, 170, 199], "altern": [64, 67, 68, 77, 84, 103, 111, 133, 147, 149, 155, 162, 180, 181, 186, 187, 193, 198, 199, 210, 215, 216], "although": [64, 170, 188, 196, 218], "alwai": [64, 70, 84, 88, 102, 107, 133, 144, 149, 153, 170, 181, 186, 192, 196, 209, 218], "am": [10, 175, 199], "amazon": [79, 170], "amazonaw": 79, "ambient": 67, "amet": 153, "among": [46, 87, 120, 140, 189], "amount": [10, 56, 64, 67, 111, 121, 133, 140, 145, 147, 157, 175, 198, 200, 201, 209, 212], "amplitud": 81, "an": [2, 3, 4, 5, 6, 7, 8, 10, 12, 14, 16, 17, 18, 20, 22, 24, 25, 27, 32, 33, 34, 35, 38, 41, 48, 49, 51, 52, 53, 56, 57, 62, 64, 67, 70, 74, 77, 80, 81, 82, 85, 87, 88, 90, 91, 92, 95, 98, 99, 100, 102, 103, 104, 105, 106, 111, 112, 119, 123, 124, 128, 129, 134, 137, 138, 139, 140, 141, 142, 144, 145, 146, 147, 150, 151, 152, 153, 155, 156, 157, 158, 159, 162, 163, 164, 166, 167, 170, 173, 174, 178, 179, 181, 182, 183, 184, 185, 186, 187, 188, 189, 191, 192, 194, 195, 196, 198, 200, 201, 203, 207, 209, 210, 212, 214, 215, 218], "anacond2019": 203, "anaconda": [67, 155, 184, 185, 186, 187, 189], "anaconda2019": 203, "anaconda2020": [103, 155], "anaconda3": [107, 185], "anaconda5": [184, 203], "analag": 199, "analog": 67, "analogu": 178, "analysi": [185, 186, 187, 188, 218], "analyt": [186, 188], "analyz": [93, 185, 186, 187], "ani": [0, 3, 5, 6, 9, 10, 12, 40, 52, 54, 59, 62, 64, 67, 70, 74, 76, 79, 82, 98, 102, 103, 106, 110, 113, 115, 119, 123, 124, 126, 132, 133, 135, 138, 140, 147, 148, 149, 150, 151, 152, 153, 155, 157, 159, 160, 162, 164, 166, 168, 169, 170, 171, 173, 174, 175, 178, 179, 186, 191, 193, 194, 196, 198, 199, 200, 201, 202, 203, 204, 205, 207, 209, 212, 213, 214, 215, 216, 218], "anim": 77, "ann": [6, 59, 69, 73, 154, 165, 168, 174, 179, 185, 212], "anneal": 185, "annot": [180, 193, 197, 218], "announc": [6, 59, 69, 73, 154, 165, 168, 174, 179, 180, 185, 212, 214], "anomali": 185, "anonym": [52, 124, 193, 199], "anoth": [3, 18, 38, 52, 64, 67, 77, 84, 87, 107, 112, 120, 133, 134, 137, 144, 149, 152, 153, 163, 170, 174, 175, 178, 179, 186, 191, 192, 193, 194, 197, 198, 203, 204, 214, 215], "ansi2html": 186, "answer": [10, 61, 100, 115, 130, 163, 175, 185, 192, 193, 197, 199, 208, 215], "anti": 84, "anybodi": [125, 139, 178], "anymor": 124, "anyon": [123, 124, 170], "anyplac": 145, "anyth": [22, 64, 67, 87, 100, 102, 132, 138, 140, 141, 159, 170, 175, 192, 193, 197, 198, 199, 212, 215], "anytim": 67, "anywai": [64, 88], "anywher": [62, 153, 164, 174, 191, 207], "apach": 185, "apart": [10, 12, 67], "api": [4, 14, 16, 17, 18, 21, 22, 23, 24, 25, 27, 28, 29, 30, 33, 34, 35, 37, 38, 39, 40, 41, 42, 44, 47, 48, 49, 50, 53, 55, 57, 58, 68, 101, 111, 158, 170, 182, 183, 184, 185, 210], "api_kei": [53, 59], "app": [13, 31, 48, 59, 70, 77, 91, 98, 131, 134, 218], "appear": [1, 3, 4, 5, 9, 10, 28, 31, 32, 54, 62, 67, 70, 73, 74, 82, 86, 103, 110, 117, 137, 145, 147, 149, 152, 157, 164, 168, 170, 171, 174, 175, 179, 180, 184, 191, 193, 194, 197, 199, 200, 203, 214, 218], "append": [24, 80, 90, 99, 111, 133, 150, 153, 166, 175, 184], "appl": [121, 179, 185, 214], "appli": [3, 7, 40, 76, 110, 111, 133, 144, 157, 163, 170, 173, 177, 192, 194, 198, 199, 201, 202, 212], "applic": [13, 24, 30, 31, 32, 37, 38, 40, 47, 51, 52, 53, 56, 58, 59, 66, 67, 80, 81, 91, 92, 121, 129, 132, 133, 134, 137, 140, 147, 154, 170, 179, 182, 183, 185, 186, 189, 203, 210, 213, 214, 216], "approach": [67, 87, 103, 114, 120, 133, 137, 141, 144, 156, 175, 178, 182, 183, 185, 216, 218], "appropri": [10, 12, 62, 111, 185, 198, 199, 207, 218], "approxfun": 186, "approxim": [64, 185], "april": 144, "apt": [67, 80, 133, 137], "aqua": 185, "ar": [0, 2, 3, 4, 5, 6, 7, 9, 10, 12, 13, 18, 19, 20, 21, 24, 28, 29, 31, 32, 34, 38, 40, 47, 49, 50, 51, 54, 55, 56, 59, 60, 61, 62, 64, 67, 70, 71, 72, 73, 74, 76, 77, 78, 79, 80, 81, 82, 83, 85, 86, 87, 89, 90, 91, 92, 93, 94, 97, 98, 99, 100, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 114, 115, 116, 117, 119, 120, 121, 122, 123, 124, 125, 126, 127, 129, 130, 132, 133, 134, 136, 137, 138, 140, 142, 144, 145, 146, 147, 149, 150, 151, 152, 153, 154, 155, 156, 157, 159, 160, 161, 162, 164, 167, 168, 170, 171, 173, 174, 178, 179, 180, 181, 182, 183, 184, 185, 186, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 200, 201, 202, 203, 207, 208, 209, 212, 213, 214, 215, 216, 218], "arab": 149, "arang": 175, "arbitrari": [3, 13, 31, 56, 149, 186, 199, 216], "arbitrarili": 188, "arch": 185, "architectur": [156, 187], "archiv": [29, 38, 64, 119, 159, 163, 164, 184, 198, 199], "arctic": [184, 185, 186], "area": [3, 7, 10, 71, 106, 124, 146, 150, 170, 189, 193, 199, 218], "aren": [64, 133, 166, 186, 199, 209], "arg": [38, 133], "arguabl": 98, "argument": [38, 39, 41, 77, 87, 111, 121, 175], "argv": 87, "arima": 186, "aris": [64, 70, 203], "around": [70, 84, 103, 111, 116, 151, 153, 155, 185, 188, 204], "arrai": [14, 20, 41, 56, 87, 111, 186], "arrang": [2, 9, 12, 177], "arraydiff": 185, "arriv": [84, 201], "arrow": [18, 119, 185, 191, 204, 218], "arrrrgh": 80, "art": [77, 80], "articl": [55, 73, 98, 120, 134, 166, 168, 170, 175, 180, 209], "artifact": 79, "artist": 218, "arv": 87, "arviz": 186, "ascii": 80, "asciidoctor": 186, "asdf": 218, "ase": 187, "asi": 149, "ask": [4, 10, 62, 84, 104, 111, 125, 130, 131, 133, 140, 181, 185, 192, 198], "asl": 185, "asm": 78, "aspect": [2, 170, 194, 199, 218], "aspel": [74, 149], "assembl": 187, "assembli": 101, "assert": 53, "assess": 193, "asset": [182, 183, 185], "assign": [41, 50, 77, 107, 132, 152, 159, 173, 178, 185, 186, 194, 195, 196, 201, 203], "assignment1": [193, 199], "assignment3": 197, "assignment4": 197, "assignment_nam": 199, "assist": [12, 63, 67, 68, 140, 146, 170, 180, 186, 192, 195, 198, 200, 217], "associ": [0, 18, 19, 20, 52, 77, 84, 111, 114, 159, 170, 184, 185, 186, 192, 194, 196, 198, 200, 204, 216], "asssembl": 187, "assum": [7, 51, 52, 56, 64, 94, 121, 133, 150, 166, 170, 192, 197, 199, 201, 215], "ast": 185, "astro": 168, "astroalign": 185, "astronomi": 185, "astropi": 185, "astroplan": 186, "asyncio": [185, 186], "atom": [184, 187], "atomist": 187, "attach": 147, "attack": [98, 209], "attempt": [12, 22, 38, 39, 92, 94, 111, 114, 170, 181], "attende": 212, "attent": 64, "attract": [67, 146, 186], "attribut": [40, 77, 90, 175], "auctex": 218, "audaci": 187, "audienc": [124, 170], "audio": [62, 147, 175], "audit": 216, "august": [6, 200], "auth": [13, 31, 47, 48, 53], "auth_token": [13, 31, 48], "authent": [12, 48, 59, 77, 121, 158, 170, 192, 199], "author": [80, 90, 99, 181, 218], "authorized_kei": 170, "auto": [3, 97, 133, 140, 218], "auto_close_bracket": 40, "auto_close_xml_tag": 40, "autoclass": 64, "autoclos": 74, "autogener": [67, 151], "autograd": [115, 186, 188, 197], "autom": [6, 31, 32, 59, 185, 197], "automat": [3, 10, 12, 55, 56, 64, 67, 76, 81, 83, 84, 87, 110, 120, 124, 133, 150, 159, 166, 170, 171, 175, 181, 184, 185, 187, 191, 194, 195, 196, 197, 201, 203, 205, 210], "automount": 64, "autoregress": 185, "autosav": 149, "autumn_2016_phy001": 193, "auxf": 166, "auxiliari": [64, 80], "avail": [1, 2, 4, 6, 12, 13, 15, 28, 29, 31, 32, 43, 51, 54, 56, 64, 68, 78, 80, 81, 84, 87, 88, 91, 95, 103, 104, 106, 115, 130, 132, 136, 139, 144, 145, 149, 150, 153, 154, 155, 164, 166, 175, 176, 177, 178, 179, 180, 182, 183, 184, 185, 186, 187, 188, 189, 190, 192, 193, 197, 198, 201, 203, 207, 209, 212, 214, 215, 216, 218], "available_upgrad": 28, "avatar": 171, "averag": 186, "avh": 138, "avogadro": [184, 218], "avoid": [10, 64, 100, 103, 111, 133, 138, 144, 149, 150, 170, 178, 185, 203, 207], "aw": [101, 185, 215], "awai": [12, 103, 107, 146, 171, 174, 198, 207], "await": 186, "awak": 133, "awar": [12, 102, 142, 149, 194, 198, 215], "aws_access_key_id": 77, "aws_secret_access_kei": 77, "awscli": 79, "awscliv2": 79, "ax": 134, "axelrod": 185, "axi": 149, "b": [34, 79, 185, 199], "b0": 163, "b025": 40, "b02c": 35, "b0e2": 47, "b1": 163, "b112": 40, "b25c8b8ffa0e": 38, "b2d0": 40, "b2fb": 38, "b31f": 40, "b327150442d8": [18, 21], "b3c1": 24, "b403": [24, 29], "b454": 24, "b50f": 28, "b55b8fd71a1b": [14, 16, 25, 33, 42, 48], "b580": [13, 31], "b5b0": 40, "b6e4": [14, 16, 25, 33, 42, 48], "b723": 51, "b75d": 40, "b763": 24, "b8": 163, "b892": 49, "b925": 24, "b9d9": 49, "ba3d": 35, "ba66": 28, "back": [10, 64, 77, 84, 103, 125, 126, 132, 133, 144, 146, 147, 149, 151, 153, 155, 162, 166, 169, 170, 175, 178, 185, 186, 188, 189, 193, 195, 197, 199, 200, 203, 204], "backend": [56, 139, 181, 185, 204], "background": [8, 10, 82, 111, 129, 133, 159, 178, 179, 198, 201, 214, 218], "backlog": 171, "backspac": 102, "backup": [12, 13, 18, 21, 31, 68, 89, 125, 133, 147, 158, 162, 163, 170, 177, 198, 199], "backward": 80, "bad": [53, 82, 84, 146], "badli": 218, "bag": 88, "balanc": [177, 210, 212], "banana": 121, "bandwidth": [4, 64], "banner": [13, 31, 59, 76, 84, 107, 170, 194, 198, 201], "bar": [49, 67, 68, 73, 76, 89, 111, 121, 157, 165, 170, 176, 181, 193, 196, 209, 210, 211, 213], "bar123": 49, "bare": 218, "barmod": 121, "barplot": 134, "base": [10, 64, 67, 80, 81, 84, 121, 126, 129, 133, 134, 145, 149, 153, 155, 156, 166, 170, 174, 181, 185, 187, 188, 189, 190, 198, 199, 203, 204, 218], "base_url": 121, "basemap": [184, 185], "basenam": 149, "baseurl": 96, "bash": [18, 38, 87, 101, 129, 133, 153, 162, 180, 185, 199, 203], "bash_alias": [87, 133], "bashrc": [87, 123, 166, 170, 184, 203], "basi": [64, 155, 209], "basic": [3, 51, 52, 64, 67, 102, 120, 144, 147, 153, 159, 185, 186, 198, 201, 207, 216], "batch": [120, 162, 192], "bayesian": [185, 188], "bazel": [184, 185, 186], "bb54": [13, 31], "bbox": 77, "bcc9": 47, "bd65": 16, "bdeb": [13, 31], "beautifulsoup4": 185, "becam": 189, "becaus": [3, 10, 12, 18, 29, 40, 58, 64, 67, 84, 88, 91, 94, 103, 106, 112, 123, 133, 147, 149, 155, 157, 166, 170, 175, 178, 181, 184, 185, 186, 194, 200, 201, 209, 215, 216], "becom": [12, 33, 64, 82, 102, 104, 138, 169, 177, 178, 185, 187, 189, 192, 199, 207], "been": [5, 6, 10, 40, 65, 76, 79, 84, 124, 125, 133, 138, 149, 152, 164, 168, 170, 171, 174, 178, 192, 193, 194, 197, 198, 199, 200, 201, 212, 216], "befor": [4, 6, 18, 21, 25, 47, 61, 67, 74, 80, 85, 86, 96, 102, 133, 138, 147, 149, 151, 153, 155, 157, 174, 188, 193, 195, 197, 198, 200, 212, 215], "begin": [18, 31, 32, 49, 55, 62, 94, 115, 127, 133, 146, 149, 150, 151, 164, 168, 170, 175], "begin_fil": 137, "begin_solution_delimet": 115, "behav": [2, 64, 67, 133], "behavior": [64, 80, 131, 142, 155], "behaviour": [133, 198], "behind": [64, 111, 138, 175, 188, 197, 199, 218], "being": [3, 6, 13, 17, 31, 46, 56, 67, 129, 132, 145, 146, 152, 153, 162, 178, 194, 196, 198, 199, 201, 202, 203, 216], "believ": 130, "bell": [62, 196], "belov": 67, "below": [5, 10, 13, 31, 51, 52, 54, 56, 64, 67, 70, 73, 74, 77, 78, 83, 84, 86, 87, 88, 103, 111, 124, 131, 133, 134, 137, 138, 144, 145, 146, 149, 150, 151, 153, 159, 164, 167, 169, 170, 171, 174, 175, 181, 185, 197, 198, 199, 200, 201, 212, 218], "bem": 189, "benefici": 200, "benefit": [12, 67, 120, 156, 178, 201], "berkelei": 186, "besid": [0, 84, 105, 129, 149, 162, 181, 182, 189], "best": [12, 67, 84, 140, 149, 178, 193, 194, 198, 199, 216], "beta": [13, 31, 185, 186], "beta0": [184, 185], "beta1": 185, "beta2": [184, 185], "beta3": 184, "beta4": 185, "beta5": [184, 185], "beta6": [184, 185], "beta8": 185, "better": [10, 23, 54, 64, 102, 133, 151, 170, 171, 194, 207, 216], "between": [12, 17, 22, 29, 44, 62, 64, 67, 70, 74, 83, 84, 88, 106, 115, 129, 145, 149, 151, 153, 158, 170, 171, 174, 175, 179, 180, 181, 185, 190, 191, 203, 204, 214], "beyel": [182, 183], "beyond": [102, 126, 147, 159, 178, 185], "bgoodri": 111, "bibclean": 185, "bibcurs": 185, "bibliometrix": 185, "bibtex": [150, 151, 185, 218], "bibtex2html": 185, "bibtexconv": 185, "bibtool": 185, "big": [64, 185], "bigger": [64, 170], "bigqueri": 185, "biject": 74, "bikeshar": [182, 183], "bill": [6, 68, 163, 177, 208, 209, 210], "billion": 84, "bin": [79, 87, 91, 103, 111, 129, 131, 133, 135, 166, 184, 185, 186, 187], "binari": [70, 93, 135, 184, 185], "bind": [40, 91, 185], "binder": [181, 185], "bio": 185, "bioconductor": 185, "biomart": 187, "biopython": [103, 186], "bird": 104, "bit": [76, 78, 80, 84, 103, 104, 116, 171], "bitarrai": 186, "bitbucket": [98, 162, 170], "black": [185, 188], "blackboxoptim": 185, "blah": 126, "blank": [4, 39, 74, 145, 175, 191, 197], "blender": [184, 218], "blob": [28, 55, 77, 178], "block": [18, 97, 103, 128, 130, 145, 149, 162, 175, 179, 185, 194], "blocker": [70, 84, 140], "blog": [98, 133, 166, 170, 175, 180, 185, 204, 218], "blogpost": 146, "blowup": 185, "blue": [4, 8, 71, 145, 146, 162, 170, 171, 185, 203, 204], "bmatrix": 94, "board": [84, 103, 178, 184, 218], "bodi": [24, 31, 32, 33, 34, 126, 153, 182, 183, 186], "bokeh": [101, 184, 185, 186], "bold": 174, "book": [130, 148, 149, 150, 178, 182, 183], "bookstor": 177, "boolean": 186, "boost": [56, 212], "border": 146, "boson": 186, "both": [10, 12, 59, 64, 66, 67, 74, 78, 80, 87, 99, 110, 114, 115, 144, 149, 153, 155, 170, 179, 193, 196, 199], "bottom": [0, 6, 59, 62, 64, 74, 76, 83, 87, 103, 123, 124, 129, 130, 137, 153, 155, 168, 191, 199, 201, 218], "bought": [170, 200], "bound": 67, "box": [3, 4, 62, 67, 71, 76, 84, 99, 114, 121, 125, 138, 153, 159, 164, 168, 169, 170, 173, 178, 179, 185, 191, 193, 194, 197, 198, 199, 214], "boxplot": 168, "bqokikjovbii2hlwgh4olfq2": 48, "bqplot": 186, "br": 34, "brace": 57, "bracket": [102, 145, 153, 179, 214], "branch": 204, "branden": 80, "break": [84, 94, 103, 137, 178, 185, 186], "breakdown": 111, "breaker": 216, "brief": [74, 153, 164, 170], "briefli": 103, "bright": 204, "bring": [12, 67, 91, 150, 168, 171, 218], "broad": 184, "broke": 185, "broken": [13, 31, 56, 64, 84, 101, 151, 155, 175, 184, 188, 189], "brotli": 185, "brows": [2, 6, 7, 51, 55, 59, 60, 71, 84, 99, 132, 133, 157, 175, 180, 212], "browsabl": [179, 214], "browser": [4, 12, 24, 66, 67, 70, 74, 76, 82, 83, 85, 88, 91, 92, 93, 99, 107, 117, 119, 122, 126, 132, 133, 134, 137, 138, 139, 144, 145, 149, 150, 151, 153, 162, 164, 169, 170, 171, 175, 178, 184, 185, 191, 193, 194, 210, 213, 214, 218], "browserspi": 83, "bubbl": 198, "bucket": [64, 170], "budget": 64, "buffer": 174, "bug": [12, 56, 77, 97, 107, 130, 132, 175, 184, 185, 187, 188, 215], "bugreport": 175, "bugzilla": 184, "bui": [6, 110, 177, 200, 201, 202, 212], "build": [67, 77, 103, 116, 131, 133, 135, 140, 145, 151, 155, 162, 181, 184, 185, 186, 187], "built": [38, 64, 103, 115, 128, 153, 155, 159, 170, 175], "bulid": 150, "bunch": 111, "bundl": [181, 182, 185], "burden": 215, "bureaucrat": 216, "burn": 67, "burst": 157, "busi": [3, 56, 103, 186, 216], "button": [2, 3, 4, 6, 8, 10, 60, 62, 67, 70, 71, 76, 84, 88, 92, 94, 98, 103, 106, 111, 112, 117, 119, 124, 125, 130, 132, 133, 137, 145, 149, 150, 151, 152, 153, 160, 162, 163, 164, 167, 168, 170, 171, 175, 178, 179, 184, 191, 192, 193, 194, 196, 197, 198, 199, 200, 203, 204, 212, 213, 214, 215, 218], "bv": 186, "bypass": 67, "byte": 67, "bz2": 163, "c": [10, 55, 74, 78, 88, 91, 101, 102, 103, 104, 111, 113, 115, 129, 131, 140, 147, 155, 166, 179, 184, 185, 188, 199, 203, 214, 215], "c0e8c843deec": [14, 33, 42], "c15a3872d683": [24, 29], "c74afb40": 37, "c960": [52, 56], "ca": 186, "cach": [64, 77, 80, 147, 170, 185, 188], "cadabra2": [185, 218], "cafe": 84, "cairo": [185, 187], "calc": 218, "calcul": [13, 31, 107, 111, 140, 146, 149, 162, 175, 185, 218], "calendar": 193, "call": [10, 13, 18, 21, 25, 31, 32, 35, 38, 49, 51, 52, 53, 54, 55, 56, 78, 85, 90, 99, 103, 104, 106, 115, 131, 142, 149, 150, 151, 155, 159, 160, 166, 168, 170, 175, 181, 184, 186, 193, 198, 199, 201, 203, 204], "callback": [13, 31], "can": [0, 2, 3, 4, 5, 6, 7, 9, 10, 12, 13, 14, 18, 24, 31, 35, 38, 41, 48, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 62, 64, 67, 68, 70, 71, 72, 74, 76, 77, 78, 79, 80, 81, 83, 86, 87, 88, 90, 91, 92, 93, 95, 97, 98, 99, 100, 102, 103, 104, 106, 107, 110, 111, 112, 113, 115, 117, 120, 123, 124, 125, 127, 128, 129, 131, 132, 134, 136, 137, 138, 139, 140, 142, 144, 145, 146, 147, 149, 150, 151, 152, 154, 155, 156, 157, 159, 160, 161, 162, 164, 165, 166, 167, 168, 169, 170, 171, 173, 174, 175, 176, 177, 178, 179, 180, 181, 184, 185, 186, 187, 188, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 208, 209, 210, 211, 212, 213, 214, 215, 216, 218], "canada": 67, "cancel": [3, 6, 218], "candid": 185, "cannnot": [31, 32], "cannot": [12, 24, 35, 42, 61, 64, 67, 84, 98, 124, 141, 157, 170, 196, 199, 207], "canon": 103, "cantera": 185, "canva": 214, "cap": [157, 209], "capabl": [103, 145, 166, 167, 181], "capac": [177, 195], "captcha": 56, "caption": [149, 212], "captur": [59, 133, 159, 170, 218], "capytain": 189, "car": 115, "card": [3, 56, 198, 212], "cardioid": 178, "care": [56, 60, 77, 133, 170, 216], "cargo": [184, 185], "carlo": [100, 189], "carri": 59, "cars2": 115, "cart": 212, "cascad": 84, "case": [10, 12, 14, 24, 31, 32, 38, 41, 49, 52, 64, 67, 70, 72, 74, 77, 82, 84, 87, 88, 90, 91, 92, 103, 106, 107, 110, 111, 112, 119, 121, 125, 133, 147, 149, 150, 152, 153, 155, 160, 164, 170, 179, 186, 192, 193, 194, 196, 197, 198, 199, 200, 204, 212, 215], "cash": 212, "cat": [7, 111, 123, 131, 170], "catch": [64, 175, 179, 198, 199, 214], "categor": 131, "categori": 180, "caus": [4, 9, 38, 66, 73, 76, 82, 84, 102, 111, 132, 144, 147, 153, 160, 164, 169, 170, 174, 196, 203, 204, 209], "caution": 170, "caveat": [51, 170, 199], "cb": 175, "cc": [147, 163, 175, 186, 203], "cc3cb7f1": 30, "cc8f1243": [24, 29], "ccd": 186, "ccdproc": 186, "ccproj": 170, "ccsb": 185, "cd": [79, 80, 85, 87, 103, 113, 123, 133, 147, 149, 160, 187, 199], "cd9824b7331a": 22, "cdn": 84, "ce25": 40, "celesti": [182, 183], "cell": [76, 83, 90, 94, 95, 102, 104, 106, 111, 115, 116, 117, 127, 128, 137, 147, 153, 174, 175, 180, 185, 193, 197, 198], "cent": 10, "center": [64, 126, 131, 149, 179, 214], "centr": 67, "central": [12, 51], "ceo": [0, 64, 67, 102, 111, 215], "certain": [7, 55, 62, 70, 84, 91, 101, 136, 144, 149, 168, 170, 178, 181, 185, 197, 199, 203, 218], "certainli": [67, 199, 216], "certif": 141, "cex": 131, "cff0a68d0c91": 134, "cgi": 184, "cgroup": 129, "chain": 189, "challeng": 186, "chanc": [67, 84, 125], "chang": [3, 4, 16, 17, 18, 21, 40, 63, 64, 65, 67, 70, 74, 77, 84, 87, 88, 90, 94, 99, 103, 106, 126, 131, 133, 134, 140, 144, 145, 146, 149, 150, 151, 155, 157, 158, 163, 164, 169, 170, 171, 179, 180, 184, 185, 186, 191, 192, 193, 195, 196, 197, 198, 200, 201, 203, 214, 218], "change_email_address": [31, 32], "change_password": 31, "changed_email_address": 16, "changed_password": 17, "channel": [13, 31, 103, 154, 185], "chapter": [149, 178, 194], "charact": [17, 22, 34, 38, 44, 48, 62, 90, 133, 149, 150, 170, 174, 203, 218], "characterist": 67, "charg": [10, 60, 64, 67, 195, 209], "charset": 126, "chat": [12, 67, 70, 76, 84, 124, 140, 145, 146, 153, 174, 175, 178, 185, 195, 198, 199, 210, 212, 215], "chatgpt": [145, 206], "chatroom": [12, 68, 124, 174, 179, 195, 214, 217], "cheap": 67, "cheaper": 170, "cheat": 173, "check": [4, 13, 20, 31, 54, 64, 71, 74, 76, 82, 87, 88, 103, 106, 109, 111, 115, 123, 133, 136, 138, 140, 145, 146, 150, 151, 153, 159, 166, 170, 171, 173, 175, 179, 184, 185, 188, 194, 195, 196, 197, 198, 199, 200, 201, 212, 214], "checkbox": [5, 92, 126, 144, 164, 168, 170, 178, 179, 191, 192, 199, 201, 214], "checker": 149, "checkit": 188, "checklist": 191, "checkout": [6, 56], "checkpoint": [64, 133], "checksum": 103, "chem": 218, "chemic": 218, "cheminformat": 186, "chemistri": [185, 218], "cherrypi": 185, "chg": [184, 185], "child": [166, 185], "children": [121, 218], "chip": 187, "chisq": 100, "chmod": [133, 170, 196], "choic": [3, 67, 74, 106, 124, 146, 150, 154, 157, 170, 177, 178, 184, 186, 200, 212, 214, 216], "choos": [4, 10, 12, 64, 76, 77, 99, 103, 119, 146, 150, 157, 164, 166, 170, 174, 177, 178, 179, 192, 200, 214], "chop": 84, "choropleth": 188, "chose": 67, "chosen": [5, 10, 64], "christma": 103, "chrome": [24, 67, 85, 93, 114, 142, 184, 185, 203, 218], "chromedriv": [185, 186], "chromeo": 91, "chromium": [85, 91], "chstgpt": 145, "chunk": [64, 138, 153], "cifar10_train": 77, "circl": 171, "circuit": [188, 189, 218], "circul": 212, "circumst": 150, "circumv": 145, "cirq": 189, "cirular": 204, "cite": 100, "cites": 185, "citi": [83, 121], "citizen": 186, "cjvf": 163, "cl": 149, "clang": 111, "class": [3, 34, 64, 80, 126, 130, 133, 140, 174, 186, 187, 193, 195, 201], "classic": [4, 40, 105, 129, 133, 143, 147, 153, 160, 170, 176, 185, 197, 204, 218], "classif": 188, "classlabel": 77, "classroom": 116, "claud": 10, "clean": [55, 84, 111, 147, 150, 151, 199], "cleanup": [84, 185, 186, 198], "clear": [62, 76, 82, 84, 117, 132, 145, 146, 158], "clearli": 130, "clearsolut": 115, "clever": 199, "cli": [101, 133, 185, 186, 187], "click": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 59, 60, 62, 64, 67, 70, 71, 72, 73, 74, 76, 81, 84, 86, 88, 89, 90, 91, 92, 94, 99, 103, 104, 106, 107, 109, 111, 117, 119, 122, 124, 125, 126, 127, 129, 130, 132, 133, 134, 137, 138, 139, 144, 145, 146, 147, 149, 150, 151, 152, 153, 157, 162, 163, 164, 167, 168, 169, 170, 171, 174, 175, 176, 178, 179, 180, 181, 186, 191, 192, 193, 194, 196, 197, 198, 199, 200, 201, 203, 204, 205, 209, 211, 212, 213, 214, 215, 218], "clickabl": [145, 153], "clickjack": 147, "client": [31, 32, 45, 70, 98, 99, 113, 139, 142, 158, 170, 181, 184, 186, 191, 218], "client_error_log": 35, "cling": 184, "clipboard": [82, 99, 124, 145, 178, 179, 214], "clock": [68, 136, 193, 204], "clock_skew": 83, "clone": [3, 64, 80, 198, 207], "close": [1, 8, 9, 12, 13, 31, 64, 67, 70, 73, 74, 76, 84, 107, 111, 112, 114, 126, 147, 151, 153, 162, 164, 171, 194, 198, 203, 218], "closeal": [13, 31], "closer": [12, 67, 179, 214], "closest": 87, "cloud": [3, 12, 68, 84, 119, 140, 149, 156, 162, 175, 177, 185, 198, 209, 210, 215], "cloudf": 64, "cloudflar": [84, 184], "clue": 175, "cluster": [12, 67, 101, 131, 132, 156, 170, 181, 185, 209, 215, 216], "clutter": [164, 185, 192], "cmake": 186, "cmd": [74, 166, 194], "co": [95, 100, 149, 175, 218], "cobra": 186, "cocalc": [0, 1, 3, 4, 6, 7, 8, 9, 10, 12, 13, 14, 16, 17, 18, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34, 35, 37, 38, 39, 40, 41, 42, 44, 47, 48, 49, 50, 53, 54, 55, 57, 58, 59, 60, 61, 62, 63, 64, 69, 70, 71, 73, 74, 78, 79, 80, 81, 82, 85, 88, 89, 90, 91, 92, 93, 94, 95, 97, 100, 102, 103, 104, 105, 108, 110, 111, 112, 113, 116, 117, 119, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 134, 136, 138, 139, 141, 143, 146, 149, 150, 151, 152, 155, 158, 159, 162, 163, 165, 166, 167, 168, 169, 173, 174, 175, 176, 177, 179, 180, 182, 183, 184, 185, 186, 187, 189, 191, 192, 193, 194, 195, 196, 199, 200, 201, 204, 205, 208, 209, 210, 213, 214, 218], "cocalc_code_snippets_dir": 180, "cocalc_datashar": 170, "cocalc_project_id": [81, 88, 121, 129, 131, 134, 166], "code": [4, 9, 10, 12, 31, 32, 38, 40, 44, 53, 54, 55, 56, 57, 58, 62, 68, 76, 77, 84, 86, 90, 95, 97, 99, 102, 103, 106, 107, 111, 115, 116, 120, 124, 126, 128, 130, 131, 132, 134, 137, 140, 145, 147, 149, 150, 151, 152, 160, 169, 170, 174, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 193, 196, 197, 198, 199, 203, 214, 215, 216, 217, 218], "code_fold": 40, "code_stub": 115, "codemirror": [74, 91, 153], "codewar": 155, "coffe": 84, "coffeescript": [184, 185, 186], "cognit": [182, 183], "cohort": 201, "coincbc": 185, "col": 131, "colab": [67, 215], "collab": 14, "collabor": [2, 3, 4, 7, 12, 14, 25, 33, 34, 39, 40, 42, 57, 60, 62, 67, 68, 69, 90, 111, 114, 121, 124, 128, 139, 140, 145, 146, 147, 152, 156, 158, 162, 164, 168, 175, 181, 185, 187, 194, 195, 197, 198, 199, 204, 207, 209, 210, 211, 213, 215, 218], "colleagu": 140, "collect": [67, 100, 104, 136, 149, 159, 167, 170, 173, 181, 182, 183, 186, 187, 195, 196, 198, 199, 207, 215], "colleg": 192, "color": [121, 137, 150, 171, 174, 179, 193, 214], "colour": 67, "column": [9, 10, 99, 111, 129, 132, 161, 178, 191, 194, 203, 213], "com": [1, 2, 3, 6, 7, 8, 10, 13, 14, 16, 17, 18, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 33, 34, 35, 37, 38, 39, 40, 41, 42, 44, 47, 48, 49, 50, 52, 53, 54, 55, 56, 57, 58, 59, 61, 62, 66, 67, 70, 76, 78, 79, 80, 81, 83, 84, 88, 91, 93, 99, 103, 104, 107, 110, 111, 112, 114, 121, 125, 126, 131, 133, 134, 138, 139, 145, 152, 153, 154, 155, 156, 163, 167, 170, 171, 175, 178, 184, 185, 199, 201, 202, 203, 212, 215], "combin": [3, 10, 62, 64, 67, 70, 81, 131, 145, 146, 149, 157, 181, 182, 183, 185, 200, 207, 218], "combinator": 185, "combinatori": 185, "come": [38, 79, 84, 102, 103, 154, 166, 175, 178, 185, 192, 197, 198, 200, 215], "comfort": 218, "comic": 185, "comma": [23, 34, 49, 74, 194], "command": [0, 7, 10, 13, 18, 21, 31, 32, 37, 38, 47, 55, 56, 58, 64, 67, 71, 74, 78, 79, 84, 85, 86, 87, 88, 91, 92, 94, 99, 100, 103, 105, 106, 111, 115, 123, 128, 129, 131, 133, 134, 138, 145, 146, 147, 149, 151, 153, 161, 163, 164, 166, 169, 170, 174, 175, 181, 184, 185, 187, 188, 190, 191, 195, 209, 218], "comment": [54, 74, 111, 115, 130, 145, 149, 150, 159, 178, 193, 195, 203, 215], "commerci": [10, 12], "commit": [98, 199, 207], "common": [74, 106, 132, 133, 149, 166, 170, 178, 182, 183, 185, 186, 196, 199], "commonli": 62, "commonmark": [153, 185], "commun": [10, 62, 67, 77, 123, 146, 155, 158, 166, 185, 186, 194, 199, 203], "compani": [12, 207, 215, 216], "companion": 150, "compar": [12, 64, 67, 104, 156, 181, 199, 215], "comparison": 108, "compat": [91, 117, 152, 153, 173, 181, 184, 185, 186, 187, 188, 218], "compens": 216, "compet": 132, "competit": [67, 209, 216], "competitor": [207, 215], "compil": [38, 55, 64, 67, 68, 86, 94, 101, 102, 111, 119, 136, 149, 150, 151, 155, 170, 184, 185, 186, 187, 188, 189], "complement": [12, 67], "complet": [12, 19, 20, 21, 24, 31, 32, 67, 90, 91, 102, 103, 124, 132, 133, 149, 153, 156, 170, 178, 179, 181, 194, 195, 198, 199, 200, 207, 209, 212, 213, 214, 216], "complex": [84, 188], "complexupset": 188, "complianc": 76, "compliant": 64, "complic": [64, 140, 215, 216], "compon": [9, 181, 188], "compos": [62, 121, 149], "composit": [185, 186], "compositor": 85, "comprehens": 185, "compress": [138, 164, 185], "comput": [3, 7, 10, 12, 51, 64, 68, 76, 77, 82, 83, 88, 90, 98, 99, 100, 102, 103, 104, 115, 116, 119, 120, 129, 130, 132, 134, 138, 139, 140, 147, 149, 157, 163, 164, 170, 175, 177, 178, 181, 185, 186, 187, 189, 195, 198, 203, 207, 209, 214, 215, 216, 218], "computation": [64, 67], "con": [105, 181], "concaten": 175, "conceiv": 199, "concept": [13, 31, 64, 157, 162, 218], "concern": [24, 64, 83, 149, 178], "concurr": [3, 152], "conda": [103, 185], "condit": 185, "conduct": 195, "conf": 123, "config": [88, 111, 115, 134, 147, 170, 184], "configur": [1, 2, 3, 4, 7, 12, 64, 67, 70, 74, 84, 88, 99, 101, 106, 109, 115, 135, 140, 150, 151, 152, 153, 155, 157, 159, 162, 165, 173, 177, 185, 192, 193, 194, 197, 198, 199, 201, 202, 203, 209, 210, 215, 216, 218], "confirm": [4, 13, 14, 31, 56, 67, 79, 84, 99, 104, 107, 124, 134, 149, 170, 181, 197, 198, 199, 212, 218], "conflict": [102, 155, 181], "confus": [65, 111, 166, 173, 218], "congratul": [88, 119], "conjoint": 185, "conn": 123, "connect": [3, 7, 13, 31, 37, 60, 62, 64, 67, 68, 70, 76, 77, 82, 83, 89, 93, 98, 136, 138, 139, 142, 157, 163, 170, 210, 215, 218], "connection_fil": 87, "consectetur": 153, "consequ": [215, 216], "conserv": [4, 88], "consid": [12, 64, 67, 82, 84, 89, 102, 107, 115, 133, 178, 195, 198, 200, 215, 216], "consider": [158, 177], "consist": [49, 77, 84, 138, 164, 170, 193, 198, 199, 218], "consol": [13, 31, 83, 87, 102, 185, 186], "consolid": [161, 186], "constant": 84, "constrain": 186, "constraint": 186, "construct": [132, 185], "consult": [6, 98, 129, 186, 203], "consum": [132, 175, 199], "cont": 189, "contact": [3, 13, 31, 56, 61, 64, 67, 84, 116, 140, 155, 163, 170, 181, 202, 215], "contain": [2, 5, 12, 13, 20, 31, 32, 36, 39, 41, 50, 67, 71, 72, 86, 103, 104, 113, 114, 123, 133, 146, 151, 155, 159, 162, 164, 166, 167, 168, 169, 180, 181, 182, 183, 185, 186, 191, 193, 194, 196, 198, 199, 203], "content": [7, 13, 24, 30, 31, 32, 37, 38, 40, 41, 47, 50, 51, 52, 53, 55, 56, 58, 62, 68, 74, 76, 77, 80, 81, 84, 89, 90, 98, 109, 123, 126, 130, 133, 140, 153, 158, 159, 162, 164, 166, 170, 173, 174, 178, 180, 181, 182, 185, 186, 195, 199, 203, 204, 210], "contentwindow": [13, 31], "context": [10, 153, 175, 204], "contextili": 185, "contextu": 114, "contigu": 146, "contin": 64, "continu": [3, 10, 12, 67, 76, 77, 94, 111, 124, 163, 171, 175, 177, 185, 189, 199, 203, 209], "contrari": 175, "contrast": 133, "contrib": [105, 185], "contribut": [77, 80, 81, 90, 105, 162, 180, 204, 210], "control": [10, 12, 67, 91, 101, 102, 111, 133, 141, 146, 147, 149, 150, 151, 155, 162, 163, 175, 178, 181, 184, 185, 186, 188, 191, 194, 199, 204, 207, 210, 216, 218], "convei": 181, "conveni": [12, 64, 67, 87, 95, 96, 129, 131, 138, 153, 159, 197, 199, 200], "convent": 164, "converg": 100, "convers": [10, 174, 188], "convert": [55, 77, 94, 101, 128, 175, 181, 184, 185, 195, 203, 215], "convex": 185, "cooki": [76, 80, 114], "cookiecutt": 185, "cool": 67, "coolest": 185, "coordin": [149, 179, 187, 214], "copi": [7, 10, 12, 18, 19, 20, 21, 51, 64, 67, 74, 77, 82, 84, 87, 98, 99, 102, 107, 124, 130, 133, 134, 137, 138, 145, 146, 147, 153, 158, 160, 164, 167, 169, 170, 174, 175, 178, 185, 186, 193, 194, 195, 196, 197, 198, 204, 218], "copy_path": 19, "copy_path_between_project": [13, 20, 31], "copy_path_between_projects_respons": [13, 31], "copy_path_delet": [31, 185], "copy_path_id": [13, 18, 19, 20, 31], "copy_path_statu": [13, 18, 31, 185], "copy_path_status_respons": [13, 31], "copy_public_path_between_project": 31, "copyright": [103, 104, 178], "core": [28, 40, 67, 77, 88, 115, 120, 129, 146, 181, 185, 197, 200, 201, 215], "corner": [84, 146, 196, 198], "coronaviru": 186, "coroutin": 186, "correct": [74, 83, 103, 114, 149, 150, 192, 194, 198, 203], "correctli": [88, 149, 178, 185, 198, 200, 203, 215], "correspond": [7, 9, 53, 54, 73, 77, 80, 85, 90, 115, 145, 150, 151, 153, 170, 173, 185, 191, 193, 194, 198, 199, 203, 212, 218], "cost": [10, 53, 64, 177, 207, 212, 216], "cost_per_hour": 53, "costli": 199, "could": [3, 7, 18, 21, 56, 84, 94, 98, 103, 106, 111, 115, 133, 147, 149, 150, 153, 163, 166, 170, 175, 184, 192, 199, 204, 218], "couldn": 115, "count": [60, 89, 131, 133, 134, 171, 179, 200, 214], "countdown": 205, "counter": [5, 154, 171, 205], "countri": 6, "coupl": [60, 109, 111, 155, 167, 170, 178, 181, 184, 185, 186, 198], "cours": [2, 3, 6, 12, 24, 56, 62, 67, 68, 103, 107, 110, 111, 115, 120, 133, 137, 140, 152, 155, 170, 173, 179, 181, 182, 183, 184, 185, 186, 191, 195, 196, 197, 201, 202, 203, 212, 215, 216], "course_id": 115, "coursework": 198, "cov": 185, "cover": [6, 10, 61, 64, 163, 167, 200, 203, 212], "coverag": 185, "covid": 186, "cow": [77, 80], "cowsai": 80, "cp": [80, 87], "cpp": 86, "cpu": [4, 12, 40, 56, 67, 84, 90, 101, 107, 129, 161, 166, 187, 200, 201, 210], "cpu_shar": [28, 40], "craft": 48, "cran": [103, 104, 149, 185, 186], "crash": [12, 76, 107, 111, 136, 142, 163, 209, 218], "creat": [0, 3, 4, 6, 7, 8, 10, 13, 18, 22, 23, 24, 29, 31, 32, 35, 37, 50, 52, 54, 55, 56, 64, 68, 71, 74, 77, 78, 81, 82, 83, 86, 88, 92, 98, 99, 100, 102, 103, 104, 106, 111, 112, 113, 115, 117, 119, 121, 123, 125, 126, 127, 130, 131, 134, 137, 138, 140, 141, 145, 146, 147, 150, 151, 153, 156, 158, 159, 160, 162, 163, 164, 166, 168, 169, 170, 171, 173, 175, 177, 178, 179, 181, 184, 185, 186, 188, 189, 195, 196, 198, 199, 201, 202, 203, 214, 215, 216, 218], "create_account": [13, 31], "create_project": 31, "create_support_ticket": 31, "created_at": 29, "createdb": 123, "creation": [22, 77, 160, 187, 199, 215], "credenti": [59, 76, 77], "credit": [3, 6, 56, 67, 77, 80, 81, 103, 104, 152, 177, 198, 200], "criterion": 67, "crontab": 166, "cross": 187, "croucher": 193, "css": [84, 126, 175], "csv": [68, 74, 115, 134, 184, 186, 193, 217], "ctan": 149, "ctl": 163, "ctrl": [74, 87, 88, 91, 104, 113, 151, 170, 194, 199, 203], "cu": 67, "cuda": 67, "cufflink": 199, "cumsum": 218, "cur": 123, "curat": 180, "curio": [185, 186], "curiou": 99, "curl": [14, 16, 17, 18, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34, 35, 37, 38, 39, 40, 41, 42, 44, 47, 48, 49, 50, 51, 52, 55, 56, 57, 58, 79, 87, 138, 184], "current": [2, 3, 5, 6, 13, 16, 31, 47, 56, 63, 67, 83, 84, 87, 90, 91, 99, 106, 107, 111, 112, 133, 146, 147, 149, 150, 157, 159, 161, 162, 164, 167, 175, 178, 179, 185, 186, 187, 193, 201, 203, 209, 210, 214, 216, 218], "cursor": [2, 12, 123, 129, 145, 150, 152, 153, 179, 191, 214], "curv": [81, 187], "custom": [0, 2, 6, 12, 31, 32, 55, 59, 61, 67, 80, 84, 101, 106, 109, 135, 140, 153, 158, 162, 175, 176, 178, 185, 186, 191, 202, 209, 210, 215, 216], "customari": 153, "customiz": [12, 133, 182], "cut": [84, 181], "cutoff": 133, "cvxpy": 185, "cxx": 111, "cxxflag": 111, "cycl": [3, 4, 120], "cyipopt": 185, "cython": [185, 186], "cytoolz": 185, "d": [14, 16, 17, 18, 21, 22, 23, 24, 25, 27, 30, 33, 34, 35, 37, 38, 39, 40, 41, 42, 44, 47, 48, 49, 50, 51, 52, 55, 56, 57, 58, 67, 74, 77, 80, 84, 87, 88, 102, 104, 123, 129, 133, 166, 170, 180, 186, 199], "d0381938": 53, "d0e4": 134, "d0f1b21a9df64f": 184, "d22d521b36af": 49, "d4abd9c6c225": 49, "d4m": 185, "d518": 23, "d573": [24, 29], "d66acdeac949": 38, "d89b": 37, "da3a8eaf": [13, 31], "dai": [3, 6, 10, 12, 56, 64, 67, 103, 112, 133, 170, 185, 194, 202, 207, 212], "daili": [67, 186, 188, 209], "dark": 171, "darktabl": [184, 218], "darriba": 178, "dartmouth": 184, "dash": [101, 133, 170], "dash_01": 121, "dash_app": 121, "dash_core_compon": 121, "dash_html_compon": 121, "dashboard": [121, 134], "dask": [101, 184, 185, 186], "dat": 80, "data": [6, 13, 18, 21, 24, 39, 53, 60, 64, 67, 80, 81, 84, 88, 89, 99, 109, 111, 112, 113, 115, 120, 121, 123, 131, 134, 140, 147, 149, 153, 156, 158, 159, 167, 169, 170, 175, 184, 185, 186, 187, 188, 189, 193, 199, 203, 204, 207, 215, 218], "databas": [35, 40, 47, 55, 56, 87, 113, 170, 186, 187, 204, 218], "datafram": [81, 121, 184, 185, 186], "datahub": 185, "datapackag": 185, "dataread": [184, 185], "dataset": [81, 170, 184], "dataset_nam": 77, "datashad": [81, 185], "date": [3, 5, 6, 18, 59, 70, 80, 83, 152, 155, 166, 178, 181, 192, 193, 194, 195, 198, 200, 212], "datetim": 166, "datri": 185, "db": [31, 32, 40, 88, 218], "db_assign": 115, "db_student": 115, "dbname": 123, "dbpath": 113, "dbu": 185, "dc8c62659886": 51, "dcc": 121, "dd": [81, 146], "dda9": 39, "ddf": 81, "de": 133, "deactiv": 103, "dead": 218, "deadlin": 198, "deae": 24, "deal": [67, 107, 111, 132, 185, 215, 216], "dealt": 215, "deap": 185, "deb": 67, "debug": [26, 68, 121, 128, 133, 136, 162, 213], "debug1": 163, "decid": [84, 157, 215], "decis": [91, 216], "declar": 77, "declaredesign": 186, "decod": 166, "decor": 185, "decreas": [12, 64, 178], "dedic": [67, 74, 140, 152, 170, 185, 207, 212, 215], "deduct": 67, "deep": [77, 126, 187], "def": [81, 166, 175, 186], "default": [3, 4, 16, 17, 18, 20, 21, 23, 38, 40, 49, 55, 64, 67, 68, 69, 74, 80, 91, 99, 102, 103, 106, 111, 115, 131, 135, 139, 144, 146, 147, 149, 150, 151, 153, 155, 158, 162, 164, 170, 175, 182, 184, 185, 186, 187, 188, 189, 190, 191, 196, 199, 200, 203, 209, 210, 214, 218], "default_mod": [97, 127, 133], "defin": [47, 88, 91, 95, 103, 104, 115, 131, 133, 153, 155, 170, 174, 180, 181, 185, 186], "definit": [31, 32, 40, 84, 102, 111, 132, 133, 150, 153, 181], "defunct": 129, "del": [116, 185], "delai": [29, 181], "delet": [4, 18, 19, 21, 25, 62, 64, 68, 84, 89, 116, 132, 136, 146, 147, 151, 162, 164, 166, 169, 179, 195, 198, 203, 204, 205, 210], "delete_account": 31, "delete_miss": [13, 18, 21, 31], "delimit": [34, 115], "deliv": 103, "deliveri": 84, "demo": [13, 31, 64, 81, 101, 115, 149, 184, 185], "demonstr": [111, 149, 193], "deni": 170, "denot": 6, "dep": [150, 185], "depend": [7, 10, 12, 64, 67, 74, 102, 103, 104, 106, 109, 117, 120, 138, 139, 150, 170, 178, 185, 186, 197, 200, 201, 216], "depict": 106, "deploi": [12, 81, 186, 215], "deploy": 185, "deprec": [16, 114, 184, 185, 186, 189], "deprovis": [64, 67], "depth": [62, 68, 204], "deriv": [64, 77, 187, 199], "desc": [40, 56, 191], "describ": [7, 10, 77, 102, 103, 104, 133, 138, 145, 149, 170, 191, 193, 199, 201, 209], "descript": [3, 5, 10, 23, 29, 53, 56, 62, 77, 146, 149, 153, 162, 168, 169, 173, 178, 180, 182, 183, 194, 200, 210, 212, 218], "deselect": 170, "design": [12, 93, 133, 153, 176, 186, 218], "designlibrari": 186, "desir": [67, 80, 87, 94, 107, 157, 164, 192, 193, 199, 212], "desktop": [0, 68, 91, 116, 170, 177, 184, 185, 186, 187, 210, 213, 217], "desolve_tides_mpfr": 185, "despit": [188, 209], "dest": [18, 21, 199], "destin": [18, 21, 50, 84, 137, 164, 199], "destruct": [18, 21], "detail": [4, 6, 13, 29, 31, 56, 61, 64, 67, 87, 88, 90, 102, 105, 120, 133, 140, 144, 147, 149, 152, 156, 159, 161, 163, 170, 171, 173, 175, 192, 198, 199, 200, 202, 207], "detect": [83, 107, 132, 149, 185, 186], "determin": [14, 146, 179, 191, 212, 214], "detour": 99, "dev": [22, 67, 133, 149, 184, 186], "develop": [26, 54, 64, 67, 101, 139, 140, 145, 153, 154, 155, 162, 175, 181, 184, 185, 186, 188, 207, 209, 215, 216, 218], "devic": [84, 131, 138, 179, 214], "devot": 84, "df": [81, 121, 134], "dfb4007a8e7f": 30, "dia": 218, "diagnost": 84, "diagon": 186, "diagram": 218, "dialog": [3, 59, 67, 74, 84, 87, 99, 106, 122, 124, 125, 149, 164, 167, 170, 198, 200, 201], "dialogu": 170, "dict": [24, 77, 81, 115], "dictionari": [74, 90], "did": [13, 20, 31, 82, 98, 125, 132, 175, 181, 209, 218], "didn": [80, 185], "diff": [195, 198, 218], "diffeqflux": 185, "differ": [1, 2, 6, 10, 12, 38, 51, 61, 64, 67, 70, 76, 83, 84, 98, 106, 112, 115, 132, 140, 144, 149, 151, 152, 153, 157, 164, 170, 175, 178, 179, 181, 189, 190, 192, 194, 198, 200, 201, 203, 204, 209, 212, 214, 215], "differenti": [175, 184, 189], "differentialequ": 185, "difficult": 107, "digit": [62, 133, 134, 168, 199], "dill": 185, "dim": 100, "dimens": 185, "dimension": [185, 186, 188], "diplai": 205, "dir": [104, 111, 133, 150], "direct": [62, 64, 67, 94, 139, 145, 149, 150, 153, 155, 174, 175, 179, 196, 199, 207, 214], "directli": [10, 12, 14, 40, 56, 67, 84, 85, 90, 91, 98, 104, 107, 147, 149, 166, 178, 191, 197, 200, 209], "directori": [5, 7, 13, 18, 21, 31, 38, 39, 40, 41, 50, 54, 56, 62, 64, 67, 71, 74, 79, 85, 87, 88, 98, 100, 103, 104, 109, 113, 115, 126, 133, 135, 138, 149, 150, 160, 162, 163, 164, 166, 167, 170, 180, 185, 193, 196, 198, 199, 218], "dirnam": 170, "disabl": [3, 64, 67, 81, 84, 85, 91, 111, 123, 149, 150, 170, 173, 177, 185, 186, 203, 204, 210], "disadvantag": 215, "disappear": 194, "disc": 170, "disclosur": [153, 175], "disconnect": [26, 76, 82, 84, 171], "disconnect_from_project": 31, "discontinu": [155, 184], "discord": 76, "discount": 67, "discourag": 200, "discours": 185, "discov": [12, 155, 178, 200], "discover": 178, "discoveri": 149, "discrep": 163, "discret": 185, "discuss": [6, 12, 59, 62, 69, 73, 76, 84, 114, 122, 124, 149, 153, 154, 165, 168, 170, 174, 179, 212, 214, 216], "diseas": [182, 183], "disk": [3, 40, 56, 60, 67, 68, 82, 90, 133, 136, 138, 149, 151, 157, 161, 170, 177, 193, 204, 210, 212], "disk_quota": [28, 40, 53], "displai": [3, 4, 5, 6, 9, 59, 62, 67, 68, 69, 71, 73, 74, 81, 84, 87, 103, 106, 116, 117, 134, 137, 145, 151, 152, 153, 162, 164, 165, 168, 170, 171, 174, 175, 179, 186, 196, 197, 199, 205, 210, 212, 213, 214], "display_nam": [87, 103], "disrupt": 84, "distinct": [51, 114], "distinguish": 67, "distribut": [2, 64, 79, 88, 103, 114, 155, 170, 177, 181, 184, 185, 186, 189, 195, 196, 198, 199, 200, 201, 203, 215], "dit": 185, "div": [121, 175], "dive": 126, "diversipi": 185, "divid": [138, 203], "django": 185, "dk": 83, "dl": 67, "dmap": 81, "dmmmh": 80, "dmmmy": 80, "dny": 80, "do": [7, 10, 12, 13, 31, 32, 34, 40, 49, 50, 51, 52, 56, 59, 64, 74, 76, 80, 86, 87, 91, 92, 93, 94, 99, 102, 103, 104, 107, 110, 114, 115, 117, 120, 124, 128, 132, 133, 134, 137, 138, 139, 144, 146, 147, 150, 151, 153, 159, 160, 164, 166, 168, 170, 173, 174, 175, 177, 178, 180, 181, 185, 191, 192, 193, 195, 196, 198, 199, 203, 207, 209, 210, 212, 215], "doc": [18, 21, 78, 79, 81, 95, 103, 133, 134, 137, 153, 184, 185, 196, 218], "docker": [13, 22, 31, 67, 104, 123, 129, 162, 185, 218], "docsifi": [184, 185], "docstr": 175, "doctestplu": [185, 186], "doctyp": 126, "document": [4, 10, 12, 13, 31, 54, 55, 56, 74, 77, 80, 81, 84, 90, 94, 99, 100, 102, 103, 105, 115, 129, 130, 132, 134, 140, 145, 146, 147, 148, 150, 151, 153, 156, 162, 167, 169, 170, 179, 180, 181, 182, 183, 184, 185, 197, 198, 199, 204, 210, 218], "documentclass": [55, 149], "docx": 218, "doe": [3, 10, 12, 18, 30, 39, 49, 58, 60, 67, 70, 76, 77, 82, 89, 103, 107, 111, 115, 133, 134, 139, 142, 144, 147, 153, 168, 170, 174, 175, 177, 193, 194, 195, 197, 198, 199, 200, 204, 207, 209, 215, 218], "doe00": 22, "doepi": 185, "doesn": [68, 69, 74, 84, 91, 111, 116, 133, 136, 145, 149, 157, 166, 171, 174, 175, 184, 204, 218], "dof": 100, "dollar": [94, 174, 191], "dolor": 153, "domain": [13, 31, 67, 81, 93, 121, 123, 199, 203], "don": [51, 52, 56, 62, 64, 67, 71, 76, 89, 99, 102, 103, 119, 125, 131, 133, 134, 139, 145, 149, 159, 166, 170, 171, 185, 198, 199, 214], "done": [7, 13, 31, 67, 103, 104, 111, 112, 132, 137, 146, 149, 153, 175, 178, 179, 184, 185, 191, 195, 196, 199, 203, 212, 214], "door": 203, "dot": [67, 149, 164, 174], "doubl": [62, 86, 100, 106, 146, 150, 151, 153, 175, 191, 199], "doubt": 155, "down": [59, 64, 67, 87, 88, 106, 107, 109, 112, 115, 132, 138, 161, 163, 170, 175, 178, 179, 191, 199, 212, 214, 215], "downgrad": [185, 186, 188], "download": [3, 64, 70, 80, 92, 99, 102, 103, 104, 119, 126, 133, 140, 146, 149, 151, 162, 164, 169, 170, 175, 177, 198, 199, 215], "downloaded_packag": 104, "downward": 119, "dozen": [12, 107, 179, 198, 214], "dpi": 218, "dplyr": [184, 185], "dr": [81, 185], "drag": [62, 147, 151, 179, 191, 198, 199, 203, 214], "drastic": 170, "draw": [85, 179, 185, 214, 218], "drawback": 104, "drawio": 185, "drawn": 149, "dream": 67, "drive": [60, 99, 186], "droid": 126, "drop": [62, 64, 84, 117, 147, 178, 179, 198, 214], "dropdown": [2, 7, 68, 104, 146, 150, 151, 174, 179, 197, 210, 214], "drouff": 100, "drracket": 185, "drxyzzi": 134, "ds9": 184, "dt": 18, "dta": 186, "dtype": 77, "due": [56, 64, 102, 132, 142, 149, 155, 163, 178, 185, 188, 193, 194, 195, 198, 209, 215, 218], "due_dat": 199, "dull": 204, "dumb": 129, "dump": 133, "dunfield": 133, "duplic": [103, 133, 164, 169, 186], "durat": [6, 64, 175, 198, 202, 207], "duration_": 175, "dure": [13, 31, 76, 77, 84, 103, 149, 150, 157, 173, 179, 212], "dx": 100, "dy": 100, "dynam": [103, 131, 185, 186, 209, 218], "dynamicmap": 81, "dz": 100, "e": [3, 6, 7, 12, 13, 22, 31, 32, 51, 52, 62, 64, 67, 74, 76, 80, 84, 87, 88, 91, 95, 102, 103, 104, 107, 111, 113, 117, 120, 123, 124, 125, 131, 133, 135, 138, 139, 145, 147, 149, 153, 155, 159, 160, 164, 166, 168, 170, 173, 174, 175, 178, 179, 180, 181, 184, 185, 186, 190, 191, 192, 197, 198, 199, 200, 203, 204, 209, 212, 214, 218], "e32a26f8": 58, "e41a1c": 131, "e44c6903945": 24, "e49e86aa": [18, 21, 38, 39, 41, 50], "e6": 163, "e6993694": 47, "e7d41dcfe921": 35, "e80fd64d": [14, 33, 42], "ea2d": 24, "ea43": 24, "each": [3, 5, 6, 7, 10, 12, 13, 31, 32, 34, 54, 64, 67, 73, 74, 80, 84, 88, 90, 110, 111, 114, 123, 129, 133, 134, 138, 145, 146, 147, 149, 152, 161, 163, 166, 168, 169, 170, 171, 174, 175, 178, 179, 180, 181, 182, 183, 188, 191, 193, 194, 195, 196, 197, 198, 199, 200, 202, 203, 205, 209, 212], "earli": [64, 215], "earlier": [20, 147, 188, 189], "earliest": 18, "earth": 185, "eas": 218, "easi": [10, 64, 66, 84, 151, 153, 159, 168, 170, 174, 178, 179, 182, 183, 185, 189, 212, 214, 218], "easier": [67, 86, 170, 179, 185, 193, 199, 214, 215], "easiest": [98, 111], "easili": [3, 9, 12, 56, 64, 67, 87, 113, 123, 124, 140, 144, 151, 152, 175, 178, 185, 192, 199, 200, 203, 212, 214, 215], "east1": [67, 170], "ec822d6f": 40, "echo": [7, 38, 55, 58, 80, 81, 84, 87, 109, 123, 134, 137, 149, 199, 213], "econometr": 185, "ed25519": 170, "edg": 181, "edit": [0, 5, 6, 12, 60, 62, 67, 68, 69, 70, 74, 76, 86, 87, 89, 90, 91, 92, 94, 107, 119, 127, 131, 140, 144, 146, 147, 149, 150, 151, 164, 170, 177, 178, 182, 183, 185, 186, 188, 189, 193, 195, 197, 198, 199, 200, 203, 204, 209, 210, 213, 217, 218], "editor": [0, 10, 13, 31, 67, 68, 76, 78, 86, 88, 91, 92, 94, 95, 99, 100, 103, 111, 119, 126, 131, 133, 140, 144, 145, 149, 151, 153, 159, 169, 170, 174, 181, 184, 185, 191, 198, 199, 204, 210, 213, 217, 218], "editor_set": 40, "edu": [192, 199], "educ": [88, 152, 182, 183, 198], "edward": 184, "edward2": 184, "ee": 163, "eed3": 49, "effect": [67, 150, 151, 166, 170, 186, 188], "effici": [51, 64, 175, 185, 186], "effort": [10, 90, 134, 152, 157, 216], "ehanc": 145, "ehrhart_seri": 185, "eigensolv": 185, "either": [2, 7, 40, 62, 64, 67, 74, 76, 78, 80, 83, 84, 85, 86, 94, 103, 123, 127, 131, 133, 138, 144, 146, 147, 149, 151, 152, 153, 170, 178, 184, 192, 193, 203, 207], "eiusmod": 153, "elan": 155, "elbow": 111, "electr": [67, 186], "electric_char": 40, "electromagnet": 186, "electron": 188, "eleg": [185, 218], "element": [106, 131, 133, 167, 185, 187, 188, 189, 215], "elementari": 3, "elev": [52, 159], "elimin": [66, 67, 70, 132], "elit": 153, "els": [6, 12, 111, 123, 132, 139, 146, 147, 163, 207, 212, 215, 216, 218], "elsewher": 175, "emac": [70, 92, 218], "email": [3, 4, 6, 8, 14, 16, 22, 24, 27, 33, 34, 42, 44, 49, 54, 58, 61, 62, 67, 76, 83, 84, 112, 114, 125, 133, 134, 153, 170, 185, 192, 193, 195, 196, 198, 212, 218], "email_address": [22, 24, 27, 49, 51, 52, 56, 58], "email_already_taken": 16, "emb": [13, 31, 59, 149, 174], "embed": [32, 70, 144, 149, 151, 158, 175, 178, 213, 218], "embree3": 185, "emce": 185, "emoticon": 62, "employ": 84, "empow": 140, "empti": [64, 103, 134, 145, 153, 170, 179, 195, 212, 214, 218], "emptibl": 175, "empyr": 186, "en": [74, 153, 184, 185], "enabl": [3, 4, 53, 56, 59, 74, 77, 87, 88, 91, 93, 98, 99, 100, 105, 109, 115, 129, 133, 138, 144, 145, 146, 150, 153, 159, 170, 177, 179, 185, 198, 199, 204, 210, 214, 218], "enclos": [62, 86, 153, 179, 214], "encount": 175, "encourag": 216, "encrypt": [60, 67, 84, 93, 139], "end": [0, 3, 13, 31, 32, 55, 64, 67, 68, 74, 79, 80, 82, 84, 86, 94, 95, 97, 98, 103, 104, 115, 127, 131, 132, 133, 135, 136, 146, 149, 150, 151, 153, 170, 175, 179, 186, 195, 199, 200, 202, 203, 204, 212, 214, 218], "end_fil": 137, "end_solution_delimet": 115, "endpoint": [13, 14, 18, 32, 53, 55, 56, 57, 58, 90, 121, 166, 185, 210], "endpoint_url": 77, "engag": 146, "engin": [149, 150, 151, 178, 185, 218], "england": [182, 183], "english": [74, 149, 186], "enh": [184, 185], "enhanc": [62, 66, 103, 124, 143, 144, 170, 185, 216], "enjoi": [67, 185, 216], "enorm": 56, "enough": [3, 64, 67, 109, 147, 170, 175, 178, 193, 207], "enrich": 188, "enrol": [194, 199, 200], "ensur": [93, 133, 178, 192, 194, 195, 198, 199], "enter": [3, 4, 5, 6, 7, 10, 71, 74, 76, 83, 99, 124, 127, 132, 133, 134, 137, 147, 149, 151, 152, 153, 159, 164, 168, 169, 170, 174, 175, 178, 179, 191, 193, 194, 195, 198, 199, 203, 205, 212, 213], "enteract": 137, "enterpris": 215, "entertain": 80, "entir": [3, 12, 26, 40, 64, 74, 84, 91, 111, 114, 125, 170, 179, 188, 193, 198, 199, 204, 214], "entri": [4, 10, 19, 62, 79, 90, 111, 133, 137, 145, 162, 166, 167, 174, 178, 184, 185, 193, 199, 204, 210], "env": [103, 129, 131, 133, 166, 184], "envelop": 171, "environ": [0, 12, 59, 67, 87, 91, 101, 104, 106, 109, 121, 129, 134, 137, 140, 146, 149, 150, 151, 155, 158, 162, 166, 175, 178, 180, 182, 184, 185, 186, 187, 189, 190, 197, 198, 199, 209, 210, 213, 215, 218], "envoron": 170, "eon": 186, "ep": 149, "ephemer": 67, "epidem": 186, "episod": 84, "epoch": [191, 199], "equal": [34, 59, 150, 178, 199], "equat": [105, 149, 151, 175, 189], "equival": [105, 115, 149, 170], "era": 186, "erocarrera": 185, "err": 166, "err_on_exit": 38, "errat": 84, "erron": 187, "error": [10, 13, 16, 18, 20, 21, 22, 27, 31, 35, 38, 39, 41, 44, 56, 64, 67, 92, 94, 100, 102, 104, 114, 115, 130, 133, 140, 145, 147, 149, 150, 151, 166, 170, 177, 184, 197, 200, 218], "esc": [91, 179, 203], "escap": [67, 185], "escienc": 81, "esda": 185, "esp": 91, "especi": [64, 67, 111, 147, 181, 184, 215, 218], "esr": 184, "essenc": 105, "essenti": [3, 31, 32, 64, 67, 94, 130, 149, 161, 215, 216], "establish": 62, "estim": [67, 177, 184, 185, 186], "et": 153, "etc": [3, 12, 13, 31, 38, 62, 67, 70, 74, 86, 87, 88, 90, 91, 107, 111, 114, 115, 123, 125, 127, 129, 132, 133, 145, 146, 147, 149, 162, 166, 169, 170, 174, 175, 179, 181, 184, 185, 186, 188, 191, 197, 199, 201, 203, 212, 214, 218], "ev": 166, "eval": 87, "evalu": [83, 90, 127, 131, 133, 146, 149, 153, 166, 175, 197, 198, 203, 207, 212], "evcd": 185, "even": [10, 12, 51, 64, 67, 74, 84, 94, 104, 111, 114, 130, 133, 145, 146, 150, 153, 170, 173, 174, 176, 178, 203, 204, 207, 209, 215, 218], "event": [13, 14, 16, 17, 18, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34, 35, 37, 38, 39, 40, 41, 42, 44, 47, 48, 49, 111, 133, 169, 218], "eventu": [14, 170], "ever": [10, 124], "everi": [3, 45, 54, 60, 64, 80, 84, 86, 91, 111, 112, 125, 166, 171, 179, 187, 196, 198, 199, 212, 214], "everybodi": [124, 196], "everyon": [102, 103, 104, 146, 170, 195], "everyth": [2, 12, 64, 67, 104, 107, 114, 125, 131, 132, 134, 139, 151, 153, 170, 178, 181, 191, 193, 195, 198, 199, 201, 203, 218], "evolut": [186, 204], "evolutionari": 185, "evolv": 186, "ex": [79, 153], "ex1": 153, "exact": [3, 10, 12, 64, 100, 114, 138, 139, 153, 170, 181, 186, 199, 200, 201, 212], "exactli": [10, 34, 59, 129, 132, 133, 142, 146, 149, 175, 178, 181, 193, 194, 195, 200, 201, 204], "exam": 173, "exampl": [4, 7, 10, 14, 15, 16, 17, 18, 21, 22, 23, 24, 25, 27, 28, 29, 30, 32, 33, 34, 35, 37, 38, 39, 41, 42, 43, 44, 47, 49, 50, 52, 56, 58, 59, 62, 64, 74, 76, 77, 78, 81, 84, 86, 87, 90, 93, 94, 95, 99, 100, 101, 102, 103, 104, 105, 107, 108, 109, 111, 112, 114, 115, 116, 121, 130, 131, 133, 137, 139, 146, 149, 151, 152, 153, 157, 158, 159, 160, 167, 170, 174, 175, 177, 178, 179, 180, 181, 184, 185, 186, 187, 188, 189, 192, 193, 194, 197, 199, 201, 203, 204, 207, 214, 216, 218], "exce": [111, 147, 170], "excel": [175, 188], "except": [67, 76, 91, 110, 153, 163, 170, 175, 178, 185, 198, 199, 203, 207, 209, 212], "excess": [28, 64, 149], "exchang": [115, 212], "exclud": [5, 18, 21, 62, 164, 179, 214], "exclude_histori": [18, 21], "exclus": [93, 170, 192], "exec": [166, 203], "execut": [4, 31, 32, 38, 67, 78, 91, 100, 103, 123, 127, 133, 134, 145, 153, 170, 175, 179, 181, 187, 188, 189, 193, 198, 203, 209, 214, 218], "execute_cod": 175, "exercis": [181, 193, 197], "exhaust": 152, "exhibit": 142, "exist": [10, 18, 25, 27, 50, 67, 100, 102, 104, 106, 133, 134, 138, 149, 151, 171, 178, 181, 184, 185, 189, 197, 199, 200, 204, 207, 218], "exit": [38, 88, 102, 104, 170, 179, 203], "exit_cod": 38, "exo": 134, "exoplanet": 134, "exp": [80, 184], "expand": [3, 24, 54, 87, 106, 151, 152, 153, 168, 186, 199, 215], "expandus": [88, 103, 115], "expect": [51, 64, 67, 111, 132, 146, 171, 173, 178, 199, 209], "expect_equ": 115, "expens": [10, 64, 67, 200], "experi": [10, 12, 23, 67, 84, 140, 155, 159, 187, 193, 197, 198, 207, 216], "experienc": [84, 133, 175], "experiment": [67, 134, 184, 185], "expert": 185, "expertis": [12, 67, 102, 216], "expir": [3, 59, 124, 152, 177, 179, 192, 205, 207, 214], "explain": [0, 10, 13, 31, 32, 51, 52, 56, 67, 68, 74, 87, 91, 100, 101, 102, 103, 105, 115, 119, 126, 131, 133, 138, 149, 152, 163, 170, 182, 183, 193, 194, 197], "explan": [5, 54, 103, 136, 152, 170, 175, 218], "explanatori": [4, 146, 180, 197, 199], "explicit": [35, 155, 184, 185], "explicitli": [10, 51, 67, 84, 86, 98, 103, 106, 107, 125, 150, 157, 166, 170, 181, 184, 185, 193, 194, 198, 199, 204, 218], "explor": [9, 60, 67, 68, 72, 95, 149, 159, 167, 178, 185, 206, 210, 218], "exploratori": 186, "export": [85, 87, 101, 102, 123, 158, 179, 184, 185, 186, 187, 195, 203, 214], "expos": [67, 139, 153, 184], "express": [51, 62, 74, 83, 121, 197], "ext": [87, 133, 149, 184, 185, 186, 187], "ext4": 91, "extend": [12, 149, 153, 181, 185, 215], "extens": [66, 70, 74, 76, 81, 87, 95, 101, 103, 115, 119, 125, 142, 144, 145, 147, 149, 153, 159, 170, 175, 179, 181, 185, 186, 187, 191, 196, 197, 199, 205, 215], "extern": [31, 32, 67, 84, 99, 101, 103, 133, 138, 156, 191, 218], "extra": [61, 67, 80, 89, 133, 138, 140, 170, 185, 192, 193, 198, 201], "extra_button_bar": 40, "extract": [119, 149, 175, 187], "extran": 199, "extrem": [10, 64, 67, 84, 133, 150, 171, 198], "ey": [64, 77, 88, 164, 179, 203, 214], "f": [7, 38, 53, 74, 80, 87, 121, 149, 150, 166, 170, 179, 191, 214], "f00c": 40, "f1": [95, 163], "f214": 30, "f2py": 95, "f5": 129, "f5a9": 40, "f781bf": 131, "f87129fd409e": 40, "f9": 129, "f90": 95, "f95": 95, "f9fe": 40, "fa4fc1e3be57": [24, 29], "fa8581c2d584": 40, "face": 174, "facebook": [4, 40, 47, 76, 112, 192], "facilit": [178, 186, 199, 207, 215], "fact": [64, 114, 153, 209, 212], "factor": [67, 120, 138, 153], "fail": [16, 20, 22, 31, 32, 56, 94, 107, 117, 132, 151, 153, 155, 170, 178, 181], "failur": [18, 31, 32, 64, 111], "fair": 198, "fairli": [181, 199], "fake": 199, "fall": [207, 216], "fals": [13, 16, 18, 20, 21, 23, 27, 31, 38, 40, 44, 47, 49, 56, 81, 87, 90, 104, 111, 131, 173, 175], "famili": [126, 174, 203], "familiar": [12, 140], "famou": [94, 181, 215, 218], "fan": 199, "faq": [6, 68, 133, 148, 158, 162, 195, 208, 209, 210], "far": [83, 107, 125, 145, 171, 199], "fashion": 77, "fast": [64, 67, 77, 120, 185, 186, 187], "fasta": 109, "fastdtw": 185, "faster": [67, 74, 103], "fastest": [77, 186], "fatal": 92, "fault": [107, 125], "favor": 201, "favour": 207, "favourit": [12, 84], "fbprophet": 186, "fc8a484980d9": 35, "fd": 189, "fd63": 29, "fd7e": [14, 33, 42], "fd9b025b": 49, "fe": 189, "feasibl": [67, 178], "featur": [4, 6, 9, 11, 59, 67, 69, 70, 71, 73, 77, 81, 126, 133, 140, 144, 145, 148, 149, 152, 154, 157, 159, 162, 165, 168, 173, 174, 175, 178, 179, 185, 193, 196, 197, 198, 199, 207, 209, 210, 212, 213, 214, 215, 216], "feb": 112, "fee": [10, 64, 198, 200], "feed": 154, "feedback": [67, 140, 159, 184, 185, 186], "feel": [31, 32, 54, 67, 166, 209, 212, 215, 216], "felf64": 78, "fenic": 185, "fermion": 186, "fetch": 29, "fetchal": 123, "few": [4, 6, 10, 13, 31, 62, 64, 67, 76, 80, 84, 89, 99, 112, 117, 121, 125, 133, 138, 147, 164, 166, 168, 170, 175, 184, 188, 191, 200, 215], "fewer": [22, 67], "ff": 163, "ff51440c855f": 40, "ff7f00": 131, "ffff33": 131, "ffmpeg": 185, "fftw": 186, "fi": 149, "fictiti": 162, "field": [7, 13, 20, 29, 31, 32, 56, 90, 100, 168, 170, 185, 191, 195, 197, 212, 218], "field1": [13, 31], "field2": [13, 31], "fig": [121, 134, 149], "figur": [3, 10, 67, 80, 112, 115, 117, 121, 125, 134, 145, 147, 149, 166, 168, 198, 212], "file": [0, 3, 4, 6, 7, 8, 9, 12, 18, 21, 24, 32, 38, 39, 41, 50, 51, 54, 55, 56, 60, 62, 66, 67, 68, 69, 70, 78, 79, 81, 85, 86, 87, 88, 89, 90, 94, 95, 97, 98, 100, 101, 102, 103, 104, 107, 110, 111, 112, 113, 114, 115, 116, 117, 119, 121, 122, 123, 126, 130, 131, 132, 133, 134, 136, 137, 140, 141, 142, 144, 145, 146, 151, 152, 155, 158, 162, 166, 167, 171, 173, 174, 177, 179, 180, 184, 185, 186, 188, 192, 193, 195, 196, 197, 200, 201, 202, 205, 207, 209, 210, 213, 214, 215, 216, 218], "file1": [203, 218], "file2": 203, "file3": 203, "filenam": [7, 74, 85, 86, 103, 114, 125, 127, 133, 138, 149, 153, 160, 163, 180, 191, 193, 196, 203, 205, 218], "filepath": 77, "filesystem": [103, 164, 170, 177, 197, 199, 204], "filetyp": [62, 146], "fill": [111, 194], "filter": [5, 20, 62, 71, 125, 162, 164, 210], "final": [77, 84, 100, 103, 133, 149, 174, 186], "financ": 185, "financi": 185, "find": [2, 9, 67, 70, 74, 84, 103, 109, 111, 112, 115, 125, 132, 133, 134, 136, 149, 150, 153, 168, 170, 175, 178, 179, 185, 186, 191, 193, 196, 199, 203, 210, 214, 215, 218], "fine": [3, 67, 84, 94, 107, 130, 139, 170], "fingerprint": [162, 170], "fingerprinthash": 163, "finish": [13, 20, 31, 38, 67, 113, 123, 147, 170, 191, 193, 203, 204], "finit": [111, 189], "fire": 67, "firefox": [93, 114, 144, 184, 185, 218], "firewal": [84, 101], "first": [2, 3, 4, 6, 13, 30, 31, 38, 49, 56, 63, 64, 67, 74, 77, 78, 80, 85, 87, 94, 100, 103, 104, 105, 107, 111, 112, 116, 117, 122, 131, 133, 134, 137, 140, 141, 142, 146, 149, 150, 151, 153, 164, 168, 170, 174, 175, 179, 180, 182, 183, 184, 185, 186, 187, 191, 194, 198, 199, 200, 201, 205, 212, 214], "first_line_numb": 40, "first_nam": [22, 30, 49], "fit": [64, 186, 187, 188], "five": 153, "fix": [10, 12, 67, 84, 101, 132, 140, 175, 184, 185, 187, 203, 207, 215], "flag": [87, 103, 139, 150, 170, 199], "flaki": [178, 195], "flask": 185, "flatli": 131, "flavor": [153, 199], "flaw": 133, "flexibl": [11, 64, 67, 166, 181, 185, 201, 202, 215, 216, 218], "flexibli": 152, "flicker": 218, "flight": 171, "float": [133, 149, 191], "flow": [188, 189], "fluidpag": 131, "flux": 185, "fluxdiffeq": 185, "fly": 67, "flyout": [9, 68, 210], "fn": [179, 214], "focu": [67, 140, 155, 178, 181, 189, 195, 203, 215, 218], "focus": [70, 173, 203], "fold": [86, 127], "folder": [5, 18, 67, 72, 77, 99, 103, 119, 137, 158, 160, 164, 175, 193, 194, 195, 198], "folium": [185, 186], "follow": [3, 5, 7, 13, 18, 31, 32, 35, 40, 51, 56, 59, 62, 67, 70, 74, 76, 80, 81, 82, 83, 84, 86, 87, 90, 91, 92, 99, 102, 103, 109, 110, 111, 121, 123, 128, 129, 131, 133, 134, 135, 137, 146, 147, 149, 150, 152, 153, 168, 170, 174, 175, 178, 179, 180, 182, 183, 185, 186, 193, 194, 196, 197, 198, 199, 201, 214, 216], "font": [4, 84, 126, 149, 179, 185, 193, 214], "fontenc": 150, "fontspec": 150, "foo": [49, 133, 170, 179, 191, 193, 199, 214], "fooxyz": 49, "for_json": 18, "forc": 186, "forecast": [185, 186, 188], "foreign": 150, "forese": 155, "forev": 185, "forg": 185, "forget": [67, 74, 170], "forgot_password": 31, "forgot_password_respons": 27, "fork": [107, 133, 153, 185, 186], "form": [3, 18, 21, 31, 32, 59, 67, 77, 121, 146, 170, 173, 174, 179, 182, 193, 197, 214], "format": [22, 24, 37, 38, 58, 67, 69, 109, 134, 146, 147, 149, 153, 158, 166, 170, 174, 175, 185, 186, 193, 197, 199, 201, 207, 215], "former": 181, "formerli": [184, 185], "formula": [10, 62, 64, 94, 149, 151, 153, 179, 181, 185, 199, 218], "forth": [84, 132, 144, 146], "fortran": [101, 184], "fortranmag": 95, "fortun": 101, "forum": [59, 76, 196], "forward": [137, 149, 170, 177, 199], "forwardag": 170, "found": [7, 54, 80, 84, 130, 134, 142, 149, 175, 196], "foundat": [103, 104], "founder": [0, 64, 67, 102, 111, 215], "four": [114, 153, 168], "fourier": 184, "fout": 166, "fr": 184, "frac": [62, 149, 151, 153], "fractal": 186, "fractint": 186, "fraction": [3, 10, 64, 174], "fragment": [145, 153], "frame": [0, 10, 68, 76, 78, 86, 88, 92, 95, 99, 100, 115, 121, 126, 131, 133, 140, 145, 149, 150, 151, 153, 170, 174, 185, 204, 213, 217, 218], "framework": [121, 133, 135, 149, 185, 187, 189, 216], "fred": 123, "free": [3, 6, 10, 64, 67, 84, 98, 132, 133, 166, 175, 177, 188, 192, 193, 194, 197, 200, 209, 216], "freedom": 67, "freehand": [179, 214], "freq_hz": 175, "frequenc": [81, 175], "frequent": [64, 84, 111, 149, 155, 170], "fresh": [13, 31, 155, 170, 185], "freshli": 67, "fresnel": 185, "freud": 185, "fridai": 39, "friendli": [12, 67, 80], "from": [3, 4, 7, 8, 10, 12, 18, 21, 24, 26, 29, 34, 40, 42, 43, 46, 53, 54, 58, 59, 64, 66, 67, 70, 76, 77, 78, 79, 81, 83, 84, 87, 88, 89, 90, 91, 97, 98, 99, 100, 102, 104, 111, 112, 114, 115, 116, 117, 120, 121, 123, 124, 125, 127, 131, 132, 134, 137, 140, 144, 146, 147, 148, 149, 150, 151, 152, 153, 155, 156, 164, 165, 166, 168, 169, 170, 171, 173, 174, 175, 178, 179, 180, 182, 183, 184, 185, 186, 187, 189, 191, 194, 195, 196, 197, 198, 200, 201, 202, 204, 207, 208, 209, 212, 214, 215, 216], "from_panda": 81, "from_sequ": 88, "from_tfd": 77, "fromfil": 138, "front": [13, 31, 82, 84, 133, 179, 204, 214], "frontend": 153, "fruit": 121, "fsspec": 185, "fulfil": 181, "full": [10, 12, 13, 31, 33, 53, 67, 70, 89, 98, 130, 133, 141, 144, 150, 157, 174, 179, 191, 192, 207, 218], "fulli": [10, 12, 56, 64, 67, 103, 121, 125, 141, 142, 144, 170, 178, 191, 197, 201, 207, 215, 218], "fullscreen": [13, 31, 179, 210], "function": [12, 13, 31, 54, 70, 74, 85, 95, 100, 104, 111, 115, 131, 132, 149, 166, 170, 173, 175, 181, 182, 183, 185, 186, 188, 193, 197, 199, 207, 215], "fund": [200, 215], "fundament": [77, 162, 182, 183], "further": [6, 18, 80, 86, 88, 161, 174, 198, 203, 218], "furthermor": [103, 136], "futur": [3, 18, 19, 35, 67, 103, 152, 157, 184, 187, 189, 192, 193, 196, 216], "fv": 189, "g": [3, 6, 13, 31, 51, 62, 67, 74, 77, 80, 84, 86, 87, 88, 91, 95, 100, 103, 107, 111, 117, 120, 123, 124, 125, 131, 133, 134, 138, 139, 147, 149, 150, 153, 155, 159, 160, 164, 170, 173, 174, 175, 178, 179, 180, 184, 185, 186, 188, 190, 191, 197, 198, 199, 200, 203, 204, 209, 212, 214, 218], "g0": 111, "gadfli": 184, "gain": [12, 67, 173, 185], "galleri": 149, "game": 80, "gamma": 100, "gap": [68, 136, 180, 184, 185, 203], "gatewai": [122, 162], "gather": [153, 199], "gaussian": 188, "gb": [3, 64, 67, 109, 111, 138, 193, 209], "gbq": 185, "gc": 77, "gcc": [78, 100, 103, 133, 185, 188, 190], "gchempaint": 218, "gcp": [79, 170, 185, 215], "gcsf": 185, "gdpr": 76, "gear": [91, 153], "geckodriv": 185, "geda": 218, "gedit": 218, "gen": 185, "gene": 188, "gener": [3, 10, 12, 31, 32, 59, 64, 76, 81, 84, 88, 94, 102, 103, 104, 106, 115, 120, 131, 134, 140, 147, 148, 149, 150, 151, 155, 164, 165, 170, 175, 181, 186, 187, 195, 196, 202, 204, 209, 218], "genet": 185, "genlasso": 186, "genom": 186, "geodynam": [182, 183], "geograph": [177, 215], "geographiclib": 185, "geomview": 186, "geopanda": [184, 185, 186], "geophys": 186, "geopi": 185, "german": 218, "gerrychain": 189, "get": [3, 6, 10, 12, 13, 18, 22, 26, 30, 31, 47, 48, 55, 58, 64, 67, 68, 74, 78, 79, 80, 81, 83, 84, 86, 87, 88, 90, 92, 101, 102, 103, 109, 111, 115, 121, 122, 125, 127, 133, 134, 137, 138, 139, 140, 141, 143, 144, 145, 148, 149, 152, 153, 157, 158, 159, 166, 167, 169, 170, 171, 173, 174, 175, 178, 179, 184, 185, 193, 195, 196, 199, 200, 203, 204, 207, 210, 212, 214, 215, 216], "get_api_kei": [22, 59], "get_available_upgrad": 31, "get_config": 115, "get_support_ticket": [24, 31], "get_syncdoc_histori": 90, "get_usernam": [31, 115], "get_xticklabel": 134, "getelementbyid": [13, 31], "getenv": [104, 131], "gfortran": [95, 185], "gg": 76, "ggformula": 185, "ggfortifi": 185, "ggmap": 185, "ggplot": 185, "ggplot2": [185, 187, 188], "ggstanc": 185, "ghc": 186, "gi": 185, "giac": 184, "gigabyt": 138, "gimp": [184, 218], "gist": [149, 178], "git": [3, 12, 64, 67, 72, 80, 101, 149, 162, 172, 178, 184, 185, 195, 198, 204, 207, 213, 218], "gitg": [98, 218], "github": [4, 12, 28, 52, 54, 55, 57, 58, 70, 76, 77, 80, 98, 99, 103, 112, 122, 124, 131, 133, 145, 153, 162, 167, 170, 174, 175, 180, 184, 185, 191, 192, 198, 199, 207], "githubusercont": 99, "gitk": [98, 218], "gitlab": [98, 162, 170], "give": [2, 12, 13, 31, 51, 67, 79, 90, 95, 98, 99, 100, 103, 111, 122, 131, 140, 146, 149, 151, 159, 160, 163, 164, 166, 168, 169, 170, 175, 179, 182, 183, 184, 185, 193, 197, 203, 207, 214, 215, 216], "given": [3, 16, 17, 18, 19, 20, 22, 23, 27, 29, 34, 38, 44, 47, 49, 50, 57, 62, 67, 84, 87, 90, 94, 102, 114, 124, 129, 139, 160, 168, 170, 193, 196, 199, 204, 207, 212, 215], "glanc": 184, "glass": 203, "glasser": 100, "glib": 185, "glm": [184, 185], "global": [102, 103, 104, 105, 115, 133, 135, 155, 166, 170, 178, 184, 185, 187, 188, 199, 218], "glpk": 185, "gmail": [56, 99], "gnat": 184, "gnms0l6r": 103, "gnome": [184, 218], "gnu": [95, 100, 103, 104, 117, 135, 150, 184, 188], "gnumer": 218, "gnuplot": [117, 185], "gnutl": 185, "go": [6, 10, 12, 34, 64, 67, 68, 76, 77, 80, 81, 84, 86, 91, 94, 99, 103, 107, 110, 112, 115, 125, 126, 129, 132, 133, 138, 140, 145, 146, 147, 149, 152, 160, 163, 166, 169, 170, 171, 177, 178, 179, 185, 186, 188, 193, 196, 197, 198, 199, 201, 212, 214, 216, 218], "goal": [12, 66, 140, 215], "goe": [12, 64, 84, 131], "gone": [67, 175, 203], "good": [8, 64, 103, 107, 120, 145, 149, 157, 170, 199, 207], "googl": [4, 64, 76, 93, 101, 112, 114, 133, 142, 175, 177, 179, 184, 185, 189, 192, 196, 203, 209, 218], "googleapi": [126, 185], "got": [10, 80, 159, 185, 199], "gotten": 115, "gp": 10, "gprofiler2": 188, "gpt": 212, "gpu": [10, 12, 67, 85, 140, 189, 200, 212, 216], "gpy": 185, "gpyopt": 185, "grab": [133, 139, 154], "grade": [107, 140, 159, 173, 185, 195, 199], "gradl": 185, "grai": 4, "grant": [170, 178], "graph": [64, 121, 179, 186, 214, 218], "graphic": [0, 67, 68, 101, 111, 117, 133, 140, 149, 170, 184, 185, 186, 189, 217], "graphicx": 149, "graphql": [40, 56], "graphviz": 184, "grass": 185, "great": [12, 54, 64, 67, 193, 194, 215], "greater": [3, 38], "greatli": [130, 133, 140, 215], "green": [13, 31, 84, 151, 204], "greet": 113, "grei": 171, "grenobl": 184, "grepcidr": 186, "grid": [69, 189], "group": [3, 38, 40, 56, 64, 76, 97, 121, 140, 179, 194, 195, 204, 214], "grow": [67, 147, 168, 187, 215], "growth": [182, 183], "gruber": 153, "gschem": [184, 218], "gsd": 185, "gsl": 101, "gsl_math": 100, "gsl_mont": 100, "gsl_monte_mis": 100, "gsl_monte_plain": 100, "gsl_monte_vega": 100, "gspread": 185, "gst": 185, "gstreamer": 185, "gsuitedev": 99, "gtk": [184, 185, 218], "gtkwave": 185, "guarante": [3, 67], "guess": [67, 152, 218], "guest": 84, "gui": [145, 170, 185, 218], "guid": [31, 32, 54, 68, 74, 76, 87, 93, 119, 126, 133, 136, 140, 151, 159, 163, 168, 170, 186, 199], "gvar": 188, "gvim": 218, "gyoto": 185, "gz": 133, "h": [18, 24, 30, 37, 38, 40, 47, 51, 52, 56, 58, 64, 100, 116, 123, 129, 133, 166, 174], "h1": [41, 50, 121, 126], "h100": 67, "h13577e0_0": 185, "h14c3975_0": 185, "h14c3975_1001": 185, "h167e202_0": 185, "h1bed415_1002": 185, "h2": 126, "h2a4e5f8_1": 185, "h2ad7f00_6": 185, "h2fc8fa2_1002": 185, "h3": 126, "h37c48d4_0": 185, "h422b904_5": 185, "h470a237_1": 185, "h4ea9474_1004": 185, "h52cfd70_1": 185, "h5py": 185, "h66beb1c_1001": 185, "h714fa37_1": 185, "h80bd089_1005": 185, "h8bf5577_3": 185, "ha": [3, 5, 6, 7, 10, 12, 13, 31, 32, 33, 53, 54, 65, 67, 76, 77, 79, 80, 84, 91, 92, 93, 98, 99, 102, 103, 104, 107, 111, 114, 115, 124, 125, 129, 131, 132, 133, 137, 138, 140, 142, 144, 145, 146, 147, 149, 150, 151, 152, 153, 154, 159, 164, 169, 170, 171, 174, 175, 178, 185, 191, 192, 193, 194, 196, 197, 198, 199, 200, 201, 202, 203, 207, 212, 218], "ha0c5888_2": 185, "ha4e643d_1000": 185, "hablar": 184, "hack": [84, 153], "had": [6, 56, 67, 163, 193, 207], "had28632_1001": 185, "haiku": 10, "half": 3, "halt": [107, 111, 133, 198], "hand": [12, 54, 64, 74, 84, 133, 140, 146, 150, 170, 193, 198, 200, 218], "handi": [67, 198, 199], "handl": [84, 103, 115, 149, 184, 186, 198, 200], "handout": [140, 159, 195, 198, 203], "handout1": 193, "haplo": 186, "happen": [56, 67, 82, 84, 103, 107, 110, 111, 112, 125, 132, 133, 137, 150, 157, 170, 178, 197, 199, 204], "happi": [10, 12, 62, 94, 216], "hard": [49, 64, 138, 155, 199], "hardcod": 150, "hardwar": [12, 64, 67, 156, 207, 215, 216], "harfbuzz": 185, "harm": 159, "hash": [153, 191], "hashtag": [168, 170, 192], "haskel": [155, 186], "hasn": 197, "have": [3, 4, 5, 6, 7, 8, 10, 12, 13, 14, 18, 19, 20, 21, 31, 34, 40, 41, 48, 50, 51, 52, 56, 61, 62, 63, 64, 67, 70, 71, 74, 76, 77, 80, 83, 85, 87, 90, 93, 98, 99, 102, 103, 104, 105, 106, 107, 109, 111, 112, 113, 114, 115, 116, 119, 120, 121, 123, 124, 128, 130, 131, 132, 133, 134, 137, 138, 139, 140, 142, 144, 145, 147, 149, 150, 151, 152, 153, 155, 156, 159, 162, 163, 164, 165, 168, 169, 170, 171, 173, 175, 178, 179, 180, 181, 184, 185, 188, 191, 192, 193, 194, 195, 196, 197, 198, 200, 201, 202, 203, 204, 207, 212, 214, 215, 216, 218], "haven": 56, "hb": 185, "hb453b48_1": 185, "hd3a4fd2_1002": 185, "hdf3bae2_1001": 185, "he": 196, "he243708_1001": 185, "he372182_0": 185, "head": [5, 126, 145, 153, 174, 178, 197], "header": [31, 32, 53, 58, 59, 115, 129, 180, 185], "headerpanel": 131, "headless": [85, 184], "hear": [84, 133], "heavi": [111, 142, 149, 209], "heavili": [3, 6, 209], "hebrewfont": 149, "heed": 80, "height": [81, 149, 151, 179, 186, 214], "held": 84, "hellerbard": 184, "hello": [39, 41, 50, 55, 56, 76, 78, 86, 121, 133, 140, 151, 186, 198], "helloworld": 133, "help": [3, 7, 8, 10, 12, 31, 32, 34, 54, 56, 61, 64, 67, 77, 83, 84, 93, 103, 106, 107, 111, 112, 119, 123, 125, 129, 130, 132, 133, 140, 149, 150, 155, 161, 163, 168, 170, 185, 186, 191, 194, 195, 198, 201, 202, 204, 210, 212, 215, 218], "helper": 186, "henc": [84, 133, 135, 150, 155, 186, 188, 199], "her": [185, 196, 201], "here": [0, 1, 2, 3, 4, 6, 7, 8, 9, 13, 31, 51, 56, 59, 64, 67, 69, 74, 76, 78, 79, 80, 83, 86, 87, 88, 89, 92, 95, 100, 102, 103, 104, 105, 106, 107, 109, 110, 111, 114, 115, 117, 122, 131, 132, 133, 134, 137, 138, 144, 147, 149, 150, 152, 153, 154, 155, 157, 159, 165, 166, 168, 169, 170, 171, 174, 178, 179, 180, 185, 188, 192, 196, 197, 199, 200, 201, 203, 204, 212], "heroku": 186, "hesit": [119, 181], "heteroskedast": 185, "hex": 134, "hexadecim": 7, "hf0c64fd_1003": 185, "hf63aee3_1001": 185, "hi": [156, 170, 196, 201], "hidden": [62, 72, 149, 153, 162, 175, 185, 192, 203, 204], "hide": [9, 64, 67, 70, 111, 153, 162, 168, 171, 195, 199, 210], "hide_cod": 185, "high": [64, 84, 94, 133, 149, 181, 187, 189, 198, 216], "highchart": 185, "higher": [3, 67, 186], "highli": [84, 133, 166, 209, 216], "highlight": [7, 62, 67, 86, 127, 153, 159, 174, 184, 185, 193, 213], "highmap": 185, "highstock": 185, "hilbert": 186, "him": 185, "hint": [74, 175], "hippi": 104, "hire": 12, "hist": 149, "histogram": 149, "histor": [149, 204, 215], "histori": [18, 21, 60, 62, 87, 101, 140, 158, 169, 179, 198, 209, 214], "historymanag": 87, "hit": [74, 82, 99, 102, 104, 107, 111, 122, 127, 132, 134, 137, 147, 151, 163, 179, 194, 199, 203, 218], "hmmh": 80, "hmmlearn": 184, "hmmmd": 80, "hnh": 80, "hobbyist": 3, "hog": 84, "hold": [84, 181, 186], "holidai": [186, 188], "holo": 81, "holoview": 101, "holoviz": 81, "holt": 186, "home": [5, 7, 9, 13, 18, 31, 38, 39, 41, 50, 51, 64, 67, 68, 71, 76, 79, 87, 88, 91, 102, 103, 104, 109, 115, 123, 133, 135, 138, 139, 149, 160, 162, 166, 170, 171, 178, 179, 180, 184, 185, 203, 210, 213, 214], "homepag": 165, "homework": [193, 197, 199], "homotopycontinu": 185, "hone": 67, "hood": [64, 85, 149, 162, 174, 181, 199], "hook": [13, 31], "hoomod": 185, "hope": [64, 207], "hopefulli": [67, 199], "horizont": [74, 88, 151, 179, 203, 214], "hors": 77, "host": [12, 40, 67, 76, 81, 103, 111, 121, 123, 131, 133, 143, 156, 162, 167, 170, 175, 177, 178, 198, 201, 210, 215], "hostnam": [7, 170], "hot": 199, "hotel": 84, "hotfix": 185, "hotmail": 194, "hour": [40, 48, 62, 67, 84, 133, 147, 175, 199, 201, 215], "hover": [2, 10, 67, 145, 153, 170, 173], "how": [0, 2, 12, 21, 31, 32, 51, 54, 64, 67, 68, 70, 74, 77, 79, 80, 85, 87, 88, 100, 102, 103, 104, 106, 107, 109, 110, 111, 112, 116, 119, 121, 124, 126, 131, 132, 136, 140, 146, 147, 149, 151, 152, 153, 156, 159, 162, 170, 174, 177, 179, 180, 181, 188, 189, 190, 192, 194, 195, 200, 203, 209, 210, 212, 214], "howev": [12, 64, 67, 70, 84, 91, 114, 133, 135, 138, 151, 170, 175, 189, 194, 199, 207, 215, 216, 218], "howto": [87, 134, 144, 148, 163, 185, 199], "href": [34, 139], "html": [24, 31, 32, 33, 34, 62, 79, 84, 101, 103, 121, 134, 139, 150, 184, 185, 186, 193, 199], "html5": 175, "htop": [88, 129, 184], "http": [1, 2, 6, 7, 8, 10, 12, 13, 14, 16, 17, 18, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34, 35, 37, 38, 39, 40, 41, 42, 44, 47, 48, 49, 50, 53, 54, 55, 56, 57, 58, 59, 62, 67, 70, 76, 77, 79, 80, 81, 83, 84, 87, 88, 91, 93, 99, 103, 104, 110, 121, 123, 126, 131, 133, 134, 139, 145, 152, 153, 154, 155, 167, 170, 171, 172, 175, 178, 184, 185, 198, 199, 201, 212, 215], "httpadapt": 53, "httpbasicauth": 53, "hub": [12, 26, 31, 32, 45, 101, 166], "huge": [111, 175], "hull": 185, "human": [64, 187, 204], "hundr": [102, 103, 104, 195], "hunt": 112, "hv": 81, "hw3": 197, "hydro": 67, "hyperbol": [182, 183], "hyperlink": 153, "hyperparamet": [185, 187], "hyperstack": 177, "hyphen": [7, 168, 170], "hypothesi": 186, "i": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 13, 14, 16, 17, 18, 21, 22, 23, 24, 25, 26, 29, 31, 32, 33, 34, 35, 37, 38, 39, 40, 41, 42, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 62, 64, 66, 68, 70, 71, 72, 73, 74, 76, 78, 79, 80, 81, 82, 85, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 102, 103, 104, 105, 106, 109, 113, 114, 115, 116, 117, 119, 120, 121, 123, 124, 125, 128, 129, 130, 131, 132, 134, 135, 136, 137, 138, 139, 141, 142, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 159, 161, 162, 164, 165, 166, 167, 168, 170, 171, 173, 175, 177, 178, 179, 180, 181, 182, 183, 184, 185, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 199, 200, 201, 203, 204, 205, 209, 210, 213, 214, 215, 216], "iam": 170, "ibmq": 185, "icmp_seq": 67, "icon": [4, 9, 62, 64, 73, 82, 88, 91, 99, 106, 124, 132, 133, 138, 145, 147, 149, 152, 164, 169, 171, 174, 178, 193, 196, 198, 203, 218], "id": [7, 12, 13, 14, 15, 16, 17, 18, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 37, 38, 39, 41, 42, 43, 44, 46, 47, 48, 49, 50, 53, 54, 67, 68, 70, 77, 111, 115, 121, 134, 139, 140, 153, 170, 175, 178, 184, 185, 217, 218], "id_": 98, "id_ed25519": [7, 170], "id_rsa": 98, "idea": [79, 84, 103, 131, 170, 185], "ideal": [187, 215], "ident": [2, 80, 150, 156, 170, 199], "identifi": [7, 52, 59, 84, 106, 188, 191, 193], "identityfil": 170, "idl": [3, 4, 40, 46, 76, 111, 163, 170, 171, 175, 184, 199, 201, 207, 210, 218], "ieee": 185, "ifram": [70, 74, 126, 158], "ifs": 186, "ifsfract": 186, "igni": 185, "ignor": [16, 38, 74, 76, 84, 134], "ihaskel": 155, "ijavascript": [186, 189], "ijulia": 185, "illustr": [31, 32, 52, 73, 99, 175, 197, 199], "imag": [0, 13, 23, 31, 62, 64, 67, 77, 84, 104, 138, 145, 147, 152, 162, 174, 178, 179, 181, 182, 183, 184, 185, 186, 187, 189, 201, 210, 214, 218], "imageio": 186, "imagemagick": [184, 185], "imaginari": 186, "imbalanc": 185, "immedi": [3, 18, 59, 62, 67, 98, 124, 133, 159, 212], "immers": 140, "immun": 133, "impact": 133, "imper": 186, "implemenet": 133, "implement": [54, 56, 62, 67, 74, 105, 112, 124, 144, 145, 174, 178, 179, 185, 187, 189, 197, 199, 214, 215], "impli": [155, 181, 185], "implicit": [29, 153], "import": [13, 31, 53, 64, 67, 77, 81, 84, 88, 90, 99, 102, 103, 107, 111, 115, 116, 121, 123, 126, 133, 134, 137, 148, 149, 151, 166, 170, 175, 185, 186, 187, 194, 199, 216, 218], "impos": [67, 177, 199, 214], "imposs": [10, 64, 67, 112, 178, 189, 199, 209], "improp": 67, "improperli": 22, "improv": [12, 13, 31, 54, 70, 133, 140, 198, 207, 215], "imput": 188, "inact": [3, 4], "inadvert": [84, 133], "inbox": 194, "inch": 133, "incididunt": 153, "incl": [185, 187], "includ": [3, 5, 10, 12, 18, 24, 34, 38, 41, 49, 54, 56, 59, 64, 67, 71, 74, 84, 87, 91, 96, 100, 102, 103, 104, 115, 124, 132, 133, 134, 138, 139, 140, 145, 146, 152, 153, 162, 164, 170, 171, 175, 176, 178, 179, 180, 182, 183, 184, 185, 186, 187, 188, 193, 197, 199, 200, 201, 203, 204, 209, 212, 213, 214, 215, 216], "includegraph": 149, "incognito": [84, 114, 178, 193], "incompat": [152, 184, 185, 188], "inconsequenti": 67, "inconsist": [181, 185], "inconveni": 133, "incorrect": 115, "increas": [3, 4, 6, 12, 40, 64, 67, 138, 146, 157, 178, 200], "incred": 198, "incur": 216, "inde": [166, 216], "indent": [86, 127, 145], "indent_unit": 40, "independ": [64, 120, 194, 199], "index": [68, 76, 81, 139, 153, 184, 185], "india": 6, "indic": [6, 8, 67, 69, 84, 146, 149, 150, 159, 170, 171, 198, 201, 218], "indirectli": 84, "individu": [31, 32, 88, 90, 112, 119, 140, 149, 163, 170, 178, 185, 193, 215], "industri": [186, 199, 216], "ineffect": 152, "infecti": [182, 183], "infer": 185, "infinit": [132, 133, 166, 179, 214], "info": [24, 40, 93, 132, 153, 159, 170, 185, 189], "inform": [1, 2, 3, 5, 6, 13, 20, 28, 29, 31, 32, 40, 52, 66, 67, 70, 71, 73, 74, 83, 84, 88, 90, 98, 102, 103, 104, 107, 109, 111, 115, 124, 129, 131, 132, 133, 134, 138, 145, 146, 149, 150, 152, 153, 155, 156, 163, 165, 166, 168, 170, 175, 181, 184, 185, 194, 196, 199, 201, 204, 208, 209, 210, 213], "infrastructur": [12, 181], "ingest": 154, "inherit": 94, "init": [87, 88, 129, 166], "initdb": 123, "initi": [6, 64, 88, 121, 140, 149, 150, 151, 155, 158, 160, 162, 168, 169, 170, 175, 178, 185, 192, 199, 218], "inject": 84, "inkscap": 218, "inlin": [87, 126, 149, 151, 213], "innoc": 111, "innocu": 12, "input": [10, 62, 64, 85, 131, 133, 146, 149, 150, 151, 153, 175, 186, 197, 199, 218], "inputenc": 150, "inquiri": 202, "ins": 153, "insensit": [49, 193], "insert": [10, 62, 90, 103, 116, 123, 147, 180, 185, 197], "insid": [67, 71, 84, 87, 88, 94, 98, 99, 103, 104, 105, 113, 123, 139, 149, 153, 154, 155, 162, 164, 170, 175, 179, 181, 185, 188, 193, 196, 199, 203, 209, 214, 218], "insignific": 64, "inspect": [84, 93, 180], "inspir": [10, 67], "instal": [7, 12, 24, 66, 67, 68, 77, 87, 91, 101, 105, 109, 110, 119, 129, 130, 132, 134, 136, 137, 138, 140, 152, 155, 163, 170, 178, 179, 181, 184, 185, 186, 187, 188, 197, 198, 199, 207, 212, 214, 215, 216], "instanc": [12, 13, 31, 67, 81, 88, 104, 133, 156, 166, 170, 175, 199, 215, 216], "instantan": 175, "instanti": [106, 131, 181], "instantli": [170, 179, 214], "instead": [3, 6, 12, 18, 21, 38, 40, 41, 66, 81, 91, 94, 103, 120, 139, 147, 149, 150, 151, 157, 170, 174, 175, 178, 181, 187, 195, 199, 215, 218], "institut": [195, 199], "instruct": [67, 78, 80, 87, 91, 102, 103, 122, 133, 135, 149, 151, 159, 181, 185, 187, 192, 193, 194, 203], "instructor": [3, 67, 68, 110, 115, 130, 152, 159, 170, 173, 192, 193, 198, 199, 201, 202, 203], "instrument": 185, "int": [100, 123], "int16": 175, "integ": 88, "integr": [13, 31, 54, 63, 67, 100, 103, 119, 149, 159, 173, 181, 195, 197, 215], "intel": 186, "intel64": 186, "intellig": [182, 183, 213], "intend": [35, 61, 67, 182, 183, 194, 203], "intens": [67, 102], "intent": [22, 64, 95, 107, 154], "interact": [10, 67, 81, 87, 104, 121, 131, 144, 145, 146, 147, 150, 166, 170, 175, 179, 181, 182, 183, 185, 186, 196, 198, 203, 214, 218], "intercept": [59, 91, 203], "interconnect": 67, "interest": [6, 51, 54, 64, 67, 129, 140, 150, 167, 178, 193, 199, 215], "interf": 203, "interfac": [2, 4, 12, 31, 32, 53, 56, 67, 68, 70, 84, 138, 140, 141, 144, 145, 146, 149, 150, 151, 163, 170, 182, 183, 184, 185, 186, 187, 193, 201, 203, 207, 215, 218], "interfer": [84, 114, 193], "interior": 185, "interleav": 153, "intermedi": [3, 111, 189], "intern": [26, 67, 103, 170, 199], "internet": [3, 40, 60, 67, 77, 84, 98, 102, 103, 104, 140, 156, 163, 170, 185, 198, 199, 201, 207, 210], "interoper": 163, "interpret": [103, 153, 203], "interrupt": [67, 88, 106, 203, 209], "interv": [3, 4, 49, 149, 186, 199], "interval_": 45, "intervent": [12, 133], "intro": 153, "introduc": [54, 73, 151, 162, 182, 183, 184, 186], "introduct": [13, 31, 68, 71, 121, 126, 148, 150, 162, 167, 179, 182, 183, 185, 203], "introductori": [3, 134, 203], "introtomanifold": 178, "intuit": 185, "invalid": [77, 107], "invers": [149, 186], "investig": 186, "invis": 133, "invit": [33, 34, 101, 162, 169, 170, 195, 198, 207], "invite_collabor": 31, "invite_noncloud_collabor": 31, "invite_noncloud_collaborators_resp": 34, "invoc": [31, 32], "invoic": 210, "invoice_id": 53, "invok": [10, 31, 32, 38, 189], "involv": [67, 170, 212, 216], "io": [59, 175, 184, 185], "iop": 64, "ip": [67, 88, 123, 139], "ipad": [68, 210, 218], "ipencil": [179, 214], "ipopt": 185, "ipsum": 153, "iputil": 67, "ipykernel": [87, 103, 186], "ipyleaflet": 185, "ipynb": [4, 13, 24, 31, 51, 70, 88, 90, 92, 103, 116, 128, 144, 146, 147, 153, 160, 178, 180, 184, 185, 197, 203, 215], "ipynb2sagew": [175, 203], "ipython": [74, 87, 133, 147, 181, 185, 186], "ipython2": [103, 203], "ipython3": [103, 181, 203, 218], "ipython_kernel": 87, "ipyvolum": 185, "ipywidget": [12, 144, 185], "ir": 87, "irdisplai": 185, "iri": 131, "iridium": 84, "irkernel": 185, "irregular": 184, "isdir": 51, "ish": 22, "isn": [4, 14, 76, 110, 123, 133, 149, 175, 177, 178, 185], "iso": 37, "isochron": [184, 186], "isocpp": 86, "isol": [13, 31, 162, 195], "issu": [13, 31, 47, 61, 68, 70, 77, 80, 82, 88, 102, 105, 107, 111, 122, 124, 132, 133, 136, 140, 142, 144, 145, 149, 151, 153, 155, 163, 170, 171, 173, 175, 179, 184, 185, 186, 187, 188, 190, 199, 203, 207, 212, 214, 215, 218], "ital": 174, "item": [6, 49, 56, 154, 164, 171, 175, 179, 189, 212, 214], "iter": [120, 184], "its": [7, 12, 18, 57, 64, 67, 84, 93, 94, 99, 103, 115, 131, 133, 146, 147, 149, 152, 163, 166, 167, 169, 170, 171, 178, 181, 185, 194, 196, 197, 198, 199, 200, 207, 212, 218], "itself": [67, 130, 147, 149, 150, 154, 175, 186, 218], "itzykson": 100, "iverilog": 185, "j": [31, 32, 100, 126, 129, 155, 166, 175, 179, 184, 185, 188, 189, 191, 214], "jan": 199, "jane": [30, 58, 198], "janic": 197, "januari": 199, "jar": 114, "java": [74, 184, 203, 218], "javac": 133, "javascript": [59, 83, 84, 115, 175, 184, 185, 199], "jax": [185, 188], "jaxlib": 185, "jd": [22, 24, 49], "jdbc": 184, "jedit": 218, "jieba": 185, "jinja2": [133, 184, 185], "jit": [184, 188], "jl": 122, "joblib": [184, 185, 186], "jobqueu": 185, "joe": [52, 123], "john": [7, 30, 49, 153], "john00": 22, "join": [34, 77, 170, 185, 194, 199], "jplephem": 185, "jq": [51, 55, 56, 58], "json": [13, 24, 30, 31, 32, 37, 38, 40, 47, 51, 52, 53, 56, 58, 74, 87, 90, 99, 102, 103, 170, 191, 199], "juicef": 64, "jul": 103, "juli": [182, 183], "julia": [67, 87, 101, 140, 153, 155, 180, 181, 184, 197, 203, 215], "julia_depot": 102, "julia_depot_path": 102, "julia_project": 185, "julialang": 185, "juliaopt": 185, "jump": [54, 149, 150, 151, 175, 179, 185, 195, 214], "juno": [59, 142, 184], "jupter": 185, "jupyt": [0, 4, 12, 40, 59, 67, 68, 81, 83, 85, 88, 89, 90, 109, 115, 123, 131, 132, 136, 140, 141, 142, 153, 155, 160, 162, 174, 175, 176, 178, 180, 184, 185, 187, 188, 189, 190, 193, 195, 198, 199, 203, 204, 207, 210, 213, 215, 217, 218], "jupyter_class": 40, "jupyter_contrib_nbextens": 105, "jupyterhub": [11, 68, 144, 186], "jupyterlab": [9, 12, 89, 101, 106, 140, 147, 160, 176, 177, 186, 197, 204, 215, 218], "jupyterlab_dir": 109, "jupytext": [128, 184, 185, 186], "jurko": 185, "just": [0, 3, 7, 9, 10, 12, 13, 31, 56, 59, 62, 64, 67, 70, 74, 81, 84, 88, 90, 94, 102, 103, 107, 111, 112, 113, 117, 119, 123, 126, 132, 133, 134, 139, 145, 149, 150, 152, 155, 157, 159, 164, 168, 169, 170, 171, 175, 177, 178, 184, 193, 194, 198, 199, 200, 205, 212], "juypter": 103, "k": [7, 100, 111, 129, 131, 132, 191], "k3": 163, "kaffeesatz": 126, "kafka": 186, "kaggl": 77, "katex": 153, "kbibtex": [185, 218], "kbyte": 111, "kdim": 81, "keep": [0, 3, 46, 59, 62, 64, 67, 76, 84, 88, 114, 144, 151, 154, 173, 175, 179, 181, 184, 192, 207, 209, 212, 214, 215], "kei": [4, 9, 11, 13, 22, 28, 31, 32, 37, 39, 40, 51, 52, 53, 55, 56, 57, 58, 67, 68, 77, 84, 91, 93, 98, 104, 111, 113, 114, 129, 133, 138, 146, 152, 158, 159, 162, 171, 175, 191, 200, 201, 202, 210, 212, 218], "kepler": 186, "kept": [10, 150, 184], "kera": [184, 185], "kernel": [0, 12, 67, 68, 76, 83, 101, 102, 104, 108, 111, 116, 128, 136, 147, 153, 155, 160, 170, 178, 179, 184, 185, 187, 188, 189, 190, 197, 198, 203, 214], "kernel_nam": 87, "kernelspec": [87, 103], "kexi": 218, "keybind": 74, "keyboard": [70, 129, 145, 150, 179, 214], "keydb": 64, "keygen": [7, 98, 170], "keystrok": 91, "keyword": 180, "kgraphview": 184, "khalatyan": 81, "kick": 150, "kilcommin": 134, "kile": 218, "kill": [38, 107, 111, 129, 132, 163], "kind": [77, 79, 103, 216], "kiosk": [13, 31], "kirb": 185, "kmean": 131, "knet": 185, "knitr": [0, 184, 185], "knob": 204, "know": [10, 13, 24, 31, 64, 67, 84, 87, 100, 107, 125, 132, 134, 144, 149, 150, 155, 185, 186, 197, 198, 199, 207, 212, 215, 216], "knowledg": 84, "known": [150, 153, 155, 170, 184, 187, 199, 209, 212], "kplr": 186, "kpsewhich": 149, "krita": [184, 218], "kubernet": [12, 67, 156], "kucalc": [163, 166], "kucalc_image_nam": 166, "kwant": 185, "l": [7, 67, 80, 99, 100, 111, 123, 196, 199], "l4": 67, "l40": 67, "lab": [105, 109, 144, 185, 187], "label": [77, 84, 111, 144, 149, 188], "labextens": 109, "labor": [153, 212], "laboratori": 116, "lack": [104, 107], "lag": 188, "lambda": 156, "lame": 185, "lamin": 187, "land": 187, "lang": [74, 185], "langaug": 74, "languag": [10, 12, 68, 74, 94, 103, 106, 115, 117, 120, 140, 146, 148, 149, 150, 153, 162, 175, 180, 181, 184, 185, 186, 187, 198, 199, 215, 218], "laptop": [12, 67, 156, 215], "larg": [7, 10, 64, 67, 68, 77, 81, 82, 84, 111, 136, 140, 157, 168, 170, 174, 175, 181, 185, 215], "larger": [64, 84, 92, 138, 150, 175, 179, 190, 209, 214], "lasso": 186, "last": [4, 5, 10, 20, 30, 48, 49, 51, 64, 103, 106, 107, 120, 125, 129, 133, 146, 150, 168, 169, 175, 179, 185, 191, 194, 199, 212, 214], "last_edit": 191, "last_nam": [22, 30, 49], "latenc": [67, 84, 209], "later": [3, 6, 18, 64, 77, 120, 140, 144, 150, 152, 170, 178, 192, 194, 198, 199, 212], "latest": [70, 79, 96, 126, 137, 154, 184, 185, 186, 196], "latex": [12, 54, 62, 68, 76, 85, 94, 119, 134, 140, 155, 162, 164, 167, 172, 181, 184, 185, 191, 195, 197, 198, 203, 204, 215, 217, 218], "latexdraw": 218, "latexmk": [55, 149, 150, 151], "latexmkrc": 149, "latter": [145, 170, 199], "lattic": 186, "launch": [0, 66, 67, 71, 98, 103, 107, 134, 160, 162, 170, 185, 196, 203, 209, 218], "launcher": [106, 184, 218], "law": [6, 67], "layer": [185, 188], "layout": [121, 129, 131, 151, 165, 181, 187], "ld": 78, "ld_library_path": 186, "lead": [56, 149, 186], "leader": 196, "lean": [155, 184, 185], "leanproject": 155, "leanprov": 184, "learn": [3, 4, 10, 13, 18, 31, 32, 53, 54, 55, 57, 58, 61, 67, 76, 77, 78, 96, 99, 113, 123, 129, 133, 140, 149, 167, 168, 170, 171, 178, 179, 180, 181, 184, 185, 186, 188, 189, 194, 209, 214, 215], "least": [3, 10, 13, 31, 67, 109, 132, 133, 170, 175, 180, 188, 197, 200, 209, 212], "leav": [55, 67, 70, 94, 133, 197, 201], "left": [0, 1, 2, 9, 59, 62, 69, 74, 92, 98, 99, 117, 124, 126, 132, 133, 137, 142, 145, 146, 150, 151, 163, 169, 170, 171, 178, 179, 180, 185, 186, 191, 194, 196, 197, 198, 203, 214, 218], "legaci": [68, 145, 195, 199, 210], "len": 77, "length": [10, 14, 17, 22, 34, 41, 44, 90], "lerna": [185, 186], "less": [34, 67, 83, 89, 92, 129, 132, 152, 170, 185, 203, 209], "let": [3, 4, 12, 56, 64, 67, 74, 77, 81, 84, 88, 94, 102, 103, 107, 126, 132, 140, 144, 145, 149, 150, 153, 155, 156, 157, 159, 169, 170, 175, 178, 179, 185, 186, 190, 191, 198, 201, 203, 207, 212, 216], "letter": [62, 129, 168], "level": [3, 103, 120, 145, 170, 178, 180, 187, 189, 203, 218], "lexicograph": [179, 214], "lf": [184, 185], "lfm": 186, "lgsl": 100, "lgslcbla": 100, "lgslclba": 100, "lht": 199, "lib": [103, 104, 116, 133, 135, 184, 185, 186, 188, 189], "libcloud": 185, "libhomfli": 184, "libnetcdff": 186, "libnetcdff6": 186, "libopenbla": 184, "libpys": 185, "libqgi": 185, "librari": [13, 18, 31, 35, 67, 74, 81, 84, 100, 103, 104, 105, 107, 120, 137, 149, 153, 158, 162, 166, 169, 170, 179, 181, 182, 184, 185, 186, 187, 188, 189, 190, 198, 214, 215], "librecad": 186, "libreoffic": [92, 184, 218], "libxml2": 185, "licens": [5, 6, 12, 15, 23, 43, 51, 52, 54, 61, 68, 89, 98, 103, 104, 132, 133, 136, 162, 177, 178, 194, 195, 199, 201, 202, 208, 209, 210, 215, 216], "license_id": [15, 43], "lid": 67, "lie": [179, 214], "life": 207, "lifetim": 67, "lift": 207, "light": [62, 64, 171, 185, 204], "lightgraph": 185, "lightweight": [70, 153], "like": [6, 7, 10, 13, 24, 31, 40, 48, 51, 56, 59, 64, 67, 70, 76, 77, 81, 84, 87, 91, 92, 94, 95, 98, 100, 103, 104, 105, 107, 110, 114, 119, 121, 123, 128, 131, 134, 135, 138, 139, 146, 147, 149, 153, 155, 163, 166, 170, 175, 178, 180, 181, 182, 183, 184, 185, 186, 189, 191, 192, 193, 197, 198, 199, 202, 203, 207, 213, 215, 218], "limit": [20, 34, 38, 49, 53, 67, 70, 82, 88, 111, 116, 117, 129, 132, 138, 140, 147, 152, 164, 168, 169, 170, 177, 198, 200, 209, 210, 215, 216], "limma": 185, "line": [33, 38, 64, 67, 74, 76, 78, 79, 80, 81, 83, 84, 86, 87, 91, 92, 94, 99, 100, 103, 115, 121, 123, 128, 129, 131, 133, 137, 138, 146, 149, 150, 151, 153, 164, 170, 174, 175, 179, 180, 181, 184, 185, 186, 187, 188, 189, 190, 191, 203], "line_numb": 40, "line_wrap": 40, "linear": [185, 186, 187, 188, 189], "linearalgebra": [184, 185], "linearmodel": [185, 186], "linex": 185, "link": [4, 8, 10, 33, 47, 55, 59, 60, 62, 66, 70, 77, 78, 83, 84, 87, 92, 99, 100, 103, 109, 114, 115, 121, 126, 130, 131, 132, 133, 134, 137, 138, 139, 145, 150, 151, 157, 169, 170, 171, 174, 175, 178, 179, 180, 186, 191, 197, 198, 199, 212, 213, 214], "link2proj": [33, 34], "linkifi": 153, "linspac": 81, "linux": [0, 7, 12, 41, 50, 58, 67, 68, 71, 74, 76, 78, 79, 80, 85, 86, 87, 88, 91, 92, 95, 98, 100, 102, 103, 104, 105, 106, 109, 111, 113, 121, 123, 129, 131, 132, 133, 134, 140, 145, 147, 149, 150, 153, 160, 161, 162, 163, 164, 170, 175, 181, 184, 185, 186, 187, 188, 189, 190, 198, 199, 207, 215, 217, 218], "liquid": 186, "list": [0, 1, 2, 3, 5, 6, 8, 13, 24, 25, 30, 31, 32, 40, 49, 54, 56, 60, 62, 67, 68, 76, 87, 92, 94, 99, 103, 111, 112, 119, 124, 125, 126, 129, 130, 131, 133, 137, 138, 144, 145, 147, 149, 151, 153, 154, 158, 159, 161, 162, 169, 170, 174, 175, 178, 180, 181, 182, 183, 185, 186, 188, 192, 193, 194, 198, 199, 203, 210, 212, 217], "list_plot": 175, "listcompr": 104, "listen": [121, 123], "littl": [88, 119, 133, 149, 175, 179, 184, 186, 203], "live": [124, 133, 175, 179, 195, 199], "ll": [1, 18, 56, 59, 64, 74, 84, 86, 87, 109, 112, 119, 125, 127, 132, 133, 145, 147, 149, 174, 175, 178, 181, 185, 189, 193, 197, 198, 202, 203, 218], "llm": [12, 63, 67, 140, 195], "llvmlite": [184, 185], "lm": 100, "lmfit": 187, "lmodern": 150, "ln": [133, 170], "lo": 138, "load": [3, 13, 31, 35, 70, 77, 81, 87, 90, 92, 104, 117, 121, 132, 136, 149, 162, 168, 170, 171, 175, 199, 204, 209, 210, 216], "load_ext": 95, "load_sess": 175, "lobas": 218, "local": [3, 34, 49, 67, 82, 84, 87, 88, 102, 103, 104, 116, 119, 123, 135, 138, 149, 155, 164, 166, 170, 177, 198, 203], "local_hub": [129, 166], "localc": [92, 218], "localhost": [67, 88, 139], "localstorag": 83, "locat": [13, 24, 31, 76, 133, 149, 150, 156, 166, 177, 179, 184, 185, 186, 198, 204, 214], "lock": [6, 64, 103, 141, 153, 207, 216], "locket": 184, "lockstep": 54, "log": [9, 13, 31, 35, 39, 68, 70, 99, 111, 114, 125, 133, 134, 151, 158, 162, 164, 166, 170, 199, 210], "log_client_error": 31, "logfil": 123, "login": [16, 25, 59, 77, 139, 170, 192, 198], "logo": [1, 2, 106, 210], "loimpress": 218, "london": [182, 183], "long": [3, 21, 64, 97, 121, 125, 146, 149, 169, 170, 178, 185, 189, 198, 199, 203, 204, 218], "longer": [4, 91, 132, 185, 194, 198, 200, 215], "look": [12, 13, 31, 32, 35, 52, 67, 84, 91, 100, 103, 111, 112, 115, 119, 121, 131, 133, 134, 136, 137, 146, 149, 152, 153, 166, 170, 175, 192, 193, 196, 197, 198, 199, 201, 212, 215, 218], "loop": [77, 111, 132, 133, 166], "lorem": 153, "lose": [12, 59, 64, 67, 132, 170, 202], "loss": [113, 123], "lost": [132, 133, 170, 199, 204], "lot": [10, 12, 63, 64, 67, 111, 121, 155, 181, 184, 190], "love": [84, 133, 215, 216], "low": [64, 68, 107, 132, 136, 186, 209], "lower": [4, 6, 64, 67, 98, 117, 120, 133, 149, 170, 180, 194, 199, 209], "lowrit": 218, "lsqfit": 188, "lt": [185, 186], "ltd": [182, 183], "lualatex": 150, "luatex": [150, 181, 185], "luck": 142, "lwd": 131, "ly": 121, "lyx": 218, "lz4": 185, "m": [18, 34, 49, 66, 67, 84, 87, 91, 100, 103, 111, 115, 133, 218], "m1": 66, "m2": 189, "m_pi": 100, "mac": [74, 175, 179, 214], "macaulay2": 185, "machin": [12, 67, 84, 104, 111, 114, 149, 156, 175, 185, 186, 187, 204, 209, 215, 216], "maco": [7, 66, 70, 170], "made": [6, 31, 32, 53, 54, 56, 87, 88, 91, 112, 125, 146, 186, 189, 193, 196, 199, 204, 213], "magna": 153, "magnif": 203, "mai": [0, 3, 4, 7, 10, 12, 29, 31, 32, 34, 38, 39, 40, 47, 49, 51, 52, 54, 56, 64, 66, 67, 70, 74, 77, 83, 84, 87, 89, 90, 93, 102, 103, 104, 107, 110, 111, 112, 117, 130, 132, 133, 137, 138, 144, 145, 147, 149, 150, 151, 153, 156, 164, 168, 170, 173, 175, 178, 181, 192, 193, 194, 197, 199, 200, 203, 207, 209, 212, 215, 216, 218], "mail": [22, 76, 130, 182, 183, 185, 194], "mailto": 155, "main": [12, 13, 31, 55, 70, 71, 76, 79, 84, 105, 107, 121, 126, 133, 144, 145, 149, 176, 178, 185, 186, 189, 193, 200, 214], "mainli": 4, "mainpanel": 131, "maintain": [155, 181, 185, 187, 195, 197, 207, 215, 216], "mainten": [3, 141, 155, 186], "major": [91, 99, 133, 184, 185, 186], "make": [10, 12, 13, 14, 18, 21, 29, 31, 32, 41, 56, 59, 60, 61, 64, 67, 77, 79, 83, 86, 87, 88, 89, 91, 94, 99, 102, 103, 104, 109, 111, 112, 114, 120, 123, 124, 125, 126, 130, 133, 134, 135, 138, 139, 145, 146, 147, 149, 150, 152, 153, 155, 156, 157, 159, 163, 164, 165, 166, 168, 170, 175, 178, 179, 181, 184, 185, 186, 189, 191, 192, 193, 195, 196, 197, 198, 201, 204, 207, 209, 212, 213, 214, 215, 218], "makefil": 150, "maketitl": 151, "makevar": 111, "maladi": 84, "malici": [84, 98, 209], "man": [129, 170, 184], "manag": [12, 14, 56, 67, 68, 71, 77, 84, 101, 102, 103, 110, 111, 113, 114, 123, 151, 159, 161, 166, 167, 170, 177, 178, 179, 185, 186, 192, 194, 195, 196, 197, 198, 211, 212, 214, 215, 216, 218], "mandatori": [13, 31], "mangl": 84, "mani": [2, 12, 31, 32, 64, 67, 74, 80, 84, 88, 102, 107, 111, 112, 117, 124, 129, 132, 139, 140, 142, 146, 149, 150, 151, 155, 170, 175, 179, 180, 181, 185, 186, 188, 189, 190, 191, 198, 203, 204, 205, 209, 214, 215, 218], "manifold": 185, "manipul": [186, 187, 188], "manner": 67, "manpag": 129, "manual": [59, 76, 83, 92, 159, 170, 175, 195, 196, 199, 200, 208], "map": [13, 31, 91, 170, 185, 186, 187, 188], "mapclassifi": 188, "mar": 131, "march": 111, "margin": 179, "mark": [46, 62, 149, 153, 168, 175, 178, 179, 186, 191, 192, 193, 198, 199, 212, 214], "markdown": [0, 12, 62, 68, 94, 134, 140, 145, 146, 147, 150, 174, 175, 178, 179, 180, 185, 193, 195, 197, 217], "markdown2": 186, "markedli": 175, "markov": [185, 189], "markovchain": 186, "markup": [34, 148, 153], "mask": 164, "mass": 188, "massiv": [67, 179, 214], "master": [28, 99, 131, 133, 149, 178, 185], "match": [16, 49, 83, 103, 131, 153, 168, 170, 174, 179, 180, 203, 214, 218], "match_bracket": 40, "match_xml_tag": 40, "materi": [167, 178, 181, 198, 199], "math": [3, 80, 100, 124, 153, 179, 186, 198, 199, 201, 215, 218], "math_202": 199, "mathemat": [94, 130, 153, 167, 174, 175, 179, 181, 191, 214, 218], "mathematica": 186, "mathi": 80, "mathjax": 153, "mathlib": [155, 184, 185, 186], "mathlibtool": 186, "matlab": 117, "matplotlib": [87, 133, 134, 185, 187, 218], "matplotlib_venn": 186, "matrix": 111, "matter": [64, 67, 193], "matur": 181, "maualli": 149, "max": [20, 131, 157], "max_output": 38, "max_output_messag": 133, "max_retri": 53, "max_shap": 77, "max_stdout_s": 133, "maxi": 80, "maxim": [179, 200, 218], "maxima": 218, "maximum": [3, 20, 38, 49, 111, 177, 200, 209], "mayb": [62, 84, 112, 113, 119, 130, 149, 155, 170, 181, 184, 185, 199, 215, 218], "mb": [40, 64, 92, 111, 138, 147, 201], "md": [13, 22, 24, 31, 51, 74, 126, 130, 153, 160, 174, 175, 178, 184, 185, 193, 197, 199], "md5": [7, 163], "mdr": 185, "mdtraj": 103, "me": [3, 10, 123, 175], "mean": [13, 18, 21, 31, 64, 77, 84, 104, 106, 111, 131, 135, 138, 139, 145, 146, 149, 155, 170, 175, 178, 181, 185, 186, 198, 203, 204, 212], "meaning": [7, 170], "meant": 38, "meantim": 56, "measur": 83, "meatax": 185, "mechan": [102, 135, 149, 166, 170, 199], "medium": [56, 157], "meet": [179, 184, 214], "megabyt": 138, "meld": 218, "mem": [129, 166], "member": [24, 40, 56, 76, 133, 170, 194, 196, 198, 201, 210], "member_host": [28, 40, 53], "memeb": 196, "memit": 185, "memor": 185, "memori": [3, 28, 40, 53, 68, 76, 84, 88, 90, 109, 136, 150, 161, 163, 175, 185, 188, 197, 198, 199, 207, 209], "memory_profil": 185, "memory_request": 28, "mention": [10, 84, 103, 133, 138, 170, 171, 185, 195, 199], "menu": [2, 7, 10, 67, 68, 69, 71, 85, 87, 94, 103, 104, 106, 114, 115, 119, 144, 145, 149, 150, 151, 153, 164, 170, 174, 178, 179, 196, 197, 198, 199, 210, 214, 218], "mercantil": 185, "merg": [40, 149, 178, 199, 218], "mesa": [185, 186], "mesg": [13, 31, 34], "meshlab": 186, "mess": [133, 149], "messag": [10, 13, 15, 18, 22, 26, 30, 34, 35, 38, 40, 43, 46, 62, 67, 80, 83, 92, 93, 99, 102, 104, 107, 114, 132, 147, 158, 170, 171, 177, 196, 197, 200, 201, 212, 218], "meta": 126, "metadata": [24, 64, 115, 185, 197, 199], "method": [6, 51, 54, 76, 77, 84, 112, 134, 137, 138, 145, 157, 175, 186, 189, 192, 194, 199, 201], "metric": [31, 45], "michael": [182, 183], "microsoft": [12, 103, 204, 213, 218], "microwav": 185, "middl": [106, 126, 133, 149, 203], "might": [3, 13, 18, 20, 31, 54, 64, 66, 70, 80, 84, 87, 90, 93, 102, 103, 105, 107, 111, 114, 121, 129, 133, 139, 146, 147, 149, 151, 157, 159, 164, 166, 170, 175, 186, 196, 198, 199, 202, 203, 209, 212, 216, 218], "mike": 193, "mike_test": 193, "million": 64, "millisecond": [84, 191, 199], "min": [126, 131, 157], "mind": [67, 133, 179], "mini": [71, 138, 162, 169, 170], "minim": [66, 67, 130, 134, 191, 216, 218], "minimalist": 218, "miniterm": 185, "minor": [184, 185], "mintim": [28, 40], "minu": [62, 91, 179, 203, 214], "minut": [4, 10, 18, 29, 60, 64, 67, 83, 109, 125, 132, 133, 137, 166, 181, 186, 209], "mirror": 103, "misc": 187, "miser": 100, "misplac": 198, "miss": [18, 21, 67, 94, 112, 119, 144, 185, 195], "mission": 215, "misspel": [74, 150, 198], "mist": 184, "mistak": [67, 133], "mitig": [170, 181], "mix": [49, 67, 95, 174], "mkdir": [79, 87, 103, 113, 133, 149, 160, 199], "mkl": 186, "ml": [184, 185, 186], "mlrose": 185, "mltool": 186, "mlv": 184, "mlxtend": [185, 186], "mmmmmmddddddddddmm": 80, "mmmmmmmmmmmmmmmmmm": 80, "mmy": 80, "mnist": 77, "mobil": [142, 218], "mocha": [31, 32], "mock": [185, 186], "mod": [80, 191], "modal": 218, "mode": [0, 69, 77, 84, 111, 126, 133, 144, 153, 174, 175, 185, 186, 193, 203, 210, 214, 218], "model": [10, 67, 96, 116, 185, 186, 187, 188, 202, 218], "moder": 171, "modern": [12, 67, 111, 129, 133, 149, 187, 218], "modif": [10, 121, 139, 154, 170, 196], "modifi": [10, 59, 77, 91, 115, 133, 135, 145, 147, 149, 164, 170, 180, 193, 196, 197, 199, 204], "modsimpi": 185, "modul": [99, 103, 153, 185, 187, 197, 199], "modular": [150, 185, 189], "modulenotfounderror": 103, "molecul": 218, "moment": [23, 67, 109, 137, 152, 201, 207, 216], "mon": 166, "monei": [12, 64, 67, 177, 200, 207], "mongo": 113, "mongod": 113, "mongodb": 101, "monitor": [12, 40, 64, 129, 166, 184, 215], "mono": 126, "mononoki": 185, "mont": [100, 189], "month": [3, 64, 67, 168, 169, 170, 201], "monthli": [3, 56, 64, 157, 209], "monti": [184, 185], "montreal": 121, "moodl": 195, "more": [0, 1, 2, 3, 4, 10, 12, 13, 22, 23, 31, 32, 49, 51, 53, 54, 55, 57, 58, 61, 62, 66, 67, 70, 71, 74, 76, 77, 80, 84, 87, 88, 89, 93, 94, 95, 98, 99, 103, 104, 105, 106, 107, 109, 111, 114, 115, 119, 120, 121, 122, 131, 132, 133, 134, 138, 144, 145, 146, 149, 150, 151, 152, 153, 155, 159, 163, 164, 166, 167, 168, 170, 171, 173, 175, 178, 180, 181, 184, 185, 186, 189, 193, 194, 196, 197, 198, 199, 200, 203, 204, 205, 207, 208, 209, 212, 213, 215, 216, 218], "moreov": [51, 133, 153, 215], "moreutil": 185, "morn": 64, "most": [3, 4, 10, 12, 31, 32, 49, 55, 60, 64, 74, 76, 77, 80, 82, 84, 93, 103, 106, 110, 125, 129, 133, 140, 150, 153, 169, 170, 174, 175, 177, 179, 181, 186, 188, 194, 198, 199, 203, 214, 215, 216, 218], "mostli": [103, 153, 186, 218], "motiv": [155, 185, 218], "mount": [53, 64, 170], "mous": [4, 7, 74, 111, 129, 138, 151, 170, 179, 214, 218], "move": [4, 64, 67, 76, 83, 146, 151, 164, 169, 170, 179, 185, 186, 189, 198, 199, 203, 209, 214], "mozilla": [24, 114, 184], "mp3": 175, "mpi4pi": 185, "mpl_toolkit": 184, "mplbackend": 185, "mro": 103, "mscorefont": 185, "msg": 175, "msgerr": 175, "msglog": 175, "msimput": 188, "mtcar": 115, "mtime": 51, "mtune": 111, "much": [3, 4, 10, 64, 67, 89, 92, 99, 103, 111, 112, 115, 125, 132, 133, 149, 151, 152, 153, 163, 166, 170, 185, 201, 209, 212, 215, 218], "multi": [74, 84, 164, 186, 188], "multi_respons": [40, 47], "multifactor": 185, "multifil": 185, "multipl": [12, 14, 20, 23, 38, 41, 64, 67, 84, 101, 107, 128, 140, 144, 150, 153, 162, 170, 174, 178, 179, 187, 191, 194, 195, 196, 198, 209, 212, 213, 214, 218], "multiple_cursor": 40, "multipli": 100, "multiregion": 64, "music": 185, "must": [3, 13, 14, 16, 17, 18, 22, 24, 30, 31, 33, 34, 38, 40, 41, 42, 44, 50, 54, 56, 57, 59, 62, 77, 102, 103, 104, 134, 138, 141, 155, 164, 170, 174, 175, 180, 194, 198, 199, 200, 212], "mv": 103, "mwout": 184, "mxnet": [184, 185, 186], "my": [23, 40, 56, 91, 93, 115, 134, 158, 162, 168, 178, 182, 183, 192, 199], "my_schema": 77, "myapp": [59, 175], "mybind": [178, 181], "myconda": 103, "myfil": [40, 147], "myfunc": 175, "mykei": 170, "mymdtraj": 103, "mypi": [184, 185, 186], "mysql": 184, "mzcli": 186, "n": [29, 34, 38, 39, 50, 62, 80, 91, 103, 104, 111, 121, 123, 131, 133, 149, 166, 168, 170, 175, 179, 191, 199, 212, 214], "nag": 22, "name": [3, 4, 7, 24, 30, 31, 32, 33, 34, 40, 49, 51, 62, 65, 67, 76, 77, 81, 83, 85, 86, 87, 90, 91, 98, 99, 100, 102, 103, 104, 106, 112, 115, 119, 121, 123, 125, 126, 131, 147, 149, 150, 151, 153, 162, 163, 164, 166, 168, 169, 175, 178, 180, 181, 185, 188, 193, 194, 196, 197, 198, 199, 203, 210, 218], "narrow": [168, 181, 215], "nasm": 78, "nathan": 133, "nativ": [74, 111, 149, 151, 179, 210, 214], "natl": 100, "natsort": 185, "natur": [10, 31, 32, 149, 186], "navig": [9, 70, 84, 98, 107, 137, 150, 178, 185, 193, 198], "nbconvert": [145, 149, 184, 186, 187], "nbextens": [105, 185], "nbextensions_configur": 105, "nbgrade": 185, "nbgrader": [68, 185, 193, 195], "nbgrader_config": 115, "nbgrader_exchang": 115, "nbval": 184, "nbviewer": 178, "ncours": 29, "nearli": 187, "necessari": [40, 67, 84, 88, 93, 98, 103, 104, 123, 133, 149, 181, 193, 198, 199, 200, 212, 215, 216, 218], "necessarili": 51, "need": [0, 3, 4, 12, 13, 14, 18, 19, 20, 21, 22, 31, 38, 39, 40, 41, 50, 54, 59, 64, 74, 76, 77, 80, 82, 84, 85, 86, 87, 89, 90, 94, 98, 99, 102, 103, 104, 106, 109, 111, 115, 116, 123, 130, 132, 133, 134, 138, 140, 141, 144, 145, 147, 149, 152, 153, 155, 157, 164, 166, 168, 170, 175, 177, 178, 180, 181, 185, 187, 192, 193, 196, 197, 198, 199, 200, 201, 203, 207, 215, 218], "nehs2gk": 76, "neither": 170, "nemo": 185, "nemoh": 189, "neron": 116, "nest": [185, 186, 215], "net": 77, "nettl": 185, "netwid": 187, "network": [3, 4, 28, 40, 53, 64, 67, 116, 132, 133, 134, 185, 186, 194, 216], "networkx": [185, 186], "neue": 185, "neuron": [101, 185], "neutron": [185, 187], "never": [18, 25, 125, 181, 194, 199], "new": [3, 6, 9, 10, 12, 16, 17, 18, 22, 23, 40, 54, 55, 59, 62, 64, 67, 68, 71, 76, 77, 80, 84, 86, 88, 91, 95, 99, 103, 104, 106, 112, 114, 115, 117, 122, 124, 127, 129, 130, 131, 132, 134, 137, 138, 141, 144, 145, 149, 150, 151, 155, 158, 162, 164, 168, 171, 174, 175, 178, 179, 180, 181, 184, 185, 186, 187, 190, 191, 195, 196, 197, 198, 199, 204, 205, 210, 212, 213, 214, 215, 216, 218], "new_api_intro": 77, "new_dataset": 77, "new_email_address": 16, "new_modul": 133, "new_password": [17, 44], "newer": [18, 21, 155, 170, 178, 186, 189, 199, 201, 204], "newest": 184, "newfontfamili": 149, "newli": [103, 133], "next": [10, 12, 54, 56, 60, 62, 70, 71, 74, 80, 88, 91, 95, 96, 121, 133, 141, 145, 152, 153, 157, 159, 164, 170, 171, 178, 179, 180, 181, 192, 193, 194, 197, 199, 201, 203, 204, 218], "nfail": 115, "nglview": 185, "ngspice": 188, "nhttp": 29, "nice": [58, 69, 126, 147, 178], "nicer": [4, 170], "nightli": [185, 186], "nilearn": 186, "nipyp": 186, "nisq": 189, "nlsolv": 185, "nltk": 185, "nnn": 186, "nnnn": 67, "noaa": 184, "noauth_local_webserv": 99, "nobodi": 139, "node": [53, 67, 129, 132, 155, 166, 184, 185, 189, 209], "nodej": [184, 185], "noisi": [188, 189], "non": [49, 161, 166, 170, 175, 185, 186, 187, 188, 197, 212], "none": [40, 53, 83, 191], "nonlinear": 188, "nonsens": 56, "nonstart": 91, "nonstopmod": 150, "nonzero": 38, "nopen": 131, "nor": [170, 207], "normal": [57, 64, 70, 82, 84, 91, 102, 103, 104, 112, 114, 126, 144, 147, 170, 171, 173, 199], "normaliz": 185, "normalizepath": 111, "norwai": 67, "nosql": 113, "notabl": [164, 184, 185, 194], "notbook": 104, "note": [3, 4, 12, 13, 16, 18, 19, 20, 21, 24, 29, 30, 31, 32, 35, 38, 40, 41, 47, 49, 50, 52, 53, 56, 57, 62, 67, 74, 85, 87, 88, 89, 91, 97, 99, 102, 103, 115, 117, 133, 134, 138, 142, 144, 145, 149, 150, 152, 153, 163, 164, 169, 170, 174, 175, 180, 181, 184, 185, 186, 189, 190, 192, 193, 194, 198, 199, 200, 201, 202, 203, 204, 212, 218], "notebook": [4, 12, 13, 24, 31, 40, 59, 62, 67, 68, 83, 85, 87, 88, 89, 90, 94, 103, 105, 107, 109, 115, 117, 120, 123, 128, 131, 132, 140, 141, 153, 160, 162, 170, 174, 175, 178, 180, 181, 184, 185, 187, 189, 190, 193, 195, 196, 198, 203, 204, 207, 213, 215, 217, 218], "notedown": 184, "noteworthi": [184, 185, 186], "noth": [67, 84, 110, 149, 170, 179, 199, 215, 216], "notic": [12, 67, 90, 130, 184, 198, 215], "notif": [33, 62, 154, 164, 179, 196, 199, 205, 210, 214], "notifi": [14, 42, 198, 203], "notimplementederror": 115, "notion": 14, "noto": 149, "novel": 185, "novic": 185, "now": [7, 10, 13, 18, 31, 37, 48, 56, 64, 67, 76, 77, 80, 81, 87, 88, 99, 103, 114, 119, 123, 124, 133, 137, 147, 149, 150, 155, 159, 165, 170, 175, 184, 185, 186, 188, 189, 190, 193, 194, 198, 199, 200, 201, 203, 212], "np": [77, 81, 175, 218], "npartit": 88, "npm": [184, 185, 186], "nproc": 88, "nrais": 115, "nrn": 116, "nrngui": 116, "nshow": 123, "nteract": [12, 184, 218], "nthread": 88, "nthrow": 115, "ntodai": 39, "null": [40, 47, 51, 56, 58, 115], "num": [77, 88], "num_class": 77, "numba": [184, 185, 186], "number": [0, 5, 7, 10, 12, 18, 20, 21, 38, 49, 67, 82, 84, 88, 90, 105, 115, 121, 123, 131, 132, 134, 137, 142, 146, 151, 168, 170, 174, 175, 177, 179, 184, 186, 191, 193, 194, 197, 199, 200, 201, 203, 207, 209, 212, 214], "numdifftool": 184, "numer": [47, 56, 84, 131, 149, 153, 160, 164, 187, 188, 189], "numpi": [77, 81, 133, 175, 184, 185, 186, 187, 188, 218], "numpyro": 188, "nutshel": [103, 104], "nvcc": 67, "o": [24, 78, 79, 81, 86, 88, 91, 100, 103, 111, 115, 116, 121, 123, 129, 133, 137, 149, 153, 163, 166, 170, 182, 183, 209], "o_o": 80, "oauth": 12, "object": [24, 28, 30, 31, 32, 36, 38, 40, 41, 77, 81, 131, 145, 170, 175, 179, 185, 186, 195, 214], "observ": 133, "obspi": 186, "obtain": [48, 59, 177], "obviou": 67, "obvious": [51, 64, 139], "ocaml": 186, "occas": 170, "occasion": [3, 12, 67, 170, 189, 207], "occur": [76, 147, 152], "occurr": 74, "ocr": 185, "oct": 199, "octav": [87, 101, 155, 159, 180, 203, 218], "od": 218, "odd": 84, "odt": 218, "off": [3, 10, 12, 54, 55, 62, 64, 67, 68, 79, 84, 123, 136, 142, 150, 158, 163, 164, 186, 200], "offens": 80, "offer": [70, 74, 143, 145, 161, 166, 170, 174, 177, 178, 180, 181, 182, 189, 199, 207, 212, 216], "offic": [204, 218], "offici": [115, 130, 133, 155, 197], "offlin": [159, 199], "offset": [20, 53], "offsit": 60, "often": [3, 31, 32, 82, 84, 145, 153, 169, 175, 194], "ogg": 175, "ok": [53, 125, 150, 155, 170, 186, 197, 212, 218], "okpi": 186, "okular": 218, "old": [17, 84, 125, 184, 186, 192, 199, 218], "old_email_address": 16, "old_password": 17, "older": [3, 155, 162, 170, 184, 185, 188, 189, 192, 203, 210], "oligo": [185, 187], "omedit": 218, "omit": [37, 70], "ommmdsooooooooynm": 80, "ommmmh": 80, "onc": [6, 13, 31, 41, 64, 67, 76, 77, 84, 87, 88, 98, 104, 106, 111, 121, 123, 133, 147, 149, 166, 169, 170, 175, 181, 185, 193, 194, 196, 198, 199, 200, 201, 207, 212, 218], "one": [0, 3, 4, 7, 10, 12, 13, 18, 20, 31, 32, 38, 49, 54, 55, 56, 59, 62, 64, 67, 70, 71, 74, 78, 84, 86, 87, 88, 89, 90, 92, 94, 99, 102, 103, 107, 108, 111, 112, 113, 114, 115, 119, 120, 127, 128, 129, 131, 132, 133, 134, 138, 140, 144, 145, 146, 149, 150, 151, 152, 153, 155, 157, 159, 162, 163, 164, 168, 170, 171, 174, 175, 178, 179, 180, 181, 185, 186, 188, 189, 191, 192, 193, 194, 196, 197, 198, 199, 200, 201, 202, 203, 205, 209, 212, 214, 215, 216, 218], "ones": [10, 51, 56, 77, 103, 111, 170, 178, 185, 186, 199, 215, 218], "ongo": [84, 122, 203, 216], "onli": [3, 6, 10, 12, 13, 14, 19, 20, 31, 35, 38, 40, 48, 49, 59, 64, 67, 74, 84, 88, 103, 104, 106, 111, 115, 116, 120, 121, 123, 126, 129, 130, 131, 132, 137, 139, 145, 149, 151, 152, 153, 155, 157, 163, 164, 166, 168, 170, 175, 177, 178, 179, 181, 184, 185, 186, 189, 190, 191, 192, 194, 196, 197, 198, 199, 201, 204, 209, 214, 215, 216, 218], "onlin": [3, 4, 76, 77, 98, 124, 130, 140, 143, 156, 166, 179, 181, 198, 203, 212], "onprem": [12, 65, 68, 170, 177, 212], "ons": [80, 84], "onto": [62, 138], "oom": 111, "op": 20, "open": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 13, 24, 29, 31, 40, 59, 62, 67, 69, 70, 71, 73, 74, 76, 77, 78, 80, 83, 85, 86, 87, 88, 89, 90, 92, 94, 98, 99, 102, 103, 104, 105, 106, 107, 109, 111, 112, 114, 116, 117, 119, 121, 122, 124, 126, 127, 128, 131, 132, 133, 134, 137, 138, 141, 142, 144, 145, 147, 149, 150, 151, 152, 153, 157, 159, 160, 162, 165, 166, 167, 170, 173, 174, 175, 176, 178, 179, 180, 181, 184, 185, 186, 187, 188, 191, 192, 193, 194, 197, 198, 199, 200, 201, 202, 203, 204, 205, 209, 210, 211, 212, 213, 214, 218], "open_fil": [13, 31], "openapi": 54, "opencv": [184, 185], "opendyslex": 185, "openfil": 185, "openmodelica": [184, 218], "openscad": 186, "opensourc": 198, "openssh": [7, 170], "opentsn": 186, "openwebui": 10, "oper": [13, 18, 19, 20, 31, 32, 64, 67, 77, 81, 83, 84, 91, 120, 129, 138, 146, 162, 178, 181, 185, 192, 197, 209, 215, 218], "oppos": 40, "opt": [81, 131, 186], "optim": [67, 170, 184, 185], "option": [4, 6, 14, 18, 20, 21, 22, 23, 24, 30, 31, 32, 34, 37, 38, 40, 55, 59, 67, 68, 72, 74, 76, 81, 89, 91, 99, 104, 121, 124, 131, 133, 138, 141, 143, 144, 147, 149, 150, 153, 156, 159, 160, 166, 170, 173, 175, 176, 178, 181, 185, 191, 193, 194, 195, 198, 199, 201, 209, 210, 218], "optlang": 186, "orang": [82, 121, 171, 185], "orange3": 186, "orbit": 185, "order": [3, 6, 12, 41, 62, 67, 70, 74, 77, 80, 88, 94, 102, 103, 104, 107, 111, 113, 116, 133, 149, 150, 157, 163, 166, 170, 171, 178, 179, 180, 181, 182, 183, 191, 197, 199, 201, 203, 212, 214, 218], "ordinari": 6, "org": [12, 84, 86, 103, 123, 130, 133, 153, 155, 172, 178, 184, 185], "organ": [12, 67, 84, 93, 103, 140, 157, 162, 178, 179, 182, 183, 191, 198, 199, 214, 215, 216], "orient": 186, "origin": [13, 31, 81, 100, 145, 153, 164, 179, 192, 193, 203, 212], "ortholog": 188, "ortool": 185, "osbot": 185, "osnabr\u00fcck": [182, 183], "other": [3, 6, 8, 12, 31, 32, 46, 49, 59, 64, 67, 70, 74, 76, 82, 88, 91, 98, 103, 107, 112, 114, 115, 120, 123, 128, 132, 135, 138, 139, 140, 145, 146, 147, 148, 149, 150, 151, 152, 153, 156, 157, 162, 163, 164, 168, 170, 175, 178, 179, 181, 184, 185, 186, 187, 191, 192, 193, 194, 196, 197, 199, 200, 201, 203, 204, 207, 209, 210, 212, 214, 215, 216], "otherwis": [3, 40, 64, 85, 103, 104, 107, 132, 133, 139, 146, 149, 170, 198, 199, 200, 218], "our": [10, 12, 54, 56, 64, 67, 68, 76, 77, 80, 103, 111, 132, 139, 140, 144, 146, 152, 153, 156, 170, 171, 179, 184, 185, 194, 199, 207, 215, 216], "out": [3, 4, 10, 18, 46, 54, 56, 64, 65, 67, 78, 80, 82, 89, 91, 94, 95, 103, 107, 112, 114, 115, 125, 132, 133, 134, 136, 141, 146, 147, 150, 153, 155, 157, 161, 166, 171, 178, 185, 193, 201, 203, 207, 210, 212, 215], "out_d": 77, "outcom": 18, "outdat": [80, 84, 170, 175, 181], "outfit": 103, "outlin": [74, 167, 179, 214], "output": [10, 12, 38, 51, 53, 55, 56, 57, 58, 64, 74, 80, 83, 84, 85, 86, 90, 92, 94, 99, 100, 102, 103, 117, 123, 131, 137, 145, 149, 150, 153, 163, 164, 166, 170, 175, 184, 186, 190, 199, 203], "outsid": [123, 131, 166, 179, 193], "outstand": [132, 195], "over": [2, 4, 10, 64, 67, 77, 84, 87, 92, 93, 98, 100, 145, 147, 150, 151, 152, 153, 167, 170, 173, 179, 181, 184, 185, 189, 192, 198, 199, 204, 214, 215], "overal": [13, 31, 64, 67, 84, 94, 129, 138, 159, 170, 184, 197, 207], "overcom": 136, "overflow": [104, 133, 182, 183], "overlai": 103, "overleaf": [148, 151], "overload": [215, 216], "overlook": 149, "overnight": 209, "overrid": [106, 149, 164], "overspend": 157, "overview": [2, 77, 119, 151, 156, 164, 168, 185, 197], "overwhelm": 10, "overwrit": [18, 21, 77, 149], "overwrite_new": [13, 18, 21, 31], "overwritten": 50, "own": [10, 12, 13, 25, 31, 54, 67, 84, 87, 91, 102, 104, 105, 106, 113, 115, 123, 137, 149, 150, 152, 155, 156, 170, 173, 176, 178, 180, 181, 185, 194, 197, 198, 199, 202, 203, 207, 215, 216, 218], "owner": [2, 3, 7, 14, 25, 29, 33, 34, 39, 40, 42, 53, 57, 58, 139, 164, 168, 169, 170, 178, 192], "p": [57, 77, 85, 87, 103, 113, 126, 133, 149, 160, 166, 179, 185, 214], "p21": 100, "p_group_cohomologi": 185, "packag": [2, 6, 24, 28, 29, 31, 32, 54, 64, 79, 84, 87, 101, 105, 115, 117, 140, 147, 150, 153, 155, 170, 181, 184, 189, 190, 198, 199, 201, 207, 215], "package_nam": [102, 103], "packagevers": 131, "packet": 84, "packt": [182, 183], "pad": 14, "page": [13, 31, 54, 59, 61, 70, 74, 76, 91, 95, 99, 101, 102, 103, 104, 112, 114, 115, 121, 129, 133, 134, 137, 146, 158, 159, 165, 166, 168, 170, 171, 175, 178, 184, 201, 206, 210, 212, 213, 218], "pai": [6, 64, 67, 68, 103, 133, 141, 152, 177, 195, 209, 210, 212], "paid": [3, 10, 132, 133, 140, 170, 195, 207], "pain": 91, "painlessli": 84, "paint": 218, "pair": [7, 31, 32, 57, 98, 138, 153, 170, 179, 180, 214], "palett": [131, 174, 185], "panda": [81, 87, 103, 121, 134, 184, 185, 187, 188], "pandoc": [153, 159, 185, 187], "pane": [0, 59, 74, 99, 149, 153, 180, 209, 214], "panel": [6, 9, 67, 68, 74, 81, 88, 98, 100, 122, 129, 133, 149, 150, 151, 153, 155, 157, 159, 161, 170, 175, 178, 179, 185, 198, 199, 203, 210, 211, 214, 218], "pango": 185, "paper": [67, 100], "papermil": 188, "par": [131, 155], "paragraph": [144, 150, 151], "parallel": [120, 187], "param": 100, "paramet": [3, 13, 31, 32, 38, 55, 56, 64, 67, 70, 77, 87, 100, 181, 188, 200], "parameter": [187, 188], "paraview": 187, "parent": [13, 31], "parenthes": 5, "pari": 10, "pariss": 184, "parq": 81, "parquet": 81, "pars": [133, 153], "parseabl": 18, "parser": 153, "part": [3, 4, 6, 13, 31, 67, 71, 84, 103, 104, 111, 131, 133, 149, 153, 159, 164, 179, 182, 183, 185, 198, 199, 212, 214, 218], "partd": 184, "parti": [12, 62, 84, 91, 93, 207], "partial": [73, 94, 149, 151, 179, 189, 214], "partici": 203, "particip": [67, 84, 202, 203, 216], "particl": 185, "particular": [13, 31, 41, 54, 64, 67, 80, 84, 91, 104, 111, 132, 140, 149, 150, 155, 173, 175, 181, 184, 185, 198, 199, 207, 212], "particularli": [133, 186, 215], "partner": [52, 56], "pass": [18, 21, 77, 84, 131, 170, 185, 197, 198], "passport": 47, "password": [4, 16, 17, 22, 27, 44, 48, 59, 77, 112, 123, 139, 170, 192, 198, 199], "past": [7, 10, 40, 67, 88, 99, 100, 106, 107, 113, 123, 124, 130, 131, 133, 137, 138, 145, 154, 168, 169, 170, 174, 194, 198, 199], "patch": [90, 204], "patch_length": 90, "path": [5, 13, 18, 19, 20, 21, 24, 31, 32, 38, 39, 41, 50, 53, 55, 71, 77, 85, 87, 88, 90, 91, 104, 115, 116, 134, 135, 149, 170, 175, 180, 184, 186, 193, 197, 199, 203, 204], "patient": 194, "patron": 181, "patsi": 185, "pattern": [64, 153], "paus": [4, 198], "payload": [13, 31], "payment": [198, 201, 210], "pbc": 0, "pc": [83, 103, 104], "pcb": [184, 218], "pch": 131, "pd": [81, 121, 134], "pde": [182, 183, 189], "pdf": [55, 61, 74, 101, 150, 151, 175, 179, 184, 185, 193, 195, 214, 218], "pdfkit": 185, "pdflatex": [149, 150, 181], "pdftk": 184, "pdpipe": [185, 186], "peak": 84, "peer": 195, "pefil": 185, "pegler": 185, "penalti": 152, "pencil": [179, 214], "pend": [20, 53, 194], "penni": [67, 147], "peopl": [6, 62, 123, 124, 133, 144, 178, 191, 215], "peptid": 188, "per": [3, 64, 67, 74, 88, 104, 134, 170, 175, 187, 191, 193, 194, 201, 209], "perfect": 199, "perfectli": [64, 212], "perform": [64, 67, 70, 71, 77, 155, 156, 170, 175, 185, 187, 193], "perhap": [10, 64, 67, 84, 91, 114, 178, 199, 207, 215], "period": [56, 60, 84, 86, 90, 125, 149, 170, 185, 187], "period_end": 53, "period_start": 53, "periodict": [185, 187], "perman": [112, 170, 199], "permiss": [12, 41, 49, 50, 103, 170, 196], "permit": 170, "persist": [74, 81, 133, 181], "person": [6, 10, 67, 74, 97, 114, 124, 137, 152, 156, 169, 170, 198, 204, 216], "personal_w": 74, "petsc": 185, "pg_ctl": 123, "pgf": [149, 187], "pgfplot": 149, "pghost": 123, "pgmpy": 186, "pharmacokinet": [182, 183], "phase": [81, 185, 186, 201], "phenomenon": 114, "photographi": 218, "php": 83, "phy": 168, "physic": [60, 67, 167, 182, 183, 218], "pi": [81, 100, 175], "pick": [67, 102, 103, 104, 141, 149, 178, 207], "picker": [119, 174], "pictur": [62, 147, 149], "pid": [111, 129, 166], "pidfil": [129, 166], "piec": [10, 84, 146, 170, 198], "pile": 149, "pillar": 185, "pillow": 186, "pin": [155, 178], "ping": [13, 31, 32, 67, 84, 171, 185], "pint": 185, "pinta": 218, "pip": [87, 134, 155, 184, 185, 186, 199, 207], "pip2": [103, 155, 184, 185], "pip3": [77, 103, 105, 133, 155, 184, 185], "pipe": 166, "pipelin": [77, 185], "pipenv": [103, 184], "pipfil": 103, "pitch": 175, "pitfal": 166, "pivottablej": 184, "pixel": 186, "pkg": [102, 185, 187, 188], "pl": 10, "place": [74, 102, 115, 132, 149, 150, 170, 175, 179, 180, 193, 197, 198, 199, 207, 214, 215], "placehold": 88, "placement": [145, 149], "plai": [84, 94], "plain": [33, 74, 100, 107, 133, 147, 153, 185], "plaintext": 153, "plan": [3, 6, 67, 91, 112, 140, 152, 163, 165, 178, 185, 192, 196, 199, 200, 201], "planet": 185, "platform": [13, 31, 32, 68, 77, 96, 103, 104, 130, 132, 140, 145, 156, 175, 181, 185, 187, 188, 195, 198, 203, 207, 215], "player": [147, 175], "playground": 185, "pleas": [3, 6, 13, 24, 31, 34, 61, 64, 67, 77, 84, 102, 103, 104, 105, 111, 115, 116, 119, 133, 144, 152, 155, 163, 166, 170, 175, 181, 184, 185, 186, 189, 194, 198, 201, 203, 207, 218], "plenti": 115, "plethora": [67, 181], "plink": 186, "plot": [81, 82, 95, 101, 121, 131, 133, 147, 178, 184, 185, 186, 187, 188, 210, 218], "plot1": 131, "plot3d": 185, "plot4": 149, "plot_mimetyp": [147, 185], "plotli": [103, 121, 184, 185], "plotoutput": 131, "plt": [111, 218], "plu": [3, 67, 91, 93, 186, 188, 198, 200, 203], "plug": 153, "pluggabl": 12, "plugin": [12, 153, 185, 215], "pluto": [101, 140, 160, 176, 187], "pm2": 185, "pn": 81, "png": [101, 138, 147, 149, 179, 185, 214], "po": [137, 201], "point": [12, 13, 31, 54, 67, 70, 76, 79, 81, 82, 87, 94, 97, 109, 111, 113, 115, 119, 125, 130, 131, 133, 134, 138, 153, 157, 164, 170, 171, 175, 179, 185, 186, 193, 194, 197, 199, 214], "pointer": 170, "polici": [54, 67, 76, 170, 184, 207], "polit": 189, "polyglossia": 149, "polyhedr": 185, "polyhedron": 185, "pomegran": 185, "pong": 37, "pool": 192, "poor": [84, 198], "pop": [3, 4, 6, 59, 83, 84, 99, 145, 157, 179, 197, 205, 214], "poppler": 185, "popul": [182, 183, 187, 193, 194], "popular": [146, 174, 186], "por": 186, "port": [77, 81, 88, 113, 121, 123, 131, 134, 177, 186], "portabl": [11, 185, 187], "porter": [184, 185], "portion": [64, 77, 84, 134], "posit": [0, 77, 131, 150, 151, 179, 185, 191, 214], "posix": 64, "possess": 178, "possibl": [6, 12, 13, 31, 32, 49, 56, 59, 64, 67, 74, 82, 84, 88, 91, 103, 104, 105, 111, 121, 124, 125, 131, 133, 135, 139, 141, 142, 145, 146, 147, 149, 153, 155, 156, 159, 163, 164, 170, 175, 181, 189, 193, 194, 196, 198, 200, 203, 207, 213, 215, 218], "possibli": [13, 23, 31, 84, 109, 133, 139, 144, 164, 170, 176], "post": [13, 28, 29, 31, 32, 37, 53, 54, 59, 104, 133, 138, 170, 196, 204, 218], "post1": 186, "postgres_data": 123, "postgresql": [31, 32, 51, 55, 56, 101, 184, 185, 204], "posthoc": 185, "postmessag": [13, 31], "postpon": 18, "postscript": 149, "potenti": [64, 67, 132, 170, 189, 212], "potsdam": 81, "pound": [62, 74, 168], "power": [0, 3, 10, 12, 67, 84, 133, 149, 157, 186, 188, 200, 207, 215, 218], "powerlin": 184, "powerpoint": 179, "pp": 53, "pprint": 53, "ppt": 218, "practic": [170, 216], "pre": [67, 79, 87, 149, 155, 175, 179, 186, 187, 214], "preambl": [74, 149, 151], "preced": [40, 62, 86, 144, 150, 153, 179, 214], "precis": [10, 67, 103], "precompil": [184, 185], "preconfigur": [12, 212], "predict": 64, "preemptibl": [3, 133], "prefer": [10, 59, 67, 68, 74, 76, 77, 80, 133, 142, 144, 146, 150, 151, 159, 160, 178, 194, 198, 199, 201, 210, 215, 218], "prefix": [77, 85, 88, 103, 133, 135], "preivou": 187, "premis": 141, "premium": 185, "prepar": [3, 186, 195], "prepars": 175, "prepend": 199, "prepopul": 185, "preprocess": [77, 185], "presenc": 67, "present": [5, 22, 24, 70, 74, 91, 145, 155, 170, 174, 175, 182, 183, 196, 199, 214, 218], "preserv": [199, 203], "preset": 157, "press": [76, 91, 99, 104, 113, 126, 129, 133, 138, 146, 175, 179, 191, 193, 203, 218], "pretti": 64, "prettier": [184, 185, 186], "prettyprint": 53, "prettyt": 184, "prevent": [3, 4, 113, 123, 133, 145, 157, 170, 173, 193, 200, 202, 203, 209, 216], "preview": [10, 74, 150, 151, 178, 179, 214], "previou": [34, 74, 80, 119, 133, 140, 146, 152, 155, 175, 184, 185, 186, 188, 198, 199, 201, 203], "previous": [62, 107, 138, 170, 178, 185, 198, 199], "price": [3, 10, 64, 67, 152, 163, 170, 185, 201, 202, 209, 212, 216], "primari": [12, 114], "primarili": [184, 185, 218], "prime": [10, 185, 209], "print": [76, 77, 80, 84, 85, 99, 103, 115, 121, 123, 131, 133, 134, 151, 153, 175, 186, 218], "printf": 133, "println": 133, "prior": [120, 188], "priorit": [3, 67], "prioriti": 3, "privaci": [207, 215], "privat": [10, 21, 38, 39, 84, 98, 124, 138, 162, 164, 170, 181, 196, 212], "privileg": [52, 59, 103], "pro": [105, 142, 144, 181], "probabilist": [185, 186, 187, 188], "probabl": [13, 31, 76, 92, 112, 129, 132, 145, 184, 185, 186, 192, 199, 200, 215, 218], "problem": [12, 66, 67, 68, 70, 82, 89, 91, 94, 107, 114, 115, 116, 119, 130, 136, 138, 144, 145, 147, 151, 152, 159, 161, 170, 171, 185, 186, 187, 189, 193, 195, 197, 198, 215], "problemat": [84, 94], "proc": 100, "proce": [145, 197, 201], "procedur": [186, 188], "proceed": 4, "process": [6, 9, 14, 64, 67, 68, 88, 94, 101, 104, 107, 120, 132, 140, 146, 147, 149, 150, 151, 156, 159, 163, 164, 170, 174, 175, 178, 182, 183, 184, 185, 190, 194, 198, 199, 201, 203, 204, 209, 210, 215, 218], "processor": [148, 149], "produc": [74, 94, 111, 147, 149, 151, 153], "product": [3, 12, 13, 31, 32, 56, 68, 76, 96, 102, 162, 170, 187, 201, 215, 218], "profession": [215, 218], "profil": [171, 178, 185, 186, 188], "program": [0, 3, 10, 12, 31, 32, 67, 68, 76, 82, 94, 97, 100, 106, 111, 117, 120, 136, 146, 150, 153, 164, 170, 175, 180, 181, 182, 183, 184, 185, 186, 187, 188, 193, 198, 199, 203, 218], "programm": [133, 185], "progress": [182, 183, 198], "prohibit": [145, 216], "projec": 129, "project": [1, 2, 4, 5, 6, 9, 12, 14, 15, 18, 19, 20, 21, 23, 24, 25, 26, 28, 29, 33, 34, 38, 39, 41, 42, 43, 46, 50, 53, 54, 55, 56, 57, 60, 61, 62, 64, 67, 68, 71, 74, 76, 77, 79, 82, 87, 89, 91, 92, 96, 98, 99, 102, 103, 104, 105, 107, 110, 113, 114, 115, 119, 121, 123, 125, 128, 129, 131, 134, 136, 137, 138, 139, 140, 142, 144, 150, 153, 155, 157, 158, 160, 161, 172, 175, 176, 177, 180, 181, 184, 185, 186, 188, 189, 191, 193, 195, 197, 202, 203, 204, 205, 206, 209, 210, 211, 212, 213, 215, 216, 218], "project_cr": 23, "project_exec": 31, "project_exec_output": 38, "project_id": [13, 14, 15, 23, 24, 26, 31, 33, 34, 38, 39, 40, 41, 42, 43, 46, 50, 51, 53, 55, 56, 57, 81, 121, 131, 139], "project_init": 166, "project_invite_token": 14, "projectil": [182, 183], "projects_al": 40, "prologu": 149, "prompt": [79, 99, 103, 104, 134, 137, 145, 170, 184, 197, 203], "proof": [13, 31], "propag": 170, "proper": [13, 31, 94, 149, 153], "properli": [84, 93, 103, 121, 149, 170, 218], "prophet": 188, "proport": 175, "proportion": [64, 147], "proprietari": [141, 215], "prorat": [6, 152], "protein": 188, "proto": 185, "protobuf": 186, "protocol": [12, 93, 138, 158, 170, 186], "prototyp": [88, 185], "prove": 207, "proven": 195, "prover": 186, "provid": [3, 4, 6, 10, 12, 14, 24, 31, 32, 35, 37, 38, 40, 48, 52, 56, 60, 64, 66, 67, 70, 77, 80, 84, 93, 95, 99, 102, 103, 115, 117, 129, 140, 149, 153, 157, 159, 161, 170, 174, 178, 181, 182, 183, 184, 185, 186, 187, 189, 192, 193, 194, 198, 199, 200, 201, 202, 212, 214, 215], "provinc": 186, "proxi": [84, 181], "ps1": 115, "psi4": [182, 183], "pso": 185, "pspp": [184, 218], "psppire": 218, "psql": [10, 123], "pss": 129, "pstrick": 218, "psych": 185, "psycopg2": [123, 185], "psycopg2_tutori": 123, "pt": 129, "pub": [7, 98, 170], "public": [4, 21, 39, 54, 64, 98, 133, 138, 152, 164, 170, 181, 185, 198, 215, 216], "public_get_text_fil": 31, "public_path": [40, 178], "public_text_file_cont": 39, "publicli": [59, 114, 147, 159, 198], "publish": [5, 68, 130, 133, 137, 140, 146, 147, 153, 158, 159, 170, 182, 183, 198, 199], "pull": [98, 115, 152, 153], "pulldown": [69, 153, 174], "puma": 185, "pumadata": 185, "punctur": 187, "purchas": [10, 51, 52, 54, 61, 68, 98, 133, 152, 163, 170, 177, 193, 201, 210, 212, 215, 216], "pure": [133, 187], "purg": 199, "purpos": [67, 84, 140, 158, 177, 181, 182, 184, 185, 186, 187, 195, 209, 218], "push": [77, 98, 199, 215], "put": [52, 62, 67, 79, 86, 91, 107, 127, 133, 137, 147, 149, 152, 153, 175, 178, 179, 191, 194, 200, 207, 214, 215, 216], "puzzl": 94, "pw": 74, "pwd": 38, "pwlf": 186, "px": 121, "py": [10, 74, 81, 99, 107, 115, 121, 133, 134, 149, 166, 184, 187, 203], "py2": [184, 185], "py3": [87, 184, 185], "py36_1": 185, "py36_blas_openblash641cfe3_1205": 185, "py36_blas_openblashbbbf1d5_201": 185, "py36h438ddbb_0": 185, "py36h5f35d83_1": 185, "py36h8210e8a_7": 185, "py36h8e2386c_0": 185, "py36h9c20d5c_0": 185, "py36hcca6a23_0": 185, "py36hf484d3e_1000": 185, "py36hfc679d8_0": 185, "pyarrow": 188, "pyberni": 185, "pyblock": 149, "pyc": 103, "pycairo": 185, "pycharm": 184, "pydata": 103, "pydicom": 185, "pydo": 186, "pyeda": 185, "pyee": 185, "pyenv": 87, "pyfftw": 185, "pyflux": 184, "pygam": 185, "pygment": 186, "pygsheet": 185, "pylab": 149, "pyladvi": 184, "pylatex": 186, "pylatexenc": 185, "pylint": [185, 186], "pymatgen": 187, "pymc3": [184, 185], "pymp": 185, "pynormaliz": 185, "pyomo": 185, "pypi": [103, 185, 186], "pyplot": [111, 134, 185, 218], "pyppet": 185, "pyproj": 185, "pypy3": [103, 188], "pyqt": 185, "pyqt5": 185, "pyqtwebengin": 185, "pyreadstat": 186, "pyro": 187, "pysal": [185, 186], "pyscf": [185, 186], "pyshp": 185, "pysingular": 185, "pyspic": 188, "pystan": 185, "pyswarm": 185, "pytabl": 185, "pytest": [185, 186], "python": [18, 31, 32, 54, 74, 76, 79, 81, 83, 90, 91, 95, 101, 105, 106, 108, 115, 116, 121, 123, 129, 131, 137, 138, 145, 149, 153, 155, 180, 181, 184, 190, 193, 197, 199, 203, 215, 218], "python2": [87, 99, 103, 133, 155, 184, 185, 203], "python3": [24, 81, 87, 103, 121, 137, 146, 155, 166, 181, 184, 185, 186, 188, 189, 203], "pythonhost": 184, "pythonpath": [116, 133], "pythontex": 184, "pytorch": [67, 77, 185, 186, 187], "pytz": 103, "pytzwher": 185, "pyvi": 185, "pywavelet": 186, "pyzmq": 133, "q": [58, 93, 104, 111, 123, 129, 199], "qdap": 185, "qgi": [184, 185, 186], "qgrid": 186, "qiskit": [182, 183, 184, 185, 186], "qjqhddfsfj": 44, "qmd": 153, "qt": 185, "qtawesom": 185, "qtpy": 185, "qualiti": [10, 13, 31, 94, 138, 149, 181, 185, 198, 215], "quandl": [185, 186], "quantum": [185, 186, 189], "queri": [10, 13, 14, 16, 17, 18, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 37, 38, 39, 41, 42, 44, 46, 47, 48, 49, 50, 51, 52, 54, 56, 70, 185, 186], "query_str": 53, "question": [6, 8, 10, 59, 61, 67, 68, 76, 104, 111, 133, 136, 163, 171, 175, 177, 192, 193, 195, 196, 198, 199, 208, 215, 216], "quick": [67, 84, 169, 170, 175, 188, 207], "quickest": 169, "quickli": [51, 67, 94, 98, 102, 132, 168, 195, 209, 215], "quickstart": [99, 175, 184], "quit": [12, 67, 129, 140, 155, 199, 207, 215, 218], "quot": [3, 61, 80, 86, 153, 179, 202, 214], "quota": [3, 6, 53, 56, 60, 67, 89, 109, 111, 114, 129, 133, 138, 159, 162, 163, 208, 209, 210], "qutip": 185, "r": [12, 13, 31, 53, 68, 87, 101, 103, 105, 111, 129, 131, 140, 146, 147, 149, 153, 155, 175, 180, 181, 184, 185, 189, 195, 197, 203, 215, 217, 218], "r9": 163, "r_libs_us": 104, "r_makevars_us": 111, "race": 123, "racket": 185, "rai": [78, 185, 187], "rais": [115, 175], "ram": [6, 56, 64, 67, 109, 111, 157, 170, 200, 201, 210], "randn": [81, 218], "random": [31, 32, 41, 80, 81, 111, 166, 170, 185, 188, 193, 218], "randomli": [132, 193, 218], "rang": [56, 67, 77, 81, 88, 120, 133, 146, 175, 185, 199, 212], "ranger": 186, "rapid": 185, "rare": [77, 150, 197], "raster": [147, 187, 218], "rasterio": 186, "rate": 185, "rather": [6, 31, 32, 67, 74, 83, 90, 111, 132, 133, 139, 140, 146, 152, 170, 199, 215], "raw": [69, 99, 133, 149, 218], "raw_port": [129, 166], "rb": [127, 203], "rc0": [184, 185, 186], "rc1": 184, "rclone": 185, "rcmdr": 218, "rcommand": 218, "rcpp": 185, "rdkit": 185, "re": [3, 6, 13, 31, 54, 62, 64, 74, 79, 80, 84, 85, 87, 88, 90, 95, 99, 103, 111, 120, 123, 129, 130, 132, 133, 138, 142, 145, 146, 147, 149, 151, 170, 175, 180, 181, 185, 186, 192, 197, 198, 200, 203, 204, 218], "reach": [84, 152, 171, 215], "react": 153, "reactiv": 131, "read": [13, 18, 19, 20, 31, 39, 40, 41, 50, 56, 62, 64, 67, 77, 87, 95, 99, 105, 115, 122, 123, 137, 146, 148, 149, 164, 170, 171, 175, 178, 181, 186, 188, 196, 201, 204, 207, 218], "read_csv": 134, "read_parquet": 81, "read_text_file_from_project": 31, "readabl": [35, 187, 204], "reader": [154, 218], "readi": [3, 13, 31, 67, 76, 77, 119, 163, 180, 188, 205], "readm": [22, 153, 178], "readthedoc": [184, 185], "real": [0, 12, 53, 58, 62, 64, 67, 95, 140, 144, 145, 146, 161, 170, 178, 179, 186, 187, 195, 198, 199, 214, 215], "realli": [13, 31, 102, 112, 125, 129, 155, 170, 199, 218], "realnumb": 133, "realtim": [144, 197, 204], "rearrang": 179, "reason": [3, 22, 54, 64, 84, 97, 107, 144, 145, 149, 156, 163, 170, 178, 186, 194, 195, 198, 203, 204, 207], "rebat": 185, "reboot": [83, 133, 163, 209], "rebuild": 187, "recaptcha": 56, "receipt": 210, "receiv": [13, 31, 33, 89, 92, 153, 181, 189, 196, 197, 198, 199, 209], "recent": [55, 83, 91, 103, 125, 133, 149, 162, 170, 185, 186, 188, 189, 203, 210], "reciev": 189, "recipi": [62, 194, 196], "recommend": [18, 59, 147, 166, 170, 185, 194, 203, 209], "recommonmark": 185, "reconfigur": [195, 199], "reconnect": [84, 170, 203], "reconsid": 216, "record": [35, 60, 87, 111, 146, 164, 179, 195, 198, 199, 204, 214], "recov": [68, 136, 144, 146, 170, 191, 192], "recreat": 64, "rectangl": [84, 179, 214], "rectangular": [179, 214], "recurs": 104, "red": [8, 62, 74, 76, 82, 84, 137, 159, 171, 185, 193, 200, 201], "redeem": 177, "redempt": 212, "redim": 81, "redirect": [81, 93, 198], "redistribut": 193, "redistrict": 189, "redraw": 218, "reduc": [133, 157, 173, 209, 215], "reduct": [185, 186], "reestablish": 84, "ref": 79, "refactor": 213, "refer": [12, 35, 62, 67, 114, 158, 175, 218], "reflect": [51, 193], "refresh": [56, 70, 84, 87, 103, 107, 121, 122, 132, 134, 142, 162, 169, 187, 194, 214], "refund": 6, "regain": 67, "regard": [4, 103, 105, 130, 156, 159, 170, 180, 181, 186, 198, 202], "regardless": [47, 170, 215], "regener": 10, "region": [64, 67, 100, 170, 175, 179, 214], "regist": 77, "registri": 102, "regress": [12, 185], "regul": 6, "regular": [62, 64, 67, 74, 77, 155, 156, 159, 166, 170, 179, 181, 207, 214, 215], "regularli": [51, 54, 133, 181], "reilli": [182, 183], "reimburs": 140, "reinstal": [102, 147, 185], "reinvit": 194, "reject": 139, "rel": [5, 13, 18, 21, 31, 38, 39, 41, 50, 51, 64, 84, 149, 178], "relat": [2, 8, 56, 61, 74, 80, 87, 103, 105, 132, 144, 157, 163, 169, 175, 178, 184, 185, 186, 189, 198, 218], "relationship": 147, "relax": [112, 184], "releas": [3, 70, 87, 115, 133, 152, 170, 184, 185, 186, 187, 188, 190], "releat": 184, "relev": [61, 84, 107, 133, 150, 153, 157], "reli": [67, 137, 140], "reliabl": [11, 67, 156], "relief": 185, "reload": [82, 84, 132, 175, 180], "rem": [184, 185, 186, 189], "remain": [6, 67, 79, 137, 184, 185, 192, 198, 215], "remaind": [31, 32], "remap": 203, "remark": 126, "remarkj": 101, "rememb": [70, 84, 125, 149, 152, 171, 178], "remember_m": 84, "remind": [6, 67, 170, 180, 188], "remot": [67, 77, 89, 98, 102, 103, 104, 138, 157, 162, 166, 175, 185, 203, 210], "remotedata": 185, "remov": [3, 4, 7, 13, 19, 31, 42, 43, 56, 67, 70, 79, 80, 84, 88, 89, 97, 115, 124, 133, 149, 151, 168, 169, 170, 173, 174, 178, 179, 184, 185, 186, 191, 195, 197, 198, 202, 209, 211, 214], "remove_collabor": 31, "remove_license_from_project": 31, "renam": [164, 169, 185, 198], "render": [62, 74, 81, 85, 109, 126, 149, 151, 153, 175, 185, 197, 199, 218], "renderplot": 131, "renew": [3, 6, 212], "renown": 67, "repeat": [38, 133, 170, 185], "repl": 87, "replac": [10, 51, 56, 67, 81, 84, 85, 88, 90, 105, 115, 131, 133, 138, 147, 149, 150, 151, 163, 170, 181, 185, 199, 203], "repli": [13, 31, 34, 175, 196], "replyto": [33, 34], "replyto_nam": [33, 34], "repo": [99, 103, 104, 122, 178], "repo2dock": 181, "report": [12, 18, 21, 77, 83, 84, 94, 107, 130, 149, 155, 175, 186, 197, 198, 199, 215, 216], "repositori": [3, 54, 64, 67, 70, 72, 99, 102, 104, 152, 153, 163, 167, 170, 178, 180, 181, 182, 183, 198, 199, 207, 218], "repr": 185, "repres": [67, 188], "represent": [185, 204], "reproduc": [103, 132, 149, 171, 181], "req": [13, 31], "request": [3, 8, 10, 13, 14, 18, 24, 27, 28, 29, 31, 32, 34, 37, 38, 53, 58, 59, 67, 77, 84, 90, 119, 132, 138, 139, 149, 152, 153, 169, 171, 178, 181, 185, 186, 188, 199, 200, 203, 212, 215], "requir": [3, 4, 12, 14, 15, 16, 17, 18, 21, 24, 25, 26, 27, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 59, 67, 68, 77, 87, 94, 103, 104, 115, 120, 131, 133, 141, 156, 157, 170, 181, 184, 185, 186, 199, 209, 212, 215, 218], "rerun": 132, "res_d": 77, "reschedul": 132, "research": [81, 102, 140, 149, 185, 209], "resel": 177, "resembl": 174, "resend": 195, "reserv": 209, "reset": [27, 44, 170, 181, 199], "reset_cod": 44, "reset_forgot_password": 31, "reset_forgot_password_respons": 44, "resid": [84, 111, 155, 162, 164], "residu": 129, "resili": 64, "resist": 186, "resiz": 218, "resolv": [67, 84, 140, 175, 184, 188, 199, 207], "resourc": [0, 3, 4, 12, 23, 64, 67, 102, 110, 130, 132, 140, 141, 148, 152, 156, 157, 159, 161, 170, 192, 194, 198, 200, 201, 207, 209, 215, 216], "respan": 88, "respect": [25, 167, 191, 218], "respond": [37, 132, 218], "respons": [0, 10, 13, 22, 31, 32, 59, 66, 67, 132, 134, 141, 202], "rest": [64, 111, 127, 153, 196], "restart": [3, 76, 82, 83, 84, 87, 88, 91, 102, 103, 104, 106, 107, 109, 110, 111, 116, 133, 134, 146, 147, 157, 166, 169, 175, 181, 187, 192, 195, 200, 201, 203, 209], "restor": [70, 82, 84, 125, 151, 164, 171, 175, 199], "restrict": [68, 139, 147, 195, 200, 209, 215, 216], "result": [20, 22, 41, 49, 52, 64, 84, 90, 92, 94, 100, 120, 145, 146, 147, 149, 152, 166, 171, 174, 175, 194, 197, 203, 204], "resum": [6, 12, 82, 141], "retain": 175, "retri": 197, "retriev": [18, 20, 90], "return": [13, 18, 20, 22, 24, 25, 28, 29, 31, 32, 37, 38, 40, 47, 49, 52, 59, 70, 76, 81, 84, 88, 97, 100, 102, 104, 133, 137, 138, 140, 142, 146, 149, 150, 151, 168, 169, 175, 192, 195, 199, 203, 218], "reusabl": 187, "rev": 184, "reveal": [49, 145, 152, 181, 184, 185, 191], "revers": [80, 175, 186, 199, 204], "revert": [125, 140, 147, 170, 187, 192, 198, 199, 204], "review": [197, 198, 218], "revis": [40, 80, 149, 175, 191, 199, 204], "revok": [192, 198], "rewrit": [59, 170], "rewritten": 170, "rf": [79, 147, 185, 186], "rhodesmil": 185, "rich": [68, 81, 179, 185, 217], "rid": [88, 111], "right": [1, 2, 3, 4, 6, 9, 10, 12, 59, 60, 62, 67, 69, 73, 74, 82, 84, 86, 88, 91, 94, 99, 100, 102, 103, 106, 107, 112, 114, 117, 119, 124, 125, 126, 127, 130, 132, 133, 137, 138, 145, 146, 147, 149, 151, 161, 164, 168, 170, 171, 174, 178, 179, 180, 185, 193, 194, 195, 197, 198, 199, 201, 203, 212, 214, 218], "rigid": [153, 182, 183], "rise": 185, "risk": [147, 170], "rl": 129, "rlang": 185, "rm": [79, 147, 185], "rmarkdown": [74, 184, 185, 186], "rmd": [0, 74, 153], "rna": 185, "rnorm": 149, "rnw": [0, 149], "road": 215, "roboto": 185, "robust": 187, "rocket": [88, 203], "rollout": 185, "roman": 149, "room": [111, 138, 153, 196, 199], "roommat": 84, "root": [103, 115, 149, 155, 177, 184, 185, 193, 215], "roper": 184, "rotat": [134, 182, 183], "rough": 201, "roughli": 115, "round": [64, 171, 184, 186], "rout": 84, "router": 84, "routin": [185, 188], "row": [106, 111, 123, 129, 193, 198, 203], "rownam": 115, "rpcinfo": 186, "rpy2": [185, 186], "rsa": [163, 170], "rscript": [128, 131], "rss": [129, 154, 166], "rst": 204, "rstan": [155, 185], "rstudio": [0, 12, 104, 131, 218], "rsync": [18, 21, 51, 138, 170, 185, 199], "rtd": 185, "rtex": [0, 149], "rtmpu49yv": 104, "rtree": 184, "rtx": 67, "rubi": 101, "rule": [8, 77, 149, 153, 178, 185, 199], "run": [0, 7, 10, 12, 13, 18, 23, 31, 38, 51, 64, 67, 71, 74, 78, 79, 80, 81, 82, 85, 86, 87, 88, 89, 90, 95, 97, 98, 100, 101, 102, 103, 104, 105, 106, 107, 109, 113, 116, 117, 120, 121, 122, 123, 127, 128, 130, 131, 132, 134, 137, 138, 140, 141, 143, 144, 146, 149, 150, 152, 153, 155, 156, 157, 159, 161, 162, 163, 164, 166, 169, 170, 171, 173, 175, 176, 178, 179, 181, 182, 183, 184, 185, 186, 187, 188, 189, 194, 195, 198, 200, 202, 203, 204, 207, 209, 212, 213, 215, 216, 218], "run_limit": 56, "run_pend": 166, "run_serv": 121, "runapp": 131, "runnabl": 182, "runtim": 103, "ruptur": 186, "rust": [184, 188], "rustc": [184, 185, 186], "rustfmt": 185, "rw": 199, "rweav": 149, "rwx": 170, "ryan": 203, "sa": 186, "sad": 91, "safari": [24, 142, 218], "safe": [59, 197], "safer": 59, "sage": [0, 18, 21, 68, 74, 76, 87, 91, 97, 111, 123, 132, 136, 147, 149, 153, 155, 162, 166, 178, 180, 181, 184, 185, 196, 198, 199, 203, 204, 210, 215, 217, 218], "sage_custom": 87, "sage_output": 166, "sage_path": 133, "sage_select": [170, 184, 185, 186, 187, 188, 189, 190], "sage_serv": 133, "sagebug": 130, "sagemanifold": 178, "sagemath": [67, 87, 103, 106, 130, 133, 140, 146, 149, 153, 155, 181, 184, 185, 187, 188, 189, 190, 198, 215], "sagemathcloud": [24, 29, 181], "sagemathinc": [28, 54, 55, 57, 58, 70, 76, 133, 145, 167, 175, 178], "sagetex": 185, "sagew": [0, 24, 29, 97, 153, 170, 175, 178, 203], "sagews2ipynb": [175, 203], "sagews2pdf": 175, "sai": [64, 68, 76, 84, 92, 99, 111, 136, 138, 157, 163, 170, 175, 193, 199, 204, 214, 215], "said": 142, "sake": 103, "salvu": [133, 175], "same": [7, 10, 12, 14, 22, 38, 41, 49, 59, 62, 64, 67, 70, 74, 76, 85, 88, 90, 99, 100, 103, 106, 111, 112, 114, 126, 132, 137, 139, 142, 144, 146, 147, 149, 152, 153, 155, 156, 164, 166, 170, 174, 175, 178, 179, 181, 185, 194, 197, 198, 199, 200, 203, 204, 207, 209, 212, 214, 218], "saml": 199, "sampl": [21, 23, 31, 32, 53, 55, 58, 64, 74, 77, 99, 108, 153, 157, 164, 169, 170, 174, 175, 178, 197, 212, 214], "sandbox": [67, 85], "sanit": 153, "saoimag": 184, "saoimageds9": 187, "sas7bcat": 186, "sas7bdat": 186, "satellit": 185, "satijalab": 185, "satisfi": 67, "sav": 186, "save": [7, 10, 12, 13, 31, 38, 59, 60, 64, 68, 74, 77, 84, 89, 90, 99, 103, 104, 109, 111, 132, 136, 147, 149, 150, 151, 166, 168, 170, 175, 177, 179, 180, 191, 197, 198, 200, 204, 214, 218], "save_sess": 175, "sbin": [129, 166], "scalabl": [12, 77, 140, 156], "scale": [88, 189, 209, 218], "scatter": [185, 187], "scenario": 67, "scene": [64, 111, 138, 197, 199, 218], "schedul": [18, 19, 67, 88, 166, 179, 185, 214, 215], "schema": [31, 32, 40, 54, 56, 178], "schemat": 218, "scheme": [106, 133], "schmidt": 80, "sci": 100, "scienc": [67, 153, 167, 181, 185, 189, 203], "scientif": [100, 117, 159, 181, 185, 218], "scientist": 77, "scikit": [184, 185, 186], "scipi": [103, 133, 175, 185, 186], "scm": 172, "score": 197, "scp": [138, 170], "scrapi": 187, "scratch": [133, 178, 185, 197], "screen": [1, 4, 7, 13, 31, 69, 76, 84, 99, 133, 151, 159, 168, 170, 184, 191, 193, 196, 197, 212, 214, 218], "screenshot": [69, 73, 74, 83, 100, 127, 137, 146, 149, 151, 164, 167, 168, 179, 181, 185, 198, 201, 214, 218], "scribu": 218, "script": [7, 64, 79, 84, 88, 117, 123, 126, 128, 131, 138, 158, 162, 184, 186, 197, 198, 199, 218], "scriptsaf": 84, "scroll": [59, 87, 99, 103, 106, 109, 129, 138, 153, 170, 194, 199, 212], "scrollabl": 146, "sdk": 184, "seaborn": [134, 184, 186], "seamlessli": [67, 186], "search": [4, 9, 49, 62, 68, 71, 76, 80, 99, 114, 125, 133, 149, 168, 169, 170, 174, 175, 178, 180, 185, 192, 193, 194, 209, 210], "searchabl": 174, "season": [186, 188], "second": [0, 9, 13, 18, 21, 22, 31, 38, 40, 45, 64, 67, 73, 83, 84, 104, 111, 113, 117, 121, 125, 137, 142, 145, 153, 164, 166, 170, 171, 174, 175, 182, 183, 191, 200, 201, 212], "secret": [59, 170, 178, 199], "secret_password": [16, 48], "section": [3, 4, 6, 7, 55, 67, 80, 92, 100, 124, 134, 149, 150, 153, 159, 170, 179, 192, 193, 194, 196, 197, 199, 200, 201, 204, 208, 214], "secur": [3, 37, 39, 40, 54, 67, 84, 96, 141, 145, 147, 149, 170, 173, 178, 194, 195, 197, 199, 215, 218], "sed": 153, "see": [0, 1, 2, 3, 4, 5, 6, 7, 8, 10, 12, 22, 28, 29, 31, 32, 40, 53, 54, 55, 56, 61, 62, 63, 64, 66, 67, 69, 70, 71, 74, 76, 77, 78, 83, 86, 87, 88, 92, 93, 98, 99, 100, 103, 106, 107, 108, 109, 110, 111, 112, 114, 115, 121, 123, 124, 126, 127, 128, 131, 132, 134, 137, 138, 140, 144, 145, 146, 147, 149, 150, 151, 152, 153, 155, 156, 157, 159, 161, 163, 166, 168, 169, 170, 171, 173, 174, 175, 176, 178, 179, 180, 181, 184, 185, 186, 187, 189, 191, 192, 193, 194, 196, 197, 198, 199, 202, 203, 204, 208, 209, 212, 213, 214, 218], "seed": 159, "seek": 185, "seem": [68, 136, 200], "seen": [70, 198, 200, 201], "segment": [107, 175], "select": [1, 3, 4, 7, 40, 62, 67, 69, 71, 72, 74, 76, 77, 86, 87, 91, 94, 99, 101, 102, 103, 104, 111, 114, 117, 119, 121, 123, 127, 128, 129, 131, 138, 144, 145, 149, 150, 151, 153, 155, 157, 163, 164, 165, 167, 169, 170, 174, 178, 179, 181, 184, 185, 186, 188, 189, 191, 192, 193, 194, 197, 198, 199, 201, 203, 212, 213, 214, 218], "selecteddata": 131, "selectinput": 131, "selector": [64, 149, 153, 181], "selenium": [185, 187], "self": [4, 81, 177, 197, 198, 199], "sell": [12, 207, 212], "semant": 185, "semicolon": [34, 150], "send": [3, 10, 13, 27, 31, 33, 38, 46, 56, 58, 62, 84, 113, 124, 170, 175, 178, 193, 194, 196, 199, 203, 212], "sens": [12, 64, 80, 140, 149, 152, 173, 193, 207], "sensibl": 64, "sensit": [10, 72, 199], "sent": [13, 24, 30, 31, 34, 38, 40, 44, 62, 84, 132, 193, 194, 196], "sentenc": 151, "sentiment": 186, "sep": [111, 115, 131, 166], "separ": [23, 49, 74, 99, 102, 114, 128, 133, 145, 150, 153, 168, 170, 194, 195, 196, 197, 202, 215], "septemb": 163, "seq": 187, "sequenc": [38, 106, 185], "seri": [84, 184, 185, 186, 187, 188, 204], "serif": [126, 149], "seriou": [171, 207], "serv": [12, 13, 31, 67, 81, 84, 139, 155, 170, 178, 215, 216], "server": [3, 4, 9, 10, 12, 13, 31, 37, 56, 64, 68, 76, 78, 83, 89, 102, 103, 105, 107, 109, 113, 117, 121, 122, 130, 131, 132, 133, 134, 140, 145, 147, 153, 157, 158, 160, 162, 163, 171, 175, 177, 179, 181, 185, 186, 187, 188, 189, 194, 195, 198, 199, 209, 210, 214, 215, 216, 217, 218], "server_app": 81, "server_doc": 81, "server_nam": 67, "servic": [12, 31, 32, 53, 62, 67, 68, 76, 77, 93, 98, 139, 156, 157, 170, 176, 181, 185, 194, 198, 207, 215], "session": [6, 13, 31, 53, 64, 67, 68, 86, 99, 103, 104, 106, 111, 127, 131, 132, 133, 137, 141, 142, 146, 147, 157, 163, 166, 169, 171, 175, 181, 185, 195, 198, 203, 207, 210, 212, 216], "set": [1, 2, 3, 6, 7, 9, 10, 16, 17, 18, 20, 22, 38, 56, 58, 59, 62, 64, 67, 68, 70, 74, 76, 80, 82, 83, 88, 90, 91, 98, 102, 103, 107, 109, 110, 114, 123, 124, 129, 132, 133, 134, 135, 137, 138, 139, 144, 145, 146, 150, 152, 153, 155, 157, 158, 159, 160, 162, 164, 166, 168, 169, 174, 175, 185, 186, 187, 188, 191, 192, 193, 194, 195, 198, 199, 200, 201, 210, 212, 213, 214, 218], "set_plot_opt": 133, "set_xlabel": 134, "set_xticklabel": 134, "set_ylabel": 134, "set_yscal": 134, "setdiff": 131, "setenv": 111, "setmainfont": 149, "setmainlanguag": 149, "setup": [12, 67, 80, 84, 88, 98, 101, 102, 112, 116, 133, 138, 144, 155, 159, 162, 178, 185, 186, 195, 198, 199, 201, 202, 210, 212, 215], "setuptool": 185, "seurat": 185, "sever": [3, 4, 6, 13, 29, 31, 38, 71, 84, 88, 102, 103, 104, 107, 111, 114, 119, 127, 129, 137, 138, 143, 146, 147, 149, 150, 153, 162, 168, 170, 184, 185, 186, 195, 198, 203, 207], "sf": 121, "sgp4": 185, "sh": [59, 129, 166, 203], "shade": 81, "shape": [179, 186, 214], "shapefil": 185, "share": [3, 4, 5, 39, 40, 59, 62, 64, 67, 68, 74, 78, 80, 84, 87, 103, 111, 124, 130, 135, 137, 138, 147, 153, 154, 158, 159, 164, 169, 170, 175, 179, 181, 195, 198, 199, 200, 201, 203, 209, 214], "sharelatex": [148, 151], "shed": 64, "sheet": [84, 101], "sheffield": 193, "shell": [37, 38, 71, 103, 134, 137, 138, 166, 170, 184, 185, 199, 218], "sherpa": [185, 187], "shift": [18, 74, 76, 84, 91, 97, 127, 133, 137, 145, 146, 147, 151, 155, 175, 191, 194], "shine": 207, "shini": [101, 181], "shinyapp": 131, "shinythem": 131, "shm": 67, "shop": [84, 212], "short": [3, 10, 56, 68, 71, 80, 84, 87, 99, 103, 149, 162, 177, 180, 195, 203, 207, 216], "shortcut": [70, 145, 150, 179, 214], "shorter": [169, 185], "shortli": 170, "should": [6, 10, 13, 31, 45, 51, 59, 64, 74, 77, 80, 82, 83, 84, 87, 88, 93, 100, 102, 103, 104, 111, 113, 114, 115, 117, 126, 129, 131, 133, 135, 140, 150, 151, 153, 166, 170, 175, 178, 180, 190, 191, 193, 195, 200, 207, 213, 215, 216, 218], "shouldn": [144, 153], "show": [3, 4, 5, 6, 10, 13, 20, 31, 40, 51, 67, 69, 71, 74, 80, 81, 84, 87, 90, 100, 103, 106, 111, 112, 121, 126, 129, 130, 133, 134, 145, 146, 147, 149, 150, 151, 152, 153, 159, 161, 162, 166, 168, 169, 170, 171, 174, 175, 179, 181, 191, 194, 197, 198, 199, 203, 204, 207, 213, 214, 218], "show_bug": 184, "show_trailing_whitespac": 40, "showcas": 67, "shown": [3, 4, 5, 7, 12, 62, 67, 69, 78, 86, 90, 137, 145, 147, 150, 151, 168, 170, 171, 174, 194, 198, 199, 201, 218], "showwarn": [104, 111], "shut": [67, 88, 107, 163], "shutdown": [84, 209], "si": 184, "side": [12, 69, 70, 84, 137, 145, 146, 150, 153, 159, 170, 174, 175, 178, 179, 185, 195, 199, 214, 218], "sidebar": [9, 180], "sidebarpanel": 131, "sigkil": 107, "sigma": [80, 100], "sign": [1, 4, 22, 34, 48, 52, 57, 59, 61, 62, 74, 84, 94, 99, 107, 112, 114, 124, 137, 141, 150, 153, 159, 163, 168, 170, 171, 174, 178, 179, 191, 194, 195, 198, 210, 212, 214], "signal": [13, 31, 107, 113, 149, 203], "signed_in": 22, "signifi": 178, "signific": [107, 171, 186], "significantli": [3, 157, 170, 209], "silent": [94, 194, 199], "simann": 185, "similar": [9, 12, 67, 80, 81, 103, 115, 129, 135, 137, 139, 146, 151, 153, 166, 170, 175, 189, 193, 196, 197, 198, 200, 204, 212], "similarli": [98, 103, 114, 149, 175, 185], "simpl": [38, 74, 77, 84, 121, 164, 166, 178, 185, 187, 215, 218], "simpleaudio": 147, "simpler": 212, "simplest": [103, 141], "simpli": [67, 77, 102, 134, 153, 157, 164, 170, 175, 193, 198, 199, 212], "simplic": 100, "simplifi": [115, 149, 170, 181, 218], "simul": [64, 101, 185, 186, 187, 188, 218], "simultan": [3, 12, 64, 67, 74, 84, 114, 144, 153, 177, 178, 179, 191, 193, 196, 200, 214], "sin": [62, 81, 95, 175], "sinc": [10, 12, 52, 62, 63, 64, 67, 91, 98, 102, 103, 125, 133, 149, 166, 178, 185, 186, 188, 191, 195, 199, 200, 209, 216], "sine": [81, 175], "singl": [7, 12, 20, 49, 51, 52, 64, 67, 70, 86, 97, 106, 111, 120, 146, 150, 151, 153, 164, 168, 175, 178, 185, 194, 195, 205, 212, 215, 218], "sip": 185, "sit": [107, 153], "site": [6, 56, 70, 84, 103, 104, 130, 133, 153, 156, 158, 163, 199, 202, 207, 209, 212], "sitelicensequota": 56, "situat": [3, 12, 84, 107, 111, 132, 136, 149, 150, 197, 199, 203, 215], "six": [103, 186], "size": [51, 67, 82, 89, 92, 111, 138, 147, 174, 177, 179, 185, 198, 201, 202, 203, 209, 214, 218], "size_t": 100, "sk": [51, 52, 55, 56, 57, 58], "sk_abcdefqwerty090900000000": [14, 16, 17, 18, 21, 22, 23, 24, 25, 27, 28, 29, 30, 33, 34, 35, 37, 38, 39, 40, 41, 42, 44, 47, 48, 49, 50, 59], "sk_tt9hr4nnotsiuxx0": 56, "sk_xxxxx": [55, 57, 58], "skip": [193, 195], "sklearn": [184, 185], "sktime": 187, "skyfield": 185, "sl": 166, "sla": 215, "slack": 77, "slash": [62, 74, 86, 99, 164, 179, 214], "slate": 174, "slatej": 153, "sleep": [12, 38, 133, 166, 186, 195], "slepc": 185, "slide": [68, 126, 145, 217], "slider": [60, 121, 175, 198, 199, 204], "sliderinput": 131, "slideshow": [101, 179], "slightli": [181, 185], "slow": [0, 66, 68, 84, 136, 170, 198, 199], "slower": [67, 132], "slowli": 132, "sluggish": 198, "slycot": 184, "sm": 129, "small": [3, 62, 64, 67, 84, 88, 111, 125, 139, 145, 147, 149, 151, 155, 166, 171, 178, 186, 188, 197, 201, 207, 218], "smaller": [64, 67, 89, 133, 147, 149, 155], "smallest": 111, "smart": 84, "smart_ind": 40, "smc": [31, 32, 40, 129, 133, 166], "smc_pyutil": 90, "smem": 129, "smith": 30, "smooth": 216, "smoother": [67, 209], "smoothli": [67, 84, 104, 195], "sn": 134, "snappi": [185, 218], "snapshot": [13, 31, 89, 103, 133, 158, 162, 167, 170, 191, 198, 199, 209], "sne": 185, "snippet": [68, 88, 90, 149, 169, 197, 213, 217], "snp": 188, "so": [6, 7, 10, 12, 35, 53, 54, 56, 64, 67, 70, 84, 91, 93, 94, 99, 103, 104, 107, 110, 115, 123, 124, 131, 132, 133, 138, 140, 144, 145, 147, 152, 153, 160, 170, 174, 178, 179, 181, 193, 194, 196, 197, 198, 199, 200, 203, 214, 215, 216], "soap": 185, "soc": 216, "socket": [93, 123], "softwar": [0, 5, 12, 64, 67, 68, 87, 101, 102, 104, 130, 132, 136, 140, 141, 155, 158, 179, 198, 199, 204, 207, 209, 214, 218], "solut": [12, 64, 84, 91, 111, 115, 132, 166, 186, 197], "solv": [82, 84, 130, 145, 175, 185, 187, 189, 198, 199], "solver": [185, 189], "some": [3, 6, 10, 12, 41, 47, 52, 54, 62, 64, 67, 70, 74, 80, 81, 82, 83, 90, 91, 100, 102, 107, 111, 114, 117, 124, 126, 130, 132, 138, 144, 145, 146, 147, 149, 150, 153, 155, 156, 164, 168, 170, 173, 174, 175, 178, 179, 181, 184, 185, 186, 187, 192, 193, 194, 196, 197, 199, 200, 204, 207, 212, 214, 215, 216, 218], "some_other_email": 193, "somebodi": [112, 212], "somedai": 56, "somehow": [84, 112, 125], "someon": [4, 12, 33, 34, 111, 130, 155, 170, 207], "someth": [6, 7, 51, 56, 61, 67, 84, 119, 133, 147, 155, 170, 180, 196, 199, 213, 216], "sometim": [67, 84, 94, 111, 114, 142, 149, 152, 153, 170, 215, 216, 218], "somewher": [59, 115, 133, 163, 170], "soon": [12, 80, 111, 145, 185, 186, 194, 196, 197, 199, 212], "sooner": 178, "sophist": [56, 77, 84, 121, 148, 199, 207], "sorri": 149, "sort": [40, 56, 111, 112, 129, 133, 166, 178, 191], "sound": [64, 147], "soupsiev": 185, "sourc": [0, 12, 18, 20, 21, 31, 32, 40, 53, 54, 55, 57, 58, 64, 67, 78, 80, 84, 87, 99, 100, 103, 104, 107, 119, 126, 134, 138, 141, 150, 151, 152, 153, 155, 159, 163, 164, 166, 178, 180, 181, 185, 186, 187, 188, 199, 203, 213, 215, 218], "source_path": [13, 31], "source_project_id": [13, 31], "sourceurl": 126, "sp": 175, "space": [3, 40, 49, 60, 62, 64, 67, 68, 74, 82, 86, 102, 111, 129, 133, 136, 138, 145, 153, 157, 161, 162, 168, 170, 174, 179, 180, 186, 191, 193, 203, 210, 214], "spaces_instead_of_tab": 40, "spaci": 186, "spam": [62, 194], "span": [174, 193, 203], "spare": 3, "sparql": 185, "spatial": 184, "spawn": [147, 159], "speak": 80, "spec": [28, 153], "speci": [131, 188], "special": [3, 84, 87, 102, 103, 104, 120, 124, 149, 150, 175, 177, 187, 197, 209], "specialmatric": 186, "specif": [4, 12, 13, 18, 20, 24, 31, 59, 62, 70, 74, 76, 87, 101, 102, 103, 104, 107, 112, 121, 131, 132, 140, 146, 149, 150, 152, 153, 167, 169, 170, 179, 181, 182, 184, 185, 186, 196, 198, 199, 203, 204, 210, 212, 215], "specifi": [3, 4, 7, 14, 18, 21, 22, 38, 40, 55, 76, 77, 103, 115, 131, 145, 150, 153, 157, 160, 170, 174, 180, 181, 186, 194, 200, 201, 209], "spectrometri": 188, "speech": 198, "speed": [10, 64, 67, 84, 120, 138, 185, 198, 216], "spell": 150, "spend": [67, 177], "sphere": 186, "spherogram": 186, "sphinx": [184, 185], "spike": 111, "spin": [10, 140, 186, 199, 215], "spiral": 137, "spirit": [103, 149], "splash": 4, "split": [0, 69, 74, 77, 78, 86, 88, 95, 99, 100, 113, 120, 127, 131, 133, 137, 145, 149, 151, 153, 218], "spoken": 80, "sporad": 84, "spot": [67, 103], "spotlight": 207, "spp": 186, "spreadsheet": [99, 185, 194, 212, 218], "spss": 218, "spun": 88, "spyder": [185, 218], "spyder3": 218, "sql": [123, 186], "sqlalchemi": 185, "sqlite": 184, "sqlite3": 184, "sqlitebrows": 184, "sqlline": 184, "squar": [153, 188], "squarifi": 187, "src": [13, 18, 19, 20, 22, 28, 31, 32, 40, 54, 90, 126, 129, 147, 153, 166, 175], "src_path": [13, 18, 20, 21, 31], "src_project_id": [13, 18, 20, 21, 31], "srv": 115, "ss": [129, 166, 175], "ssh": [51, 64, 67, 91, 93, 98, 133, 162, 166, 171, 210], "ssh_host_rsa_kei": [129, 166], "sshd": [129, 166], "sshd_config": 166, "ssl": 139, "sso": 199, "st": 134, "stabil": 133, "stabl": [185, 186, 188], "stable_current_amd64": 67, "stack": [104, 141, 175, 181, 182, 183, 185, 188, 198], "stackexchang": 149, "stackoverflow": 138, "stacktrac": 175, "staff": 8, "stage": 85, "staggeringli": 64, "stai": [155, 170, 188, 199], "stale": [166, 189], "stall": [84, 132, 194], "stamp": 178, "stand": [97, 111, 149, 153, 185, 193, 218], "standalon": [12, 131, 156], "standard": [3, 40, 67, 102, 135, 140, 150, 170, 174, 175, 185, 199, 201, 207, 215], "standbi": 209, "stapler": 184, "star": [137, 185], "start": [3, 10, 13, 23, 31, 38, 49, 53, 54, 62, 64, 67, 68, 74, 78, 79, 81, 84, 86, 87, 91, 96, 97, 99, 100, 101, 102, 103, 104, 106, 111, 115, 116, 117, 120, 121, 127, 128, 129, 132, 133, 134, 137, 138, 139, 140, 141, 143, 145, 148, 149, 152, 153, 155, 157, 159, 160, 162, 163, 168, 169, 170, 174, 175, 178, 179, 182, 183, 184, 185, 186, 189, 190, 191, 194, 195, 198, 200, 203, 205, 207, 212, 213, 214, 215], "start_metr": 31, "startup": [88, 121, 185], "stat": [64, 84, 129, 166, 186, 218], "stata": 186, "state": [12, 51, 56, 63, 67, 77, 80, 111, 132, 170, 175, 185, 186, 198, 199], "statement": [67, 77, 141, 149, 193], "static": [84, 94, 133, 178], "statist": [0, 100, 103, 104, 150, 167, 170, 181, 184, 185, 218], "statsmodel": [185, 186], "statsplot": 185, "statu": [3, 5, 7, 13, 18, 20, 29, 31, 53, 56, 67, 82, 84, 88, 123, 152, 157, 159, 166, 170, 175, 177, 185, 210], "status_cod": 53, "stderr": [38, 166, 175], "stdin": 103, "stdio": 133, "stdlib": 100, "stdout": [38, 166, 175], "steadi": 188, "steal": 88, "stein": [0, 64, 67, 102, 111, 142, 215], "step": [59, 67, 87, 94, 99, 101, 103, 104, 105, 106, 109, 110, 138, 141, 149, 153, 164, 167, 170, 171, 178, 192, 194, 197, 199, 201], "stephen": 134, "sthe": 60, "sticki": [153, 174], "still": [6, 18, 21, 25, 64, 70, 84, 91, 103, 111, 115, 116, 129, 145, 155, 170, 177, 178, 184, 185, 186, 188, 192, 198, 199, 200, 203, 209], "stop": [3, 4, 38, 53, 54, 67, 76, 94, 111, 123, 132, 133, 146, 147, 152, 163, 166, 169, 171, 175, 178, 191, 192, 198, 199, 209], "stopwatch": [68, 217], "storag": [60, 64, 89, 156, 162, 185, 209, 210], "store": [6, 7, 40, 51, 55, 56, 64, 67, 77, 89, 91, 104, 109, 123, 140, 146, 150, 152, 156, 170, 181, 191, 198, 199, 204, 212], "str": 166, "straight": 198, "straightforward": 84, "strang": 84, "strategi": [47, 84], "stream": [84, 90, 175, 186], "streamlit": 101, "streamlit_server_base_url_path": 134, "strength": 186, "strict": 67, "strictli": [175, 187, 216], "string": [7, 14, 18, 24, 31, 32, 34, 35, 37, 48, 49, 55, 56, 58, 59, 70, 74, 90, 133, 134, 153, 168, 169, 170, 191, 193, 218], "strip": [13, 31], "strip_trailing_whitespac": 40, "stripe": 6, "strive": [67, 207, 215, 216], "strongli": 194, "structur": [13, 31, 54, 64, 120, 149, 153, 185, 193], "stuck": [68, 136, 203, 218], "student": [3, 62, 67, 68, 90, 99, 110, 115, 152, 155, 170, 174, 195, 196, 202, 203, 204, 212, 216], "student_id": 199, "studi": [67, 86, 189, 198], "studio": [12, 68, 217, 218], "stuff": 126, "sty": 149, "style": [56, 84, 126, 149, 175, 186, 191, 193], "styleguid": 185, "styler": 185, "sub": [149, 170, 198], "subdir1": [13, 31], "subdirectori": [57, 72, 123, 149, 162, 197], "subdivid": 175, "subdocu": 149, "subdomain": [67, 93], "subfil": 150, "subfold": [178, 193, 199], "subject": [3, 24, 29, 33, 34], "sublim": 74, "submiss": 186, "submit": [45, 88, 199], "subplot": 134, "subprocess": 166, "subroutin": 95, "subscrib": [76, 140, 207], "subscript": [3, 67, 111, 141, 152, 157, 170, 171, 198, 199, 201, 207, 210, 212], "subsequ": [99, 193], "subset": 12, "subshel": 103, "subslid": 145, "substanti": [64, 207, 216], "substitut": [3, 87, 133], "subtitl": 174, "subtl": [153, 170], "succe": [18, 21, 84, 87], "succeed": 103, "success": [13, 14, 16, 18, 21, 25, 31, 33, 35, 42, 47, 59, 103, 115], "successfulli": [67, 103, 170, 181, 200], "successor": 184, "sud": 185, "suddenli": [82, 147], "sudo": [67, 80, 135, 137], "suffer": 198, "suffici": [12, 67, 114, 156, 174, 200], "suffix": [86, 164], "sugar": 133, "suggest": [3, 84, 87, 92, 132, 140, 149, 150, 192, 218], "suit": [12, 31, 32, 185, 207, 218], "suitabl": [12, 18, 67, 70, 146, 150, 185], "sum": [88, 111, 129, 209], "summar": [136, 204], "summari": [129, 150, 153, 157, 186, 197], "super": 218, "superpow": 67, "supersed": 54, "superus": 103, "suppli": [39, 41], "support": [3, 12, 24, 29, 31, 32, 35, 40, 54, 61, 62, 64, 67, 69, 84, 85, 91, 94, 95, 102, 103, 104, 106, 114, 115, 116, 117, 119, 120, 122, 125, 129, 130, 132, 134, 140, 141, 142, 144, 145, 153, 155, 159, 170, 171, 175, 179, 184, 186, 189, 191, 195, 196, 197, 198, 203, 207, 212, 213, 214, 218], "support_ticket": 29, "support_ticket_url": 24, "suppos": [64, 87, 103, 128, 146, 147, 149, 175, 201, 203], "sure": [3, 54, 67, 79, 83, 87, 88, 91, 103, 104, 109, 110, 111, 114, 123, 124, 125, 130, 132, 134, 138, 146, 147, 149, 152, 163, 166, 170, 178, 181, 185, 192, 193, 198, 201, 204, 207, 218], "surfac": [186, 187], "surject": 74, "surpris": [67, 153, 185, 215], "surround": [74, 153, 218], "surviv": [111, 216], "suspect": [66, 107, 163], "suspend": 67, "sustain": 67, "svg": [101, 147, 179, 184, 185, 214], "swap": 129, "swarm": 185, "sweav": 149, "swirl": 184, "swirl_data_dir": 184, "swirl_opt": 184, "switch": [62, 64, 67, 70, 74, 84, 85, 88, 95, 99, 100, 103, 105, 111, 126, 129, 133, 144, 152, 155, 164, 174, 184, 185, 186, 188, 189, 190, 198, 203, 204, 218], "sy": [90, 104, 111, 116, 131], "symbol": [62, 80, 84, 133, 149, 153, 191], "symengin": 185, "symlink": [79, 133, 170, 185], "symmetri": 186, "sympi": [149, 172, 184, 186], "symptom": 84, "sympyblock": 149, "sync": [64, 67, 153, 185, 195], "syncer": 185, "synchron": [12, 67, 140, 153, 191, 199, 203], "synctex": 150, "syntact": 133, "syntax": [3, 62, 86, 94, 127, 138, 149, 153, 155, 175, 184, 213], "synthet": 40, "synthmon": 40, "system": [6, 12, 67, 68, 76, 80, 83, 84, 91, 102, 103, 105, 115, 128, 129, 133, 138, 140, 149, 153, 155, 159, 162, 164, 175, 177, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 193, 198, 209, 210, 215, 216, 218], "sytnax": 185, "t": [4, 8, 14, 28, 40, 51, 52, 54, 55, 56, 57, 58, 59, 62, 64, 67, 68, 69, 70, 71, 74, 76, 80, 86, 87, 89, 92, 99, 102, 103, 111, 112, 115, 116, 119, 123, 125, 131, 132, 133, 134, 136, 139, 145, 147, 149, 151, 153, 155, 157, 159, 166, 170, 171, 174, 175, 177, 178, 179, 184, 185, 186, 189, 197, 198, 199, 204, 209, 214, 215, 218], "t1": 150, "t4": 67, "t4fex0qkt9": 38, "ta": 62, "tab": [0, 3, 5, 62, 70, 74, 76, 77, 78, 82, 83, 87, 88, 99, 111, 112, 113, 114, 117, 122, 123, 126, 132, 133, 134, 137, 149, 152, 160, 164, 170, 171, 173, 178, 191, 192, 193, 194, 197, 198, 199, 200, 201, 202, 213], "tab_siz": 40, "tabl": [10, 31, 32, 35, 40, 109, 115, 123, 149, 161, 184, 185, 187, 195], "tablet": [179, 214], "tabul": 186, "tabular": 69, "tag": [24, 62, 157, 162, 175, 191, 193], "take": [12, 38, 64, 67, 74, 83, 84, 100, 104, 109, 117, 121, 133, 137, 145, 149, 150, 168, 170, 171, 179, 192, 193, 196, 197, 198, 212, 214, 215, 216, 218], "taken": [1, 22, 71, 77, 100, 103, 121, 131, 137, 157, 166, 168, 175, 180, 181, 193], "talk": [24, 124, 179], "tar": [133, 149, 163], "tarbal": [104, 133, 149, 163], "targ": 20, "target": [14, 18, 19, 20, 21, 33, 34, 38, 39, 41, 42, 50, 135, 138, 149, 185, 199, 218], "target_path": [13, 18, 21, 31], "target_project_id": [13, 18, 20, 21, 31], "task": [10, 67, 68, 84, 88, 101, 103, 120, 140, 149, 153, 170, 174, 185, 197, 209, 217], "task_id": 191, "task_output": 166, "tb": 64, "tcp": [88, 93], "tcp_port": [129, 166], "teach": [3, 68, 115, 140, 170, 177, 181, 182, 183, 192, 193, 195, 198, 201], "teacher": [62, 68, 194, 195], "team": [34, 67, 77, 90, 132, 140, 141, 171, 178, 207], "technic": [12, 64, 84, 133, 140, 149, 159, 163, 194, 215, 216], "techniqu": [111, 180, 185], "technologi": [12, 13, 31, 198], "tediou": 51, "tell": [45, 79, 84, 100, 102, 103, 104, 112, 121, 125, 129, 132, 133, 149, 185, 199, 218], "tellurium": [184, 186], "temp": 88, "temperatur": 67, "templat": [76, 106, 149, 150, 151, 160, 167, 185, 197], "tempor": [153, 185], "temporari": [48, 79, 82, 88, 149, 150, 151, 162, 185], "temporarili": [48, 55, 111, 203], "temporary_directori": 88, "ten": [12, 138, 152, 195], "tend": 12, "teneto": [185, 186], "tensorboard": [81, 139, 184, 185, 186], "tensorflow": [67, 77, 181, 184, 185, 186], "tensorli": 185, "tequila": 189, "terabyt": 64, "term": [64, 67, 76, 86, 87, 88, 103, 113, 127, 133, 138, 147, 166, 175, 178, 184, 185, 189, 191, 199, 203], "termin": [0, 7, 12, 18, 21, 64, 67, 68, 71, 74, 76, 78, 80, 81, 85, 86, 87, 88, 92, 95, 98, 99, 100, 102, 103, 104, 105, 109, 113, 117, 121, 123, 127, 128, 129, 131, 132, 134, 136, 138, 140, 145, 147, 149, 153, 155, 160, 161, 162, 163, 166, 169, 170, 175, 181, 184, 185, 186, 188, 189, 195, 196, 198, 206, 207, 210, 213, 215, 217], "terminul": 203, "terra": 185, "test": [3, 10, 12, 31, 32, 37, 71, 77, 80, 84, 87, 93, 100, 102, 103, 104, 111, 115, 123, 133, 139, 141, 153, 170, 171, 181, 184, 185, 186, 187, 193, 197, 199], "testmon": 185, "testproj": 170, "testproject": 40, "testthat": 115, "tex": [55, 74, 94, 119, 149, 150, 151, 160, 164, 185, 218], "texcount": 150, "texhash": 149, "texliv": 184, "texmac": 218, "texmak": 218, "texmfhom": 149, "texstudio": 218, "text": [3, 24, 33, 39, 40, 41, 50, 55, 68, 69, 71, 72, 77, 80, 94, 134, 145, 147, 149, 150, 168, 169, 170, 175, 178, 180, 181, 182, 183, 192, 193, 195, 204, 212, 217, 218], "text_file_read_from_project": 41, "textarea": 170, "textbf": 151, "textbox": 149, "textliv": 155, "textract": 185, "textual": 186, "textwidth": 149, "tf": [77, 186], "tfd": 77, "than": [3, 6, 8, 10, 22, 31, 32, 34, 51, 64, 67, 74, 76, 83, 84, 87, 89, 90, 92, 99, 106, 114, 120, 132, 139, 140, 146, 152, 153, 164, 170, 175, 189, 193, 194, 198, 199, 203, 204, 207, 209, 212, 215], "thank": 178, "theano": 185, "thei": [3, 10, 14, 38, 42, 48, 50, 52, 64, 67, 70, 84, 85, 91, 95, 107, 111, 112, 119, 124, 125, 133, 146, 147, 149, 151, 152, 153, 159, 166, 170, 178, 179, 180, 181, 182, 183, 186, 192, 193, 194, 196, 197, 198, 199, 200, 201, 202, 203, 207, 209, 212, 214, 215, 218], "them": [3, 6, 12, 52, 62, 64, 67, 76, 77, 84, 94, 99, 104, 107, 111, 112, 119, 120, 124, 125, 132, 133, 138, 140, 146, 147, 149, 150, 151, 153, 157, 159, 164, 168, 170, 173, 175, 178, 179, 181, 182, 185, 186, 189, 191, 192, 193, 194, 196, 198, 199, 200, 203, 204, 209, 212, 214, 215, 216, 218], "theme": [4, 40, 129, 131, 185, 191], "themselv": 124, "theorem": 186, "theoret": 67, "theori": [100, 120, 185, 218], "therefor": [64, 94, 103, 106, 149, 150, 170, 184, 209, 213], "thermal": [182, 183], "thi": [3, 4, 6, 7, 10, 12, 13, 14, 18, 19, 20, 22, 23, 26, 28, 31, 32, 34, 35, 38, 40, 46, 48, 49, 51, 52, 53, 54, 55, 56, 57, 59, 61, 62, 64, 66, 67, 68, 70, 71, 74, 76, 77, 79, 80, 81, 82, 83, 84, 85, 87, 88, 90, 91, 92, 93, 94, 97, 98, 99, 100, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 117, 119, 120, 121, 123, 124, 125, 126, 128, 129, 131, 132, 133, 134, 135, 136, 137, 138, 139, 145, 146, 147, 148, 149, 150, 151, 152, 153, 155, 156, 157, 159, 160, 162, 163, 164, 166, 167, 168, 169, 170, 171, 173, 174, 175, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 207, 208, 209, 212, 213, 214, 215, 216, 218], "thing": [3, 46, 56, 63, 67, 84, 86, 107, 112, 115, 132, 133, 147, 149, 168, 175, 214], "think": [175, 181, 196], "third": [12, 64, 80, 137, 153, 182, 183, 201, 207], "those": [3, 31, 32, 51, 62, 67, 70, 76, 84, 111, 114, 156, 166, 169, 170, 179, 184, 192, 194, 199, 200, 214, 215], "though": [18, 21, 56, 80, 94, 102, 107, 111, 155, 170, 192, 197, 209, 218], "thousand": [12, 174, 195, 198], "thread": [62, 88], "three": [77, 88, 90, 153, 159, 175, 179, 182, 183], "threshold": 138, "through": [3, 67, 77, 84, 91, 99, 123, 128, 133, 140, 145, 174, 175, 209, 212], "thu": [67, 142, 153, 170], "thunderbird": 218, "ti": 203, "tick": 153, "ticket": [24, 29, 114, 125, 171, 175, 185], "tide": 185, "tidytransit": 185, "tidyvers": 185, "tie": 178, "tier": 207, "tighten": 184, "tightli": 159, "tikz": [149, 187], "tikzit": 218, "tikzpictur": 149, "tile": 194, "time": [0, 3, 4, 5, 6, 10, 12, 13, 18, 22, 29, 31, 35, 37, 38, 46, 49, 53, 60, 62, 64, 66, 67, 70, 74, 76, 80, 83, 84, 88, 91, 99, 102, 110, 111, 117, 121, 122, 124, 125, 126, 128, 129, 133, 137, 140, 144, 146, 149, 150, 152, 153, 156, 159, 161, 162, 164, 168, 169, 170, 171, 177, 178, 179, 180, 181, 185, 186, 187, 188, 191, 193, 194, 195, 198, 200, 201, 202, 203, 204, 205, 209, 212, 214, 215, 216], "timelin": 169, "timeout": [3, 18, 21, 38, 40, 122, 163, 170, 171, 175, 185, 194, 200, 201, 207, 210], "timer": [68, 217], "timestamp": [18, 20, 90, 164, 169, 199], "timetravel": [12, 67, 68, 101, 125, 132, 140, 144, 145, 146, 149, 158, 170, 185, 198, 199, 215], "timezon": 83, "timml": 188, "tini": [166, 170, 175], "tip": [68, 77, 111, 123, 130, 143, 144, 149, 158, 195], "tipp": 88, "titl": [5, 7, 23, 33, 34, 56, 81, 126, 137, 153, 162, 168, 169, 171, 174, 178, 180, 194, 197, 198, 210], "tk": [129, 137], "tkinter": 137, "tl": 84, "tldr": [184, 185], "tmp": [38, 55, 88, 104, 129, 166, 185], "tmp2": 199, "tmux": 133, "tmuxp": 185, "toal": 78, "toc": [109, 185], "todo": [153, 191], "tofil": 138, "togeth": [64, 170, 181, 186, 196], "toggl": [126, 129, 145, 161, 164, 171, 179, 191, 199], "token": [13, 14, 22, 31, 48, 56, 77, 84, 99, 101, 150, 162, 170], "token_id": 14, "toml": 134, "tomographi": 186, "ton": 67, "too": [10, 64, 68, 89, 93, 111, 112, 136, 149, 155, 163, 185, 209, 216], "took": 146, "tool": [7, 67, 68, 84, 92, 93, 96, 111, 133, 140, 163, 170, 179, 184, 185, 186, 187, 188, 191, 197, 198, 207, 218], "toolbar": [1, 62, 68, 70, 106, 111, 115, 141, 145, 168, 169, 174, 179, 185, 193, 197, 201, 210, 214], "toolbox": 189, "toolchain": [186, 187], "toolkit": [67, 117, 185], "toolset": 188, "top": [62, 67, 74, 76, 84, 88, 92, 102, 103, 106, 107, 119, 130, 132, 133, 140, 145, 149, 150, 153, 157, 165, 168, 170, 174, 175, 178, 179, 180, 181, 184, 190, 191, 193, 196, 197, 198, 200, 201, 203, 210, 214, 218], "topic": [76, 152, 167, 168, 182, 183, 203], "topmost": [171, 212], "torchvis": 185, "tornado": [133, 185], "tos": 68, "total": [3, 28, 34, 70, 129, 199, 209], "touch": [46, 64, 199, 215, 218], "touch_project": 31, "tour": [2, 68, 76, 141, 158, 168, 171, 186, 187, 188, 190, 210], "toward": [6, 71, 153, 155, 157], "tpot": [185, 186], "trace": 175, "traceback": 103, "track": [3, 67, 76, 84, 107, 149, 161, 195, 197, 204, 212], "track_revis": 40, "trackpad": [179, 214], "traffic": [64, 67, 84, 93, 131], "train": [10, 68, 77, 184, 195], "transact": [67, 210], "transal": [], "transfer": [18, 21, 64, 67, 77, 210, 212], "transform": [10, 77], "transit": [149, 179], "translat": [10, 12, 62, 94, 133, 185], "transpar": [67, 179, 185, 213, 214], "transpil": 184, "trash": 195, "trashcan": 179, "travel": [60, 170, 175, 195, 198, 204], "tree": [51, 103, 129, 131, 133], "treemap": 187, "trend": [186, 188], "tri": [10, 149, 155, 218], "triag": 136, "trial": [3, 6, 68, 76, 98, 132, 140, 177, 194, 208, 209, 216], "triangl": [73, 175, 199], "triangul": 187, "triangular": [9, 73], "trick": [68, 77, 143, 195], "tricki": 215, "trigger": [56, 62, 70, 151], "trip": 171, "tripl": 153, "trivial": 80, "troubl": [84, 107, 144, 147], "troubleshoot": [68, 93], "true": [18, 20, 21, 22, 38, 40, 49, 51, 56, 64, 88, 90, 104, 115, 121, 137, 147, 153, 166, 175], "truli": [80, 178], "truncat": [38, 133], "trust": [153, 174, 178], "truth": 22, "try": [3, 10, 12, 64, 66, 67, 76, 80, 82, 102, 103, 111, 112, 115, 130, 139, 147, 163, 170, 185, 186, 207, 212, 215, 216, 218], "tslint": 185, "ttf": 185, "ttl": 67, "tty": [129, 166], "tuba": 147, "tuffi": 185, "tunabl": 12, "tune": [187, 215], "ture": 185, "turicr": 185, "turn": [10, 62, 65, 67, 200, 204], "turtl": 101, "tutori": [31, 32, 67, 74, 78, 80, 133, 138, 153, 175, 181, 184, 203], "tux": 80, "tuxpaint": 218, "tv": 84, "tweak": [102, 188, 190], "twice": [120, 121, 137, 149], "twitter": [4, 52, 76, 112, 185, 192], "two": [20, 28, 31, 32, 49, 56, 67, 74, 76, 83, 84, 85, 88, 99, 114, 115, 117, 120, 134, 138, 144, 145, 150, 151, 152, 157, 166, 170, 175, 181, 194, 198, 199, 200, 201, 204, 209, 214], "txt": [18, 21, 39, 40, 41, 50, 74, 92, 197, 199, 218], "type": [4, 7, 10, 12, 24, 30, 31, 32, 37, 38, 40, 47, 49, 51, 52, 53, 56, 58, 62, 64, 67, 76, 86, 90, 91, 98, 99, 102, 103, 104, 107, 111, 115, 117, 123, 125, 127, 129, 132, 133, 137, 138, 145, 153, 160, 168, 169, 170, 174, 175, 178, 181, 185, 187, 193, 196, 197, 198, 203, 205, 209, 212, 218], "typescript": [184, 185, 186], "typeset": [94, 124, 148, 149, 179, 181, 191, 214], "typic": [3, 10, 67, 103, 120, 175, 201, 209], "typo": 112, "tzwhere": 185, "u": [10, 12, 13, 14, 16, 17, 18, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 33, 34, 35, 37, 38, 39, 40, 41, 42, 44, 47, 48, 49, 50, 51, 52, 55, 56, 57, 58, 61, 64, 67, 68, 77, 81, 84, 91, 102, 103, 104, 107, 112, 116, 125, 126, 132, 140, 144, 155, 163, 170, 171, 181, 184, 185, 186, 201, 202, 207, 212, 215, 216], "ubiquit": 153, "ubuntu": [7, 79, 106, 126, 170, 181, 184, 185, 188, 203, 218], "ucsc": 185, "ui": [13, 31, 70, 131, 133, 175, 185, 203, 215, 218], "uint8": 77, "ujf": 184, "uk": 193, "umap": 185, "unabl": [82, 192, 198, 218], "unavail": 178, "uncertain": 82, "uncheck": [153, 179, 214], "uncompl": 103, "undefin": [52, 64], "undelet": [112, 170, 195], "under": [0, 2, 3, 4, 5, 7, 40, 54, 64, 67, 82, 85, 99, 103, 111, 114, 117, 124, 129, 133, 142, 144, 145, 146, 149, 150, 152, 156, 157, 159, 162, 170, 173, 174, 178, 180, 181, 192, 197, 198, 199, 207, 212], "undergradu": 130, "underli": [13, 31, 64, 156, 181, 204, 215, 216], "underlin": [74, 149, 150], "underscor": [62, 168], "understand": [64, 67, 102, 111, 136, 171, 207], "undesir": 84, "undo": [91, 178, 204], "undo_depth": 40, "unencrypt": 91, "unexpect": 107, "unfamiliar": 84, "unfold": 3, "unfortun": [64, 67, 125, 199], "ungrad": 193, "unhid": 170, "unicod": 62, "unicodeplot": 185, "unifi": [67, 189, 198], "uniform": 185, "uniformli": 159, "uniqu": [12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 33, 34, 35, 37, 38, 39, 40, 41, 42, 43, 44, 46, 48, 49, 50, 103, 170, 177, 178, 186, 193, 194], "unit": [12, 28, 31, 32, 184, 185], "univers": [84, 182, 183, 187, 192, 198, 199], "unix": [80, 123, 133, 163], "unix_socket_": 123, "unix_socket_directori": 123, "unix_socket_permiss": 123, "unless": [67, 102, 125, 198, 199, 202, 218], "unlik": [3, 64, 70, 84, 145, 170, 204], "unlimit": [64, 140], "unlink": [4, 47], "unlink_passport": 31, "unlist": [4, 5, 178], "unpack": [64, 79, 103], "unplug": 84, "unpublish": 5, "unread": [154, 171], "unsav": [82, 170], "unspecifi": 104, "unsupervis": 185, "unsupport": 84, "until": [4, 67, 70, 115, 121, 132, 133, 152, 155, 170, 171, 175, 192, 193, 194, 212, 218], "untrust": 153, "unus": [12, 100, 157], "unwant": 10, "unzip": [79, 149], "up": [1, 2, 3, 4, 6, 10, 12, 13, 22, 31, 34, 51, 52, 55, 59, 62, 64, 67, 70, 71, 76, 79, 82, 83, 84, 87, 88, 91, 94, 98, 99, 100, 102, 103, 104, 105, 109, 116, 119, 120, 121, 125, 129, 131, 133, 135, 136, 137, 138, 139, 140, 145, 146, 147, 149, 150, 155, 157, 159, 162, 164, 167, 168, 169, 170, 171, 178, 179, 181, 184, 185, 187, 188, 191, 192, 193, 194, 195, 197, 198, 200, 202, 203, 204, 205, 209, 212, 213, 214, 216, 218], "upd": [184, 185, 186, 187, 188, 189, 190], "updat": [3, 51, 56, 73, 84, 87, 103, 104, 111, 126, 131, 145, 151, 154, 155, 164, 169, 170, 171, 194, 196, 197, 199], "updated_at": 29, "updgrad": 170, "upgrad": [3, 4, 6, 9, 28, 53, 56, 68, 76, 77, 88, 102, 103, 104, 107, 109, 110, 111, 114, 133, 138, 158, 162, 163, 168, 169, 171, 177, 178, 184, 185, 186, 188, 193, 194, 195, 198, 199, 202, 210, 212], "upgrd": 28, "upload": [7, 62, 64, 70, 77, 101, 103, 104, 106, 119, 128, 145, 149, 151, 170, 198, 207], "upon": [150, 184, 200, 201], "upper": [1, 2, 4, 6, 60, 69, 74, 82, 84, 86, 91, 99, 106, 107, 112, 117, 119, 124, 125, 127, 132, 137, 138, 145, 151, 164, 168, 169, 170, 178, 179, 191, 194, 196, 197, 198, 203, 212, 214], "upset": 188, "upstream": [153, 185], "uptim": [3, 56, 133], "urgent": [170, 215], "url": [4, 24, 29, 31, 32, 33, 34, 48, 51, 52, 53, 54, 55, 56, 59, 62, 70, 77, 81, 84, 88, 121, 124, 126, 133, 134, 138, 139, 152, 153, 198], "url_base_pathnam": 121, "urlencod": [31, 32], "us": [0, 3, 4, 5, 6, 7, 9, 12, 13, 16, 18, 22, 23, 24, 26, 31, 32, 34, 35, 37, 40, 46, 48, 53, 54, 55, 57, 58, 59, 62, 64, 70, 71, 72, 74, 76, 77, 78, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 92, 93, 95, 97, 99, 100, 101, 102, 103, 104, 105, 106, 108, 109, 112, 115, 116, 119, 120, 123, 125, 126, 127, 128, 129, 130, 131, 134, 137, 138, 140, 141, 142, 144, 145, 146, 150, 151, 152, 156, 158, 160, 161, 162, 163, 164, 166, 171, 174, 175, 177, 178, 179, 181, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 200, 201, 202, 203, 205, 209, 213, 214, 215, 218], "usa": 100, "usabl": [77, 198], "usag": [22, 64, 67, 80, 84, 90, 107, 129, 138, 149, 159, 162, 184, 207, 210], "usage_int": 22, "usb": 60, "usepackag": [149, 150], "user": [2, 7, 9, 10, 12, 13, 14, 18, 22, 23, 25, 28, 29, 31, 33, 34, 39, 41, 42, 46, 47, 48, 49, 50, 51, 53, 54, 56, 57, 62, 67, 70, 74, 76, 77, 80, 81, 84, 87, 90, 93, 98, 99, 102, 104, 105, 109, 114, 123, 124, 129, 131, 133, 134, 144, 145, 146, 147, 149, 150, 153, 155, 156, 159, 162, 164, 165, 166, 169, 170, 174, 175, 177, 178, 179, 182, 183, 184, 185, 186, 194, 196, 197, 199, 200, 203, 204, 207, 209, 214, 215, 216], "user_ag": 24, "user_auth": 31, "user_auth_token": 48, "user_queri": [40, 51], "user_search": 31, "user_search_result": 49, "userguid": 79, "usernam": [4, 24, 30, 77, 103, 170, 178], "usethi": 185, "usr": [80, 87, 103, 104, 111, 116, 129, 131, 133, 166, 184], "uss": 129, "usual": [13, 31, 38, 40, 67, 84, 98, 102, 103, 106, 111, 123, 145, 147, 149, 155, 170, 174, 179, 181, 187, 188, 189, 201, 203, 214], "ut": 153, "utc": [18, 166, 191], "utcnow": 166, "utf": [126, 150], "utf8": [150, 166], "util": [28, 31, 32, 40, 67, 74, 79, 80, 82, 92, 101, 111, 115, 133, 149, 170, 184, 185, 186, 190, 199, 209], "utl": 198, "uuid": [13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 37, 38, 39, 40, 41, 42, 43, 44, 46, 48, 49, 50, 55, 88, 134, 191], "v": [5, 9, 87, 90, 95, 103, 111, 140, 160, 163, 176, 177, 179, 184, 185, 213, 214, 215, 218], "v1": [13, 14, 16, 17, 18, 21, 22, 23, 24, 25, 27, 28, 29, 30, 32, 33, 34, 35, 37, 38, 39, 40, 41, 42, 44, 47, 48, 49, 50, 56, 59, 68, 158, 185], "v2": [53, 55, 56, 57, 58, 59, 68, 158, 210], "v4": [99, 191], "valgrind": 188, "valid": [3, 14, 31, 32, 54, 56, 59, 84, 149, 153, 170, 185, 187, 192, 197], "valu": [3, 31, 32, 38, 83, 103, 109, 120, 123, 131, 138, 149, 166, 170, 213], "valuabl": 6, "vanish": [149, 218], "vaniti": [4, 170], "var": [126, 131, 149], "varchar": 123, "vari": [67, 74, 138, 200, 201, 209, 215], "variabl": [56, 67, 91, 102, 103, 109, 116, 131, 132, 133, 134, 137, 147, 162, 175, 180, 184, 185, 188, 203, 210, 213, 218], "variant": [103, 149, 150, 181, 189, 218], "variat": [153, 185], "varieti": [12, 54, 179, 186, 214], "variou": [85, 95, 105, 125, 130, 156, 163, 164, 170, 176, 181, 184, 186, 187, 189, 190], "vast": [12, 67, 181], "vcd": 185, "vcpu": [3, 67, 209], "vctr": 185, "ve": [54, 103, 112, 119, 132, 147, 149, 178, 193, 198, 199, 202, 203], "vector": [149, 218], "vega": 100, "vendor": [141, 216], "verbos": [166, 170, 175], "veri": [3, 10, 51, 64, 67, 82, 88, 91, 103, 107, 114, 144, 146, 149, 151, 166, 170, 175, 178, 181, 189, 193, 198, 199, 201, 204, 207, 209, 215, 216], "verifi": [103, 195], "verilog": 185, "versa": [67, 146], "versatil": 198, "version": [12, 18, 21, 54, 66, 67, 68, 70, 77, 79, 83, 86, 99, 101, 103, 104, 115, 125, 126, 129, 131, 133, 140, 146, 147, 149, 155, 170, 175, 178, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 193, 195, 199, 203, 204, 215, 218], "versu": [4, 105, 143, 170, 181], "vertic": [74, 88, 99, 100, 137, 151, 179, 185, 203, 214], "vh": 185, "vi": [92, 199], "via": [0, 13, 14, 18, 29, 31, 35, 42, 52, 56, 64, 67, 81, 84, 87, 88, 93, 97, 98, 100, 101, 103, 104, 114, 115, 129, 131, 133, 135, 138, 139, 142, 145, 146, 149, 150, 153, 155, 163, 166, 170, 175, 178, 179, 181, 184, 185, 186, 187, 188, 192, 193, 195, 199, 203, 207, 210, 212, 214, 218], "viabl": 215, "vice": [67, 146], "victim": 84, "video": [10, 12, 62, 67, 84, 145, 156, 215], "videochat": 184, "view": [1, 5, 6, 8, 47, 53, 55, 57, 58, 59, 69, 70, 73, 74, 76, 92, 95, 99, 102, 106, 115, 117, 129, 133, 139, 140, 145, 146, 149, 151, 153, 154, 157, 161, 168, 169, 170, 171, 175, 178, 184, 185, 191, 195, 197, 199, 203, 204, 209, 211, 212, 218], "viewer": [68, 93, 175, 217], "vim": [67, 70, 91, 92, 191, 218], "virtual": [12, 67, 87, 88, 103, 116, 156, 175, 185, 215, 216, 218], "virtualenv": 87, "viru": 84, "visibl": [67, 106, 130, 137, 139, 153, 170, 197, 198, 199, 218], "visit": [1, 6, 48, 56, 59, 62, 66, 70, 76, 83, 99, 110, 139, 152, 171, 212], "visual": [12, 68, 81, 185, 187, 188, 217, 218], "visualis": 185, "vital": 216, "vm": [64, 133, 185, 212], "void": [100, 133], "vollkorn": 185, "volum": [100, 175, 189], "voluntari": 76, "voucher": [67, 68, 140, 177, 200], "vpat": 76, "vpn": 177, "vqe": 185, "vsz": [129, 166], "vv": 170, "w": [178, 185, 186, 196], "wa": [5, 13, 20, 25, 31, 44, 47, 63, 64, 67, 138, 147, 149, 163, 170, 181, 184, 185, 187, 199, 200, 201, 204, 215, 218], "wacom": [179, 214], "wai": [8, 10, 12, 18, 20, 64, 67, 74, 77, 82, 83, 84, 85, 88, 90, 95, 98, 102, 103, 107, 112, 114, 117, 120, 127, 129, 133, 134, 136, 137, 138, 145, 146, 147, 149, 151, 157, 169, 170, 174, 175, 178, 179, 181, 187, 193, 194, 196, 198, 199, 200, 201, 203, 212, 214, 215], "wait": [0, 12, 13, 18, 21, 31, 67, 84, 99, 104, 113, 121, 132, 137, 152, 171, 181, 199, 218], "wait_until_don": [13, 18, 31], "walk": 51, "wall": 100, "want": [3, 4, 7, 13, 31, 52, 56, 57, 62, 64, 66, 67, 74, 76, 77, 83, 84, 85, 87, 92, 93, 97, 99, 102, 103, 105, 107, 111, 114, 119, 120, 124, 125, 129, 130, 133, 139, 144, 145, 146, 147, 149, 151, 153, 155, 156, 157, 164, 168, 169, 170, 175, 178, 179, 181, 192, 193, 194, 196, 197, 198, 199, 200, 201, 202, 203, 205, 208, 212, 215, 216], "warm": 100, "warmup": 64, "warn": [4, 56, 68, 76, 80, 83, 84, 100, 104, 105, 117, 136, 139, 144, 145, 150, 151, 170, 181, 194, 198, 200, 201, 218], "wasn": [103, 170], "wast": [67, 195], "watch": [84, 111, 124, 146, 185], "wav": 175, "wave": 175, "waveform": 175, "wavfil": 175, "we": [3, 4, 6, 10, 12, 13, 31, 49, 51, 52, 54, 56, 60, 61, 62, 64, 67, 80, 81, 84, 87, 88, 91, 93, 97, 98, 99, 100, 103, 104, 107, 109, 112, 114, 115, 116, 125, 132, 133, 138, 140, 142, 144, 147, 151, 152, 153, 155, 166, 170, 175, 178, 181, 184, 185, 186, 187, 188, 189, 193, 194, 196, 197, 199, 201, 202, 203, 207, 209, 215, 216, 218], "weather": 84, "web": [13, 31, 66, 67, 83, 84, 91, 93, 121, 131, 132, 133, 139, 145, 149, 158, 162, 170, 181, 184, 198, 203, 210, 218], "webpack": [185, 186], "webpag": 84, "webquiz": 149, "websit": [13, 31, 66, 70, 84, 91, 93, 103, 115, 116, 131, 134, 149, 175, 179, 187, 196], "websocket": [81, 184], "websockifi": 184, "webui": 67, "week": [3, 40, 54, 124, 185, 201], "weekend": 64, "weekli": [64, 186, 188], "weight": [126, 185], "weird": 153, "welcom": [76, 134, 140, 168, 198, 216], "well": [10, 12, 18, 64, 67, 77, 80, 84, 90, 114, 115, 131, 133, 140, 144, 145, 149, 150, 155, 157, 160, 166, 170, 174, 179, 181, 184, 185, 192, 199, 200, 207, 214, 215, 218], "went": 80, "were": [14, 42, 70, 84, 102, 111, 115, 155, 169, 175, 180, 184, 186, 188, 201, 215, 218], "wget": [67, 138, 149, 198], "what": [4, 8, 12, 24, 29, 64, 67, 68, 70, 79, 87, 89, 90, 92, 93, 94, 100, 102, 107, 115, 120, 124, 125, 129, 132, 141, 144, 145, 151, 152, 159, 162, 170, 176, 178, 179, 181, 186, 188, 189, 190, 193, 195, 197, 199, 207, 210, 212, 214, 215], "whatev": [103, 106, 133, 138, 139, 164], "whatsoev": 133, "whe": 117, "wheel": 103, "when": [1, 3, 4, 5, 6, 7, 8, 10, 12, 13, 20, 31, 37, 38, 48, 51, 64, 67, 70, 76, 84, 87, 88, 90, 92, 93, 98, 99, 102, 103, 106, 111, 112, 115, 125, 127, 132, 133, 134, 137, 139, 140, 142, 144, 145, 146, 147, 149, 150, 152, 153, 156, 157, 163, 164, 165, 166, 169, 170, 171, 173, 174, 178, 179, 180, 181, 185, 191, 192, 193, 194, 196, 197, 199, 200, 203, 204, 207, 209, 212, 213, 214, 218], "whenev": [133, 149, 151, 175, 178], "where": [2, 3, 6, 10, 38, 49, 50, 56, 59, 62, 64, 67, 74, 76, 79, 83, 84, 87, 90, 91, 94, 104, 111, 113, 114, 115, 119, 123, 133, 136, 137, 138, 140, 142, 149, 150, 162, 163, 170, 178, 180, 184, 186, 188, 194, 197, 198, 201, 203, 207, 212, 215, 218], "whereas": 147, "wherev": 130, "whether": [47, 83, 84, 132, 145, 175, 192, 197], "which": [3, 7, 10, 12, 13, 18, 19, 20, 21, 25, 31, 33, 34, 38, 39, 40, 42, 48, 49, 51, 52, 54, 56, 62, 64, 67, 70, 74, 79, 80, 84, 87, 88, 90, 91, 94, 100, 103, 105, 106, 111, 113, 115, 119, 132, 133, 134, 137, 138, 139, 142, 144, 146, 147, 149, 150, 151, 153, 157, 159, 162, 164, 166, 167, 168, 170, 175, 178, 181, 182, 183, 184, 185, 186, 188, 191, 192, 193, 194, 196, 198, 199, 200, 201, 203, 209, 212, 213, 215, 218], "whichev": 197, "while": [8, 64, 67, 70, 74, 76, 83, 131, 133, 137, 145, 152, 153, 157, 164, 166, 170, 171, 178, 179, 184, 192, 194, 195, 199, 200, 203, 204, 212, 214, 215], "white": 129, "whiteboard": [62, 68, 153, 174, 178, 179, 205, 217], "whitelist": [84, 93], "who": [33, 34, 67, 84, 124, 130, 142, 147, 152, 158, 164, 169, 170, 178, 179, 194, 199, 200, 212, 214, 215], "whole": [10, 12, 159, 164, 170, 193, 198], "whose": [16, 17, 28, 39, 40, 41, 52, 71, 151, 164, 168, 193, 215], "why": [67, 68, 84, 107, 133, 141, 156, 162, 163, 166, 175, 177, 185, 195, 210], "wide": [56, 59, 76, 83, 102, 128, 133, 153, 155, 179, 181, 185, 186, 187, 188, 189, 190, 214], "widget": [12, 144, 147, 170, 178, 179, 193, 214], "width": [81, 149, 186, 203], "wifi": 84, "wiggl": 62, "wiki": [76, 114, 123, 148, 153, 155, 184], "wikibook": [149, 150, 184], "wikipedia": [120, 153], "william": [0, 10, 64, 67, 102, 111, 142, 156, 215], "williamstein": 178, "win": 133, "window": [4, 6, 13, 31, 66, 70, 71, 77, 84, 91, 95, 99, 114, 133, 153, 163, 170, 171, 178, 185], "windsock": 186, "winter": 186, "wire": 210, "wirefram": 218, "wireless": 84, "wisdom": 80, "wish": [3, 9, 67, 84, 103, 149, 212], "wit": 181, "within": [31, 32, 70, 71, 72, 76, 77, 103, 114, 144, 145, 149, 161, 168, 170, 186, 191, 193, 199, 205, 212, 214, 215, 218], "without": [6, 12, 64, 67, 70, 76, 84, 86, 103, 119, 132, 133, 139, 145, 150, 152, 164, 169, 170, 174, 178, 181, 184, 185, 192, 195, 197, 198, 201, 202, 212, 215, 216, 218], "won": [8, 59, 70, 74, 86, 87, 99, 132, 133, 139, 147, 155, 170, 189, 198], "wonder": [64, 215], "wooden": 103, "word": [5, 6, 62, 74, 82, 84, 149, 152, 153, 168, 171], "wordcloud": 185, "work": [3, 7, 10, 12, 13, 14, 31, 38, 51, 54, 62, 64, 67, 68, 71, 74, 77, 79, 82, 86, 87, 88, 89, 93, 97, 102, 103, 104, 106, 107, 111, 113, 114, 116, 120, 123, 125, 129, 131, 133, 134, 135, 136, 137, 138, 139, 140, 144, 146, 147, 150, 151, 152, 153, 155, 159, 162, 166, 169, 170, 174, 175, 178, 179, 180, 181, 182, 183, 184, 185, 186, 191, 192, 193, 194, 195, 196, 197, 199, 200, 203, 204, 209, 212, 213, 214, 215, 216, 218], "workaround": [84, 91, 92, 97, 142, 149, 181, 199], "worker": 88, "workflow": [182, 183, 215, 218], "worksheet": [0, 24, 29, 62, 68, 76, 91, 95, 97, 103, 111, 116, 123, 130, 132, 136, 140, 153, 155, 162, 178, 180, 181, 184, 185, 187, 188, 189, 190, 198, 199, 203, 204, 210, 215, 217], "workshop": [67, 140, 177, 216], "workspac": 104, "world": [39, 50, 56, 116, 133, 139, 141, 166, 182, 183, 186, 187, 216], "worldwid": 84, "worri": [10, 64, 123, 125, 133, 139], "worst": 67, "would": [7, 10, 49, 56, 76, 84, 87, 103, 110, 119, 128, 138, 142, 144, 146, 147, 153, 170, 174, 192, 199, 200, 202, 215, 216], "wrap": [77, 94, 192], "wrapper": [70, 95, 184, 186], "wrench": [111, 132, 133, 138, 152, 170, 179, 218], "writabl": [104, 164, 175], "write": [10, 13, 18, 19, 20, 21, 31, 40, 54, 56, 62, 64, 67, 77, 95, 99, 123, 125, 133, 134, 140, 145, 153, 155, 166, 170, 175, 178, 186, 196, 198, 199, 201, 218], "write_text_file_to_project": 31, "write_wav": 175, "writeabl": 103, "writer": 218, "written": [50, 181, 185, 186, 197, 199], "wrong": [80, 87, 100, 112, 125, 151, 175], "wstein": [56, 178], "wurlitz": 185, "www": [31, 32, 84, 91, 172, 184, 185], "wx5": 218, "wxagg": 218, "wxmaxima": 218, "wysiwyg": 174, "x": [10, 28, 29, 31, 32, 37, 55, 57, 58, 62, 64, 67, 81, 91, 95, 100, 121, 131, 133, 134, 146, 149, 151, 153, 170, 175, 179, 184, 185, 187, 191, 199, 203, 204, 214, 218], "x11": [68, 92, 98, 116, 133, 140, 177, 184, 185, 186, 187, 213, 217], "x264": 185, "x86": [66, 187], "x86_64": [79, 103, 104, 185], "xarrai": [185, 186], "xclip": 184, "xcol": 131, "xdist": 185, "xdotool": 184, "xedit": 218, "xelatex": [149, 150, 185], "xetex": 181, "xeu": 184, "xf": 149, "xfoo": 49, "xfractint": 186, "xgal": 81, "xgboost": [184, 185], "xl": 188, "xlrd": [185, 188], "xml": [185, 218], "xmlx": 218, "xournal": 218, "xpaint": 218, "xport": 186, "xpra": [184, 185, 186], "xss": [153, 174], "xterm": [184, 203], "xvf": 133, "xvfb": 184, "xx": 175, "xxx": [96, 103, 141], "xyce": 188, "xyz": [24, 29, 35, 38, 175], "xyzabc09090": 22, "y": [10, 18, 67, 81, 95, 100, 104, 121, 131, 134, 137, 170, 179, 214], "yahoo": 194, "yale": 116, "yaml": [74, 185], "yanon": 126, "yapf": [184, 185, 186], "ybar": 49, "ycol": 131, "ye": [64, 124, 142, 163, 170, 192, 207], "year": [3, 64, 67, 134, 178, 181, 186, 188], "yearli": [3, 186, 188], "yellow": [84, 107, 137], "yet": [15, 19, 20, 43, 56, 64, 67, 69, 114, 115, 145, 149, 152, 178, 179, 184, 185, 186, 187, 188, 194, 197, 198, 199, 200, 201, 213, 214, 215], "yfinanc": 187, "ygal": 81, "you": [0, 1, 2, 4, 5, 6, 7, 8, 9, 10, 12, 13, 14, 18, 19, 20, 21, 31, 33, 34, 40, 41, 42, 48, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 64, 66, 67, 68, 69, 70, 71, 72, 74, 76, 77, 78, 79, 80, 81, 82, 83, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 97, 98, 99, 100, 102, 103, 104, 105, 106, 107, 109, 110, 111, 112, 113, 114, 115, 116, 117, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 136, 137, 138, 139, 140, 141, 142, 144, 145, 146, 147, 150, 151, 152, 153, 154, 155, 156, 159, 160, 161, 162, 163, 164, 166, 167, 168, 169, 170, 171, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 207, 208, 209, 211, 212, 213, 214, 215, 218], "your": [0, 1, 2, 3, 4, 5, 6, 8, 10, 12, 13, 31, 51, 52, 54, 55, 57, 58, 59, 60, 61, 62, 64, 66, 67, 68, 70, 71, 74, 77, 78, 79, 80, 81, 82, 86, 87, 88, 89, 91, 92, 93, 98, 99, 102, 103, 104, 105, 106, 107, 110, 112, 113, 114, 115, 117, 119, 120, 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 144, 145, 146, 149, 150, 151, 152, 153, 154, 155, 156, 157, 160, 162, 163, 164, 166, 167, 168, 169, 171, 173, 174, 175, 176, 179, 180, 181, 184, 185, 186, 189, 191, 192, 193, 194, 196, 197, 199, 200, 201, 202, 203, 204, 207, 209, 210, 212, 213, 214, 215, 216, 218], "your_api_kei": 53, "your_course_nam": 193, "your_minio_access_kei": 77, "your_minio_secret_kei": 77, "your_minio_url": 77, "yourself": [12, 64, 67, 84, 103, 112, 140, 168, 170, 196, 207], "yu": 178, "yy": 175, "yy16bit": 175, "z": [91, 95, 100, 129, 175], "zax": 199, "zealou": 84, "zeep": 185, "zendesk": [24, 29], "zero": [67, 84, 149, 170, 179, 214, 215], "zig": 187, "zip": [79, 103, 119, 149, 163, 164, 199], "zipfil": [119, 199], "zone": [3, 67, 145, 191, 215], "zoom": [91, 151, 179], "zsav": 186, "zucker": 100, "zz": 185, "\u30c4": 218, "\u4e2d\u6587\u5206\u8bcd": 185, "\u4e2d\u6587\u5206\u8bcd\u7ec4\u4ef6": 185, "\u505a\u6700\u597d\u7684": 185, "\u7ed3\u5df4": 185}, "titles": ["R IDE", "Account Dropdown Menu", "Account Toolbar", "Licenses", "Preferences", "Public files", "Purchases", "SSH keys", "Support", "Activity Bar", "AI Assistant", "Alternatives", "Alternative to JupyterHub", "API Examples & Howto", "add_collaborator", "add_license_to_project", "change_email_address", "change_password", "copy_path_between_projects", "copy_path_delete", "copy_path_status", "copy_public_path_between_projects", "create_account", "create_project", "create_support_ticket", "delete_account", "disconnect_from_project", "forgot_password", "get_available_upgrades", "get_support_tickets", "get_usernames", "API v1", "Purpose", "invite_collaborator", "invite_noncloud_collaborators", "log_client_error", "metrics", "ping", "project_exec", "public_get_text_file", "query", "read_text_file_from_project", "remove_collaborator", "remove_license_from_project", "reset_forgot_password", "start_metrics", "touch_project", "unlink_passport", "user_auth", "user_search", "write_text_file_to_project", "directory-listing", "email-address-from-account-id", "get-purchases (Python example)", "API v2", "latex", "purchasing licenses", "stop", "user-query", "API Keys", "Backups", "Billing FAQ", "Chatrooms", "ChatGPT", "Cloud File System", "CoCalc Cloud", "CoCalc Desktop", "Compute Servers", "Welcome to CoCalc\u2019s User Manual!", "CSV Viewer", "Display Options", "Explorer", "Files Search", "Flyout Panels", "Frame Editor", "Index", "Getting Started", "Getting Started with Hub", "Assembly Language Programming", "Install AWS CLI", "Bash Fortunes", "Bokeh / DASK / Holoview", "Can\u2019t Save File", "CoCalc says your clock is off", "Debugging connectivity issues", "Convert HTML to PDF", "C++ Programming", "Custom Jupyter Kernel", "Dask cluster", "Disk Space Warning", "Export TimeTravel History", "Use External Tools", "File Too Large", "Configure Firewall", "Fix broken Jupyter PDF export", "Fortran Programming", "Front-end Web Development", "GAP Jupyter kernel not available", "Git Version Control", "Google Sheets API Demo", "GSL C Code Compilation", "How-tos", "Install Julia Packages", "Install Python Packages", "Install R Packages", "Setup Jupyter Extensions", "Jupyter Kernel Selection", "Jupyter Kernel Terminated", "SVG and PNG plots in Jupyter Notebooks", "JupyterLab Extensions", "License Doesn\u2019t Work", "Low Memory Problems", "Recovering a Deleted Project", "MongoDB", "Use Multiple Accounts", "nbgrader for R", "NEURON simulation environment", "Octave Images and Plots", "<no title>", "Import from Overleaf/Sharelatex", "Utilize Multiple CPUs", "Dash", "Pluto Notebooks for Julia", "PostgreSQL", "Invite via Tokens", "Recovering a Deleted File", "RemarkJS Slideshow", "Ruby Programming", "R Step-by-Step with Jupyter", "Manage Running Processes", "Question about Sage", "Shiny", "Program Seems Slow or Stuck", "Develop Software", "Streamlit", "Install compiled software", "Troubleshooting", "Turtle Graphics with CoCalc", "Upload Files", "Run a Webserver", "What is CoCalc?", "Introduction", "iPad", "Jupyter Notebooks", "Classical Versus CoCalc Jupyter Notebooks", "CoCalc Enhancements to Jupyter Notebooks", "Getting Started with Jupyter Notebooks", "Jupyter Tips and Tricks", "LaTeX Editor", "LaTeX Howto and FAQ", "LaTeX editor features", "Getting started with LaTeX", "Licenses", "Markdown", "CoCalc News", "2020-08-18: Ubuntu 20.04 Upgrade", "CoCalc OnPrem", "Pay-As-You-Go Purchase", "Platform", "Platform News 2019-2022", "(+) New", "Processes", "Projects", "Projects FAQ", "Project Files", "Project Home", "Project Initialization Scripts", "Project Library", "Project List", "Project Log", "Project Settings", "Project Toolbar", "References", "Restrict Student Projects", "Rich Text Editing", "Sage Worksheets", "Servers", "Service Options", "Collaborate. Share! Publish!!!", "Slides", "Snippets", "Software", "Custom Software", "100 numpy exercises", "Software Updates 2018", "Software Updates 2019", "Software Updates 2020", "Software Updates 2021", "Software Updates 2022", "Software Updates 2023", "Software Updates 2024", "Task Lists", "After the Course Ends", "Course Management", "Creating a New Course", "Instructor Guide", "Collaboration", "Teaching with nbgrader", "Student Guide", "FAQ, Tips and Tricks", "Upgrading Student Projects", "Upgrading Student Projects (legacy version)", "CoCalc for Short Training Sessions", "Linux Terminal", "TimeTravel", "Stopwatches and Timers", "Tours", "Trial Projects", "Project Upgrades", "Upgrades", "User Interface", "Users", "Vouchers", "Visual Studio Code Server", "Whiteboard", "Why CoCalc?", "Why NOT CoCalc?", "Working With", "X11 Graphical Desktop"], "titleterms": {"": [67, 68, 84, 106, 111, 133, 146, 149, 163, 175, 181, 199], "0": [182, 183, 186, 187, 188, 189], "01": [159, 184, 185, 186, 187, 189, 190], "02": [185, 186, 187, 188, 189, 190], "03": [159, 184, 185, 186, 187, 188, 189], "04": [155, 159, 185, 186, 187, 188, 189], "05": [185, 186, 187, 188], "06": [184, 185, 186, 187, 188, 189], "07": [185, 186, 187, 188, 189, 190], "08": [155, 159, 184, 185, 186, 187, 188, 189], "09": [159, 184, 185, 186, 187, 188, 189], "1": [84, 107, 111, 113, 114, 119, 123, 126, 166, 185, 186, 187, 188, 189, 190, 200], "10": [84, 159, 184, 185, 186, 187, 188, 189, 190], "100": [182, 183], "101": 151, "11": [84, 184, 185, 186, 187, 188, 189], "12": [84, 159, 184, 185, 186, 187, 188, 189], "13": [84, 159, 184, 186, 187, 188], "14": [159, 185, 186, 188], "15": [159, 184, 185, 188], "16": [159, 184, 185, 186], "17": [185, 187, 188], "18": [155, 159, 184, 185, 186, 188], "19": [185, 186, 188], "2": [84, 99, 107, 111, 113, 114, 119, 123, 126, 166, 182, 183, 186, 187, 188, 189, 190, 200], "20": [155, 159, 185, 186, 189], "2018": 184, "2019": [159, 185], "2020": [155, 159, 186], "2021": [187, 188], "2022": [159, 188], "2023": 189, "2024": 190, "21": [185, 186, 187], "22": [184, 189], "23": [184, 185, 189], "24": [185, 188], "25": [185, 186, 188], "26": [185, 187], "27": [184, 185, 186, 187, 188, 189], "28": [184, 185, 186, 187, 189], "29": [184, 185, 186, 188], "3": [84, 111, 113, 114, 123, 126, 166, 185, 186, 187, 189, 200], "30": [184, 185, 186, 188, 189], "31": [185, 186], "4": [84, 111, 123, 126, 186, 187, 188, 200], "40": 186, "5": [84, 111, 126, 185, 186, 187, 188, 200], "6": [84, 186, 187, 188], "7": [84, 188], "8": [84, 188, 189], "9": [84, 186, 187, 188, 189], "ASE": 187, "As": 157, "But": 207, "For": [99, 157, 200], "If": [132, 157], "In": [102, 215], "It": 140, "NOT": 216, "No": [124, 212, 215], "Not": 157, "On": [199, 215], "One": 164, "The": [90, 149], "Their": 199, "To": [179, 214], "Will": 133, "With": [59, 179, 214, 217], "about": [90, 130, 139, 153, 170, 175], "academ": 3, "access": [64, 77, 84, 192, 198, 209], "account": [1, 2, 4, 6, 7, 52, 59, 76, 84, 114, 159, 171, 199], "account_id": 52, "across": 149, "action": [164, 169], "activ": [9, 146, 199], "ad": [87, 198, 200, 201], "add": [7, 40, 56, 84, 157, 170, 194, 197], "add_collabor": 14, "add_license_to_project": 15, "addit": [31, 32, 76], "address": [52, 199], "adjust": 133, "administr": 212, "advanc": [3, 157], "after": [192, 202], "again": 76, "ai": 10, "all": [51, 56, 84, 129, 133, 199], "altern": [11, 12, 144, 170], "alwai": 3, "am": 198, "an": [13, 31, 40, 54, 59, 61, 76, 84, 114, 115, 133, 149, 168, 175, 193, 197, 199], "anaconda": [103, 133, 188, 203], "analysi": [182, 183], "ani": [84, 163], "anonym": 159, "anyth": 216, "api": [6, 13, 31, 32, 51, 52, 54, 56, 59, 90, 99], "app": 81, "appendix": 68, "appli": [152, 200], "applic": [0, 3, 70, 116, 142, 218], "approach": 215, "ar": [84, 112, 163, 175, 199], "arrang": 212, "arrow": [179, 214], "assembl": 78, "assembli": 78, "assign": [115, 193, 197, 198, 199], "assist": [10, 194], "astropi": 186, "asymptot": 149, "async": 186, "atsa": 186, "attach": 175, "attempt": 84, "authent": [31, 32, 99], "autograd": 159, "autom": [182, 183], "automat": [6, 149, 193], "aux": 129, "auxiliari": 178, "avail": [67, 97, 134, 170, 174, 181], "aw": [79, 170], "azur": 77, "back": 163, "backslash": 149, "backup": [60, 64, 164, 175], "balanc": [6, 157], "banner": 200, "bar": [9, 71, 145, 146], "barebon": 126, "base": 186, "baseurlpath": 134, "bash": [80, 166], "bash_profil": 133, "bashrc": [80, 133], "basic": 146, "batch": [159, 168], "becom": 67, "befor": 199, "benefit": 181, "bert": 186, "besid": 166, "between": [13, 31], "bill": [10, 61, 64, 67], "binari": 133, "bind": 203, "bioconductor": [187, 188], "bitbucket": 163, "block": [84, 153], "bokeh": 81, "bookstor": 212, "box": 80, "broken": [94, 203, 218], "browser": [84, 114, 142, 163, 203], "bugfix": [186, 187], "bui": [3, 56, 152], "build": [109, 149, 150], "built": [133, 149, 181], "button": [90, 138, 146, 147], "c": [86, 100, 133], "cach": 84, "calcul": 133, "call": 133, "can": [61, 82, 84, 114, 133, 153, 163, 207], "cannot": [149, 216], "capac": [157, 200], "cart": 56, "categori": 218, "caus": 107, "cell": [133, 145, 146, 179, 214], "certif": 216, "chang": [175, 199, 204], "change_email_address": 16, "change_password": 17, "charg": 200, "chat": [10, 62, 74, 171, 179, 196, 203, 214], "chatgpt": [63, 175], "chatroom": [62, 196], "check": [83, 84, 126, 132, 149, 193], "checkbox": 153, "checker": 74, "chemistri": [182, 183], "choic": [10, 64], "choos": 67, "chrome": [84, 91], "class": 199, "classic": [106, 144, 181], "clear": [111, 204], "cli": 79, "click": 112, "client": [59, 88], "clock": 83, "clone": 98, "close": [77, 163], "cloud": [64, 65, 67, 77, 170], "cluster": 88, "cobol": 186, "cocalc": [2, 51, 52, 56, 65, 66, 67, 68, 76, 83, 84, 87, 96, 98, 99, 101, 106, 107, 114, 115, 132, 133, 137, 140, 142, 144, 145, 147, 153, 154, 156, 157, 170, 171, 178, 181, 197, 198, 202, 203, 207, 212, 215, 216], "code": [67, 74, 100, 127, 133, 146, 153, 175, 212, 213], "colab": 189, "collabor": [0, 112, 144, 153, 169, 170, 174, 178, 179, 196, 203, 214], "collect": [178, 193, 197], "com": 96, "command": [80, 95, 98, 102, 104, 150, 199, 203], "comment": 197, "commit": 77, "commun": [13, 31], "compat": 99, "compil": [100, 133, 135], "complet": [175, 191, 197], "comput": [0, 67, 84, 111, 133, 137, 145, 156, 182, 183, 200], "concis": 175, "configur": [80, 93, 103, 133, 134, 170, 200, 212], "congest": 84, "connect": [84, 88, 96, 113, 123, 132, 171, 175], "consecut": 145, "conserv": 147, "consider": [67, 178], "contact": 198, "content": [2, 10, 145, 160, 179, 197, 198, 214], "continu": [155, 207], "contribut": 170, "control": [98, 170, 198, 215], "convers": 175, "convert": [85, 159, 199], "cooki": 84, "copi": [13, 31, 179, 199, 214], "copy_path_between_project": 18, "copy_path_delet": 19, "copy_path_statu": 20, "copy_public_path_between_project": 21, "core": 3, "cost": [3, 67], "count": [150, 205], "counter": 146, "cours": [159, 192, 193, 194, 198, 199, 200], "cpu": [3, 120, 132, 209], "creat": [59, 62, 67, 76, 87, 124, 133, 149, 191, 193, 194, 197, 205, 212], "create_account": 22, "create_project": 23, "create_support_ticket": 24, "credenti": 99, "credit": [157, 212], "csv": [69, 92], "cumul": 186, "current": [170, 181], "cursor": 74, "custom": [87, 91, 102, 103, 133, 147, 149, 170, 180, 181, 182, 203], "cut": [133, 179, 214], "dark": [4, 159], "dash": 121, "dashboard": 88, "dask": [81, 88, 182, 183], "data": [10, 31, 32, 74, 77, 90, 178, 182, 183], "data8": 186, "databas": [51, 96, 123], "datasci": 186, "dataset": 77, "date": [84, 191, 199], "deal": [138, 149], "debian": 80, "debug": [84, 132, 166], "dedic": [3, 132], "deep": [182, 183], "default": [70, 133, 160, 181], "definit": 175, "degre": 198, "delet": [77, 112, 125, 145, 168, 170, 192, 199], "delete_account": 25, "demo": 99, "depot": 102, "descript": [40, 170, 191], "design": 185, "desktop": [66, 67, 70, 98, 117, 132, 137, 218], "detail": [111, 153, 181], "detect": 133, "develop": [96, 133, 166], "dialog": 218, "diff": 199, "differ": 114, "directli": 103, "directori": 51, "disabl": [6, 157, 175], "disclaim": 0, "disconnect": [133, 203], "disconnect_from_project": 26, "discount": 3, "discret": [182, 183], "disk": [64, 89, 147, 209], "displai": [7, 70, 169, 218], "distribut": [193, 197, 212], "dn": 84, "do": [61, 67, 84, 112, 149, 179, 194, 197, 200, 214], "docker": 96, "document": [133, 149, 171, 175, 178], "doe": [84, 99, 149, 157], "doesn": 110, "dollar": 149, "domain": 84, "don": [84, 144], "done": 202, "doubl": 84, "down": [84, 113, 123, 205], "download": [163, 212], "drag": [138, 145], "draw": 149, "drive": [91, 138], "drop": [138, 145], "dropbox": 91, "dropdown": 1, "due": [191, 199], "dune": 189, "durat": 178, "dynam": 139, "easi": 114, "edg": [84, 179, 214], "edit": [10, 133, 145, 152, 153, 171, 174, 179, 191, 196, 214], "editor": [4, 40, 74, 127, 148, 150, 203], "effici": [182, 183], "element": [153, 178], "elimin": 107, "els": [84, 107], "emac": 91, "email": [52, 194, 199], "emb": 147, "embed": [13, 31, 147, 153], "emoji": [153, 174], "empti": [112, 199], "emul": 98, "enabl": [6, 84, 149, 157], "encapsul": 103, "encod": 150, "end": [96, 192], "endpoint": [6, 31, 54], "enhanc": [145, 153], "enter": [197, 201], "entri": 169, "environ": [102, 103, 116, 133, 170, 181, 188, 203], "error": [84, 152, 175], "escap": 149, "estim": 64, "etc": [163, 187, 189], "even": 129, "everyon": 199, "everyth": 84, "exactli": 199, "exampl": [13, 31, 40, 53, 54, 67, 80, 88, 134, 166, 182, 183, 212], "except": 133, "execut": 146, "exercis": [182, 183], "experi": 185, "expir": 157, "explor": [71, 73], "export": [90, 94, 119, 147, 149, 153, 159, 193, 199, 204], "express": [179, 214], "extend": 175, "extens": [84, 105, 109, 203], "extern": 91, "f90": 133, "faq": [61, 84, 149, 163, 199], "featur": [12, 62, 146, 150, 153, 170, 203], "fenc": 153, "fetch": 138, "field": [40, 199], "figur": 133, "file": [2, 5, 10, 13, 31, 40, 64, 71, 72, 73, 74, 76, 80, 82, 84, 91, 92, 99, 125, 127, 138, 139, 147, 149, 150, 153, 159, 160, 163, 164, 169, 170, 175, 178, 181, 191, 194, 198, 199, 203, 204], "filenam": 4, "filesystem": 67, "filter": [168, 169], "find": [72, 73], "fingerprint": [7, 163], "finish": 198, "firefox": 84, "firewal": 93, "first": [76, 88, 99, 189], "fish": 203, "fix": [94, 114, 133, 186, 188, 190], "flexibl": 12, "flipper": 187, "flush": 77, "flyout": 73, "folder": [178, 197, 199], "font": [174, 203], "forgot_password": 27, "form": 175, "format": [31, 32, 191], "formatt": 170, "fortran": [95, 133], "fortun": 80, "forward": [67, 150, 181], "frame": [74, 127, 179, 203, 214], "free": 207, "frica": 91, "from": [52, 103, 119, 133, 138, 145, 192, 193, 199, 203, 213], "front": 96, "full": 215, "fulli": 216, "fullscreen": [70, 171], "function": 133, "further": 99, "futur": 155, "gap": 97, "gatewai": 163, "gc": 170, "gener": [4, 54, 96, 133, 139, 185, 197, 199], "geograph": 67, "get": [40, 51, 52, 53, 54, 56, 61, 76, 77, 99, 114, 146, 151, 181, 194, 198, 218], "get_available_upgrad": 28, "get_support_ticket": 29, "get_usernam": 30, "gettabl": 40, "git": [98, 103, 163, 199], "github": [163, 178], "gitlab": 163, "given": [40, 51], "glanc": 129, "glass": 72, "gnu": 78, "gnucobol": 186, "gnuplot": 149, "go": [114, 157], "gone": 112, "googl": [67, 77, 84, 91, 99, 138, 170], "gprmax": 186, "gpu": 147, "grade": [111, 193, 197], "graphic": [98, 116, 137, 218], "group": 196, "gsl": 100, "guid": [195, 198], "halt": 147, "hand": [182, 183], "handbook": [182, 183], "handout": [193, 199], "happen": 198, "hardlink": 186, "hashtag": [62, 153, 179, 191, 214], "have": [84, 199], "hax": 187, "hdpi": 218, "healpi": 186, "hebrew": 149, "height": 133, "hello": 134, "help": [171, 175], "hidden": [164, 168, 170], "hide": [164, 170, 192], "high": 218, "hint": 138, "histori": [90, 203, 204], "holoview": [81, 188], "home": 165, "host": [3, 98, 132, 163, 209, 212], "how": [10, 61, 101, 114, 115, 133, 157, 163, 175, 198, 199], "howto": [13, 31, 149, 175], "html": [74, 85, 92, 126, 153, 175], "htop": 111, "hub": [77, 90], "hyperstack": 67, "i": [10, 61, 67, 77, 83, 84, 107, 111, 112, 133, 140, 163, 169, 174, 186, 198, 202, 207, 212, 218], "icognito": 114, "icon": [72, 84, 161, 170, 176, 179, 214], "id": [0, 40, 52], "ident": 114, "identifi": 132, "idl": [133, 209], "ifram": [13, 31], "imag": [96, 117, 149, 170], "implement": 153, "import": 119, "impos": 157, "improv": 185, "includ": [149, 163], "incompat": 84, "index": 75, "indic": 68, "individu": 159, "infect": 84, "info": 186, "inform": [61, 77, 159, 182, 183], "initi": [166, 201], "insert": [145, 149, 174, 179, 214], "insid": 74, "inspect": 111, "instal": [79, 80, 84, 102, 103, 104, 133, 135, 149, 203, 218], "instead": 84, "institut": [200, 201], "instructor": [195, 197, 200], "int": 133, "integ": 133, "integr": [145, 199], "interact": 178, "interfac": [107, 210, 216], "intermedi": 84, "internet": [138, 209], "introduc": 168, "introduct": [141, 153, 175], "invers": [150, 153], "invit": [124, 168, 194, 199], "invite_collabor": 33, "invite_noncloud_collabor": 34, "invoic": [6, 61], "ipad": 142, "ipywidget": 188, "isn": [91, 207], "issu": 84, "item": 181, "j": [96, 186], "java": 133, "javascript": 186, "julia": [102, 122, 133, 185, 186, 187, 188, 190], "jupyt": [10, 76, 87, 92, 94, 95, 97, 101, 102, 103, 104, 105, 106, 107, 108, 111, 116, 117, 128, 133, 137, 143, 144, 145, 146, 147, 149, 159, 170, 179, 181, 182, 183, 186, 197, 214], "jupyterhub": 12, "jupyterlab": [67, 109, 144, 170], "just": 207, "keep": 133, "kei": [2, 7, 12, 54, 59, 163, 170, 179, 181, 203, 214], "kera": [182, 183, 186], "kernel": [87, 97, 103, 106, 107, 117, 133, 146, 186], "keyboard": [191, 218], "kill": 133, "kiosk": 70, "knitr": 149, "known": 51, "lab": [106, 181], "land": 84, "languag": [78, 101, 133, 166], "larg": [92, 138, 147, 149], "later": 99, "latest": 84, "latex": [10, 55, 74, 147, 148, 149, 150, 151, 153, 174, 179, 199, 214], "launch": 122, "layout": 218, "lean": 186, "learn": [182, 183, 187], "lectur": [182, 183, 198], "legaci": [6, 149, 201], "lib": 187, "librari": 167, "licens": [2, 3, 56, 67, 110, 152, 157, 159, 170, 192, 200, 212], "like": 133, "limit": [6, 124, 133, 157, 174, 181, 207], "line": [95, 98, 102, 104], "link": [124, 153], "linux": [10, 203], "list": [51, 71, 164, 168, 171, 179, 191, 214], "live": 196, "llm": [10, 200], "load": [84, 169], "local": [7, 64, 77, 80, 133, 147], "locat": [64, 67, 103], "lock": 215, "log": [73, 112, 169], "log_client_error": 35, "login": 7, "logo": 171, "long": [133, 175], "low": 111, "macaulay2": 189, "machin": [133, 182, 183], "macro": 149, "macs2": 187, "magnifi": 72, "main": 181, "mainten": [188, 216], "make": [40, 84, 199, 200], "malwar": 84, "manag": [3, 129, 152, 193, 199], "manual": [68, 193, 197], "map": [179, 214], "markdown": [74, 126, 133, 153, 191, 199], "materi": [182, 183, 186], "mathic": [186, 187], "matplotlib": [111, 186], "maximum": 152, "mechan": [182, 183], "member": [3, 132, 209], "memori": [107, 111, 129, 132, 133, 147], "mention": [62, 153, 196], "menu": [1, 146], "merg": 114, "messag": [31, 32, 84, 133, 152, 175], "method": [114, 149], "metric": 36, "microchip": 161, "mini": 164, "miniforg": 189, "minio": 77, "minor": 186, "miss": [155, 199], "mission": 140, "mix": 144, "mode": [4, 159, 171, 179], "model": [182, 183], "modi": 187, "modif": 77, "modifi": 96, "modsimpython": [182, 183], "modul": [133, 137], "monei": 157, "mongodb": 113, "moodl": 199, "more": [129, 187, 188, 201], "most": 67, "motiv": 181, "mount": 91, "move": [132, 191], "much": [84, 107], "multi": [88, 149, 150], "multipl": [74, 114, 120, 146, 149, 164, 199, 200, 203], "must": 216, "my": [10, 84, 103, 111, 112, 133, 163, 198, 204], "name": [84, 170], "nasm": 187, "nativ": 142, "navig": [179, 214], "nbgrader": [115, 145, 159, 197], "need": [67, 212, 216], "netwid": 78, "network": 84, "neuron": 116, "new": [73, 87, 98, 133, 154, 159, 160, 170, 188, 189, 193, 194, 203], "next": [76, 112, 215], "nextj": 96, "node": [88, 96, 186, 188], "note": [96, 178, 179, 214], "notebook": [0, 10, 76, 92, 95, 101, 102, 104, 106, 108, 111, 116, 122, 133, 137, 143, 144, 145, 146, 147, 149, 159, 182, 183, 186, 188, 197, 199], "noth": 132, "notif": 171, "now": 112, "nteract": 137, "ntk": 111, "number": [3, 64, 93, 133, 145, 152], "numpi": [182, 183], "o": 186, "oauth2": 99, "object": 199, "obtain": 212, "octav": [117, 133, 186, 187, 188, 190], "off": [60, 83, 133, 149], "offer": 67, "older": 169, "onc": [51, 114], "onli": [200, 207], "onprem": [67, 156], "open": [84, 164, 169, 171, 215, 216], "openai": 189, "opencv": [182, 183], "oper": 168, "optim": 187, "option": [3, 70, 174, 177, 197, 200, 215], "order": 56, "other": [0, 4, 10, 77, 84, 133, 166], "otherwis": 84, "our": 198, "out": [2, 76, 84, 111, 140], "output": [133, 146, 147], "outstand": 194, "overlai": 218, "overleaf": 119, "overrid": 133, "overview": [179, 214], "own": [103, 133], "p": 129, "packag": [80, 102, 103, 104, 133, 134, 149, 185, 186, 187, 188, 203], "page": [6, 84, 162, 179, 214], "pai": [61, 157, 198, 200, 201, 216], "paid": 200, "panda": 186, "pandoc": 186, "panel": 73, "papermil": 187, "partner": 54, "past": [179, 214], "path": [40, 51, 102, 103], "payment": [6, 200], "pdf": [85, 94, 149, 153, 159, 199], "peak": 111, "peer": 193, "pen": [179, 214], "pentadactyl": 91, "per": 133, "period": [3, 166], "pick": 140, "ping": 37, "pip": [103, 133], "pkg": 189, "place": 56, "plai": [147, 175], "plain": [144, 170], "platform": [101, 158, 159], "plot": [6, 108, 117, 149, 175, 213], "plotli": 133, "plugin": 91, "pluto": [122, 188], "pmdarima": 186, "png": 108, "port": [67, 93, 139, 181], "portabl": 12, "possibl": [107, 216], "postgresql": 123, "pre": 181, "prefer": [2, 4, 149], "premis": 215, "prepar": [109, 115], "present": [40, 126, 179], "pretext": 187, "preview": 149, "privat": 114, "problem": [84, 111, 132, 149, 155, 182, 183, 200], "process": [73, 84, 111, 129, 133, 161], "profil": 114, "program": [78, 86, 95, 99, 101, 127, 132, 133], "programm": 175, "project": [3, 7, 13, 31, 40, 51, 59, 70, 73, 84, 88, 90, 109, 111, 112, 124, 132, 133, 147, 149, 152, 159, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 173, 178, 182, 183, 192, 194, 196, 198, 199, 200, 201, 207, 208], "project_exec": 38, "prophet": 186, "proprietari": 216, "protect": 145, "protocol": [31, 32], "proxi": [139, 178], "pstrick": 149, "public": [2, 5, 7, 40, 178], "public_get_text_fil": 39, "publish": [40, 178, 179, 214], "purchas": [2, 3, 6, 53, 56, 157], "purpos": [31, 32, 54, 197, 207], "py": 103, "pybedtool": 186, "pycaret": 186, "pygimli": 186, "pypi": [133, 187, 188], "python": [10, 53, 87, 96, 99, 103, 133, 134, 166, 175, 182, 183, 185, 186, 187, 188, 189, 213], "python3": 133, "pythontex": 149, "quantum": [182, 183], "quarto": [153, 159], "queri": [40, 58], "question": [84, 130, 197, 202, 212], "quickli": 199, "quickstart": [77, 203], "quota": 170, "quspin": 186, "r": [0, 10, 74, 104, 115, 128, 133, 186, 187, 188], "rais": 133, "ram": [3, 209], "raw": 139, "rdkit": 186, "react": 96, "read_text_file_from_project": 41, "real": [174, 196], "reboot": 132, "receipt": 6, "recent": [84, 169, 171], "recommend": 104, "reconfigur": 194, "reconnect": 132, "record": 166, "recov": [112, 125], "redeem": 212, "refer": [31, 32, 68, 122, 134, 153, 172], "refresh": 164, "regular": [186, 188], "relat": [84, 133], "releas": 189, "reliabl": 12, "remarkj": 126, "remot": [91, 170], "remov": [147, 188, 192, 199, 203], "remove_collabor": 42, "remove_license_from_project": 43, "render": 178, "replac": [74, 153], "repositori": [98, 103], "request": [102, 103, 104], "requir": [198, 216], "resel": 212, "resend": 194, "reset_forgot_password": 44, "resolut": 218, "resourc": [76, 175], "respons": 215, "restart": [132, 170, 198, 199], "restrict": [173, 199], "resum": [76, 203], "return": [193, 197], "revert": [175, 188], "rich": [153, 174], "riemann": [182, 183], "rmd": 133, "rmdformat": 186, "room": 10, "root": 67, "routin": 187, "row": 146, "rpc": 186, "rstan": 111, "rstudio": [], "rubi": [127, 133], "run": [3, 76, 84, 99, 111, 129, 133, 139, 145, 147, 197, 199], "rust": [185, 186, 187], "s3": [77, 170], "safari": 84, "sage": [103, 127, 130, 133, 137, 159, 170, 175, 186, 187, 188, 189, 190], "sagemath": [166, 175, 186], "sagetex": 149, "sai": 83, "same": 84, "save": [82, 146, 157], "schema": 77, "scienc": [182, 183], "scientif": [10, 182, 183], "scikit": [182, 183, 187], "scilab": 218, "screenshot": 113, "script": [10, 99, 134, 166, 213], "search": [72, 74, 150, 153, 179, 191, 214], "second": 99, "secur": [139, 216], "see": [84, 129, 133, 200, 201], "seem": 132, "select": [106, 146], "self": 157, "sent": 10, "sentimentanalysi": 186, "server": [0, 67, 81, 84, 96, 101, 111, 123, 137, 139, 144, 156, 170, 176, 178, 200, 213], "servic": [84, 177], "session": [70, 76, 114, 202], "set": [4, 40, 73, 84, 111, 112, 147, 149, 170, 178, 203], "settabl": 40, "setup": [103, 105, 115, 123, 149, 170, 203], "shake": 187, "shape": 77, "share": [178, 196], "sharelatex": 119, "sheet": 99, "shell": [10, 149, 203], "shini": 131, "shop": 56, "short": [157, 202], "shortcut": 191, "should": 149, "show": 164, "shut": [113, 123], "side": [10, 62, 74, 133, 203], "sign": [2, 76, 149, 199], "simpl": 96, "simplest": 216, "simul": [116, 182, 183], "simultan": 152, "singl": [170, 199, 203], "site": [60, 159], "size": 64, "skew": 83, "skip": 197, "slide": 179, "slideshow": [126, 145], "slow": [132, 175], "smem": 111, "snakemak": [182, 183], "snappi": 186, "snapshot": [60, 164, 175], "snippet": 180, "softwar": [84, 103, 111, 133, 135, 170, 178, 181, 182, 184, 185, 186, 187, 188, 189, 190, 203, 215, 216], "solut": [182, 183], "some": [84, 103, 133], "someth": 107, "sound": 175, "sourc": [74, 96, 133, 149, 175, 216], "space": [89, 209], "special": [67, 212], "specif": [61, 111, 133], "spell": [74, 149], "spellcheck": 150, "spend": 157, "split": [179, 203, 214], "ssh": [2, 7, 138, 163, 170], "sshf": 91, "stack": 215, "stale": 84, "standbi": 4, "star": 178, "start": [40, 76, 77, 88, 109, 123, 146, 151, 166, 181, 197, 199, 218], "start_metr": 45, "startup": [113, 133, 203], "statement": [2, 76], "statist": 133, "statu": [171, 212, 218], "stellargraph": 186, "step": [76, 84, 113, 119, 123, 126, 128, 215], "sticki": [179, 214], "still": 67, "stop": [40, 57, 170], "stopwatch": [179, 205, 214], "storag": [77, 170], "store": 175, "strategi": 200, "streamlit": 134, "stuck": 132, "student": [159, 173, 192, 193, 194, 197, 198, 199, 200, 201], "studi": 99, "studio": 213, "subdomain": 139, "subfil": 149, "subscript": [2, 6, 140], "summari": 181, "support": [2, 8, 74, 147, 149, 150, 178, 181, 185, 199, 215], "sure": 84, "svg": [108, 133, 175], "sy": 103, "sympi": 185, "sync": [91, 197], "system": [64, 170, 180], "t": [82, 84, 91, 110, 144, 207], "ta": 198, "tab": [84, 138, 175, 203, 218], "tabl": [68, 145, 179, 197, 214], "tag": 168, "taichi": 187, "task": [166, 191], "teach": [67, 194, 197, 200], "teacher": [198, 200, 201], "team": 215, "technic": 218, "temporari": 164, "tensorflow": [182, 183], "termin": [4, 10, 91, 107, 111, 133, 137, 164, 199, 203, 218], "test": [140, 178], "texmf": 149, "text": [74, 92, 146, 153, 174, 179, 199, 214], "theori": [182, 183], "thing": [83, 114], "think": 112, "throw": 187, "ticket": 8, "tikzplotlib": 187, "time": [145, 157, 163, 166, 174, 196, 199], "timeout": [4, 84, 133, 209], "timer": [179, 205, 214], "timetravel": [60, 90, 175, 179, 204, 214], "tip": [147, 178, 199, 203, 218], "titl": [3, 40, 170], "token": [124, 168], "ton": 84, "too": [84, 92, 107, 147], "tool": [91, 101], "toolbar": [2, 71, 76, 171], "top": [71, 111, 112, 129], "tos": 101, "touch_project": 46, "tour": [71, 162, 203, 206], "train": 202, "transact": 6, "transfer": [61, 138], "trash": 199, "travel": 199, "trial": 207, "trick": [147, 199, 203, 218], "troubleshoot": [136, 147], "try": [83, 84, 107, 132], "turn": 149, "turtl": 137, "type": [3, 74], "typescript": 96, "typeset": 10, "u": 198, "ubuntu": [80, 155, 159, 186, 189], "undelet": 199, "understand": 175, "underworld": [182, 183], "undo": 175, "uniqu": 67, "unlink_passport": 47, "up": [107, 111, 163, 199], "updat": [102, 149, 181, 184, 185, 186, 187, 188, 189, 190], "upgrad": [2, 40, 152, 155, 157, 159, 170, 192, 200, 201, 208, 209], "upload": [99, 138], "url": [93, 170, 178], "us": [10, 51, 52, 56, 67, 91, 98, 107, 111, 114, 124, 132, 133, 139, 147, 149, 153, 155, 157, 159, 168, 170, 182, 183, 199, 204, 207, 212, 216], "usag": [111, 133, 170], "user": [40, 52, 58, 68, 103, 107, 210, 211, 212], "user_auth": 48, "user_search": 49, "util": [120, 129, 175], "v": [67, 133, 170, 181], "v1": 31, "v2": [6, 54], "vaniti": 178, "variabl": 170, "variou": [185, 188], "vendor": 215, "venn": 186, "veri": 84, "verifi": 199, "version": [84, 87, 91, 98, 197, 198, 201], "versu": 144, "via": [51, 61, 91, 124], "view": [7, 179, 193, 214], "viewer": 69, "vim": 203, "virtualenv": 103, "visual": 213, "voucher": 212, "vpn": 67, "vscode": [96, 187, 188], "w": 103, "wai": [0, 111], "warn": 89, "wav": 147, "web": [59, 96, 142, 163], "webserv": [133, 139], "websit": 147, "websocket": [84, 93], "weird": 114, "welcom": 68, "what": [10, 77, 84, 99, 112, 114, 133, 139, 140, 146, 149, 163, 169, 175, 194, 198, 200, 201], "when": [114, 175, 198, 205], "where": [153, 174], "while": 84, "whiteboard": 214, "who": 204, "whole": 178, "why": [111, 170, 198, 207, 215, 216], "wide": 180, "widget": 145, "width": 133, "wiki": 175, "window": [179, 214, 218], "wire": 61, "within": 153, "without": [193, 199], "word": 150, "work": [84, 91, 110, 115, 132, 149, 163, 198, 217], "worksheet": [127, 133, 137, 159, 170, 175], "workshop": [182, 183, 212], "world": [134, 215], "would": 133, "write": 126, "write_text_file_to_project": 50, "wrong": [84, 114], "x": 112, "x11": [0, 67, 117, 137, 218], "xxx": 216, "you": [3, 84, 149, 157, 216], "your": [7, 56, 76, 83, 84, 109, 111, 147, 170, 178, 198], "yourself": 102, "zero": 205, "zoom": 218}}) \ No newline at end of file diff --git a/sitemap.xml b/sitemap.xml index d0bc298c..02904302 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -1,2 +1,2 @@ -https://doc.cocalc.com/en/contents.htmlhttps://doc.cocalc.com/en/platform.htmlhttps://doc.cocalc.com/en/software.htmlhttps://doc.cocalc.com/en/working_with.htmlhttps://doc.cocalc.com/en/x11.htmlhttps://doc.cocalc.com/en/genindex.htmlhttps://doc.cocalc.com/en/search.html \ No newline at end of file +https://doc.cocalc.com/en/backups.htmlhttps://doc.cocalc.com/en/contents.htmlhttps://doc.cocalc.com/en/howto/index.htmlhttps://doc.cocalc.com/en/howto/orphan.htmlhttps://doc.cocalc.com/en/howto/pluto.htmlhttps://doc.cocalc.com/en/latex.htmlhttps://doc.cocalc.com/en/latex-faq.htmlhttps://doc.cocalc.com/en/platform.htmlhttps://doc.cocalc.com/en/project.htmlhttps://doc.cocalc.com/en/project-settings.htmlhttps://doc.cocalc.com/en/user_interface.htmlhttps://doc.cocalc.com/en/vscode.htmlhttps://doc.cocalc.com/en/whiteboard.htmlhttps://doc.cocalc.com/en/working_with.htmlhttps://doc.cocalc.com/en/genindex.htmlhttps://doc.cocalc.com/en/search.html \ No newline at end of file diff --git a/vscode.html b/vscode.html index 10af0bda..64702fd6 100644 --- a/vscode.html +++ b/vscode.html @@ -25,7 +25,7 @@ - + @@ -92,8 +92,9 @@
  • Plotting from Python Scripts
  • +
  • R IDE
  • Chatrooms
  • -
  • X11 Graphical Applications
  • +
  • X11 Graphical Desktop
  • Sage Worksheets
  • Markdown
  • Rich Text Editing
  • @@ -158,7 +159,7 @@

    Visual Studio Code is a source-code editor made by Microsoft. Features include support for debugging, syntax highlighting, intelligent code completion, snippets, code refactoring, and embedded Git. For more information about the server, see the home page: Visual Studio Code Server.

    Chat

    Chat with collaborators. Open multiple chat boxes within the whiteboard as well as the usual CoCalc Side Chat for the entire whiteboard file. Learn about all the features of CoCalc Chat at this link: Chatrooms.

    Keyboard shortcut to create Chat boxes: “C”.

    diff --git a/working_with.html b/working_with.html index 9bbe59f6..cf76925f 100644 --- a/working_with.html +++ b/working_with.html @@ -89,8 +89,9 @@
  • Linux Terminal
  • LaTeX Editor
  • Visual Studio Code Server
  • +
  • R IDE
  • Chatrooms
  • -
  • X11 Graphical Applications
  • +
  • X11 Graphical Desktop
  • Sage Worksheets
  • Markdown
  • Rich Text Editing
  • @@ -159,8 +160,9 @@

    Working WithLinux Terminal
  • LaTeX Editor
  • Visual Studio Code Server
  • +
  • R IDE
  • Chatrooms
  • -
  • X11 Graphical Applications
  • +
  • X11 Graphical Desktop
  • Sage Worksheets
  • Markdown
  • Rich Text Editing
  • diff --git a/x11.html b/x11.html index 21414baa..0c6bedf4 100644 --- a/x11.html +++ b/x11.html @@ -5,7 +5,7 @@ - X11 Graphical Applications — CoCalc Manual documentation + X11 Graphical Desktop — CoCalc Manual documentation @@ -89,8 +89,9 @@
  • Linux Terminal
  • LaTeX Editor
  • Visual Studio Code Server
  • +
  • R IDE
  • Chatrooms
  • -
  • X11 Graphical Applications