diff --git a/5/_sources/installation.rst.txt b/5/_sources/installation.rst.txt
index 0c9e76c1..589b2dd2 100644
--- a/5/_sources/installation.rst.txt
+++ b/5/_sources/installation.rst.txt
@@ -75,13 +75,14 @@ On macOS, open the disk image and drag Spyder to your :guilabel:`Applications` f
.. table::
- ================ ================ ================
- `Windows`_ `macOS M1`_ `macOS Intel`_
- ================ ================ ================
-
-.. _Windows: https://github.com/spyder-ide/spyder/releases/latest/download/Spyder_64bit_full.exe
-.. _macOS M1: https://github.com/spyder-ide/spyder/releases/latest/download/Spyder_arm64.dmg
-.. _macOS Intel: https://github.com/spyder-ide/spyder/releases/latest/download/Spyder.dmg
+ ================ ================ ================ ================
+ `Windows`_ `macOS M1`_ `macOS Intel`_ `Linux`_
+ ================ ================ ================ ================
+
+.. _Windows: https://github.com/spyder-ide/spyder/releases/latest/download/Spyder-Windows-x86_64.exe
+.. _macOS M1: https://github.com/spyder-ide/spyder/releases/latest/download/Spyder-macOS-arm64.pkg
+.. _macOS Intel: https://github.com/spyder-ide/spyder/releases/latest/download/Spyder-macOS-x86_64.pkg
+.. _Linux: https://github.com/spyder-ide/spyder/releases/latest/download/Spyder-Linux-x86_64.sh
.. note::
diff --git a/5/_sources/videos/first-steps-with-spyder.rst.txt b/5/_sources/videos/first-steps-with-spyder.rst.txt
index 5b03add0..392c79d6 100644
--- a/5/_sources/videos/first-steps-with-spyder.rst.txt
+++ b/5/_sources/videos/first-steps-with-spyder.rst.txt
@@ -32,7 +32,7 @@ Discover the basics of using the Spyder interface and get an introduction to its
Hello everyone! I'm Juanita, and in this video I'm going to show you how to open Spyder and go over the basics of Spyder's interface. We will learn about Spyder's four panes that you'll likely be using most often, as well as briefly explore the others that are open by default. If you don't have Spyder installed and would like to follow along, you can `download it here`_.
- .. _download it here: https://www.spyder-ide.org/#section-download
+ .. _download it here: https://www.spyder-ide.org/
The easiest way to open Spyder is by opening Anaconda Navigator and clicking on the Spyder application. In case you have an older version of Spyder in Anaconda, open the command line (or the Anaconda Prompt in the case of Windows) and type the commands:
diff --git a/5/_static/css/custom_styles.css b/5/_static/css/custom_styles.css
index 6ba61377..6a651ab5 100644
--- a/5/_static/css/custom_styles.css
+++ b/5/_static/css/custom_styles.css
@@ -295,7 +295,8 @@ table.installer-table tbody td p::before {
font-family: "Font Awesome 5 Brands";
}
-table.installer-table tbody td:nth-child(1) p {
+table.installer-table tbody td:nth-child(1) p,
+table.installer-table tbody td:nth-child(4) p {
padding-top: 0.62em;
}
@@ -314,6 +315,13 @@ table.installer-table tbody td:nth-child(3) p::before {
vertical-align: sub;
}
+table.installer-table tbody td:nth-child(4) p::before {
+ content: "\f17c";
+ font-size: 1.6em;
+ padding-right: 0.5em;
+ vertical-align: middle;
+}
+
@media screen and (max-width: 991px) {
table.installer-table td {
display: block;
diff --git a/5/faq.html b/5/faq.html
index 14b69e8f..2ec1f3c9 100644
--- a/5/faq.html
+++ b/5/faq.html
@@ -31,7 +31,7 @@
-
+
diff --git a/5/genindex.html b/5/genindex.html
index 6fc5d392..306d311d 100644
--- a/5/genindex.html
+++ b/5/genindex.html
@@ -30,7 +30,7 @@
-
+
diff --git a/5/index.html b/5/index.html
index bf81517e..916ed798 100644
--- a/5/index.html
+++ b/5/index.html
@@ -31,7 +31,7 @@
-
+
diff --git a/5/installation.html b/5/installation.html
index 2904fa41..2cc51b06 100644
--- a/5/installation.html
+++ b/5/installation.html
@@ -31,7 +31,7 @@
-
+
@@ -495,9 +495,10 @@
On macOS, open the disk image and drag Spyder to your Applications folder.
-
-Linux
+
+Linux
Spyder can be installed via third-party distro packages on most common Linux distributions.
Running Spyder installed this way will generally be the same as any other distro-installed application.
Alternatively, it can be launched from the terminal with spyder
(or spyder3
, on older versions of some distros).
@@ -793,7 +794,7 @@
Alternative methods
Windows
macOS
-Linux
+Linux
diff --git a/5/panes/debugging.html b/5/panes/debugging.html
index cc850e1b..bc73ca8d 100644
--- a/5/panes/debugging.html
+++ b/5/panes/debugging.html
@@ -31,7 +31,7 @@
-
+
diff --git a/5/panes/editor.html b/5/panes/editor.html
index 8c72eb5d..85403dd7 100644
--- a/5/panes/editor.html
+++ b/5/panes/editor.html
@@ -31,7 +31,7 @@
-
+
diff --git a/5/panes/fileexplorer.html b/5/panes/fileexplorer.html
index 7a30ab48..224ed074 100644
--- a/5/panes/fileexplorer.html
+++ b/5/panes/fileexplorer.html
@@ -31,7 +31,7 @@
-
+
diff --git a/5/panes/findinfiles.html b/5/panes/findinfiles.html
index 32f4604c..86b4f94a 100644
--- a/5/panes/findinfiles.html
+++ b/5/panes/findinfiles.html
@@ -31,7 +31,7 @@
-
+
diff --git a/5/panes/help.html b/5/panes/help.html
index 2c85674a..572aaf78 100644
--- a/5/panes/help.html
+++ b/5/panes/help.html
@@ -31,7 +31,7 @@
-
+
diff --git a/5/panes/historylog.html b/5/panes/historylog.html
index a084a5e6..50623f2d 100644
--- a/5/panes/historylog.html
+++ b/5/panes/historylog.html
@@ -31,7 +31,7 @@
-
+
diff --git a/5/panes/index.html b/5/panes/index.html
index 4390d373..eb3c02e9 100644
--- a/5/panes/index.html
+++ b/5/panes/index.html
@@ -31,7 +31,7 @@
-
+
diff --git a/5/panes/ipythonconsole.html b/5/panes/ipythonconsole.html
index f4c9aaab..d7db5ffb 100644
--- a/5/panes/ipythonconsole.html
+++ b/5/panes/ipythonconsole.html
@@ -31,7 +31,7 @@
-
+
diff --git a/5/panes/onlinehelp.html b/5/panes/onlinehelp.html
index 62acd22c..385342b7 100644
--- a/5/panes/onlinehelp.html
+++ b/5/panes/onlinehelp.html
@@ -31,7 +31,7 @@
-
+
diff --git a/5/panes/outline.html b/5/panes/outline.html
index c2d3386c..2acf4914 100644
--- a/5/panes/outline.html
+++ b/5/panes/outline.html
@@ -31,7 +31,7 @@
-
+
diff --git a/5/panes/plots.html b/5/panes/plots.html
index 27ea1e5a..7e97b393 100644
--- a/5/panes/plots.html
+++ b/5/panes/plots.html
@@ -31,7 +31,7 @@
-
+
diff --git a/5/panes/profiler.html b/5/panes/profiler.html
index 67241de6..9f731324 100644
--- a/5/panes/profiler.html
+++ b/5/panes/profiler.html
@@ -31,7 +31,7 @@
-
+
diff --git a/5/panes/projects.html b/5/panes/projects.html
index a8c9cb55..a674e448 100644
--- a/5/panes/projects.html
+++ b/5/panes/projects.html
@@ -31,7 +31,7 @@
-
+
diff --git a/5/panes/pylint.html b/5/panes/pylint.html
index 10c4ef9c..3f7d25b0 100644
--- a/5/panes/pylint.html
+++ b/5/panes/pylint.html
@@ -31,7 +31,7 @@
-
+
diff --git a/5/panes/variableexplorer.html b/5/panes/variableexplorer.html
index 6bd4de6d..1388f7cb 100644
--- a/5/panes/variableexplorer.html
+++ b/5/panes/variableexplorer.html
@@ -31,7 +31,7 @@
-
+
diff --git a/5/plugins/index.html b/5/plugins/index.html
index 2b2341b0..c26d370a 100644
--- a/5/plugins/index.html
+++ b/5/plugins/index.html
@@ -31,7 +31,7 @@
-
+
diff --git a/5/plugins/lineprofiler.html b/5/plugins/lineprofiler.html
index 58a5c9e0..ec0f87b1 100644
--- a/5/plugins/lineprofiler.html
+++ b/5/plugins/lineprofiler.html
@@ -31,7 +31,7 @@
-
+
diff --git a/5/plugins/notebook.html b/5/plugins/notebook.html
index 9def3207..bca507f3 100644
--- a/5/plugins/notebook.html
+++ b/5/plugins/notebook.html
@@ -31,7 +31,7 @@
-
+
diff --git a/5/plugins/terminal.html b/5/plugins/terminal.html
index ba3e0c76..73d4a934 100644
--- a/5/plugins/terminal.html
+++ b/5/plugins/terminal.html
@@ -31,7 +31,7 @@
-
+
diff --git a/5/quickstart.html b/5/quickstart.html
index 5b49eacd..6d8eecf1 100644
--- a/5/quickstart.html
+++ b/5/quickstart.html
@@ -31,7 +31,7 @@
-
+
diff --git a/5/search.html b/5/search.html
index 0c31f1fb..3b533993 100644
--- a/5/search.html
+++ b/5/search.html
@@ -29,7 +29,7 @@
-
+
diff --git a/5/searchindex.js b/5/searchindex.js
index 2eb1e637..e58360b0 100644
--- a/5/searchindex.js
+++ b/5/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles": {"1. With commands": [[37, "with-commands"]], "2. From an environment.yml file": [[37, "from-an-environment-yml-file"]], "A first glance at the portfolio": [[33, "a-first-glance-at-the-portfolio"]], "ANOVA test": [[37, "anova-test"]], "About Spyder": [[0, "about-spyder"]], "Actions, Toolbars & Menus": [[36, "actions-toolbars-menus"]], "Activate environment": [[37, "activate-environment"]], "Add a Configuration Page": [[35, "add-a-configuration-page"]], "Add actions to the toolbar": [[35, "add-actions-to-the-toolbar"]], "Additional Options": [[20, "additional-options"]], "Additional help": [[2, "additional-help"]], "Advanced features": [[3, "advanced-features"]], "Advanced functionality": [[17, "advanced-functionality"]], "Advanced options": [[16, "advanced-options"]], "Advanced tricks": [[26, "advanced-tricks"]], "Advanced usage": [[8, "advanced-usage"]], "Age": [[37, "age"]], "Alternative methods": [[2, "alternative-methods"]], "Anaconda base": [[2, "anaconda-base"]], "Anaconda help": [[24, "anaconda-help"]], "AttributeError/ImportError": [[25, "attributeerror-importerror"]], "Automatic formatting": [[4, "automatic-formatting"]], "Basic First Aid": [[23, null]], "Basic Qt Components": [[36, "basic-qt-components"]], "Beyond the main panes": [[32, "beyond-the-main-panes"]], "Breakpoints": [[3, "breakpoints"]], "Build and check the package": [[35, "build-and-check-the-package"]], "Build the test": [[37, "build-the-test"]], "Building our first plugin": [[35, "building-our-first-plugin"]], "Calling for Help": [[24, null]], "Choosing search options": [[6, "choosing-search-options"]], "Class/function selector": [[4, "class-function-selector"]], "Code Analysis": [[16, null], [37, "code-analysis"]], "Code Analysis (share a stylish code!)": [[37, "code-analysis-share-a-stylish-code"]], "Code analysis and completions": [[4, "code-analysis-and-completions"]], "Code cells": [[4, "code-cells"]], "Code completion": [[4, "code-completion"]], "Code navigation": [[4, "code-navigation"]], "Cognitive ability distribution": [[37, "cognitive-ability-distribution"]], "Common Illnesses": [[25, null]], "Common solutions": [[26, "common-solutions"]], "Comparison of expected and realized returns": [[33, "comparison-of-expected-and-realized-returns"]], "Completion/help not working": [[25, "completion-help-not-working"]], "Conda environment": [[2, "conda-environment"]], "Conda-based distributions": [[2, "conda-based-distributions"]], "Configuration defaults": [[35, "configuration-defaults"]], "Configuration page": [[35, "configuration-page"]], "Connect to a local kernel": [[10, "connect-to-a-local-kernel"]], "Connect to a remote kernel": [[10, "connect-to-a-remote-kernel"]], "Connecting an IPython Console": [[20, "connecting-an-ipython-console"]], "Control automatic import": [[7, "control-automatic-import"]], "Create a repository": [[35, "create-a-repository"]], "Create the Pomodoro Toolbar": [[35, "create-the-pomodoro-toolbar"]], "Creating a Project": [[15, "creating-a-project"]], "Customization": [[30, "customization"]], "Daily and monthly timelines": [[33, "daily-and-monthly-timelines"]], "Data Science Stack Exchange": [[24, "data-science-stack-exchange"]], "Data science/SciPy resources:": [[24, "data-science-scipy-resources"]], "DataFrames": [[17, "dataframes"]], "Debugger": [[3, null]], "Debugging and patching": [[23, "debugging-and-patching"]], "Debugging with ipdb": [[3, "debugging-with-ipdb"]], "Development builds": [[2, "development-builds"]], "Dialogs": [[36, "dialogs"]], "Dictionaries": [[17, "dictionaries"]], "Discovering Spyder plugins": [[35, "discovering-spyder-plugins"]], "Download cryptocurrencies data": [[33, "download-cryptocurrencies-data"]], "Download the code": [[33, "download-the-code"], [37, "download-the-code"]], "Download the data": [[33, "download-the-data"]], "Download the datasets": [[33, "download-the-datasets"]], "Downloading and installing": [[2, "downloading-and-installing"]], "Downloading the dataset": [[37, "downloading-the-dataset"]], "Editing features": [[4, "editing-features"]], "Editor": [[4, null], [33, "editor"], [37, "editor"]], "Emergency CPR": [[26, null]], "Enhancing our plugin": [[35, "enhancing-our-plugin"]], "Errors starting the kernel": [[25, "errors-starting-the-kernel"]], "Events": [[36, "events"]], "Expected and realized returns": [[33, "expected-and-realized-returns"]], "Explore the dataset": [[37, "explore-the-dataset"]], "Features": [[35, "features"]], "File associations": [[5, "file-associations"]], "File operations": [[5, "file-operations"]], "File switcher": [[4, "file-switcher"]], "Files": [[5, null]], "Final words": [[33, "final-words"], [35, "final-words"], [37, "final-words"]], "Financial Data Analysis with Spyder": [[33, null]], "Find": [[6, null]], "Find and replace": [[4, "find-and-replace"]], "First Steps": [[27, null]], "First Steps with Spyder": [[30, null]], "First portfolio": [[33, "first-portfolio"]], "Fit plots to window": [[13, "fit-plots-to-window"]], "Formatting the data": [[37, "formatting-the-data"]], "Frequently Asked Questions": [[0, null]], "Further reading": [[33, "further-reading"], [35, "further-reading"], [37, "further-reading"]], "General stock information": [[33, "general-stock-information"]], "Getting help": [[7, "getting-help"]], "Getting help by hovering": [[7, "getting-help-by-hovering"]], "Getting started": [[30, "getting-started"]], "Go to line": [[4, "go-to-line"]], "Help": [[7, null]], "Historical stock data": [[33, "historical-stock-data"]], "History": [[8, null]], "Homework": [[33, "homework"], [35, "homework"], [37, "homework"]], "How can Spyder help me in my scientific research?": [[37, "how-can-spyder-help-me-in-my-scientific-research"]], "How to test our plugin": [[35, "how-to-test-our-plugin"]], "IPython Console": [[10, null], [33, "ipython-console"], [37, "ipython-console"]], "Icons": [[12, "icons"]], "Improving your code quality": [[32, "improving-your-code-quality"]], "Install Guide": [[2, null]], "Installing and updating": [[0, "installing-and-updating"]], "Installing the Line Profiler": [[19, "installing-the-line-profiler"]], "Installing the Notebook": [[20, "installing-the-notebook"]], "Installing the Terminal": [[21, "installing-the-terminal"]], "Installing with Conda": [[2, "installing-with-conda"]], "Interested in translating Spyder?": [[1, "interested-in-translating-spyder"]], "Interface": [[4, "interface"]], "Interpreting the results": [[14, "interpreting-the-results"]], "Intro": [[33, "intro"], [37, "intro"]], "Introduction to financial analysis with Spyder": [[33, "introduction-to-financial-analysis-with-spyder"]], "Introduction to scientific research with Spyder": [[37, "introduction-to-scientific-research-with-spyder"]], "Introspection features": [[4, "introspection-features"]], "Isolating problems": [[23, "isolating-problems"]], "Issue with another dependency": [[25, "issue-with-another-dependency"]], "Join our community": [[1, "join-our-community"]], "Key components": [[4, "key-components"]], "Keyboard shortcuts": [[4, "keyboard-shortcuts"]], "LSP has stopped working": [[25, "lsp-has-stopped-working"]], "Layouts": [[36, "layouts"]], "Learner profile": [[33, "learner-profile"], [37, "learner-profile"]], "Learning Goals": [[35, "learning-goals"]], "Learning goals": [[33, "learning-goals"], [37, "learning-goals"]], "Learning the basics": [[30, "learning-the-basics"]], "Let\u2019s get started": [[35, "let-s-get-started"]], "Linting and code style": [[4, "linting-and-code-style"]], "Linux": [[2, "linux"]], "Lists": [[17, "lists"]], "Looking to contribute your code?": [[1, "looking-to-contribute-your-code"]], "Matplotlib support": [[3, "matplotlib-support"]], "Mean and standard deviation": [[33, "mean-and-standard-deviation"]], "Monte carlo simulation": [[33, "monte-carlo-simulation"]], "Monthly data": [[33, "monthly-data"]], "Mute inline plotting": [[13, "mute-inline-plotting"]], "Numpy arrays": [[17, "numpy-arrays"]], "Object cannot be found": [[25, "object-cannot-be-found"]], "Object missing docstring": [[25, "object-missing-docstring"]], "Object viewers": [[17, "object-viewers"]], "Obtain financial data": [[33, "obtain-financial-data"]], "Official Python help page": [[24, "official-python-help-page"]], "Online Help": [[11, null]], "OpenTeams support": [[24, "openteams-support"]], "Optimal cryptocurrency weights": [[33, "optimal-cryptocurrency-weights"]], "Optimal pharmaceutical stock weights": [[33, "optimal-pharmaceutical-stock-weights"]], "Optimal portfolio weights": [[33, "optimal-portfolio-weights"]], "Optimizing your code": [[32, "optimizing-your-code"]], "Options Menu": [[8, "options-menu"]], "Options menu": [[5, "options-menu"], [10, "options-menu"], [12, "options-menu"], [13, "options-menu"], [16, "options-menu"], [17, "options-menu"]], "Other distributions": [[2, "other-distributions"]], "Other issues": [[25, "other-issues"]], "Outline": [[12, null]], "Panes": [[9, null]], "Plots": [[13, null]], "Plots pane": [[33, "plots-pane"], [37, "plots-pane"]], "Plugin": [[35, "plugin"]], "Plugin Development with Spyder": [[35, null]], "Plugin Problems": [[25, "plugin-problems"]], "Plugin does not work at all": [[25, "plugin-does-not-work-at-all"]], "Plugins": [[18, null]], "PomodoroTimerToolbar": [[35, "pomodorotimertoolbar"]], "Preparation work": [[33, "preparation-work"], [37, "preparation-work"]], "Prepare portfolio data": [[33, "prepare-portfolio-data"]], "Prerequisites": [[33, "prerequisites"], [35, "prerequisites"], [37, "prerequisites"]], "Profiler": [[14, null]], "Profiler plugins": [[14, "profiler-plugins"]], "Project Jupyter": [[24, "project-jupyter"]], "Projects": [[15, null]], "Propagate configuration changes": [[35, "propagate-configuration-changes"]], "Publishing your plugin": [[35, "publishing-your-plugin"]], "PyPI and TestPyPI": [[35, "pypi-and-testpypi"]], "Python documentation": [[24, "python-documentation"]], "Python resources": [[24, "python-resources"]], "Python subreddits": [[24, "python-subreddits"]], "Qt Fundamentals": [[36, null]], "Recommended troubleshooting steps": [[23, "recommended-troubleshooting-steps"]], "Register the toolbar": [[35, "register-the-toolbar"]], "Registering preferences": [[35, "registering-preferences"]], "Reinstalling Spyder": [[23, "reinstalling-spyder"]], "Relate variables": [[37, "relate-variables"]], "Related panes": [[3, "related-panes"], [4, "related-panes"], [5, "related-panes"], [6, "related-panes"], [7, "related-panes"], [8, "related-panes"], [10, "related-panes"], [11, "related-panes"], [12, "related-panes"], [13, "related-panes"], [14, "related-panes"], [15, "related-panes"], [16, "related-panes"], [17, "related-panes"]], "Religion seriosity": [[37, "religion-seriosity"]], "Reload changed modules": [[10, "reload-changed-modules"]], "Report and share": [[37, "report-and-share"]], "Return, volatility and Sharpe ratio": [[33, "return-volatility-and-sharpe-ratio"]], "Returns and volatility": [[33, "returns-and-volatility"]], "Returns, volatility and Sharpe ratio": [[33, "returns-volatility-and-sharpe-ratio"]], "Review the changes": [[35, "review-the-changes"]], "Run ANOVA": [[37, "run-anova"]], "Run cell": [[4, "run-cell"]], "Run configuration": [[4, "run-configuration"]], "Run file": [[4, "run-file"]], "Run line/selection": [[4, "run-line-selection"]], "Running Spyder": [[0, "running-spyder"]], "Running code": [[4, "running-code"]], "Running from a standalone install": [[2, "running-from-a-standalone-install"]], "Running the Profiler": [[14, "running-the-profiler"]], "Running with Anaconda": [[2, "running-with-anaconda"]], "Running with Conda": [[2, "running-with-conda"]], "SciPy.org website": [[24, "scipy-org-website"]], "Scientific Computing and Visualization with Spyder": [[37, null]], "Second portfolio": [[33, "second-portfolio"]], "Set up Conda environment": [[33, "set-up-conda-environment"]], "Set up a development environment": [[35, "set-up-a-development-environment"]], "Setting up the Conda environment": [[37, "setting-up-the-conda-environment"]], "Setting up the virtual environment in Spyder": [[33, "setting-up-the-virtual-environment-in-spyder"]], "Setting up the working directory": [[37, "setting-up-the-working-directory"]], "Sharpe ratio": [[33, "sharpe-ratio"]], "Show plot outline": [[13, "show-plot-outline"]], "Signals & Slots": [[36, "signals-slots"]], "Special consoles": [[10, "special-consoles"]], "Split panels": [[4, "split-panels"]], "Spyder Gitter": [[24, "spyder-gitter"]], "Spyder Google Group": [[24, "spyder-google-group"]], "Spyder Line Profiler": [[19, null]], "Spyder Notebook": [[20, null]], "Spyder Terminal": [[21, null]], "Spyder and Spyder-Kernels version compatibility": [[25, "id1"]], "Spyder bug/dependency issue": [[25, "spyder-bug-dependency-issue"]], "Spyder for developers": [[35, "spyder-for-developers"]], "Spyder website": [[24, "spyder-website"]], "Spyder-Kernels not installed/incompatible": [[25, "spyder-kernels-not-installed-incompatible"]], "Spyder-related platforms": [[24, "spyder-related-platforms"]], "SpyderDockablePlugin": [[35, "spyderdockableplugin"], [35, null]], "SpyderPluginV2": [[35, "spyderpluginv2"], [35, null]], "Spyder\u2019s FAQ section": [[24, "spyder-s-faq-section"]], "Spyder\u2019s YouTube channel": [[24, "spyder-s-youtube-channel"]], "Stack Overflow tag": [[24, "stack-overflow-tag"]], "Standalone installers": [[2, "standalone-installers"]], "Steps": [[35, "steps"]], "Strings": [[17, "strings"]], "Submit a Report": [[29, null]], "Supported features": [[10, "supported-features"]], "Syntax highlighting": [[4, "syntax-highlighting"]], "Tabs": [[4, "tabs"]], "Terminal Preferences": [[21, "terminal-preferences"]], "The basic steps of the scientific method": [[37, "the-basic-steps-of-the-scientific-method"]], "The container": [[35, "the-container"]], "The dataset": [[37, "the-dataset"]], "The plugin structure": [[35, "the-plugin-structure"]], "Think of a theory and write a hypothesis": [[37, "think-of-a-theory-and-write-a-hypothesis"]], "Third portfolio": [[33, "third-portfolio"]], "Timer controls": [[35, "timer-controls"]], "Timer updates": [[35, "timer-updates"]], "Toolbar buttons": [[17, "toolbar-buttons"]], "Toolbar items": [[11, "toolbar-items"]], "Toolbar options": [[13, "toolbar-options"]], "Tour": [[22, null]], "Troubleshooting": [[0, "troubleshooting"], [28, null]], "Try Spyder online": [[2, "try-spyder-online"]], "Tutorials": [[31, null]], "Types of plugins we can develop in Spyder": [[35, "types-of-plugins-we-can-develop-in-spyder"]], "Ubuntu/Debian": [[2, "ubuntu-debian"]], "Understanding help modes": [[7, "understanding-help-modes"]], "Updating a standalone install": [[2, "updating-a-standalone-install"]], "Updating with Anaconda": [[2, "updating-with-anaconda"]], "Updating with Conda": [[2, "updating-with-conda"]], "Upload to PyPI": [[35, "upload-to-pypi"]], "Using Spyder": [[0, "using-spyder"]], "Using external kernels": [[10, "using-external-kernels"]], "Using pip": [[2, "using-pip"]], "Using the Find pane": [[6, "using-the-find-pane"]], "Using the History pane": [[8, "using-the-history-pane"]], "Using the Line Profiler": [[19, "using-the-line-profiler"]], "Using the Notebook": [[20, "using-the-notebook"]], "Using the Online Help": [[11, "using-the-online-help"]], "Using the Projects Pane": [[15, "using-the-projects-pane"]], "Using the Terminal": [[21, "using-the-terminal"]], "Using the code analyzer": [[16, "using-the-code-analyzer"]], "Using the monte_carlo_sharpe function": [[33, "using-the-monte-carlo-sharpe-function"]], "Variable Explorer": [[17, null], [33, "variable-explorer"], [37, "variable-explorer"]], "Version control support": [[5, "version-control-support"]], "Want to be part of our social media?": [[1, "want-to-be-part-of-our-social-media"]], "Want to help writing docs?": [[1, "want-to-help-writing-docs"]], "Ways to submit an issue": [[29, "ways-to-submit-an-issue"]], "Welcome to Spyder\u2019s Documentation": [[1, null]], "What to include in your report": [[29, "what-to-include-in-your-report"]], "What will we do?": [[35, "what-will-we-do"]], "Where to go from here": [[27, "where-to-go-from-here"]], "Where to go now?": [[1, "where-to-go-now"]], "Why do scientific research with Python?": [[37, "why-do-scientific-research-with-python"]], "Why should I use an IDE?": [[33, "why-should-i-use-an-ide"]], "Why use Python for financial analysis?": [[33, "why-use-python-for-financial-analysis"]], "Widgets": [[35, "widgets"], [36, "widgets"]], "Windows": [[2, "install-windows"], [36, "windows"]], "With commands": [[33, "with-commands"]], "Working with Spyder": [[32, null]], "Working with version control": [[15, "working-with-version-control"]], "Workshops": [[34, null]], "macOS": [[2, "macos"]], "monte_carlo_sharpe function explained": [[33, "monte-carlo-sharpe-function-explained"]]}, "docnames": ["faq", "index", "installation", "panes/debugging", "panes/editor", "panes/fileexplorer", "panes/findinfiles", "panes/help", "panes/historylog", "panes/index", "panes/ipythonconsole", "panes/onlinehelp", "panes/outline", "panes/plots", "panes/profiler", "panes/projects", "panes/pylint", "panes/variableexplorer", "plugins/index", "plugins/lineprofiler", "plugins/notebook", "plugins/terminal", "quickstart", "troubleshooting/basic-first-aid", "troubleshooting/call-for-help", "troubleshooting/common-illnesses", "troubleshooting/emergency-cpr", "troubleshooting/first-steps", "troubleshooting/index", "troubleshooting/submit-a-report", "videos/first-steps-with-spyder", "videos/index", "videos/working-with-spyder", "workshops/financial", "workshops/index", "workshops/plugin-development", "workshops/qt_fundamentals", "workshops/scientific-computing"], "envversion": {"sphinx": 62, "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}, "filenames": ["faq.rst", "index.rst", "installation.rst", "panes/debugging.rst", "panes/editor.rst", "panes/fileexplorer.rst", "panes/findinfiles.rst", "panes/help.rst", "panes/historylog.rst", "panes/index.rst", "panes/ipythonconsole.rst", "panes/onlinehelp.rst", "panes/outline.rst", "panes/plots.rst", "panes/profiler.rst", "panes/projects.rst", "panes/pylint.rst", "panes/variableexplorer.rst", "plugins/index.rst", "plugins/lineprofiler.rst", "plugins/notebook.rst", "plugins/terminal.rst", "quickstart.rst", "troubleshooting/basic-first-aid.rst", "troubleshooting/call-for-help.rst", "troubleshooting/common-illnesses.rst", "troubleshooting/emergency-cpr.rst", "troubleshooting/first-steps.rst", "troubleshooting/index.rst", "troubleshooting/submit-a-report.rst", "videos/first-steps-with-spyder.rst", "videos/index.rst", "videos/working-with-spyder.rst", "workshops/financial.rst", "workshops/index.rst", "workshops/plugin-development.rst", "workshops/qt_fundamentals.rst", "workshops/scientific-computing.rst"], "indexentries": {"pep 8": [[4, "index-0", false]], "python enhancement proposals": [[4, "index-0", false]]}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"": [0, 2, 3, 4, 5, 6, 7, 10, 11, 13, 14, 15, 16, 17, 20, 21, 22, 23, 25, 26, 27, 29, 30, 32, 33, 34, 36, 37], "0": [0, 2, 14, 25, 33, 35, 37], "00": [33, 35], "000": 33, "000000": 33, "006954": 33, "008778": 33, "009126": 33, "01": [14, 33], "018784": 33, "02": 33, "020698": 33, "023033": 33, "023134": 33, "029931": 33, "02d": 35, "03": [33, 37], "04": 0, "042060": 33, "044063": 33, "05": 37, "053174": 33, "0583": 33, "058395": 33, "06": 33, "061057": 33, "062207": 33, "063068": 33, "0809": 33, "081239": 33, "082308": 33, "1": [0, 25, 30, 33, 35], "10": [0, 25, 30, 32, 33, 37], "100": [0, 35, 37], "1000": [8, 33, 35], "11": [0, 37], "11142": 37, "12": [33, 37], "1234": 10, "127": 0, "129": 37, "13": [0, 32], "14": 37, "144": 32, "1454": 33, "145416": 33, "15": [33, 35], "155103": 33, "16": [0, 33], "1637": 33, "171": 33, "18": 37, "1949": 33, "1997": 33, "199700": 33, "2": [0, 4, 25, 30, 33, 35], "20": [0, 30, 32, 33], "200": 0, "2012": [33, 37], "2013": 33, "2014": 33, "2015": 33, "2016": [33, 37], "2017": 33, "2018": 33, "2019": 33, "2020": [0, 33], "2021": 33, "2061518063427656": 33, "2062": 33, "22": [10, 35], "2370": 33, "23704031354688784": 33, "24": [29, 33], "25": [35, 37], "252": 33, "26": [32, 37], "265": 33, "26775": 37, "2859": 33, "2859066023606343": 33, "2f": 37, "3": [0, 2, 4, 14, 25, 30, 32, 33, 35], "30": 33, "300": 33, "31": [33, 37], "32": 37, "324053": 33, "3290": 37, "338": 32, "34": 32, "3600": 33, "371": 37, "39": 32, "3d": [35, 36], "3f": 33, "4": [0, 2, 17, 25, 30, 32, 33, 35, 36, 37], "40": 33, "408009": 33, "4181": 33, "479": 37, "482": 32, "4940": 33, "4f": 33, "5": [0, 2, 25, 33, 35, 37], "50": 37, "5372": 37, "5813": 37, "6": [25, 33, 35, 37], "60": 35, "6203": 33, "6241": 37, "626": 37, "6275": 37, "63": 32, "65": 37, "68": 37, "6972": 33, "7": [32, 33], "7307": 37, "7587": 33, "8": [0, 4, 25, 37], "8176": 33, "86": 14, "87": 14, "89547": 37, "9": [25, 37], "95": 37, "A": [0, 4, 10, 20, 23, 29, 35, 36, 37], "And": [2, 33, 35, 37], "As": [4, 10, 23, 27, 32, 33, 35, 36, 37], "At": [19, 20, 21, 35, 37], "But": [33, 37], "By": [2, 3, 5, 14, 30, 32, 33, 35, 37], "For": [0, 1, 2, 3, 4, 10, 13, 14, 16, 17, 19, 20, 23, 25, 26, 30, 32, 33, 35, 37], "If": [0, 1, 2, 3, 4, 5, 6, 7, 10, 11, 13, 14, 16, 17, 19, 20, 21, 23, 24, 25, 26, 27, 29, 30, 32, 33, 35, 36, 37], "In": [0, 1, 2, 4, 10, 15, 17, 21, 23, 25, 26, 29, 30, 32, 33, 35, 36, 37], "It": [0, 1, 2, 4, 13, 15, 17, 21, 24, 25, 30, 33, 35, 37], "Its": [33, 35], "No": 37, "Not": [33, 35], "Of": 33, "On": [2, 24, 30, 32, 33, 35, 37], "Or": [2, 16, 30, 33, 37], "That": [35, 36], "The": [0, 1, 2, 4, 5, 6, 7, 8, 10, 11, 12, 13, 14, 15, 16, 17, 19, 20, 24, 26, 29, 30, 32, 33, 34, 36], "Then": [0, 2, 10, 23, 26, 33, 35, 36, 37], "There": [3, 14, 17, 25, 27, 29, 32, 35, 36, 37], "These": [1, 2, 4, 12, 17, 23, 30, 33, 35, 36, 37], "To": [0, 2, 3, 4, 5, 6, 10, 11, 12, 14, 15, 16, 17, 20, 23, 25, 26, 27, 30, 32, 33, 35, 36, 37], "With": [0, 2, 3, 8, 10, 15, 30, 32, 35], "_": 35, "__file__": 35, "__init__": [16, 35, 36], "__main__": 14, "_interv": 35, "_opt_w": 33, "_ret": 33, "aa": [4, 6, 11], "aapl": 33, "abil": [29, 35], "abl": [2, 10, 17, 19, 20, 21, 23, 24, 25, 27, 32, 33, 35, 37], "about": [1, 2, 10, 23, 24, 29, 30, 32, 33, 35, 36, 37], "abov": [0, 2, 4, 11, 19, 23, 26, 29, 30, 33, 35, 37], "absolut": [0, 5, 12, 32], "abstract": [35, 37], "access": [3, 4, 5, 6, 7, 30, 33, 35, 36], "accident": 30, "accompani": 33, "accomplish": 32, "accord": [5, 35], "accordingli": 13, "account": [29, 35, 37], "accumul": 33, "accur": 33, "achiev": [33, 35, 37], "across": [17, 32], "action": [4, 17, 33], "activ": [0, 2, 3, 4, 5, 10, 13, 23, 24, 25, 32, 33, 35], "actual": [16, 23, 27, 29, 30, 33, 35], "actual_weight": 33, "ad": [2, 3, 4, 12, 15, 16, 17, 19, 32, 35], "adapt": 35, "add": [0, 2, 3, 4, 5, 17, 19, 25, 26, 32, 33, 34, 36, 37], "add_application_toolbar": 35, "add_item_to_menu": 35, "add_item_to_toolbar": 35, "add_status_widget": 35, "addit": [0, 1, 4, 10, 14, 15, 17, 18, 32, 33, 35, 36, 37], "addition": [3, 5, 13, 17, 30, 32], "addon": 35, "address": [10, 25, 36], "addstretch": 35, "addwidget": 35, "adequ": 33, "adjust": [3, 16, 17, 35], "administr": 10, "advanc": [0, 1, 4, 6, 9, 28, 32, 37], "advantag": [20, 32, 33, 35, 37], "advertis": 35, "advis": [2, 35], "affect": [4, 10, 17, 30, 35, 37], "after": [2, 4, 7, 10, 14, 19, 23, 25, 26, 30, 32, 33, 35, 37], "afterward": [23, 33], "again": [8, 20, 23, 27, 32, 35, 37], "against": 17, "aid": [0, 25, 26, 27, 28, 35], "aim": [24, 33], "alert": 37, "algorithm": [33, 37], "align": 37, "all": [0, 2, 3, 4, 6, 8, 10, 12, 13, 14, 15, 16, 17, 19, 20, 23, 26, 30, 32, 33, 35, 37], "allow": [0, 2, 3, 4, 5, 6, 7, 8, 10, 12, 13, 14, 15, 16, 17, 20, 21, 30, 32, 33, 35, 36, 37], "almost": [23, 33], "alon": 27, "along": [2, 3, 8, 23, 24, 29, 30], "alongsid": 20, "alpha": 37, "alphabet": [4, 12], "alreadi": [0, 2, 10, 17, 24, 25, 26, 27, 33, 35, 37], "also": [2, 4, 5, 7, 8, 10, 11, 13, 14, 16, 17, 20, 21, 26, 27, 29, 30, 32, 33, 35, 36, 37], "alt": [4, 35], "altern": [36, 37], "although": [0, 33, 35, 37], "alwai": [2, 3, 30, 32, 33, 37], "am": [32, 35], "amazon": 33, "among": [33, 35, 36, 37], "amount": [2, 33, 37], "amzn": 33, "an": [0, 2, 3, 4, 5, 7, 10, 11, 12, 13, 14, 15, 16, 17, 18, 22, 23, 24, 25, 26, 27, 28, 30, 32, 35, 36], "anaconda": [0, 16, 19, 20, 21, 23, 25, 26, 27, 29, 30, 32, 33, 35, 37], "analys": [16, 32], "analysi": [1, 2, 7, 9, 14, 25, 32, 34, 35], "analyst": [1, 33, 37], "analyz": [9, 32, 33, 37], "ani": [0, 1, 2, 3, 4, 7, 8, 10, 11, 14, 15, 17, 19, 20, 21, 23, 25, 26, 29, 30, 32, 33, 35, 37], "annex": 35, "annual": 33, "anoth": [0, 6, 13, 23, 32, 33, 35, 37], "anova": 34, "answer": [0, 24, 37], "antiviru": 26, "anymor": 32, "anyon": [0, 1, 33, 35], "anyth": 29, "anywai": [0, 2, 29], "anywher": [16, 20, 30, 32, 35], "apach": 35, "api": [33, 35], "app": [10, 26, 36], "appdata": 23, "appear": [0, 2, 4, 13, 14, 17, 25, 27, 30, 32, 33, 35, 37], "append": 37, "appl": 33, "appli": [0, 30, 33, 35, 37], "applic": [0, 1, 2, 4, 5, 24, 26, 29, 30, 32, 33, 35, 36, 37], "applicationtoolbar": 35, "appreci": [33, 37], "approach": [0, 23, 25, 33], "appropri": [0, 2, 17, 32, 35, 37], "approxim": 33, "apt": 2, "ar": [0, 1, 2, 3, 4, 5, 7, 8, 10, 11, 12, 13, 14, 15, 16, 17, 19, 23, 24, 25, 26, 29, 30, 32, 33, 35, 36, 37], "arbitrari": 17, "arch": 2, "area": [4, 13, 20, 21, 35], "aren": [0, 23, 24, 27], "argument": [4, 32, 33, 35, 37], "aris": 35, "around": [1, 4, 23, 25, 32, 33, 37], "arrai": [2, 30, 32, 33, 37], "arrang": 36, "arriv": 35, "arrow": [3, 4, 5, 11, 13, 14, 16, 32], "artifact": 35, "artifici": 33, "ascend": 33, "asid": [0, 8, 24, 35], "ask": [1, 2, 24, 37], "aspect": 37, "assembl": 33, "asset": 33, "assign": [30, 32, 33, 35], "assist": [2, 23, 24], "associ": [7, 9, 13, 15, 17, 20, 32, 35], "assum": 33, "assumpt": 37, "asterisk": 37, "astra": 33, "astro": 37, "atom": 25, "attent": 35, "attribut": [5, 12, 33, 35, 37], "auto": 29, "autocomplet": [3, 4, 27], "autoformat": 4, "automat": [0, 2, 3, 5, 6, 9, 10, 12, 14, 15, 17, 29, 30, 32, 33, 36, 37], "autopep8": 4, "av": 35, "avail": [0, 2, 3, 4, 7, 15, 16, 17, 19, 20, 21, 23, 30, 32, 33, 35, 36, 37], "averag": [19, 33, 37], "avoid": [0, 2, 3, 23, 33, 36, 37], "awar": 35, "ax": 37, "axi": [33, 37], "axvlin": 37, "azn": 33, "b": [3, 23, 30, 33, 37], "back": [3, 11, 13, 16, 26, 29, 33, 35], "backend": [3, 10, 13, 23], "background": [4, 11, 17], "backtick": 29, "backward": 33, "bad": [16, 32, 33, 37], "balanc": 33, "bar": [0, 4, 14, 16, 25, 30, 32, 33, 35, 36, 37], "bare": [23, 33], "barplot": 37, "base": [0, 1, 10, 16, 17, 32, 33, 35, 36, 37], "base_curr": 33, "baselin": 0, "basetimerstatu": 35, "bash": 21, "basi": 36, "basic": [0, 1, 2, 4, 5, 7, 15, 24, 25, 26, 27, 28, 31, 33, 34, 35], "bat": [2, 26], "batch": 26, "bdist_wheel": 35, "beauti": [1, 37], "becaus": [30, 32, 33, 35, 37], "becom": [1, 36], "been": [0, 7, 10, 19, 29, 33, 37], "befor": [0, 2, 3, 23, 24, 27, 29, 30, 32, 33, 35, 36, 37], "begin": [29, 32, 33, 35], "beginn": 24, "behav": [24, 37], "behavior": [4, 29, 33, 35, 36], "being": [0, 4, 10, 17, 19, 25, 33, 35], "bell": 37, "below": [0, 2, 4, 29, 33, 35], "benchmark": 14, "benefit": 0, "best": [0, 16, 19, 20, 21, 23, 29, 33, 35, 37], "bet": 33, "better": [0, 23, 24, 27, 33, 35, 37], "between": [4, 14, 30, 32, 33, 35, 37], "beyond": [0, 25, 30, 31, 35, 37], "bia": 37, "big": [0, 32], "biggest": 33, "bin": [2, 37], "binder": [0, 2, 33, 37], "bit": 33, "bitcoin": 33, "bjerreka": 37, "bjerrek\u00e6r": 37, "black": 4, "block": [4, 16, 23, 29, 32, 35, 36, 37], "blue": 33, "bluetooth": [35, 36], "boilerpl": 35, "book": [33, 37], "boolean": [17, 35, 37], "border": 37, "bot": 35, "both": [2, 7, 13, 14, 16, 25, 29, 30, 32, 33, 37], "bottleneck": [14, 32], "bottom": [0, 20, 21, 25, 30, 33, 37], "bought": 33, "bound": 33, "boundari": 37, "box": [0, 2, 4, 6, 10, 14, 16, 17, 30, 32, 36, 37], "bracket": 32, "break": [0, 14, 33, 35], "breakpoint": [4, 9], "brew": 2, "brief": 24, "briefli": 30, "bring": 29, "broad": [6, 33], "broadli": 37, "broken": [2, 14], "brought": 33, "brows": [4, 5, 10, 11, 14, 15, 16, 17, 30, 32, 33, 37], "browser": [0, 2, 5, 11, 32, 35], "bsd": 35, "btc": 33, "btc_hist": 33, "buffer": 21, "buffett": 33, "bug": [0, 1, 2, 4, 16, 23, 24, 26, 27, 32, 37], "build": [33, 34, 36], "built": [2, 3, 4, 5, 8, 10, 11, 17, 25, 32, 33, 35, 36, 37], "builtin": [3, 17], "bump": 35, "bundl": [0, 2], "busi": 33, "button": [0, 4, 5, 6, 9, 11, 12, 13, 14, 16, 19, 20, 21, 29, 30, 32, 33, 35, 36, 37], "c": [0, 2, 8, 10, 12, 19, 20, 21, 23, 25, 26, 33, 35, 37], "c0326": 32, "ca_item": 37, "ca_test": 37, "calc": 32, "calcul": [20, 33, 35, 37], "call": [2, 3, 10, 14, 23, 27, 28, 32, 33, 35, 37], "callabl": [14, 36], "calltip": [0, 4, 10, 25], "can": [0, 1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 13, 14, 15, 16, 17, 19, 20, 21, 23, 24, 25, 26, 27, 29, 30, 32, 33, 34, 36], "cancel": [11, 14, 16, 35], "cannot": [35, 37], "capabl": [1, 2, 10, 33, 37], "capit": [6, 35], "captur": 35, "care": [2, 23, 33], "carefulli": 26, "carlo": 24, "carpentri": 35, "case": [2, 4, 6, 11, 23, 25, 26, 29, 30, 32, 33, 35, 36, 37], "cask": 2, "cat": 37, "categor": 37, "categori": [27, 37], "catplot": 37, "caus": [23, 24, 25], "cautiou": 33, "cb": 33, "cd": [26, 35, 37], "cell": [0, 12, 17, 20, 36, 37], "center": 37, "central": 24, "certain": [6, 8, 16, 32, 37], "certainli": 23, "chanc": [2, 23, 27, 29, 37], "chang": [0, 1, 2, 3, 4, 5, 6, 9, 11, 13, 14, 17, 30, 32, 33, 36, 37], "channel": [0, 1, 2, 35], "channel_prior": 2, "charact": 17, "charg": 35, "chart": [33, 35, 36, 37], "chat": [2, 24], "chatroom": 2, "check": [0, 1, 2, 3, 4, 10, 16, 23, 24, 25, 26, 27, 29, 30, 32, 33, 37], "check_compat": 35, "checkbox": 33, "checkmark": 35, "children": 35, "choic": [4, 35, 37], "choos": [9, 15, 17, 30, 33, 35, 36, 37], "chosen": 37, "chunk": [33, 37], "circl": 35, "circular": 11, "cirillo": 35, "cla": 4, "class": [7, 12, 16, 17, 25, 32, 33, 35, 36, 37], "classic": 33, "classifi": 35, "classmethod": 4, "clean": [0, 10, 23, 27, 35, 37], "cleaner": 32, "clear": [0, 3, 4, 6, 8, 10, 13, 14, 21, 27], "clearli": 33, "click": [0, 2, 3, 4, 5, 6, 7, 10, 11, 12, 13, 14, 15, 16, 17, 20, 21, 25, 26, 27, 29, 30, 32, 33, 35, 37], "clipboard": [5, 13, 20, 32, 33, 37], "clone": 35, "close": [4, 8, 20, 23, 29, 30, 33, 35, 37], "close_data_1": 33, "close_data_2": 33, "cloud": [33, 37], "cmap": 33, "cmd": [3, 4, 10, 12, 30, 33], "code": [0, 2, 3, 7, 8, 9, 10, 11, 12, 13, 14, 15, 17, 19, 20, 23, 24, 25, 27, 29, 30, 31, 35, 36], "codebas": 35, "codecel": 4, "cognitive_scor": 37, "coin": 33, "coin_search": 33, "cokkiecutt": 35, "col": 37, "colab": [33, 37], "collaps": [5, 6, 14, 16, 32], "collect": 37, "color": [4, 17, 19, 33, 35, 36, 37], "color_palett": 37, "colorbar": 33, "colormap": 17, "column": [5, 14, 17, 19, 30, 32, 33, 36, 37], "com": 35, "combin": [1, 37], "come": [0, 2, 4, 23, 33, 35, 37], "comma": 16, "command": [0, 2, 3, 4, 8, 10, 15, 19, 20, 21, 23, 25, 26, 29, 30, 32, 35], "comment": [12, 16, 32], "commerci": 0, "commit": [5, 15], "common": [0, 2, 4, 5, 10, 27, 28, 32, 36], "commonli": [3, 33, 36], "commun": [0, 2, 24, 36, 37], "compani": [0, 33], "companionship": 37, "compar": [14, 32, 33, 37], "comparison": [14, 32], "compat": [0, 2, 10, 37], "compens": 33, "compil": 35, "complet": [0, 1, 3, 9, 10, 15, 28, 29, 30, 33, 35, 36, 37], "complex": [3, 30, 33, 35, 37], "compon": [9, 33, 34, 35, 37], "compos": [33, 37], "composit": 33, "comprehens": [1, 2, 33, 37], "comput": [0, 2, 5, 20, 30, 32, 33, 34, 35, 36], "concept": [33, 35], "concern": 37, "conclus": 37, "concret": 37, "conda": [0, 19, 20, 21, 23, 24, 25, 29, 30, 35], "condit": 3, "conf": 35, "conf_default": 35, "conf_sect": 35, "conf_vers": 35, "conf_widget_class": 35, "config": [2, 23, 35], "configur": [0, 2, 3, 7, 10, 14, 16, 30, 32, 34], "confirm": [0, 33, 37], "conflict": [2, 33, 37], "confpag": 35, "connect": [0, 1, 2, 7, 18, 33, 35, 36], "connect_info": 10, "consid": [33, 35], "consider": [35, 37], "consist": [4, 26, 29, 33, 35, 36, 37], "consol": [0, 3, 4, 7, 8, 9, 13, 14, 17, 18, 21, 23, 25, 29, 30, 32, 35], "consolid": 35, "constant": [12, 33, 35], "constitut": 37, "constraint": 33, "construct": [33, 37], "constructor": [4, 35], "consult": [2, 4, 24, 27, 33], "contact": 35, "contain": [0, 16, 24, 29, 32, 33, 36, 37], "container_class": 35, "content": [3, 4, 5, 6, 10, 11, 17, 19, 26, 30, 32, 35], "context": [4, 5, 8, 15, 17, 20, 33, 37], "continu": [25, 30, 32], "contract": 17, "contrast": 33, "contribut": [2, 35, 37], "control": [2, 3, 4, 9, 21, 25, 32, 34, 36], "conveni": [10, 33, 35, 37], "convent": [4, 37], "convert": 35, "cookbook": 10, "cookicutt": 35, "cookiecutt": 35, "cool": 33, "copi": [0, 2, 5, 8, 10, 13, 16, 17, 20, 21, 23, 26, 29, 30, 32, 33, 35, 37], "cordoba": 24, "core": [0, 4, 24, 30, 32, 35, 36], "corner": [7, 21, 33, 35, 37], "corr": 33, "correct": [1, 32, 33, 37], "correctli": [0, 37], "correl": [33, 37], "correspond": [4, 5, 10, 11, 12, 16, 25, 32, 33, 35, 36, 37], "could": [33, 35, 36, 37], "couldn": 27, "count": [4, 14, 35, 37], "countdown": 35, "counter": 35, "coupl": [23, 32, 33], "cours": [23, 33, 37], "cov": 33, "covari": 33, "cover": 1, "coverag": 35, "cpr": [27, 28], "cpu": 0, "crash": 27, "creat": [0, 2, 4, 5, 9, 10, 12, 13, 17, 20, 21, 23, 25, 26, 33, 34, 36, 37], "create_act": 35, "create_menu": 35, "create_spinbox": 35, "create_toolbutton": 35, "creation": 35, "criteria": 17, "critic": [14, 37], "crowdin": 1, "crucial": 37, "crypto": 33, "crypto_hist": 33, "crypto_list": 33, "csv": [32, 33, 37], "ctrl": [3, 4, 7, 10, 11, 12, 30, 33, 35], "cumprod": 33, "currenc": 33, "current": [0, 1, 2, 3, 4, 8, 10, 12, 13, 14, 15, 17, 21, 25, 26, 32, 33, 35, 37], "current_year": 33, "cursor": [0, 4, 12, 21, 32], "curv": 37, "custom": [2, 3, 4, 5, 12, 13, 16, 21, 23, 31, 32, 36], "customiz": 16, "cycl": [13, 35], "cython": [2, 10, 25, 33, 37], "d": [11, 14, 15, 16, 32, 37], "d_": 37, "d_age": 37, "d_religion_serios": 37, "daemon": 10, "dai": [24, 33], "dark": 30, "dash": 37, "data": [1, 2, 4, 10, 14, 17, 28, 32, 34, 35, 36], "data_1": 33, "data_2": 33, "datafram": [2, 4, 33, 37], "dataset": 34, "datatyp": 17, "date": [0, 1, 2, 5, 8, 23, 25, 32, 33, 37], "datetim": 32, "deactiv": [3, 13, 17], "deadlin": 35, "deal": 33, "deb": 2, "debug": [1, 4, 9, 26, 28, 37], "debugg": [9, 10, 17, 20], "decad": 33, "decim": [17, 33], "declar": [4, 35], "declin": 33, "decor": [4, 19, 35], "decreas": [33, 35], "dedic": [0, 2, 4, 33, 35, 37], "deep": [0, 1, 37], "deeper": 17, "def": [33, 35], "default": [0, 2, 3, 4, 5, 7, 8, 10, 13, 14, 16, 23, 25, 30, 32, 33], "defin": [3, 4, 6, 30, 32, 33, 35, 37], "definit": [4, 12, 35], "degre": 37, "delet": [5, 8, 23, 30, 33, 35, 37], "delimit": 33, "delta": 14, "demo": 30, "demograph": 37, "demonstr": 30, "denomin": 33, "denot": 36, "densiti": 37, "depend": [0, 2, 23, 29, 33, 35, 37], "deprec": 10, "depth": [1, 35], "deriv": 35, "describ": [0, 2, 4, 25, 26, 29, 33, 37], "descript": [1, 2, 4, 16, 27, 29, 33, 35, 37], "deserv": 35, "design": [1, 33, 35, 36, 37], "desir": [4, 10, 16, 17, 33, 35, 37], "desktop": [35, 36], "despit": 33, "detail": [0, 1, 2, 10, 16, 23, 27, 29, 33, 35, 36], "detect": [16, 32, 37], "determin": [4, 14, 32], "detract": 37, "dev": [0, 2, 35], "dev0": 35, "develop": [0, 1, 24, 30, 33, 34, 36, 37], "deviat": [4, 37], "df": 37, "dfd": 37, "dfn": 37, "diagnos": [23, 29], "diagram": 37, "dialog": [0, 2, 4, 10, 14, 16, 17, 25, 26, 27, 29, 30, 35], "dictionari": [33, 35], "did": [29, 33, 35, 37], "diff": [14, 32, 35], "differ": [1, 3, 4, 5, 17, 23, 26, 30, 32, 33, 35, 36, 37], "differenti": 37, "difficult": [29, 37], "difficulti": [2, 29], "dimens": 17, "dimension": 17, "diminish": 33, "dir": 10, "direct": [2, 16, 35], "directli": [5, 7, 10, 11, 16, 17, 24, 26, 29, 30, 32, 33, 37], "directori": [3, 4, 5, 6, 8, 10, 15, 16, 21, 23, 25, 26, 30, 32, 33, 35], "disabl": [4, 7, 12, 13, 16, 26, 32, 35], "disappear": 26, "discard": 37, "discourag": 10, "discov": [30, 32, 37], "discuss": [2, 24, 33], "disk": [2, 14, 26, 33], "dismiss": 36, "dispers": 37, "displai": [0, 2, 3, 4, 5, 6, 7, 8, 10, 12, 13, 14, 17, 19, 20, 25, 29, 32, 33, 35, 36, 37], "display_tim": 35, "disproven": 37, "disrupt": 10, "dist": 35, "distinct": [4, 33], "distinguish": 37, "distribut": [0, 5, 15, 23, 24, 27, 33, 35], "distro": [0, 2], "divid": [4, 30, 33], "do": [0, 2, 3, 8, 20, 23, 24, 25, 26, 29, 30, 32, 33, 34, 36], "doabl": 23, "doc": [4, 11, 22, 23, 24, 32, 35], "dock": [2, 35], "dockabl": [35, 36], "docstr": [0, 7], "document": [2, 4, 7, 10, 11, 13, 16, 25, 30, 32, 33, 35, 36, 37], "doe": [0, 2, 16, 26, 29, 33, 35, 37], "doesn": [0, 1, 4, 16, 23, 25, 26, 32, 33], "dog": 37, "dog_or_cat": 37, "dog_or_cat_col_nam": 37, "dog_or_cat_pivot": 37, "dog_or_cat_sampl": 37, "doi": 37, "dollar": 33, "don": [0, 1, 17, 20, 23, 25, 30, 32, 33, 35, 37], "done": [23, 33, 35, 37], "dot": [33, 37], "doubl": [2, 4, 5, 10, 14, 17, 26, 29, 30, 32, 33, 37], "doubt": [35, 37], "down": [3, 4, 11, 14, 23, 30, 32, 33], "download": [0, 30, 32, 35], "downward": 37, "dpi": 33, "drag": [2, 4, 30], "draw": [33, 37], "drawn": 33, "drive": 0, "drop": [4, 11, 30, 33, 37], "dropdown": [0, 4, 6, 14, 16, 30, 32, 33, 37], "dropna": [33, 37], "dtype": [33, 37], "dual": 0, "due": [2, 23, 25, 33, 35, 37], "duplic": [17, 29, 36], "durat": 35, "dure": [13, 33, 35], "dynam": [7, 11, 25], "e": [0, 2, 3, 4, 10, 14, 21, 23, 26, 29, 33, 35, 37], "each": [0, 1, 3, 4, 5, 6, 8, 10, 12, 14, 17, 20, 30, 32, 33, 35, 36, 37], "earli": 33, "earlier": [2, 35, 37], "earn": 33, "eas": [32, 35], "easi": [1, 2, 4, 8, 25, 33, 37], "easier": [4, 33, 35, 37], "easiest": [0, 1, 30], "easili": [2, 3, 4, 6, 7, 10, 14, 15, 16, 17, 25, 30, 32, 33, 35, 37], "econometr": 33, "ecosystem": 2, "edit": [1, 2, 3, 9, 16, 17, 20, 30, 32, 33, 35, 36, 37], "editor": [0, 3, 5, 6, 7, 8, 9, 10, 12, 13, 14, 15, 16, 17, 20, 21, 25, 30, 32], "effect": [0, 2, 33], "effici": [4, 32], "effort": 35, "either": [0, 1, 4, 10, 17, 19, 23, 25, 26, 29, 33, 35, 36], "elaps": 10, "element": [4, 12, 14, 17, 30, 33, 35, 36, 37], "elementari": 33, "elimin": 33, "els": [14, 26, 27, 29], "elsewher": [23, 29, 32], "email": 35, "embed": 36, "emerg": [27, 28, 37], "emit": 36, "empir": 37, "emploi": 37, "employe": 0, "empti": [4, 37], "enabl": [2, 3, 4, 6, 7, 10, 13, 14, 26, 32, 33, 35, 37], "encapsul": 35, "encount": [2, 25], "encourag": [1, 33], "end": [0, 16, 32, 33, 35, 37], "end_i": 33, "end_year": 33, "endpoint": 35, "engin": [1, 33, 37], "enhanc": [0, 1, 3, 10, 23, 34], "enjoi": 30, "enorm": 16, "enough": 33, "ensur": [2, 33], "enter": [0, 3, 4, 6, 7, 8, 10, 11, 14, 15, 16, 17, 20, 26, 29, 30, 32, 33, 35, 37], "entertain": 33, "entir": [4, 15, 17, 30, 32, 33, 37], "entri": [2, 4, 12, 15, 16, 30, 32, 35], "entry_point": 35, "env": [0, 2, 23, 37], "environ": [0, 1, 10, 11, 17, 23, 24, 25, 27, 29, 32, 34], "eq": 33, "equal": [33, 37], "equival": 0, "eras": 6, "error": [0, 2, 4, 14, 16, 23, 26, 27, 28, 29, 32, 36, 37], "especi": [22, 24, 25, 33, 35, 37], "essenc": [33, 37], "essenti": 33, "establish": 37, "estim": [33, 37], "etc": [0, 2, 4, 15, 17, 33], "etc_hist": 33, "etern": 37, "eth": 33, "ethereum": 33, "evalu": 32, "even": [17, 23, 24, 33, 35, 37], "event": 3, "eventu": 35, "ever": 30, "everi": [3, 4, 12, 14, 23, 24, 32, 35, 36], "everyon": [1, 27, 30, 32], "everyth": [0, 2, 23, 29, 30, 32, 33, 35, 37], "evid": 37, "exact": 14, "exactli": [3, 29], "examin": [29, 37], "exampl": [0, 3, 4, 13, 14, 16, 17, 30, 32, 33, 35, 37], "exceed": 33, "excel": [33, 37], "except": [2, 26, 33, 37], "exchang": 35, "exclam": 3, "exclud": 6, "execut": [0, 1, 3, 4, 8, 10, 14, 16, 17, 19, 20, 25, 26, 30, 32, 33, 35, 37], "exercis": 35, "exist": [0, 2, 4, 10, 15, 16, 17, 23, 27, 32, 33, 35, 37], "exit": 0, "exp_real_ret": 33, "expand": [5, 6, 10, 12, 14, 16, 17, 32], "expect": [23, 29, 35, 37], "expected_pr": 33, "experi": [1, 4, 33, 35, 37], "experienc": [2, 24, 27, 29], "experiment": 2, "expert": [2, 23, 24], "explain": [29, 35, 37], "explan": 37, "explor": [1, 2, 3, 4, 9, 10, 11, 13, 15, 20, 23, 26, 27, 30, 32, 34, 35], "export": [0, 13, 37], "expos": 35, "express": [4, 6, 10, 32, 37], "extend": [35, 36], "extended_output": 33, "extens": [5, 6, 14, 20, 32, 35, 36], "extent": [33, 37], "extern": [0, 2, 4, 5, 9, 32], "extra": 35, "extract": [33, 37], "f": [0, 4, 11, 12, 32, 33, 35, 37], "f10": [14, 32], "f12": 3, "f2": 4, "f3": 4, "f5": 4, "f6": 4, "f8": [16, 32], "f9": [4, 33, 37], "f_critic": 37, "f_onewai": 37, "f_valu": 37, "fa": 35, "face": 2, "facilit": 35, "fact": [33, 35, 37], "factori": 0, "fail": [14, 16, 26], "fairli": [25, 37], "fals": [33, 35, 37], "famili": 33, "familiar": [1, 3, 22, 27, 30, 32, 33, 37], "faq": 2, "far": 37, "fast": [3, 37], "faster": [2, 32, 35, 37], "fastest": 33, "favor": 33, "favorit": [33, 35], "featur": [0, 1, 2, 6, 7, 9, 13, 17, 20, 23, 24, 30, 32, 33, 36, 37], "fedora": 2, "feel": [35, 37], "few": [2, 25, 35, 37], "ffill": 33, "field": [0, 6, 10, 11, 14, 16, 32, 35, 37], "fifth": 35, "fig": [33, 37], "fig_dim": 37, "figsiz": [33, 37], "figur": [3, 4, 13, 27, 30, 32, 33, 37], "file": [0, 2, 3, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 19, 20, 21, 23, 25, 26, 30, 32, 33, 35, 36], "filenam": [5, 6, 14, 16, 32], "filesystem": 5, "fill": [10, 29, 36], "filter": [5, 6, 17, 37], "final": [0, 2, 3, 4, 6, 10, 13, 14, 16, 17, 20, 22, 25, 27, 30, 32, 34], "financ": 33, "financi": [34, 35, 37], "find": [0, 5, 7, 9, 11, 16, 17, 22, 23, 24, 26, 29, 30, 32, 33, 35, 37], "find_crypto_pair": 33, "finish": [35, 37], "firewal": 26, "first": [0, 1, 2, 10, 14, 17, 25, 26, 28, 29, 31, 32, 34, 37], "fit": [32, 33, 36, 37], "fivethirtyeight": 33, "fix": [0, 1, 2, 23, 25, 26, 27, 29, 32, 35, 37], "fixm": 16, "flag": 4, "float": [33, 35, 37], "float64": 33, "flow": 3, "fluctuat": 33, "fly": 4, "focu": 35, "focus": [0, 10], "folder": [0, 2, 5, 8, 10, 15, 16, 23, 25, 32, 35], "follow": [0, 1, 2, 4, 12, 19, 20, 21, 23, 25, 26, 27, 29, 30, 33, 35, 36, 37], "followup": 14, "font": [4, 11, 30, 33, 35, 36], "forecast": 33, "forg": [0, 2, 19, 20, 21, 23, 33, 35], "forget": 33, "form": [29, 36], "formal": [33, 35], "format": [5, 7, 13, 17, 29, 32, 33, 35], "formatt": 33, "former": 24, "forti": 17, "fortun": [35, 37], "forum": 23, "forward": [11, 13], "found": [0, 6, 23, 33, 35, 37], "four": [30, 32, 35, 37], "fourth": 35, "fpalm": 35, "fragment": 4, "framework": [35, 36], "francesco": 35, "francisco": 35, "free": [0, 1, 24, 35], "freedom": 37, "freeli": [0, 30], "frequenc": [33, 37], "frequent": [1, 25, 33, 37], "fresh": [2, 10, 23], "friendli": 35, "from": [0, 3, 4, 5, 6, 7, 8, 10, 11, 13, 15, 16, 17, 19, 20, 23, 24, 26, 28, 29, 30, 32, 33, 35, 36], "from_dict": 33, "front": 36, "full": [0, 2, 4, 7, 8, 10, 12, 16, 23, 24, 29, 33, 35, 37], "full_nam": 35, "fulli": [0, 2, 3, 17, 29], "fun": [33, 37], "function": [0, 1, 2, 3, 5, 7, 9, 10, 12, 14, 15, 19, 22, 25, 30, 32, 35, 36, 37], "fundament": [34, 35], "further": [2, 23, 26, 30, 32, 34, 36], "furthermor": [3, 17], "futur": [2, 6, 19, 20, 21, 26, 30], "g": [0, 2, 3, 4, 10, 21, 23, 26, 29, 33, 35, 37], "gadget": 36, "gain": 33, "gather": 37, "gb": 0, "gear": 0, "gender": 37, "gener": [0, 2, 3, 4, 11, 13, 16, 17, 24, 25, 27, 29, 30, 32, 35, 36, 37], "gentoo": 2, "get": [0, 1, 2, 9, 10, 11, 22, 23, 24, 25, 26, 27, 29, 31, 32, 33, 34, 37], "get_conf": 35, "get_contain": 35, "get_descript": 35, "get_icon": 35, "get_nam": 35, "get_path": 26, "get_plugin": 35, "get_tooltip": 35, "get_transl": 35, "get_valu": 35, "git": [5, 14, 15, 35], "github": [1, 2, 23, 27, 29, 35], "github_org": 35, "github_usernam": 35, "gitk": 15, "gitter": 2, "give": [4, 5, 16, 17, 27, 33, 35, 36, 37], "given": [0, 2, 3, 5, 14, 15, 25, 33, 35], "glass": 11, "global": [3, 16, 17, 32], "gmail": 35, "gnu": [2, 8, 35], "go": [0, 3, 10, 12, 14, 16, 20, 21, 24, 25, 26, 28, 30, 32, 33, 35, 37], "goal": 34, "gone": 32, "good": [23, 26, 27, 29, 33, 35, 37], "goog": 33, "googl": [2, 29, 33, 37], "got": 24, "gp": [35, 36], "graham": 33, "graph": [33, 36, 37], "graphic": [2, 3, 10, 13, 33, 35, 36, 37], "great": [2, 24, 37], "greater": 37, "green": [30, 32, 35, 37], "grew": 33, "grid": 17, "gross": 33, "group": [2, 12, 33, 36, 37], "group_bi": 33, "groupbi": 37, "grow": 33, "growth": 33, "guarante": 17, "gui": [3, 10, 17, 23, 35, 36], "guid": [0, 1, 7, 22, 23, 24, 29, 30, 33, 35, 37], "guidelin": [23, 33, 35], "guru99": 35, "gz": 35, "h": 32, "ha": [0, 3, 4, 7, 10, 15, 17, 24, 27, 29, 32, 33, 35, 36, 37], "had": 33, "hamburg": [4, 7, 8, 35], "hand": [33, 37], "handi": 4, "handl": [23, 35, 37], "handler": 36, "happen": [17, 29, 33, 36, 37], "happi": [30, 32], "harpercollin": 33, "hasn": 29, "have": [0, 1, 2, 3, 4, 7, 10, 11, 15, 16, 17, 19, 20, 21, 24, 25, 26, 29, 30, 32, 33, 35, 36, 37], "header": 17, "heart": 30, "heat": 17, "heatmap": 17, "heavi": 33, "heavyweight": 33, "height": 37, "hello": [30, 32, 35], "help": [0, 4, 9, 10, 23, 26, 27, 28, 29, 30, 32, 33, 35], "helper": 35, "her": 37, "here": [0, 2, 7, 22, 28, 29, 30, 32, 33, 35, 37], "hesit": 35, "hi": 37, "hidden": [5, 35], "hide": [4, 5, 12, 17, 20, 30, 32], "hierarch": [5, 14, 32], "high": [0, 33, 35], "higher": [33, 37], "highest": [33, 37], "highlight": [0, 3, 6, 8, 12, 16, 23, 30, 32, 35], "hilpisch": 33, "hint": [0, 25], "hist": [33, 37], "histogram": [17, 37], "histori": [3, 9, 10, 16, 30, 33, 35], "historic_crypto": 33, "historicaldata": 33, "histplot": 37, "hit": [19, 33, 37], "hold": [33, 35], "home": [0, 2, 8, 10, 11, 23, 24, 25, 35], "homebrew": 2, "hope": [30, 33, 35, 37], "hopefulli": [26, 27], "horizont": [4, 30, 37], "host": 10, "hostnam": 10, "hour": 29, "hous": 11, "hover": [0, 4, 9, 25], "how": [0, 1, 2, 3, 4, 5, 10, 12, 13, 19, 23, 24, 27, 29, 30, 32, 33, 34, 36], "howev": [0, 2, 5, 25, 30, 33, 35, 37], "html": [35, 37], "http": [33, 35, 37], "hub": 24, "huge": 23, "human": 35, "hurri": 35, "husl": 37, "hyperlink": 32, "hypothesi": 34, "i": [0, 1, 2, 3, 4, 5, 7, 8, 10, 11, 12, 13, 14, 15, 16, 17, 19, 20, 21, 23, 24, 25, 26, 27, 29, 30, 32, 35, 36, 37], "icon": [4, 7, 8, 9, 11, 13, 30, 32, 35], "icon_manag": 35, "id": [2, 4, 10, 22, 23, 24, 25, 35, 37], "id_rsa": 10, "idea": [29, 35, 36], "ideal": [17, 33, 37], "ident": [0, 6, 14, 23], "identif": 37, "identifi": [14, 32, 35, 37], "idl": 0, "ignor": [3, 37], "ill": [0, 27, 28], "iloc": [33, 37], "ima": 35, "imag": [2, 4, 13, 17, 33, 37], "immedi": [2, 20, 26, 37], "implement": [24, 25, 33, 35, 36, 37], "impli": 37, "implicitli": 30, "import": [0, 2, 3, 9, 10, 15, 22, 25, 26, 32, 33, 35, 37], "impos": 15, "imposs": 23, "improv": [0, 4, 17, 31, 37], "includ": [0, 1, 2, 3, 4, 5, 7, 10, 11, 12, 17, 24, 25, 28, 30, 32, 35, 37], "incompat": [0, 2], "incomplet": 25, "inconceiv": 35, "inconsist": 37, "incorpor": 35, "increas": [14, 32, 33, 35], "inde": [27, 37], "indent": 29, "independ": [2, 35], "index": [11, 17, 32, 33], "indic": [14, 17, 30, 32, 33, 35, 36, 37], "indistinctli": 37, "individu": [2, 7, 14, 16, 19, 23, 27, 35, 37], "industri": 33, "influenc": 37, "info": [2, 20, 23, 33, 35], "inform": [0, 2, 10, 14, 17, 20, 23, 24, 26, 29, 30, 32, 35, 36, 37], "infrastructur": 0, "inher": 17, "initi": [33, 35, 36, 37], "inlin": [0, 3, 7, 10, 32], "inner": [17, 23, 35], "inplac": [33, 37], "input": [20, 35, 36, 37], "insert": [0, 17, 29, 35, 37], "insid": [0, 4, 5, 10, 11, 14, 15, 20, 21, 26, 32, 33, 35, 36], "insight": 33, "inspect": [0, 1, 7, 10, 17, 33, 35, 37], "inspector": 17, "instal": [1, 3, 10, 11, 14, 18, 23, 24, 26, 27, 29, 30, 32, 33, 35, 37], "instanc": [10, 17, 23, 25, 26, 35, 36], "instanti": 35, "instantpopup": 35, "instead": [0, 2, 5, 12, 17, 23, 26, 27, 32, 33, 35, 37], "instruct": [0, 2, 23, 33, 35, 37], "instrument": 33, "insuffici": 7, "int": [30, 35, 37], "int64": 37, "integ": 37, "integr": [2, 3, 4, 10, 15, 21, 33, 35, 37], "intel": 2, "intellig": [16, 33, 37], "intend": [33, 37], "intens": 0, "interact": [1, 3, 4, 10, 13, 17, 20, 21, 22, 23, 30, 32, 33, 35, 36, 37], "interchang": 17, "interconnect": 36, "interest": [33, 35, 37], "interfac": [1, 8, 9, 20, 22, 30, 35, 36], "interfer": 26, "intermedi": 33, "intern": [0, 7, 23, 29, 35], "internal_valu": 32, "interpret": [0, 3, 7, 9, 10, 21, 23, 25, 26, 29, 32, 33, 37], "interquartil": 37, "interrupt": [7, 10], "interv": [35, 37], "intro": 34, "introduc": 35, "introduct": [30, 35], "introspect": 25, "invalid": [16, 32], "invest": 33, "investig": 37, "investor": 33, "invis": [5, 8], "invok": 37, "involv": [1, 2, 23, 25, 29, 33, 35, 37], "ip": [0, 10], "ipdb": 9, "ipykernel": [23, 25], "ipynb": 20, "ipython": [0, 3, 4, 7, 8, 9, 13, 14, 17, 18, 21, 23, 24, 25, 27, 29, 30, 32], "ipython_genutil": 0, "is_dark_font_color": 32, "isc": 35, "isn": [2, 23, 25, 26, 32], "isol": [2, 28], "issu": [0, 1, 2, 4, 16, 21, 23, 24, 26, 27, 28, 32, 33, 37], "item": [0, 1, 4, 9, 12, 14, 17, 19, 20, 21, 23, 25, 29, 32], "iterrow": 37, "its": [0, 1, 2, 4, 5, 7, 10, 11, 12, 14, 16, 17, 23, 24, 25, 26, 29, 30, 32, 33, 35, 36, 37], "itself": [0, 2, 10, 14, 17, 23, 24, 26, 33, 35, 36], "j": [33, 37], "jame": 33, "jnj": 33, "job": 35, "john": 35, "johnson": 33, "join": 33, "json": [0, 10, 37], "juanita": [30, 32], "jump": [4, 12], "jupyt": [4, 10, 20, 23, 35, 37], "jupyter_cli": [23, 25], "jupyter_cor": [23, 25], "just": [0, 2, 3, 8, 11, 12, 15, 16, 17, 21, 23, 26, 27, 30, 32, 33, 35, 37], "k": 37, "kde": 37, "keep": [23, 32, 33, 35, 37], "kei": [7, 9, 14, 17, 22, 25, 29, 30, 33, 35], "kera": 37, "kernal": 10, "kernel": [0, 9, 23, 27, 28, 33, 35, 37], "keyboard": [3, 9, 10, 23, 35], "keyerror": 37, "keyfil": 10, "keyword": [4, 11, 32], "kind": [32, 33, 35, 37], "kirkegaard": 37, "kitti": 37, "know": [23, 32, 33, 35, 37], "knowledg": [33, 35, 37], "known": [2, 26, 36], "kurtosi": 37, "l": [0, 3, 4, 30], "la": 0, "label": [0, 35], "lack": 2, "lambda": [33, 37], "languag": [0, 1, 2, 4, 10, 23, 24, 25, 33, 35, 37], "larg": [0, 17, 24, 32, 33, 37], "larger": [32, 33, 37], "largest": 33, "last": [4, 8, 15, 23, 25, 26, 27, 33, 37], "later": [17, 30, 37], "latest": [0, 2, 23, 25], "latter": [7, 24], "laugh": 37, "launch": [0, 2, 5, 10, 23, 25, 26, 27, 29, 30, 32, 37], "launchpad": 2, "layer": 35, "layout": [30, 35], "lead": [2, 24, 29], "learn": [0, 1, 2, 14, 24, 31, 32, 34], "learner": 34, "learnpython": 24, "least": [0, 24, 26], "leav": [33, 37], "left": [2, 3, 4, 6, 7, 8, 11, 14, 21, 26, 30, 33, 35, 37], "legaci": [10, 35], "len": [33, 37], "length": 33, "leptokurt": 37, "less": [29, 33, 35, 37], "lesser": 33, "let": [4, 30, 32, 33, 34, 37], "letter": [0, 33, 36], "level": [1, 4, 12, 14, 16, 17, 32, 33, 35, 37], "leverag": 33, "li": [23, 27], "librari": [2, 3, 11, 25, 30, 32, 33, 35, 36, 37], "libreoffic": 32, "licens": [0, 35], "lie": 25, "life": 35, "light": 30, "lighter": 2, "like": [0, 2, 3, 4, 5, 8, 11, 14, 15, 16, 17, 23, 25, 27, 29, 30, 32, 33, 35, 37], "limit": [4, 21, 25, 35, 37], "limits_group": 35, "line": [0, 2, 3, 6, 8, 14, 16, 18, 23, 25, 26, 27, 29, 30, 32, 33, 35, 36, 37], "linear": 33, "linestyl": 37, "linewidth": 37, "linger": 23, "link": [2, 11, 24, 33, 35], "linux": [0, 8, 16, 23, 25, 35, 37], "list": [0, 3, 4, 5, 6, 8, 10, 11, 12, 13, 14, 16, 20, 23, 24, 25, 27, 29, 30, 32, 33, 35, 37], "listen": 10, "lite": 2, "litecoin": 33, "littl": 37, "ll": [2, 22, 25, 26, 29, 30, 32, 35], "load": [7, 10, 11, 14, 17, 25, 32, 33, 35, 37], "loc": 33, "local": [3, 11, 14, 17, 20, 32, 33, 35, 37], "locat": [0, 4, 6, 11, 12, 15, 29, 35], "lock": [7, 30], "log": [33, 35], "logarithm": 33, "logger": 35, "long": [0, 8, 10, 16, 25, 33, 35, 36, 37], "long_descript": 35, "long_description_content_typ": 35, "longer": [17, 32, 35], "longest": 32, "look": [2, 10, 11, 16, 20, 23, 24, 27, 29, 30, 32, 33, 35, 37], "loop": [33, 36], "loss": 33, "lost": [33, 37], "lot": 33, "lousi": 33, "lovabl": 37, "lover": 37, "low": 33, "lower": [23, 32, 33, 37], "lowercas": 33, "lowest": [33, 37], "lsp": [0, 4, 35], "ltc": 33, "ltc_hist": 33, "lxml": 33, "m": [0, 2, 10, 12, 14, 19, 30, 32, 33], "m1": 2, "ma": 33, "mac": 23, "machin": [0, 10, 17, 23, 32, 33, 35, 37], "maco": [0, 3, 8, 10, 16, 19, 20, 21, 23, 25, 30, 33, 35, 37], "macport": [0, 2, 29], "made": [4, 35, 37], "magic": 3, "magnifi": 11, "mai": [0, 2, 23, 25, 26, 32, 33, 35], "main": [0, 2, 17, 30, 31, 35, 36], "main_contain": 35, "main_fg_color": 35, "main_sect": 35, "mainli": [33, 37], "maintain": [0, 24, 35], "mainwindow": [26, 32, 36], "major": [2, 23, 35], "make": [0, 2, 4, 5, 8, 11, 15, 20, 21, 23, 25, 26, 27, 29, 32, 33, 35, 37], "makefil": 35, "malici": 17, "mamba": [2, 35], "mambaforg": 2, "manag": [0, 1, 2, 5, 10, 17, 23, 24, 32, 33, 35, 37], "mandatori": 35, "mani": [0, 2, 4, 5, 10, 19, 23, 24, 27, 30, 33, 36, 37], "manipul": [33, 35, 37], "manual": [0, 2, 4, 7, 13, 14, 16, 17, 25, 26, 29, 32, 33, 35, 37], "map": [0, 17, 35], "map0logo": 35, "mapologo": 35, "mark": [8, 17, 35, 37], "markdown": 35, "market": 33, "master": 33, "match": [4, 5, 6, 11, 13, 17, 30, 32, 37], "math": [10, 30, 33], "mathemat": 33, "matlab": 4, "matplotlib": [0, 2, 9, 10, 17, 24, 30, 32, 33, 37], "matpotlib": 2, "matrix": 36, "matter": [33, 37], "matur": 37, "max": [17, 33, 37], "max_": 35, "max_ag": 37, "max_ylim": 37, "maxim": [29, 33], "maximum": [6, 33, 37], "md": 35, "mdi": 35, "mean": [0, 1, 2, 23, 25, 26, 32, 35, 36, 37], "meanwhil": 14, "measur": [14, 32, 33, 35, 37], "median": 37, "meet": 35, "memori": [0, 2, 14, 33, 37], "mention": [0, 22, 25, 35, 36], "menu": [0, 2, 3, 4, 6, 7, 9, 11, 14, 15, 19, 20, 21, 23, 25, 29, 30, 32, 35, 37], "mere": 37, "merg": 33, "messag": [0, 2, 10, 16, 23, 25, 27, 29, 32, 35, 36], "message_nam": 16, "met": 37, "meta": 2, "metapackag": 2, "method": [0, 4, 7, 12, 14, 23, 25, 26, 27, 32, 33, 35, 36], "microsoft": 33, "might": [0, 2, 8, 16, 23, 24, 25, 29, 32, 37], "mile": 37, "millisecond": [19, 35], "min": [17, 33, 35, 37], "min_": 35, "min_ag": 37, "min_ylim": 37, "mind": [35, 37], "miniconda": [0, 2, 33, 35, 37], "miniforg": [0, 2], "minim": [0, 2, 33, 35, 37], "minimum": [33, 35, 37], "minor": [23, 35], "mint": 2, "minut": 35, "miss": [2, 29, 35, 37], "misunderstand": 24, "mit": 35, "mix": 2, "mixin": 35, "mkdir": 37, "mkvirtualenv": 2, "modal": 36, "mode": [3, 4, 9, 35], "model": [0, 33, 37], "modern": 0, "modest": [2, 33, 37], "modifi": [0, 4, 5, 10, 17, 20, 30, 35, 37], "modul": [3, 7, 9, 11, 15, 16, 25, 32, 35], "moment": [19, 20, 21, 35], "monei": 33, "monitor": 30, "month": [23, 33], "monthly_data_1": 33, "monthly_data_2": 33, "more": [0, 1, 2, 4, 10, 12, 14, 16, 17, 19, 21, 23, 24, 25, 29, 30, 32, 33, 35, 36, 37], "most": [0, 2, 4, 14, 22, 23, 25, 26, 27, 30, 32, 33, 35, 36, 37], "mostli": 35, "mous": 33, "move": [5, 11, 30, 32, 33, 35, 37], "movement": 33, "mpl": 33, "msft": 33, "much": [0, 2, 4, 17, 23, 29, 32, 33, 35, 37], "multi": [4, 17], "multiindex": 17, "multilin": 3, "multipl": [4, 5, 12, 37], "multiplatform": [35, 36], "multipli": 33, "multitask": 33, "must": [0, 10, 15, 19, 33, 35, 37], "mute": [10, 32], "mvp": 33, "my": 0, "n": [0, 2, 23, 33, 35, 37], "name": [0, 2, 3, 4, 5, 7, 10, 11, 12, 14, 15, 16, 17, 20, 25, 30, 32, 33, 35, 36, 37], "namespac": [4, 10, 17], "narrow": 23, "nativ": [13, 35, 36], "natur": [33, 37], "navig": [0, 2, 6, 8, 9, 11, 12, 23, 26, 30, 32, 33, 35, 36], "neat": 37, "necessari": [10, 30, 32, 35], "need": [0, 1, 2, 4, 6, 8, 10, 25, 26, 29, 33, 35, 36, 37], "neg": [33, 37], "neither": 37, "neovim": 4, "nest": 12, "netflix": 33, "netflix_info": 33, "network": [0, 35, 36], "never": 30, "new": [0, 1, 2, 3, 4, 10, 13, 15, 17, 20, 21, 23, 24, 25, 27, 30, 32, 33, 35, 37], "newer": [2, 24], "newest": 10, "newli": [35, 37], "next": [2, 4, 10, 19, 21, 25, 30, 32, 33, 35, 37], "nflx": 33, "non": [0, 8, 32, 33, 35, 36], "none": [4, 13, 23, 25, 26, 35], "nor": 37, "norm": 33, "normal": [3, 8, 33, 37], "notabl": 33, "notat": 37, "note": [0, 10, 30, 32, 33, 35, 37], "notebook": [0, 4, 10, 18, 24, 25, 37], "noth": [0, 14, 25, 37], "notic": [32, 33, 35, 37], "notif": [35, 36], "notifi": 36, "now": [0, 2, 19, 30, 32, 33, 35, 37], "nowadai": 33, "np": 33, "npy": 17, "null": 37, "num_group": 37, "num_observ": 37, "number": [2, 3, 4, 5, 6, 8, 10, 14, 16, 17, 19, 24, 25, 32, 33, 35, 37], "numer": [2, 17, 37], "numfocu": 0, "numpi": [2, 10, 24, 30, 32, 33, 37], "o": [0, 12, 26, 29, 33, 37], "object": [0, 4, 7, 9, 10, 11, 14, 30, 32, 33, 37], "observ": [26, 29, 33, 37], "obtain": [2, 19, 30, 34, 37], "obviou": 35, "occasion": [25, 26], "occupi": [33, 37], "occur": [0, 14, 25, 27, 29, 37], "occurr": [6, 8, 32], "odp": 37, "off": [7, 10, 13, 16, 32], "offer": [2, 3, 4, 5, 13, 17, 23, 24, 32, 33, 35, 36, 37], "offici": [33, 35, 37], "offset": 33, "often": [2, 10, 23, 27, 29, 30, 37], "ok": [2, 4, 10], "okai": 35, "okcupid": 37, "old": [2, 37], "older": [2, 30, 37], "on_clos": 35, "on_conf_chang": 35, "on_initi": 35, "on_plugin_avail": 35, "on_preferences_avail": 35, "on_statusbar_avail": 35, "on_toolbar_avail": 35, "onc": [0, 4, 5, 10, 15, 25, 26, 29, 30, 32, 33, 35], "one": [0, 1, 2, 4, 5, 10, 12, 13, 15, 16, 17, 23, 25, 26, 29, 30, 32, 33, 35, 36, 37], "ones": [4, 20, 30, 32, 37], "onli": [0, 2, 4, 5, 6, 7, 10, 14, 17, 23, 25, 26, 27, 32, 33, 35, 36, 37], "onlin": [7, 9, 32, 37], "open": [0, 1, 2, 3, 4, 5, 6, 7, 10, 11, 12, 14, 15, 16, 17, 20, 21, 25, 26, 27, 29, 30, 32, 33, 35, 36, 37], "open_source_licens": 35, "opencollect": 0, "opensus": 2, "openteam": 2, "oper": [0, 2, 8, 9, 15, 30, 32, 33, 35, 37], "opt_weight": 33, "opt_weights_1": 33, "opt_weights_2": 33, "optim": [14, 31, 35], "optimal_weight": 33, "option": [0, 2, 3, 4, 7, 9, 15, 18, 21, 23, 24, 30, 32, 33, 35, 36, 37], "option_correct": 37, "order": [1, 8, 12, 19, 20, 21, 23, 29, 33, 35, 37], "org": [2, 33, 35, 37], "organ": [0, 33, 35, 36], "orient": [2, 33, 37], "origin": [23, 25, 37], "other": [0, 3, 4, 8, 10, 14, 16, 17, 23, 24, 26, 27, 29, 30, 32, 33, 35, 36, 37], "otherwis": [0, 2, 10, 25, 29, 33, 35], "our": [0, 2, 22, 23, 24, 27, 29, 30, 32, 33, 34, 37], "out": [1, 2, 4, 11, 16, 20, 21, 23, 25, 27, 29, 30, 32, 33, 37], "outlier": 37, "outlin": [4, 9, 30, 32, 33], "output": [4, 14, 16, 23, 26, 29, 30, 35, 37], "outsid": [4, 20, 25, 37], "over": [4, 5, 7, 14, 30, 32, 33, 35, 36, 37], "overal": [16, 32], "overflow": [0, 23, 27], "overli": 37, "overrid": [25, 35], "overview": [33, 37], "own": [0, 2, 4, 7, 11, 14, 23, 24, 27, 30, 33, 35, 36], "owner": 37, "p": [4, 35, 37], "p_": 37, "p_valu": 37, "packag": [0, 1, 2, 3, 10, 11, 15, 16, 19, 23, 24, 25, 26, 27, 29, 32, 33, 37], "packt": 33, "pad": 20, "page": [0, 2, 10, 11, 23, 29, 32, 34], "paid": [0, 24], "palett": 37, "palm": 35, "palplot": 37, "pan": 3, "panda": [2, 17, 24, 32, 33, 37], "pane": [0, 1, 19, 20, 21, 22, 23, 25, 29, 30, 31, 35], "panel": [2, 12, 30, 33, 36, 37], "paper": [35, 37], "parallel": 36, "paramet": [4, 33, 35, 37], "parent": [14, 35, 36], "parenthes": 37, "parenthesi": [4, 7], "parquet": 37, "pars": [6, 32], "parsed_data_publ": 37, "parser": 32, "part": [0, 4, 5, 22, 26, 33, 35, 37], "parti": [2, 3, 10, 11, 32, 35], "partial": 37, "particip": [33, 35, 37], "particular": [14, 23, 32, 35, 37], "particularli": [2, 5, 23, 24, 26, 32, 33], "partit": 0, "pass": [33, 35, 36, 37], "password": [10, 35], "past": [5, 10, 13, 16, 17, 20, 21, 29, 32, 35], "patch": 28, "path": [0, 4, 5, 10, 12, 14, 15, 16, 19, 23, 26, 30, 32, 33, 35, 37], "pathlib": 35, "pattern": 5, "paus": [26, 35], "pause_pomodoro_tim": 35, "pause_tim": 35, "pause_timer_act": 35, "pct_chang": 33, "pd": [33, 37], "pdb": 3, "peopl": [33, 37], "pep": 4, "per": [0, 4, 19, 33], "percent": 33, "percentag": [19, 33], "perfect": 33, "perform": [0, 5, 11, 14, 15, 17, 23, 32, 33, 35, 37], "period": [33, 35, 37], "permiss": 26, "persist": [17, 33, 37], "person": [2, 35, 37], "pet": 37, "pfe": 33, "pfizer": 33, "phenomenon": 37, "phrase": 8, "pick": 37, "pickl": 17, "pictur": 35, "pid": 10, "piec": [33, 35, 37], "pin": 2, "pip": [0, 23, 25, 29, 33, 35], "pitfal": 23, "pivot": 37, "plabel": 35, "place": [0, 4, 19, 23, 24, 27, 33, 35, 37], "plai": 35, "plain": [7, 16, 29, 30], "plan": 35, "platform": [2, 28, 33, 37], "pleas": [2, 23, 25, 27, 29], "plot": [3, 4, 9, 10, 17, 20, 30, 32, 35], "plt": [33, 37], "plu": [6, 20, 32], "plug": 25, "plugin": [0, 2, 9, 19, 20, 21, 24, 27, 28, 34, 36], "plugin_registr": 35, "plugin_typ": 35, "pluginconfigpag": 35, "pluginmaincontain": 35, "pluginmainwidget": 35, "png": [13, 32], "point": [0, 3, 14, 24, 30, 33, 35, 36, 37], "pointi": 37, "polar": 33, "polish": 37, "pomodoro_button": 35, "pomodoro_default": 35, "pomodoro_limit": 35, "pomodoro_menu": 35, "pomodoro_spin": 35, "pomodoro_tim": 35, "pomodoro_timer_button": 35, "pomodoro_timer_menu": 35, "pomodoro_timer_statu": 35, "pomodoro_timer_toolbar": 35, "pomodoromenusect": 35, "pomodorotimerstatu": 35, "pomodorotoolbaract": 35, "pomodorotoolbarsect": 35, "pop": [2, 4, 30], "popular": [4, 25, 37], "popup": 7, "popupmod": 35, "port": [2, 10], "port_1_exp_r": 33, "port_1_ow": 33, "port_1_sr": 33, "port_1_vr": 33, "port_2_exp_r": 33, "port_2_ow": 33, "port_2_sr": 33, "port_2_vr": 33, "portfolio": 34, "portfolio_return": 33, "portfolio_shap": 33, "portfolio_sharp": 33, "portfolio_volatil": 33, "portion": [7, 29], "pose": 37, "posit": [12, 30, 32, 33, 37], "possibl": [4, 19, 20, 21, 23, 27, 29, 33, 35, 37], "possibli": 37, "post": [2, 24, 26], "pot": 35, "potenti": [2, 4, 16, 32, 37], "power": [1, 4, 16, 20], "powershel": 21, "ppf": 37, "pprint": 33, "pr": 1, "practic": [16, 32, 35, 37], "pre": 36, "preced": 29, "precis": [33, 37], "predefin": 35, "predict": [33, 37], "prefer": [0, 2, 3, 4, 5, 7, 8, 10, 11, 13, 17, 18, 23, 26, 29, 30, 32, 33, 37], "prefil": 29, "prefix": [35, 37], "prepar": 34, "prerequisit": 34, "presenc": 35, "present": [15, 19, 25, 29, 33, 35], "preset": 35, "press": [0, 3, 4, 6, 7, 11, 14, 16, 20, 30, 32, 33, 36, 37], "prettier": 37, "prev_year": 33, "prevent": [10, 13, 32], "preview": [4, 17, 30], "previou": [3, 4, 10, 11, 14, 16, 23, 25, 30, 32, 33], "previous": [7, 20, 30, 32], "price": 33, "primari": [4, 10, 32, 33], "principl": 35, "print": [0, 26, 29, 30, 33, 35, 36, 37], "printf": 17, "prior": [33, 35, 37], "prioriti": [2, 29], "probabl": 37, "problem": [0, 1, 2, 4, 16, 24, 26, 27, 28, 29, 32, 33, 35, 37], "proce": [2, 33, 37], "procedur": [14, 33, 36], "process": [3, 4, 10, 23, 35, 36, 37], "processor": [0, 13, 32], "produc": [13, 37], "product": [26, 33, 35], "profil": [0, 1, 9, 16, 18, 30, 32, 34, 35], "profit": [0, 33], "program": [2, 5, 21, 23, 24, 27, 30, 32, 33, 35, 37], "progress": [14, 35], "prohibit": 0, "project": [0, 1, 4, 5, 6, 9, 12, 32, 35], "project_nam": 35, "project_package_nam": 35, "project_pypi_nam": 35, "project_short_descript": 35, "prompt": [0, 2, 3, 16, 19, 20, 21, 23, 25, 26, 29, 30, 32, 33, 35, 36, 37], "proofread": 1, "properli": 35, "properti": [33, 35], "proport": [33, 37], "protocol": [4, 25], "proven": 37, "provid": [1, 2, 4, 10, 11, 13, 17, 23, 24, 25, 26, 29, 30, 32, 33, 35, 36, 37], "proxi": 37, "psychologi": 37, "psychometr": 37, "pt_limits_layout": 35, "public": [24, 35, 37], "publish": [34, 37], "pure": 7, "purelib": 26, "purpos": [0, 1, 35, 37], "put": [33, 35, 37], "py": [8, 16, 23, 25, 26, 32, 35, 36, 37], "py3": [8, 23, 35], "py39": 2, "pyarrow": 37, "pyc": 35, "pycodestyl": 4, "pydata": [2, 37], "pydoc": 11, "pyenv": 0, "pyflak": 4, "pyl": [0, 25], "pylab": 10, "pylint": [16, 32], "pylintrc": [16, 32], "pypi": [0, 33], "pypi_usernam": 35, "pyplot": [33, 37], "pyqt": [23, 29, 35], "pyqt5": 2, "pysid": 35, "python": [0, 1, 2, 3, 4, 5, 7, 10, 11, 12, 16, 17, 19, 21, 23, 25, 26, 27, 28, 29, 30, 32, 35], "python3": [2, 26], "pythonpath": 15, "pyzmq": [23, 25], "q": [0, 36, 37], "q18154": 37, "q255": 37, "q997": 37, "qaction": [35, 36], "qapp": 36, "qapplic": 36, "qdialog": 36, "qdockwidget": 35, "qevent": 36, "qgridlayout": [35, 36], "qgroupbox": 35, "qhboxlayout": 36, "qicon": 35, "qmainwindow": [35, 36], "qmenu": 36, "qmessagebox": 35, "qspinbox": 35, "qstackedlayout": 36, "qt": [23, 29, 34, 35], "qt5": 3, "qt_mac_wants_lay": 0, "qta": 35, "qtawesom": 35, "qtconsol": [10, 23, 24, 27, 29], "qtgui": 35, "qtimer": 35, "qtoolbar": 36, "qtoolbutton": 35, "qtpy": 35, "qtwidget": 35, "qu4nt": 35, "qualit": 37, "qualiti": [16, 31], "quansight": 0, "quantit": 37, "quantiti": 17, "queri": 33, "question": [1, 2, 24, 27, 33, 37], "question_data": 37, "quick": [2, 20, 24, 30, 33, 37], "quickli": [4, 23, 25, 27, 32, 35, 37], "quickstart": [22, 33, 37], "quirk": 24, "quit": [2, 33, 35, 37], "quotat": 17, "qvboxlayout": [35, 36], "qwidget": [35, 36], "r": [4, 14, 24, 37], "rais": 37, "ram": 0, "ran": 14, "ranaroussi": 33, "random": [29, 33, 37], "randomli": 33, "rang": [1, 16, 24, 33, 37], "rapid": 33, "rate": 35, "rather": [12, 21, 23, 29], "ratio": 37, "raw": 16, "rc": 32, "rcfile": 16, "rcparam": 33, "re": [2, 4, 5, 10, 11, 19, 20, 21, 23, 25, 26, 27, 29, 30, 32, 33, 35, 37], "reach": [1, 33, 35, 37], "read": [2, 4, 23, 26, 27, 34], "read_csv": [33, 37], "read_parquet": 37, "read_text": 35, "readabl": [4, 35, 37], "reader": 35, "readi": [20, 30, 32, 33, 35, 37], "readm": 35, "real": [4, 10, 25, 33, 35, 37], "realist": 33, "realiti": 33, "realized_pr": 33, "realli": [23, 37], "realtim": 11, "rearrang": 30, "reason": [2, 14, 32, 37], "recal": [3, 14, 32], "receiv": [23, 25, 27, 33, 36], "recent": [0, 4, 8, 16, 20, 23, 33, 35], "recogn": [0, 35], "recommend": [0, 2, 26, 27, 28, 33, 35, 37], "record": [26, 33, 37], "recov": 17, "recreat": [2, 33], "recurs": 14, "red": [10, 11, 30, 33], "redistribut": 0, "reduc": [32, 37], "reduct": 37, "refactor": 37, "refer": [2, 3, 25, 26, 33, 35, 37], "refin": 6, "reflect": 33, "refresh": [10, 11, 17, 33], "regardless": [4, 15, 35], "regex": 37, "regist": 10, "register_plugin_prefer": 35, "regul": 37, "regular": [3, 4, 6, 32, 35, 37], "reilli": 33, "reinforc": 33, "reinstal": [0, 26, 27, 28], "rejoic": 37, "rel": [0, 2, 5, 32, 33], "relat": [2, 9, 23, 26, 27, 28, 33, 34, 35, 36], "relationship": [33, 35, 37], "relaunch": 10, "releas": [0, 2, 23, 35], "relev": [4, 23, 25, 27, 29, 37], "reli": 35, "reliabl": [2, 17], "reload": [9, 11, 35], "remain": [32, 37], "remark": 33, "rememb": [8, 10, 16, 33, 35, 37], "remotemachin": 0, "remov": [0, 2, 10, 13, 14, 17, 23, 30, 32, 35, 37], "renam": [5, 10, 17, 21, 25, 33, 35, 37], "rename_axi": 33, "render": [4, 7, 11, 13, 35, 36], "reoccur": 23, "reopen": 23, "reorder": 4, "repair": 26, "repeat": 35, "replac": [0, 16, 25, 26], "repo": [1, 35], "report": [0, 2, 23, 25, 26, 27, 28, 34], "repositori": [0, 1, 2, 5, 14, 15, 25, 33, 34], "repres": [33, 36, 37], "represent": 36, "reproduc": [23, 29], "request": [2, 33, 35], "requir": [0, 1, 25, 33, 35, 36, 37], "resampl": 33, "reset": [0, 8, 23, 26, 30, 35], "reset_index": 33, "residu": 37, "resiz": 17, "resolv": [1, 2, 23, 25, 26, 35], "resourc": [0, 1, 23, 27, 28, 33, 35], "resp": 37, "resp_": 37, "resp_q18154": 37, "resp_q255": 37, "respect": [3, 13, 16, 30, 33, 35], "respond": 35, "respons": [36, 37], "rest": [14, 30, 32, 33, 35, 37], "restart": [0, 8, 10, 19, 20, 21, 23, 25, 30, 35], "restor": [4, 15, 23], "restrict": 0, "result": [0, 4, 6, 9, 11, 16, 17, 19, 25, 26, 27, 30, 32, 33, 35, 37], "retriev": 7, "retrieve_data": 33, "rets_1": 33, "rets_2": 33, "return": [4, 6, 11, 26, 30, 35, 37], "reveal": 37, "review": 33, "rgb": 17, "rich": [2, 7, 30], "right": [0, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 13, 14, 17, 20, 21, 25, 30, 32, 33, 35, 37], "right_answ": 37, "rigor": 37, "ring": 35, "risk": 33, "riski": 33, "robust": 2, "room": 24, "root": [15, 33, 35], "roughli": 33, "routin": 26, "row": [17, 33, 36, 37], "rule": [26, 36, 37], "run": [1, 3, 5, 9, 10, 11, 16, 17, 19, 20, 21, 23, 25, 26, 29, 30, 32, 33, 35, 36], "runtim": [10, 25, 32], "safer": 33, "sage": 37, "sai": [32, 33, 37], "said": 33, "same": [1, 2, 3, 4, 10, 14, 15, 20, 23, 25, 27, 30, 32, 33, 36, 37], "sampl": [29, 37], "satisfi": 37, "save": [2, 4, 6, 10, 13, 14, 15, 17, 20, 32, 33, 36, 37], "savefig": 33, "scalar": 17, "scale": [0, 13, 24, 33], "scatter": 33, "scenario": 33, "scheme": [23, 35], "scienc": [28, 35, 36, 37], "scientif": [0, 1, 2, 32, 33, 34, 35], "scientist": [1, 33, 37], "scikit": 0, "scipi": [2, 28, 33, 37], "scope": [6, 14, 16, 19, 35, 37], "score": [16, 32, 37], "scraper": 37, "scratch": [17, 20], "screen": [20, 25, 36, 37], "screenshot": 33, "script": [0, 2, 4, 5, 10, 16, 19, 23, 30, 32, 33, 37], "scroll": [0, 2, 4, 30, 32], "scrollbar": 4, "sdist": 35, "seaborn": 37, "seamlessli": [33, 37], "search": [2, 4, 9, 11, 17, 24, 29, 32, 33, 37], "second": [14, 30, 32, 34, 35, 37], "section": [0, 1, 2, 4, 16, 23, 25, 26, 27, 29, 30, 32, 33, 35, 37], "secur": [2, 17, 26, 33], "see": [0, 2, 3, 4, 5, 8, 10, 16, 17, 19, 20, 21, 23, 25, 26, 27, 29, 30, 32, 33, 35, 37], "seek": 2, "seem": [25, 33, 37], "seen": [30, 33, 37], "segment": 33, "select": [0, 2, 3, 5, 6, 7, 8, 10, 12, 13, 16, 17, 19, 20, 21, 25, 29, 30, 32, 33, 35, 36, 37], "self": [35, 36, 37], "send": 36, "sens": 33, "sensit": [4, 6, 11], "sep": 37, "separ": [3, 4, 10, 12, 16, 30, 33, 37], "sequenti": 13, "seri": [1, 17, 33, 37], "serif": 33, "seriou": 37, "serv": [20, 33, 35, 36, 37], "servedoc": 35, "server": [0, 4, 11, 20, 25, 35], "servic": [0, 24, 35], "session": [3, 8, 10, 13, 15, 17, 30, 33, 37], "set": [0, 1, 2, 3, 4, 5, 6, 10, 12, 15, 16, 17, 21, 26, 30, 32, 34], "set_axis_label": 37, "set_label": 33, "set_palett": 37, "set_pomodoro_limit": 35, "set_printopt": 33, "setcolumnstretch": 35, "setlayout": 35, "setmenu": 35, "setpopupmod": 35, "setup": [23, 35], "setup_pag": 35, "setuptool": 35, "sever": [3, 4, 5, 10, 13, 17, 29, 30, 32, 33, 35, 36, 37], "sexual": 37, "shape": 37, "share": [33, 34], "sharpe_ratio": 33, "sharpli": 33, "shell": [21, 23], "shift": [0, 3, 4, 12, 33, 35], "short": [30, 33, 35], "shortcut": [0, 2, 3, 7, 8, 9, 10, 14, 16, 23, 26, 32, 35], "shorten": 36, "shotgun": 23, "should": [0, 16, 17, 23, 25, 26, 27, 29, 30, 35, 37], "show": [3, 4, 5, 7, 8, 10, 11, 12, 16, 17, 19, 27, 29, 30, 32, 33, 35, 36, 37], "shown": [4, 7, 8, 10, 13, 15, 17, 19, 29, 32, 35], "side": [33, 35, 37], "sidebar": [4, 32], "sierra": 0, "sign": [4, 12, 33, 37], "signal": 35, "signific": [2, 37], "significantli": [33, 37], "silenc": 32, "sim_weight": 33, "similar": [0, 2, 4, 10, 23, 29, 33], "similarli": 35, "simpl": [1, 33, 35, 37], "simpler": 35, "simpli": [0, 2, 7, 10, 17, 25, 26, 27, 29, 32, 35, 37], "simplic": 37, "sinc": [20, 23, 29, 32, 33, 35, 36, 37], "singl": [5, 16, 26, 33, 35, 36], "site": [0, 24, 35, 37], "situat": [0, 29, 33, 37], "six": [19, 35], "size": [2, 4, 5, 11, 13, 17, 30, 32, 33, 37], "skew": 37, "skill": [33, 35], "skip": [3, 33, 37], "slabel": 35, "sleep": 14, "sleep_wrapp": 14, "slightli": 37, "slow": 0, "slower": 33, "smaller": [2, 33, 37], "smallest": [14, 33], "smarter": 37, "smartscreen": 2, "smoother": 33, "sn": 37, "snippet": [3, 4], "so": [0, 1, 3, 4, 5, 6, 7, 8, 15, 17, 20, 23, 25, 26, 27, 29, 30, 32, 33, 35, 36, 37], "softwar": [1, 26, 35], "sold": 33, "solut": [25, 27, 28], "solv": [0, 1, 2, 23, 26, 27, 29, 33, 37], "some": [2, 4, 7, 22, 25, 26, 27, 30, 32, 33, 35, 36, 37], "someon": 27, "someth": [23, 24, 25, 26, 27, 33, 36, 37], "sometim": [2, 32, 33], "somewhat": [2, 37], "soon": 29, "sort": [4, 12], "sourc": [0, 1, 2, 4, 7, 10, 11, 12, 16, 17, 19, 23, 24, 25, 26, 27, 30, 32, 35], "space": [2, 4, 32, 35, 37], "speak": 37, "special": [9, 12, 25, 29, 33, 35, 36, 37], "specif": [0, 2, 3, 4, 5, 10, 11, 16, 23, 24, 25, 27, 29, 32, 33, 35, 36, 37], "specifi": [14, 29, 32, 33, 35, 37], "speed": [10, 32], "spend": 35, "spent": [14, 19, 32], "sphinx": [7, 35], "spinbox": 35, "spinner": 35, "split": 30, "spoiler": 37, "sponsor": 0, "spot": 4, "spotlight": 2, "spydata": 17, "spyder": [3, 4, 5, 7, 8, 10, 14, 15, 16, 17, 18, 22, 26, 27, 28, 29, 31, 34, 36], "spyder3": 2, "spyder5": 35, "spyder_kernel": [0, 10], "spyder_pomodoro_tim": 35, "spyder_unittest": 25, "spyderpomodorotim": 35, "spyderpomodorotimerconfigpag": 35, "spyderpomodorotimercontain": 35, "spyderwidgetmixin": 35, "squar": [11, 33], "ssh": 10, "sshd": 10, "stabl": [23, 33, 35], "stack": [0, 2, 23, 27, 33, 36], "stage": [0, 37], "stai": [1, 32, 37], "standalon": [0, 19, 20, 21, 29, 33, 35, 37], "standard": [0, 3, 4, 11, 16, 17, 23, 25, 27, 32, 35, 36, 37], "start": [0, 1, 2, 4, 10, 12, 17, 23, 24, 26, 27, 28, 29, 31, 32, 33, 34, 36, 37], "start_i": 33, "start_pomodoro_tim": 35, "start_tim": 35, "start_timer_act": 35, "start_year": 33, "startswith": 37, "startup": [2, 26], "stat": 37, "state": [17, 35, 37], "statement": [3, 8, 14, 35, 37], "static": [7, 13, 33, 37], "statist": [33, 37], "statu": [25, 30, 35, 36], "statusbar": [0, 35], "statusbarwidget": 35, "std": 33, "steadi": 33, "step": [0, 1, 2, 3, 4, 7, 10, 25, 26, 28, 29, 31, 33], "still": [0, 2, 3, 10, 25, 27, 32, 33, 37], "stop": [0, 2, 3, 10, 11, 14, 16, 35], "stop_pomodoro_tim": 35, "stop_tim": 35, "stop_timer_act": 35, "store": [6, 8, 17, 20, 30, 33, 37], "str": 37, "straightforward": [2, 8], "strict": 2, "string": [4, 6, 25, 32, 33, 35, 37], "stroke": [13, 33], "stronger": 19, "strongli": [0, 2, 10, 23, 27], "structur": 32, "style": [16, 17, 30, 32, 33, 35, 37], "stylist": 37, "sub": [14, 27, 32], "subdirectori": 5, "subject": 2, "submenu": 25, "submit": [0, 1, 2, 24, 26, 27, 28], "subplot": 37, "subprocess": 0, "subscrib": 2, "subsect": [4, 12], "subset": 37, "substitut": [2, 35], "subsystem": 0, "succe": 16, "success": [0, 35], "successfulli": 26, "sudo": 2, "suffix": 35, "suggest": [3, 23, 33, 37], "suit": [5, 11], "suitabl": 35, "sum": [33, 37], "summar": [33, 37], "summari": [1, 2, 4, 7, 33, 35, 37], "super": 35, "supervis": 33, "support": [0, 2, 4, 8, 9, 17, 19, 23, 25, 27, 33, 37], "suppos": [14, 33], "suppress": [16, 32, 33], "sur": 0, "sure": [0, 2, 11, 23, 24, 25, 26, 27, 29, 32, 35, 37], "surround": 13, "svg": 13, "switch": [2, 3, 4, 13, 20, 21, 30, 32], "switcher": 12, "sy": [0, 10, 26], "symbol": [10, 33], "symbols_1": 33, "symbols_2": 33, "symmetr": 37, "sympi": [2, 10, 24, 33, 37], "synchron": 32, "syntax": [0, 3, 8, 17, 23, 30, 35], "sysconfig": 26, "system": [0, 2, 5, 8, 10, 15, 21, 23, 26, 29, 32, 35, 36, 37], "systemat": 37, "t": [0, 1, 2, 4, 10, 16, 17, 20, 23, 24, 25, 26, 27, 29, 30, 32, 33, 35, 37], "tab": [0, 3, 5, 10, 12, 13, 19, 20, 21, 30, 32, 33, 36, 37], "tabl": [0, 25, 33], "tag": 35, "tail": 37, "take": [0, 1, 19, 20, 29, 30, 32, 33, 35, 37], "taken": [14, 19, 32, 33, 37], "talent": 35, "tar": 35, "task": [2, 32, 33, 35, 36, 37], "taskbar": 2, "tast": 2, "team": [2, 24, 29, 35], "technic": [10, 37], "techniqu": [26, 35], "technologi": 33, "tell": [27, 32, 35, 37], "templat": [4, 29, 35], "temporari": 20, "ten": 17, "tend": [23, 33], "tensorflow": 37, "term": [0, 33], "termin": [0, 2, 16, 18, 19, 20, 23, 25, 26, 32, 33, 35, 37], "test": [10, 25, 33, 34], "test_item": 37, "text": [0, 4, 5, 6, 7, 8, 16, 17, 21, 30, 32, 35, 36, 37], "textbox": 7, "than": [0, 2, 12, 17, 21, 23, 24, 25, 29, 32, 33, 35, 37], "thank": [2, 33, 37], "thei": [0, 2, 3, 5, 10, 17, 24, 30, 33, 35, 36, 37], "them": [2, 3, 4, 5, 6, 7, 13, 14, 17, 19, 20, 24, 29, 30, 32, 33, 35, 36, 37], "theme": [0, 4, 30], "themselv": 37, "theoret": [33, 37], "theori": [33, 34], "therefor": [2, 14, 32, 33], "thi": [0, 1, 2, 3, 4, 5, 6, 7, 8, 10, 12, 13, 14, 15, 17, 19, 20, 21, 23, 24, 25, 26, 29, 30, 32, 33, 35, 36, 37], "thin": 13, "thing": [35, 36, 37], "think": [34, 35], "third": [2, 3, 10, 11, 32, 34, 35, 37], "this_directori": 35, "thoroughli": 30, "those": [10, 13, 17, 22, 23, 24, 25, 26, 27, 30, 32, 33, 35, 36, 37], "though": [2, 23, 30], "thought": 37, "thousand": [32, 33, 35], "three": [14, 29, 30, 32, 33, 35, 37], "through": [0, 1, 2, 3, 4, 6, 7, 10, 11, 13, 17, 22, 24, 32, 35], "throughout": [22, 33, 35, 37], "thu": [2, 35, 36, 37], "ticker": 33, "time": [3, 4, 10, 14, 15, 19, 25, 26, 29, 32, 33, 35, 36], "timeit": 3, "timeout": 35, "timer": 34, "timestamp": [8, 32], "tip": 35, "titl": [11, 29, 33, 35], "to_datetim": 32, "todai": 37, "togeth": [33, 35, 37], "toggl": [5, 6, 7, 8], "token": 33, "told": 32, "tolist": 37, "too": [16, 17, 20, 30, 37], "took": [14, 32], "tool": [0, 1, 2, 4, 5, 32, 33, 35, 37], "toolabr": 35, "toolbar": [0, 3, 4, 5, 9, 12, 16, 30, 32, 33, 37], "toolbox": 32, "toolkit": [35, 36], "tooltip": 35, "top": [4, 5, 6, 7, 8, 11, 12, 13, 14, 17, 20, 30, 32, 35], "topic": [2, 11, 33, 37], "total": [4, 14, 19, 32], "touch": 35, "tour": 1, "toward": [14, 33, 37], "tqdm": 33, "traceback": [25, 26, 27, 29], "track": [24, 32], "tracker": [1, 2, 23, 27, 29], "trackpad": 33, "trade": 33, "traitlet": 25, "transact": 33, "transcript": [30, 32], "transform": [33, 37], "translat": 35, "transpar": 37, "treat": [4, 17], "tree": [15, 35], "trend": 33, "tri": 29, "triangular": 37, "trick": 28, "tricki": [2, 27], "trigger": [3, 4, 7, 29, 35, 36], "troubleshoot": [1, 2, 4, 24, 25, 27, 29], "true": [33, 35, 37], "trust": 17, "try": [0, 23, 25, 26, 27, 29, 30, 32, 33, 35, 37], "tune": 32, "turn": [7, 10, 14, 16, 32], "tutori": [1, 7, 30, 33, 35, 37], "tweak": 35, "twine": 35, "two": [4, 14, 17, 30, 32, 33, 35, 36, 37], "type": [0, 2, 4, 5, 7, 10, 14, 17, 21, 25, 26, 30, 32, 33, 34, 36, 37], "typic": [0, 2, 4, 8, 10, 35], "tzf": 35, "u": [1, 23, 25, 32, 33, 35, 37], "ubuntu": 0, "ultim": 33, "umr": 10, "un": 14, "unabl": [2, 25], "uncheck": [10, 17, 30, 33], "under": [0, 2, 3, 4, 5, 6, 7, 10, 13, 14, 16, 17, 19, 20, 21, 23, 25, 26, 29, 30, 32, 37], "undermin": 37, "underneath": 14, "understand": [4, 9, 24, 30, 32, 33, 35, 37], "understood": 33, "undesir": 33, "undivid": 35, "undock": [21, 30, 35], "uninstal": [2, 23, 26, 27], "unintend": 2, "uniqu": [1, 37], "unit": [14, 33], "unittest": [0, 25], "unix": 2, "unless": [2, 10, 23], "unlik": [4, 27, 29], "unscientif": 37, "unsupervis": 33, "unsystemat": 37, "until": [23, 33, 35, 36], "unus": 32, "unusu": 29, "unzip": 37, "up": [0, 1, 2, 3, 4, 5, 10, 11, 23, 26, 27, 29, 32, 34], "updat": [17, 23, 25, 30, 32, 33, 37], "update_act": 35, "update_tim": 35, "upgrad": [2, 23], "upper": [21, 33, 35, 37], "uppercas": 33, "upward": 37, "url": 35, "us": [1, 3, 4, 5, 7, 9, 12, 13, 14, 17, 18, 23, 24, 25, 26, 30, 32, 35, 36, 37], "usabl": 0, "usag": [2, 9, 14, 24, 29], "usd": 33, "user": [0, 1, 2, 4, 6, 8, 10, 15, 16, 20, 23, 24, 25, 26, 27, 30, 32, 35, 36, 37], "usernam": [0, 8, 10, 35], "usual": [0, 2, 10, 23, 26, 35, 36], "util": [35, 36, 37], "v": [33, 37], "v3": 35, "valid": [35, 37], "valu": [16, 17, 30, 32, 33, 35, 37], "value_count": 37, "vari": 33, "variabl": [0, 2, 3, 4, 9, 10, 12, 13, 20, 26, 30, 32, 34, 35], "varianc": [33, 37], "variat": [33, 37], "varieti": [0, 1, 4, 17, 23, 25, 32, 33, 37], "variou": [17, 25, 33, 35], "vast": 37, "ve": [0, 1, 2, 5, 8, 10, 17, 23, 24, 29, 32, 35], "vector": 33, "venv": [0, 2, 23], "verbos": 23, "veri": [8, 17, 23, 24, 30, 32, 33, 35, 36, 37], "verifi": [35, 37], "versa": 26, "versatil": 37, "version": [0, 2, 9, 10, 21, 23, 29, 30, 33, 35], "vertic": [4, 30, 35], "via": [0, 2, 3, 7, 10, 15, 17, 26, 35], "viabl": 2, "vibrant": 24, "vice": 26, "video": [0, 1, 23, 24, 30, 32], "view": [3, 4, 5, 6, 8, 11, 12, 15, 16, 19, 20, 21, 23, 25, 27, 29, 30, 32, 33, 35], "viewer": [9, 30], "violat": [16, 37], "virtual": [0, 2, 35, 37], "virtualenv": [0, 23], "virtualenvwrapp": 2, "visibl": [16, 25, 32, 36], "visit": [0, 1, 2, 11, 14, 23, 33, 35, 37], "visual": [1, 17, 33, 34, 35, 36], "vlayout": 35, "volat_ret": 33, "volum": 33, "vscode": [4, 25], "w": [0, 4, 37], "wa": [4, 6, 14, 17, 23, 25, 30, 32, 33, 35, 37], "wai": [0, 1, 2, 3, 5, 8, 13, 19, 20, 21, 23, 28, 30, 32, 33, 35, 36, 37], "walk": 22, "want": [0, 2, 3, 4, 5, 6, 10, 11, 13, 17, 20, 25, 27, 29, 30, 32, 33, 35, 37], "warn": [2, 4, 32, 33, 37], "warren": 33, "watch": [0, 1, 23, 35], "we": [0, 1, 2, 17, 19, 20, 21, 22, 23, 24, 26, 27, 30, 32, 33, 34, 36, 37], "web": [0, 1, 2, 11, 20, 29, 32, 35], "webpag": 0, "websit": [2, 25, 35, 37], "weight": 2, "weights_1": 33, "weights_2": 33, "weim": 33, "welcom": [2, 20, 22, 23], "well": [0, 3, 4, 17, 23, 24, 25, 26, 30, 33, 35, 37], "were": [23, 33, 35, 37], "what": [0, 2, 4, 23, 28, 30, 32, 33, 34, 36, 37], "whatev": [4, 23, 25, 33], "wheel": 35, "when": [0, 2, 4, 5, 7, 8, 10, 11, 12, 17, 19, 20, 21, 30, 32, 33, 35, 36, 37], "whenev": [0, 10, 23], "where": [2, 4, 6, 11, 14, 16, 17, 20, 24, 28, 30, 32, 33, 35, 36, 37], "wherev": [13, 23, 32], "whether": [8, 10, 15, 25, 29, 33, 35, 37], "which": [0, 1, 2, 3, 4, 5, 6, 7, 10, 11, 12, 13, 14, 15, 16, 17, 20, 23, 25, 26, 29, 30, 32, 33, 35, 36, 37], "while": [0, 2, 3, 4, 7, 8, 10, 14, 23, 25, 30, 32, 33, 37], "whisker": 37, "whitespac": 32, "whl": 35, "who": [2, 30, 33, 37], "whole": [0, 4, 16, 32], "why": [16, 23], "wick": 37, "wide": [1, 35, 37], "wider": [0, 32, 37], "widget_class": 35, "width": 33, "wiki": 2, "window": [0, 3, 8, 16, 19, 20, 21, 23, 25, 26, 29, 30, 32, 33, 35, 37], "winpython": [0, 2], "wish": 19, "within": [0, 11, 14, 16, 29, 32, 33, 35, 37], "without": [0, 2, 5, 7, 10, 15, 16, 25, 30, 32, 33, 35, 37], "wizard": 2, "won": [0, 10, 27, 29], "word": [4, 8, 13, 32, 34], "work": [0, 2, 3, 4, 5, 6, 9, 10, 16, 17, 19, 20, 21, 23, 26, 27, 28, 29, 30, 31, 34, 35], "workaround": 0, "workflow": [7, 30], "workon": 2, "workshop": [33, 35, 37], "world": [1, 30, 33, 35, 37], "worri": 37, "worth": 33, "would": [4, 14, 23, 30, 33, 35, 37], "wouldn": 37, "wrap": 8, "write": [32, 33, 34, 35], "written": [1, 23, 25, 27, 30, 33, 37], "wrong": [26, 32, 37], "wrote": 35, "wsl": 0, "wsl2": 0, "x": [32, 33, 37], "x64": 0, "xlabel": [33, 37], "y": [23, 32, 33, 37], "yahoo": 33, "ye": [0, 2, 35], "year": [33, 37], "yet": [2, 33], "yf": 33, "yfinanc": 33, "ylabel": [33, 37], "ylim": 37, "you": [0, 1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 13, 14, 15, 16, 17, 19, 20, 21, 22, 23, 24, 25, 26, 27, 29, 30, 32, 33, 35, 37], "young": 37, "your": [0, 2, 3, 4, 5, 6, 7, 8, 10, 11, 13, 14, 15, 16, 17, 19, 20, 21, 23, 24, 25, 26, 27, 28, 30, 31, 33, 34, 37], "your_usernam": [23, 25], "yourself": [17, 23], "yve": 33, "z": [32, 37], "zeneca": 33, "zero": [33, 35], "zodiac": 37, "zoom": [3, 11, 13, 20, 21, 32], "zsh": 21}, "titles": ["Frequently Asked Questions", "Welcome to Spyder\u2019s Documentation", "Install Guide", "Debugger", "Editor", "Files", "Find", "Help", "History", "Panes", "IPython Console", "Online Help", "Outline", "Plots", "Profiler", "Projects", "Code Analysis", "Variable Explorer", "Plugins", "Spyder Line Profiler", "Spyder Notebook", "Spyder Terminal", "Tour", "Basic First Aid", "Calling for Help", "Common Illnesses", "Emergency CPR", "First Steps", "Troubleshooting", "Submit a Report", "First Steps with Spyder", "Tutorials", "Working with Spyder", "Financial Data Analysis with Spyder", "Workshops", "Plugin Development with Spyder", "Qt Fundamentals", "Scientific Computing and Visualization with Spyder"], "titleterms": {"": [1, 24, 35], "1": 37, "2": 37, "A": 33, "The": [35, 37], "With": [33, 37], "abil": 37, "about": 0, "action": [35, 36], "activ": 37, "add": 35, "addit": [2, 20], "advanc": [3, 8, 16, 17, 26], "ag": 37, "aid": 23, "all": 25, "altern": 2, "an": [20, 29, 33, 37], "anaconda": [2, 24], "analysi": [4, 16, 33, 37], "analyz": 16, "anoth": 25, "anova": 37, "arrai": 17, "ask": 0, "associ": 5, "attributeerror": 25, "automat": [4, 7], "base": 2, "basic": [23, 30, 36, 37], "beyond": 32, "breakpoint": 3, "bug": 25, "build": [2, 35, 37], "button": 17, "call": 24, "can": [35, 37], "cannot": 25, "carlo": 33, "cell": 4, "chang": [10, 35], "channel": 24, "check": 35, "choos": 6, "class": 4, "code": [1, 4, 16, 32, 33, 37], "cognit": 37, "command": [33, 37], "common": [25, 26], "commun": 1, "comparison": 33, "compat": 25, "complet": [4, 25], "compon": [4, 36], "comput": 37, "conda": [2, 33, 37], "configur": [4, 35], "connect": [10, 20], "consol": [10, 20, 33, 37], "contain": 35, "contribut": 1, "control": [5, 7, 15, 35], "cpr": 26, "creat": [15, 35], "cryptocurr": 33, "custom": 30, "daili": 33, "data": [24, 33, 37], "datafram": 17, "dataset": [33, 37], "debian": 2, "debug": [3, 23], "debugg": 3, "default": 35, "depend": 25, "develop": [2, 35], "deviat": 33, "dialog": 36, "dictionari": 17, "directori": 37, "discov": 35, "distribut": [2, 37], "do": [35, 37], "doc": 1, "docstr": 25, "document": [1, 24], "doe": 25, "download": [2, 33, 37], "edit": 4, "editor": [4, 33, 37], "emerg": 26, "enhanc": 35, "environ": [2, 33, 35, 37], "error": 25, "event": 36, "exchang": 24, "expect": 33, "explain": 33, "explor": [17, 33, 37], "extern": 10, "faq": 24, "featur": [3, 4, 10, 35], "file": [4, 5, 37], "final": [33, 35, 37], "financi": 33, "find": [4, 6], "first": [23, 27, 30, 33, 35], "fit": 13, "format": [4, 37], "found": 25, "frequent": 0, "from": [2, 27, 37], "function": [4, 17, 33], "fundament": 36, "further": [33, 35, 37], "gener": 33, "get": [7, 30, 35], "gitter": 24, "glanc": 33, "go": [1, 4, 27], "goal": [33, 35, 37], "googl": 24, "group": 24, "guid": 2, "ha": 25, "help": [1, 2, 7, 11, 24, 25, 37], "here": 27, "highlight": 4, "histor": 33, "histori": 8, "homework": [33, 35, 37], "hover": 7, "how": [35, 37], "hypothesi": 37, "i": 33, "icon": 12, "id": 33, "ill": 25, "import": 7, "importerror": 25, "improv": 32, "includ": 29, "incompat": 25, "inform": 33, "inlin": 13, "instal": [0, 2, 19, 20, 21, 25], "interest": 1, "interfac": 4, "interpret": 14, "intro": [33, 37], "introduct": [33, 37], "introspect": 4, "ipdb": 3, "ipython": [10, 20, 33, 37], "isol": 23, "issu": [25, 29], "item": 11, "join": 1, "jupyt": 24, "kei": 4, "kernel": [10, 25], "keyboard": 4, "layout": 36, "learn": [30, 33, 35, 37], "learner": [33, 37], "let": 35, "line": [4, 19], "lint": 4, "linux": 2, "list": 17, "local": 10, "look": 1, "lsp": 25, "maco": 2, "main": 32, "matplotlib": 3, "me": 37, "mean": 33, "media": 1, "menu": [5, 8, 10, 12, 13, 16, 17, 36], "method": [2, 37], "miss": 25, "mode": 7, "modul": 10, "mont": 33, "monte_carlo_sharp": 33, "monthli": 33, "mute": 13, "my": 37, "navig": 4, "notebook": 20, "now": 1, "numpi": 17, "object": [17, 25], "obtain": 33, "offici": 24, "onlin": [2, 11], "openteam": 24, "oper": 5, "optim": [32, 33], "option": [5, 6, 8, 10, 12, 13, 16, 17, 20], "org": 24, "other": [2, 25], "our": [1, 35], "outlin": [12, 13], "overflow": 24, "packag": 35, "page": [24, 35], "pane": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 32, 33, 37], "panel": 4, "part": 1, "patch": 23, "pharmaceut": 33, "pip": 2, "platform": 24, "plot": [13, 33, 37], "plugin": [14, 18, 25, 35], "pomodoro": 35, "pomodorotimertoolbar": 35, "portfolio": 33, "prefer": [21, 35], "prepar": [33, 37], "prerequisit": [33, 35, 37], "problem": [23, 25], "profil": [14, 19, 33, 37], "project": [15, 24], "propag": 35, "publish": 35, "pypi": 35, "python": [24, 33, 37], "qt": 36, "qualiti": 32, "question": 0, "ratio": 33, "read": [33, 35, 37], "realiz": 33, "recommend": 23, "regist": 35, "reinstal": 23, "relat": [3, 4, 5, 6, 7, 8, 10, 11, 12, 13, 14, 15, 16, 17, 24, 37], "religion": 37, "reload": 10, "remot": 10, "replac": 4, "report": [29, 37], "repositori": 35, "research": 37, "resourc": 24, "result": 14, "return": 33, "review": 35, "run": [0, 2, 4, 14, 37], "scienc": 24, "scientif": 37, "scipi": 24, "search": 6, "second": 33, "section": 24, "select": 4, "selector": 4, "serios": 37, "set": [33, 35, 37], "share": 37, "sharp": 33, "shortcut": 4, "should": 33, "show": 13, "signal": 36, "simul": 33, "slot": 36, "social": 1, "solut": 26, "special": 10, "split": 4, "spyder": [0, 1, 2, 19, 20, 21, 23, 24, 25, 30, 32, 33, 35, 37], "spyderdockableplugin": 35, "spyderpluginv2": 35, "stack": 24, "standalon": 2, "standard": 33, "start": [25, 30, 35], "step": [23, 27, 30, 35, 37], "stock": 33, "stop": 25, "string": 17, "structur": 35, "style": 4, "stylish": 37, "submit": 29, "subreddit": 24, "support": [3, 5, 10, 24], "switcher": 4, "syntax": 4, "tab": 4, "tag": 24, "termin": 21, "test": [35, 37], "testpypi": 35, "theori": 37, "think": 37, "third": 33, "timelin": 33, "timer": 35, "toolbar": [11, 13, 17, 35, 36], "tour": 22, "translat": 1, "trick": 26, "troubleshoot": [0, 23, 28], "try": 2, "tutori": 31, "type": 35, "ubuntu": 2, "understand": 7, "up": [33, 35, 37], "updat": [0, 2, 35], "upload": 35, "us": [0, 2, 6, 8, 10, 11, 15, 16, 19, 20, 21, 33], "usag": 8, "variabl": [17, 33, 37], "version": [5, 15, 25], "viewer": 17, "virtual": 33, "visual": 37, "volatil": 33, "wai": 29, "want": 1, "we": 35, "websit": 24, "weight": 33, "welcom": 1, "what": [29, 35], "where": [1, 27], "why": [33, 37], "widget": [35, 36], "window": [2, 13, 36], "word": [33, 35, 37], "work": [15, 25, 32, 33, 37], "workshop": 34, "write": [1, 37], "yml": 37, "your": [1, 29, 32, 35], "youtub": 24}})
\ No newline at end of file
+Search.setIndex({"alltitles": {"1. With commands": [[37, "with-commands"]], "2. From an environment.yml file": [[37, "from-an-environment-yml-file"]], "A first glance at the portfolio": [[33, "a-first-glance-at-the-portfolio"]], "ANOVA test": [[37, "anova-test"]], "About Spyder": [[0, "about-spyder"]], "Actions, Toolbars & Menus": [[36, "actions-toolbars-menus"]], "Activate environment": [[37, "activate-environment"]], "Add a Configuration Page": [[35, "add-a-configuration-page"]], "Add actions to the toolbar": [[35, "add-actions-to-the-toolbar"]], "Additional Options": [[20, "additional-options"]], "Additional help": [[2, "additional-help"]], "Advanced features": [[3, "advanced-features"]], "Advanced functionality": [[17, "advanced-functionality"]], "Advanced options": [[16, "advanced-options"]], "Advanced tricks": [[26, "advanced-tricks"]], "Advanced usage": [[8, "advanced-usage"]], "Age": [[37, "age"]], "Alternative methods": [[2, "alternative-methods"]], "Anaconda base": [[2, "anaconda-base"]], "Anaconda help": [[24, "anaconda-help"]], "AttributeError/ImportError": [[25, "attributeerror-importerror"]], "Automatic formatting": [[4, "automatic-formatting"]], "Basic First Aid": [[23, null]], "Basic Qt Components": [[36, "basic-qt-components"]], "Beyond the main panes": [[32, "beyond-the-main-panes"]], "Breakpoints": [[3, "breakpoints"]], "Build and check the package": [[35, "build-and-check-the-package"]], "Build the test": [[37, "build-the-test"]], "Building our first plugin": [[35, "building-our-first-plugin"]], "Calling for Help": [[24, null]], "Choosing search options": [[6, "choosing-search-options"]], "Class/function selector": [[4, "class-function-selector"]], "Code Analysis": [[16, null], [37, "code-analysis"]], "Code Analysis (share a stylish code!)": [[37, "code-analysis-share-a-stylish-code"]], "Code analysis and completions": [[4, "code-analysis-and-completions"]], "Code cells": [[4, "code-cells"]], "Code completion": [[4, "code-completion"]], "Code navigation": [[4, "code-navigation"]], "Cognitive ability distribution": [[37, "cognitive-ability-distribution"]], "Common Illnesses": [[25, null]], "Common solutions": [[26, "common-solutions"]], "Comparison of expected and realized returns": [[33, "comparison-of-expected-and-realized-returns"]], "Completion/help not working": [[25, "completion-help-not-working"]], "Conda environment": [[2, "conda-environment"]], "Conda-based distributions": [[2, "conda-based-distributions"]], "Configuration defaults": [[35, "configuration-defaults"]], "Configuration page": [[35, "configuration-page"]], "Connect to a local kernel": [[10, "connect-to-a-local-kernel"]], "Connect to a remote kernel": [[10, "connect-to-a-remote-kernel"]], "Connecting an IPython Console": [[20, "connecting-an-ipython-console"]], "Control automatic import": [[7, "control-automatic-import"]], "Create a repository": [[35, "create-a-repository"]], "Create the Pomodoro Toolbar": [[35, "create-the-pomodoro-toolbar"]], "Creating a Project": [[15, "creating-a-project"]], "Customization": [[30, "customization"]], "Daily and monthly timelines": [[33, "daily-and-monthly-timelines"]], "Data Science Stack Exchange": [[24, "data-science-stack-exchange"]], "Data science/SciPy resources:": [[24, "data-science-scipy-resources"]], "DataFrames": [[17, "dataframes"]], "Debugger": [[3, null]], "Debugging and patching": [[23, "debugging-and-patching"]], "Debugging with ipdb": [[3, "debugging-with-ipdb"]], "Development builds": [[2, "development-builds"]], "Dialogs": [[36, "dialogs"]], "Dictionaries": [[17, "dictionaries"]], "Discovering Spyder plugins": [[35, "discovering-spyder-plugins"]], "Download cryptocurrencies data": [[33, "download-cryptocurrencies-data"]], "Download the code": [[33, "download-the-code"], [37, "download-the-code"]], "Download the data": [[33, "download-the-data"]], "Download the datasets": [[33, "download-the-datasets"]], "Downloading and installing": [[2, "downloading-and-installing"]], "Downloading the dataset": [[37, "downloading-the-dataset"]], "Editing features": [[4, "editing-features"]], "Editor": [[4, null], [33, "editor"], [37, "editor"]], "Emergency CPR": [[26, null]], "Enhancing our plugin": [[35, "enhancing-our-plugin"]], "Errors starting the kernel": [[25, "errors-starting-the-kernel"]], "Events": [[36, "events"]], "Expected and realized returns": [[33, "expected-and-realized-returns"]], "Explore the dataset": [[37, "explore-the-dataset"]], "Features": [[35, "features"]], "File associations": [[5, "file-associations"]], "File operations": [[5, "file-operations"]], "File switcher": [[4, "file-switcher"]], "Files": [[5, null]], "Final words": [[33, "final-words"], [35, "final-words"], [37, "final-words"]], "Financial Data Analysis with Spyder": [[33, null]], "Find": [[6, null]], "Find and replace": [[4, "find-and-replace"]], "First Steps": [[27, null]], "First Steps with Spyder": [[30, null]], "First portfolio": [[33, "first-portfolio"]], "Fit plots to window": [[13, "fit-plots-to-window"]], "Formatting the data": [[37, "formatting-the-data"]], "Frequently Asked Questions": [[0, null]], "Further reading": [[33, "further-reading"], [35, "further-reading"], [37, "further-reading"]], "General stock information": [[33, "general-stock-information"]], "Getting help": [[7, "getting-help"]], "Getting help by hovering": [[7, "getting-help-by-hovering"]], "Getting started": [[30, "getting-started"]], "Go to line": [[4, "go-to-line"]], "Help": [[7, null]], "Historical stock data": [[33, "historical-stock-data"]], "History": [[8, null]], "Homework": [[33, "homework"], [35, "homework"], [37, "homework"]], "How can Spyder help me in my scientific research?": [[37, "how-can-spyder-help-me-in-my-scientific-research"]], "How to test our plugin": [[35, "how-to-test-our-plugin"]], "IPython Console": [[10, null], [33, "ipython-console"], [37, "ipython-console"]], "Icons": [[12, "icons"]], "Improving your code quality": [[32, "improving-your-code-quality"]], "Install Guide": [[2, null]], "Installing and updating": [[0, "installing-and-updating"]], "Installing the Line Profiler": [[19, "installing-the-line-profiler"]], "Installing the Notebook": [[20, "installing-the-notebook"]], "Installing the Terminal": [[21, "installing-the-terminal"]], "Installing with Conda": [[2, "installing-with-conda"]], "Interested in translating Spyder?": [[1, "interested-in-translating-spyder"]], "Interface": [[4, "interface"]], "Interpreting the results": [[14, "interpreting-the-results"]], "Intro": [[33, "intro"], [37, "intro"]], "Introduction to financial analysis with Spyder": [[33, "introduction-to-financial-analysis-with-spyder"]], "Introduction to scientific research with Spyder": [[37, "introduction-to-scientific-research-with-spyder"]], "Introspection features": [[4, "introspection-features"]], "Isolating problems": [[23, "isolating-problems"]], "Issue with another dependency": [[25, "issue-with-another-dependency"]], "Join our community": [[1, "join-our-community"]], "Key components": [[4, "key-components"]], "Keyboard shortcuts": [[4, "keyboard-shortcuts"]], "LSP has stopped working": [[25, "lsp-has-stopped-working"]], "Layouts": [[36, "layouts"]], "Learner profile": [[33, "learner-profile"], [37, "learner-profile"]], "Learning Goals": [[35, "learning-goals"]], "Learning goals": [[33, "learning-goals"], [37, "learning-goals"]], "Learning the basics": [[30, "learning-the-basics"]], "Let\u2019s get started": [[35, "let-s-get-started"]], "Linting and code style": [[4, "linting-and-code-style"]], "Linux": [[2, "install-linux"]], "Lists": [[17, "lists"]], "Looking to contribute your code?": [[1, "looking-to-contribute-your-code"]], "Matplotlib support": [[3, "matplotlib-support"]], "Mean and standard deviation": [[33, "mean-and-standard-deviation"]], "Monte carlo simulation": [[33, "monte-carlo-simulation"]], "Monthly data": [[33, "monthly-data"]], "Mute inline plotting": [[13, "mute-inline-plotting"]], "Numpy arrays": [[17, "numpy-arrays"]], "Object cannot be found": [[25, "object-cannot-be-found"]], "Object missing docstring": [[25, "object-missing-docstring"]], "Object viewers": [[17, "object-viewers"]], "Obtain financial data": [[33, "obtain-financial-data"]], "Official Python help page": [[24, "official-python-help-page"]], "Online Help": [[11, null]], "OpenTeams support": [[24, "openteams-support"]], "Optimal cryptocurrency weights": [[33, "optimal-cryptocurrency-weights"]], "Optimal pharmaceutical stock weights": [[33, "optimal-pharmaceutical-stock-weights"]], "Optimal portfolio weights": [[33, "optimal-portfolio-weights"]], "Optimizing your code": [[32, "optimizing-your-code"]], "Options Menu": [[8, "options-menu"]], "Options menu": [[5, "options-menu"], [10, "options-menu"], [12, "options-menu"], [13, "options-menu"], [16, "options-menu"], [17, "options-menu"]], "Other distributions": [[2, "other-distributions"]], "Other issues": [[25, "other-issues"]], "Outline": [[12, null]], "Panes": [[9, null]], "Plots": [[13, null]], "Plots pane": [[33, "plots-pane"], [37, "plots-pane"]], "Plugin": [[35, "plugin"]], "Plugin Development with Spyder": [[35, null]], "Plugin Problems": [[25, "plugin-problems"]], "Plugin does not work at all": [[25, "plugin-does-not-work-at-all"]], "Plugins": [[18, null]], "PomodoroTimerToolbar": [[35, "pomodorotimertoolbar"]], "Preparation work": [[33, "preparation-work"], [37, "preparation-work"]], "Prepare portfolio data": [[33, "prepare-portfolio-data"]], "Prerequisites": [[33, "prerequisites"], [35, "prerequisites"], [37, "prerequisites"]], "Profiler": [[14, null]], "Profiler plugins": [[14, "profiler-plugins"]], "Project Jupyter": [[24, "project-jupyter"]], "Projects": [[15, null]], "Propagate configuration changes": [[35, "propagate-configuration-changes"]], "Publishing your plugin": [[35, "publishing-your-plugin"]], "PyPI and TestPyPI": [[35, "pypi-and-testpypi"]], "Python documentation": [[24, "python-documentation"]], "Python resources": [[24, "python-resources"]], "Python subreddits": [[24, "python-subreddits"]], "Qt Fundamentals": [[36, null]], "Recommended troubleshooting steps": [[23, "recommended-troubleshooting-steps"]], "Register the toolbar": [[35, "register-the-toolbar"]], "Registering preferences": [[35, "registering-preferences"]], "Reinstalling Spyder": [[23, "reinstalling-spyder"]], "Relate variables": [[37, "relate-variables"]], "Related panes": [[3, "related-panes"], [4, "related-panes"], [5, "related-panes"], [6, "related-panes"], [7, "related-panes"], [8, "related-panes"], [10, "related-panes"], [11, "related-panes"], [12, "related-panes"], [13, "related-panes"], [14, "related-panes"], [15, "related-panes"], [16, "related-panes"], [17, "related-panes"]], "Religion seriosity": [[37, "religion-seriosity"]], "Reload changed modules": [[10, "reload-changed-modules"]], "Report and share": [[37, "report-and-share"]], "Return, volatility and Sharpe ratio": [[33, "return-volatility-and-sharpe-ratio"]], "Returns and volatility": [[33, "returns-and-volatility"]], "Returns, volatility and Sharpe ratio": [[33, "returns-volatility-and-sharpe-ratio"]], "Review the changes": [[35, "review-the-changes"]], "Run ANOVA": [[37, "run-anova"]], "Run cell": [[4, "run-cell"]], "Run configuration": [[4, "run-configuration"]], "Run file": [[4, "run-file"]], "Run line/selection": [[4, "run-line-selection"]], "Running Spyder": [[0, "running-spyder"]], "Running code": [[4, "running-code"]], "Running from a standalone install": [[2, "running-from-a-standalone-install"]], "Running the Profiler": [[14, "running-the-profiler"]], "Running with Anaconda": [[2, "running-with-anaconda"]], "Running with Conda": [[2, "running-with-conda"]], "SciPy.org website": [[24, "scipy-org-website"]], "Scientific Computing and Visualization with Spyder": [[37, null]], "Second portfolio": [[33, "second-portfolio"]], "Set up Conda environment": [[33, "set-up-conda-environment"]], "Set up a development environment": [[35, "set-up-a-development-environment"]], "Setting up the Conda environment": [[37, "setting-up-the-conda-environment"]], "Setting up the virtual environment in Spyder": [[33, "setting-up-the-virtual-environment-in-spyder"]], "Setting up the working directory": [[37, "setting-up-the-working-directory"]], "Sharpe ratio": [[33, "sharpe-ratio"]], "Show plot outline": [[13, "show-plot-outline"]], "Signals & Slots": [[36, "signals-slots"]], "Special consoles": [[10, "special-consoles"]], "Split panels": [[4, "split-panels"]], "Spyder Gitter": [[24, "spyder-gitter"]], "Spyder Google Group": [[24, "spyder-google-group"]], "Spyder Line Profiler": [[19, null]], "Spyder Notebook": [[20, null]], "Spyder Terminal": [[21, null]], "Spyder and Spyder-Kernels version compatibility": [[25, "id1"]], "Spyder bug/dependency issue": [[25, "spyder-bug-dependency-issue"]], "Spyder for developers": [[35, "spyder-for-developers"]], "Spyder website": [[24, "spyder-website"]], "Spyder-Kernels not installed/incompatible": [[25, "spyder-kernels-not-installed-incompatible"]], "Spyder-related platforms": [[24, "spyder-related-platforms"]], "SpyderDockablePlugin": [[35, "spyderdockableplugin"], [35, null]], "SpyderPluginV2": [[35, "spyderpluginv2"], [35, null]], "Spyder\u2019s FAQ section": [[24, "spyder-s-faq-section"]], "Spyder\u2019s YouTube channel": [[24, "spyder-s-youtube-channel"]], "Stack Overflow tag": [[24, "stack-overflow-tag"]], "Standalone installers": [[2, "standalone-installers"]], "Steps": [[35, "steps"]], "Strings": [[17, "strings"]], "Submit a Report": [[29, null]], "Supported features": [[10, "supported-features"]], "Syntax highlighting": [[4, "syntax-highlighting"]], "Tabs": [[4, "tabs"]], "Terminal Preferences": [[21, "terminal-preferences"]], "The basic steps of the scientific method": [[37, "the-basic-steps-of-the-scientific-method"]], "The container": [[35, "the-container"]], "The dataset": [[37, "the-dataset"]], "The plugin structure": [[35, "the-plugin-structure"]], "Think of a theory and write a hypothesis": [[37, "think-of-a-theory-and-write-a-hypothesis"]], "Third portfolio": [[33, "third-portfolio"]], "Timer controls": [[35, "timer-controls"]], "Timer updates": [[35, "timer-updates"]], "Toolbar buttons": [[17, "toolbar-buttons"]], "Toolbar items": [[11, "toolbar-items"]], "Toolbar options": [[13, "toolbar-options"]], "Tour": [[22, null]], "Troubleshooting": [[0, "troubleshooting"], [28, null]], "Try Spyder online": [[2, "try-spyder-online"]], "Tutorials": [[31, null]], "Types of plugins we can develop in Spyder": [[35, "types-of-plugins-we-can-develop-in-spyder"]], "Ubuntu/Debian": [[2, "ubuntu-debian"]], "Understanding help modes": [[7, "understanding-help-modes"]], "Updating a standalone install": [[2, "updating-a-standalone-install"]], "Updating with Anaconda": [[2, "updating-with-anaconda"]], "Updating with Conda": [[2, "updating-with-conda"]], "Upload to PyPI": [[35, "upload-to-pypi"]], "Using Spyder": [[0, "using-spyder"]], "Using external kernels": [[10, "using-external-kernels"]], "Using pip": [[2, "using-pip"]], "Using the Find pane": [[6, "using-the-find-pane"]], "Using the History pane": [[8, "using-the-history-pane"]], "Using the Line Profiler": [[19, "using-the-line-profiler"]], "Using the Notebook": [[20, "using-the-notebook"]], "Using the Online Help": [[11, "using-the-online-help"]], "Using the Projects Pane": [[15, "using-the-projects-pane"]], "Using the Terminal": [[21, "using-the-terminal"]], "Using the code analyzer": [[16, "using-the-code-analyzer"]], "Using the monte_carlo_sharpe function": [[33, "using-the-monte-carlo-sharpe-function"]], "Variable Explorer": [[17, null], [33, "variable-explorer"], [37, "variable-explorer"]], "Version control support": [[5, "version-control-support"]], "Want to be part of our social media?": [[1, "want-to-be-part-of-our-social-media"]], "Want to help writing docs?": [[1, "want-to-help-writing-docs"]], "Ways to submit an issue": [[29, "ways-to-submit-an-issue"]], "Welcome to Spyder\u2019s Documentation": [[1, null]], "What to include in your report": [[29, "what-to-include-in-your-report"]], "What will we do?": [[35, "what-will-we-do"]], "Where to go from here": [[27, "where-to-go-from-here"]], "Where to go now?": [[1, "where-to-go-now"]], "Why do scientific research with Python?": [[37, "why-do-scientific-research-with-python"]], "Why should I use an IDE?": [[33, "why-should-i-use-an-ide"]], "Why use Python for financial analysis?": [[33, "why-use-python-for-financial-analysis"]], "Widgets": [[35, "widgets"], [36, "widgets"]], "Windows": [[2, "install-windows"], [36, "windows"]], "With commands": [[33, "with-commands"]], "Working with Spyder": [[32, null]], "Working with version control": [[15, "working-with-version-control"]], "Workshops": [[34, null]], "macOS": [[2, "macos"]], "monte_carlo_sharpe function explained": [[33, "monte-carlo-sharpe-function-explained"]]}, "docnames": ["faq", "index", "installation", "panes/debugging", "panes/editor", "panes/fileexplorer", "panes/findinfiles", "panes/help", "panes/historylog", "panes/index", "panes/ipythonconsole", "panes/onlinehelp", "panes/outline", "panes/plots", "panes/profiler", "panes/projects", "panes/pylint", "panes/variableexplorer", "plugins/index", "plugins/lineprofiler", "plugins/notebook", "plugins/terminal", "quickstart", "troubleshooting/basic-first-aid", "troubleshooting/call-for-help", "troubleshooting/common-illnesses", "troubleshooting/emergency-cpr", "troubleshooting/first-steps", "troubleshooting/index", "troubleshooting/submit-a-report", "videos/first-steps-with-spyder", "videos/index", "videos/working-with-spyder", "workshops/financial", "workshops/index", "workshops/plugin-development", "workshops/qt_fundamentals", "workshops/scientific-computing"], "envversion": {"sphinx": 62, "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}, "filenames": ["faq.rst", "index.rst", "installation.rst", "panes/debugging.rst", "panes/editor.rst", "panes/fileexplorer.rst", "panes/findinfiles.rst", "panes/help.rst", "panes/historylog.rst", "panes/index.rst", "panes/ipythonconsole.rst", "panes/onlinehelp.rst", "panes/outline.rst", "panes/plots.rst", "panes/profiler.rst", "panes/projects.rst", "panes/pylint.rst", "panes/variableexplorer.rst", "plugins/index.rst", "plugins/lineprofiler.rst", "plugins/notebook.rst", "plugins/terminal.rst", "quickstart.rst", "troubleshooting/basic-first-aid.rst", "troubleshooting/call-for-help.rst", "troubleshooting/common-illnesses.rst", "troubleshooting/emergency-cpr.rst", "troubleshooting/first-steps.rst", "troubleshooting/index.rst", "troubleshooting/submit-a-report.rst", "videos/first-steps-with-spyder.rst", "videos/index.rst", "videos/working-with-spyder.rst", "workshops/financial.rst", "workshops/index.rst", "workshops/plugin-development.rst", "workshops/qt_fundamentals.rst", "workshops/scientific-computing.rst"], "indexentries": {"pep 8": [[4, "index-0", false]], "python enhancement proposals": [[4, "index-0", false]]}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"": [0, 2, 3, 4, 5, 6, 7, 10, 11, 13, 14, 15, 16, 17, 20, 21, 22, 23, 25, 26, 27, 29, 30, 32, 33, 34, 36, 37], "0": [0, 2, 14, 25, 33, 35, 37], "00": [33, 35], "000": 33, "000000": 33, "006954": 33, "008778": 33, "009126": 33, "01": [14, 33], "018784": 33, "02": 33, "020698": 33, "023033": 33, "023134": 33, "029931": 33, "02d": 35, "03": [33, 37], "04": 0, "042060": 33, "044063": 33, "05": 37, "053174": 33, "0583": 33, "058395": 33, "06": 33, "061057": 33, "062207": 33, "063068": 33, "0809": 33, "081239": 33, "082308": 33, "1": [0, 25, 30, 33, 35], "10": [0, 25, 30, 32, 33, 37], "100": [0, 35, 37], "1000": [8, 33, 35], "11": [0, 37], "11142": 37, "12": [33, 37], "1234": 10, "127": 0, "129": 37, "13": [0, 32], "14": 37, "144": 32, "1454": 33, "145416": 33, "15": [33, 35], "155103": 33, "16": [0, 33], "1637": 33, "171": 33, "18": 37, "1949": 33, "1997": 33, "199700": 33, "2": [0, 4, 25, 30, 33, 35], "20": [0, 30, 32, 33], "200": 0, "2012": [33, 37], "2013": 33, "2014": 33, "2015": 33, "2016": [33, 37], "2017": 33, "2018": 33, "2019": 33, "2020": [0, 33], "2021": 33, "2061518063427656": 33, "2062": 33, "22": [10, 35], "2370": 33, "23704031354688784": 33, "24": [29, 33], "25": [35, 37], "252": 33, "26": [32, 37], "265": 33, "26775": 37, "2859": 33, "2859066023606343": 33, "2f": 37, "3": [0, 2, 4, 14, 25, 30, 32, 33, 35], "30": 33, "300": 33, "31": [33, 37], "32": 37, "324053": 33, "3290": 37, "338": 32, "34": 32, "3600": 33, "371": 37, "39": 32, "3d": [35, 36], "3f": 33, "4": [0, 2, 17, 25, 30, 32, 33, 35, 36, 37], "40": 33, "408009": 33, "4181": 33, "479": 37, "482": 32, "4940": 33, "4f": 33, "5": [0, 2, 25, 33, 35, 37], "50": 37, "5372": 37, "5813": 37, "6": [25, 33, 35, 37], "60": 35, "6203": 33, "6241": 37, "626": 37, "6275": 37, "63": 32, "65": 37, "68": 37, "6972": 33, "7": [32, 33], "7307": 37, "7587": 33, "8": [0, 4, 25, 37], "8176": 33, "86": 14, "87": 14, "89547": 37, "9": [25, 37], "95": 37, "A": [0, 4, 10, 20, 23, 29, 35, 36, 37], "And": [2, 33, 35, 37], "As": [4, 10, 23, 27, 32, 33, 35, 36, 37], "At": [19, 20, 21, 35, 37], "But": [33, 37], "By": [2, 3, 5, 14, 30, 32, 33, 35, 37], "For": [0, 1, 2, 3, 4, 10, 13, 14, 16, 17, 19, 20, 23, 25, 26, 30, 32, 33, 35, 37], "If": [0, 1, 2, 3, 4, 5, 6, 7, 10, 11, 13, 14, 16, 17, 19, 20, 21, 23, 24, 25, 26, 27, 29, 30, 32, 33, 35, 36, 37], "In": [0, 1, 2, 4, 10, 15, 17, 21, 23, 25, 26, 29, 30, 32, 33, 35, 36, 37], "It": [0, 1, 2, 4, 13, 15, 17, 21, 24, 25, 30, 33, 35, 37], "Its": [33, 35], "No": 37, "Not": [33, 35], "Of": 33, "On": [2, 24, 30, 32, 33, 35, 37], "Or": [2, 16, 30, 33, 37], "That": [35, 36], "The": [0, 1, 2, 4, 5, 6, 7, 8, 10, 11, 12, 13, 14, 15, 16, 17, 19, 20, 24, 26, 29, 30, 32, 33, 34, 36], "Then": [0, 2, 10, 23, 26, 33, 35, 36, 37], "There": [3, 14, 17, 25, 27, 29, 32, 35, 36, 37], "These": [1, 2, 4, 12, 17, 23, 30, 33, 35, 36, 37], "To": [0, 2, 3, 4, 5, 6, 10, 11, 12, 14, 15, 16, 17, 20, 23, 25, 26, 27, 30, 32, 33, 35, 36, 37], "With": [0, 2, 3, 8, 10, 15, 30, 32, 35], "_": 35, "__file__": 35, "__init__": [16, 35, 36], "__main__": 14, "_interv": 35, "_opt_w": 33, "_ret": 33, "aa": [4, 6, 11], "aapl": 33, "abil": [29, 35], "abl": [2, 10, 17, 19, 20, 21, 23, 24, 25, 27, 32, 33, 35, 37], "about": [1, 2, 10, 23, 24, 29, 30, 32, 33, 35, 36, 37], "abov": [0, 2, 4, 11, 19, 23, 26, 29, 30, 33, 35, 37], "absolut": [0, 5, 12, 32], "abstract": [35, 37], "access": [3, 4, 5, 6, 7, 30, 33, 35, 36], "accident": 30, "accompani": 33, "accomplish": 32, "accord": [5, 35], "accordingli": 13, "account": [29, 35, 37], "accumul": 33, "accur": 33, "achiev": [33, 35, 37], "across": [17, 32], "action": [4, 17, 33], "activ": [0, 2, 3, 4, 5, 10, 13, 23, 24, 25, 32, 33, 35], "actual": [16, 23, 27, 29, 30, 33, 35], "actual_weight": 33, "ad": [2, 3, 4, 12, 15, 16, 17, 19, 32, 35], "adapt": 35, "add": [0, 2, 3, 4, 5, 17, 19, 25, 26, 32, 33, 34, 36, 37], "add_application_toolbar": 35, "add_item_to_menu": 35, "add_item_to_toolbar": 35, "add_status_widget": 35, "addit": [0, 1, 4, 10, 14, 15, 17, 18, 32, 33, 35, 36, 37], "addition": [3, 5, 13, 17, 30, 32], "addon": 35, "address": [10, 25, 36], "addstretch": 35, "addwidget": 35, "adequ": 33, "adjust": [3, 16, 17, 35], "administr": 10, "advanc": [0, 1, 4, 6, 9, 28, 32, 37], "advantag": [20, 32, 33, 35, 37], "advertis": 35, "advis": [2, 35], "affect": [4, 10, 17, 30, 35, 37], "after": [2, 4, 7, 10, 14, 19, 23, 25, 26, 30, 32, 33, 35, 37], "afterward": [23, 33], "again": [8, 20, 23, 27, 32, 35, 37], "against": 17, "aid": [0, 25, 26, 27, 28, 35], "aim": [24, 33], "alert": 37, "algorithm": [33, 37], "align": 37, "all": [0, 2, 3, 4, 6, 8, 10, 12, 13, 14, 15, 16, 17, 19, 20, 23, 26, 30, 32, 33, 35, 37], "allow": [0, 2, 3, 4, 5, 6, 7, 8, 10, 12, 13, 14, 15, 16, 17, 20, 21, 30, 32, 33, 35, 36, 37], "almost": [23, 33], "alon": 27, "along": [2, 3, 8, 23, 24, 29, 30], "alongsid": 20, "alpha": 37, "alphabet": [4, 12], "alreadi": [0, 2, 10, 17, 24, 25, 26, 27, 33, 35, 37], "also": [2, 4, 5, 7, 8, 10, 11, 13, 14, 16, 17, 20, 21, 26, 27, 29, 30, 32, 33, 35, 36, 37], "alt": [4, 35], "altern": [36, 37], "although": [0, 33, 35, 37], "alwai": [2, 3, 30, 32, 33, 37], "am": [32, 35], "amazon": 33, "among": [33, 35, 36, 37], "amount": [2, 33, 37], "amzn": 33, "an": [0, 2, 3, 4, 5, 7, 10, 11, 12, 13, 14, 15, 16, 17, 18, 22, 23, 24, 25, 26, 27, 28, 30, 32, 35, 36], "anaconda": [0, 16, 19, 20, 21, 23, 25, 26, 27, 29, 30, 32, 33, 35, 37], "analys": [16, 32], "analysi": [1, 2, 7, 9, 14, 25, 32, 34, 35], "analyst": [1, 33, 37], "analyz": [9, 32, 33, 37], "ani": [0, 1, 2, 3, 4, 7, 8, 10, 11, 14, 15, 17, 19, 20, 21, 23, 25, 26, 29, 30, 32, 33, 35, 37], "annex": 35, "annual": 33, "anoth": [0, 6, 13, 23, 32, 33, 35, 37], "anova": 34, "answer": [0, 24, 37], "antiviru": 26, "anymor": 32, "anyon": [0, 1, 33, 35], "anyth": 29, "anywai": [0, 2, 29], "anywher": [16, 20, 30, 32, 35], "apach": 35, "api": [33, 35], "app": [10, 26, 36], "appdata": 23, "appear": [0, 2, 4, 13, 14, 17, 25, 27, 30, 32, 33, 35, 37], "append": 37, "appl": 33, "appli": [0, 30, 33, 35, 37], "applic": [0, 1, 2, 4, 5, 24, 26, 29, 30, 32, 33, 35, 36, 37], "applicationtoolbar": 35, "appreci": [33, 37], "approach": [0, 23, 25, 33], "appropri": [0, 2, 17, 32, 35, 37], "approxim": 33, "apt": 2, "ar": [0, 1, 2, 3, 4, 5, 7, 8, 10, 11, 12, 13, 14, 15, 16, 17, 19, 23, 24, 25, 26, 29, 30, 32, 33, 35, 36, 37], "arbitrari": 17, "arch": 2, "area": [4, 13, 20, 21, 35], "aren": [0, 23, 24, 27], "argument": [4, 32, 33, 35, 37], "aris": 35, "around": [1, 4, 23, 25, 32, 33, 37], "arrai": [2, 30, 32, 33, 37], "arrang": 36, "arriv": 35, "arrow": [3, 4, 5, 11, 13, 14, 16, 32], "artifact": 35, "artifici": 33, "ascend": 33, "asid": [0, 8, 24, 35], "ask": [1, 2, 24, 37], "aspect": 37, "assembl": 33, "asset": 33, "assign": [30, 32, 33, 35], "assist": [2, 23, 24], "associ": [7, 9, 13, 15, 17, 20, 32, 35], "assum": 33, "assumpt": 37, "asterisk": 37, "astra": 33, "astro": 37, "atom": 25, "attent": 35, "attribut": [5, 12, 33, 35, 37], "auto": 29, "autocomplet": [3, 4, 27], "autoformat": 4, "automat": [0, 2, 3, 5, 6, 9, 10, 12, 14, 15, 17, 29, 30, 32, 33, 36, 37], "autopep8": 4, "av": 35, "avail": [0, 2, 3, 4, 7, 15, 16, 17, 19, 20, 21, 23, 30, 32, 33, 35, 36, 37], "averag": [19, 33, 37], "avoid": [0, 2, 3, 23, 33, 36, 37], "awar": 35, "ax": 37, "axi": [33, 37], "axvlin": 37, "azn": 33, "b": [3, 23, 30, 33, 37], "back": [3, 11, 13, 16, 26, 29, 33, 35], "backend": [3, 10, 13, 23], "background": [4, 11, 17], "backtick": 29, "backward": 33, "bad": [16, 32, 33, 37], "balanc": 33, "bar": [0, 4, 14, 16, 25, 30, 32, 33, 35, 36, 37], "bare": [23, 33], "barplot": 37, "base": [0, 1, 10, 16, 17, 32, 33, 35, 36, 37], "base_curr": 33, "baselin": 0, "basetimerstatu": 35, "bash": 21, "basi": 36, "basic": [0, 1, 2, 4, 5, 7, 15, 24, 25, 26, 27, 28, 31, 33, 34, 35], "bat": [2, 26], "batch": 26, "bdist_wheel": 35, "beauti": [1, 37], "becaus": [30, 32, 33, 35, 37], "becom": [1, 36], "been": [0, 7, 10, 19, 29, 33, 37], "befor": [0, 2, 3, 23, 24, 27, 29, 30, 32, 33, 35, 36, 37], "begin": [29, 32, 33, 35], "beginn": 24, "behav": [24, 37], "behavior": [4, 29, 33, 35, 36], "being": [0, 4, 10, 17, 19, 25, 33, 35], "bell": 37, "below": [0, 2, 4, 29, 33, 35], "benchmark": 14, "benefit": 0, "best": [0, 16, 19, 20, 21, 23, 29, 33, 35, 37], "bet": 33, "better": [0, 23, 24, 27, 33, 35, 37], "between": [4, 14, 30, 32, 33, 35, 37], "beyond": [0, 25, 30, 31, 35, 37], "bia": 37, "big": [0, 32], "biggest": 33, "bin": [2, 37], "binder": [0, 2, 33, 37], "bit": 33, "bitcoin": 33, "bjerreka": 37, "bjerrek\u00e6r": 37, "black": 4, "block": [4, 16, 23, 29, 32, 35, 36, 37], "blue": 33, "bluetooth": [35, 36], "boilerpl": 35, "book": [33, 37], "boolean": [17, 35, 37], "border": 37, "bot": 35, "both": [2, 7, 13, 14, 16, 25, 29, 30, 32, 33, 37], "bottleneck": [14, 32], "bottom": [0, 20, 21, 25, 30, 33, 37], "bought": 33, "bound": 33, "boundari": 37, "box": [0, 2, 4, 6, 10, 14, 16, 17, 30, 32, 36, 37], "bracket": 32, "break": [0, 14, 33, 35], "breakpoint": [4, 9], "brew": 2, "brief": 24, "briefli": 30, "bring": 29, "broad": [6, 33], "broadli": 37, "broken": [2, 14], "brought": 33, "brows": [4, 5, 10, 11, 14, 15, 16, 17, 30, 32, 33, 37], "browser": [0, 2, 5, 11, 32, 35], "bsd": 35, "btc": 33, "btc_hist": 33, "buffer": 21, "buffett": 33, "bug": [0, 1, 2, 4, 16, 23, 24, 26, 27, 32, 37], "build": [33, 34, 36], "built": [2, 3, 4, 5, 8, 10, 11, 17, 25, 32, 33, 35, 36, 37], "builtin": [3, 17], "bump": 35, "bundl": [0, 2], "busi": 33, "button": [0, 4, 5, 6, 9, 11, 12, 13, 14, 16, 19, 20, 21, 29, 30, 32, 33, 35, 36, 37], "c": [0, 2, 8, 10, 12, 19, 20, 21, 23, 25, 26, 33, 35, 37], "c0326": 32, "ca_item": 37, "ca_test": 37, "calc": 32, "calcul": [20, 33, 35, 37], "call": [2, 3, 10, 14, 23, 27, 28, 32, 33, 35, 37], "callabl": [14, 36], "calltip": [0, 4, 10, 25], "can": [0, 1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 13, 14, 15, 16, 17, 19, 20, 21, 23, 24, 25, 26, 27, 29, 30, 32, 33, 34, 36], "cancel": [11, 14, 16, 35], "cannot": [35, 37], "capabl": [1, 2, 10, 33, 37], "capit": [6, 35], "captur": 35, "care": [2, 23, 33], "carefulli": 26, "carlo": 24, "carpentri": 35, "case": [2, 4, 6, 11, 23, 25, 26, 29, 30, 32, 33, 35, 36, 37], "cask": 2, "cat": 37, "categor": 37, "categori": [27, 37], "catplot": 37, "caus": [23, 24, 25], "cautiou": 33, "cb": 33, "cd": [26, 35, 37], "cell": [0, 12, 17, 20, 36, 37], "center": 37, "central": 24, "certain": [6, 8, 16, 32, 37], "certainli": 23, "chanc": [2, 23, 27, 29, 37], "chang": [0, 1, 2, 3, 4, 5, 6, 9, 11, 13, 14, 17, 30, 32, 33, 36, 37], "channel": [0, 1, 2, 35], "channel_prior": 2, "charact": 17, "charg": 35, "chart": [33, 35, 36, 37], "chat": [2, 24], "chatroom": 2, "check": [0, 1, 2, 3, 4, 10, 16, 23, 24, 25, 26, 27, 29, 30, 32, 33, 37], "check_compat": 35, "checkbox": 33, "checkmark": 35, "children": 35, "choic": [4, 35, 37], "choos": [9, 15, 17, 30, 33, 35, 36, 37], "chosen": 37, "chunk": [33, 37], "circl": 35, "circular": 11, "cirillo": 35, "cla": 4, "class": [7, 12, 16, 17, 25, 32, 33, 35, 36, 37], "classic": 33, "classifi": 35, "classmethod": 4, "clean": [0, 10, 23, 27, 35, 37], "cleaner": 32, "clear": [0, 3, 4, 6, 8, 10, 13, 14, 21, 27], "clearli": 33, "click": [0, 2, 3, 4, 5, 6, 7, 10, 11, 12, 13, 14, 15, 16, 17, 20, 21, 25, 26, 27, 29, 30, 32, 33, 35, 37], "clipboard": [5, 13, 20, 32, 33, 37], "clone": 35, "close": [4, 8, 20, 23, 29, 30, 33, 35, 37], "close_data_1": 33, "close_data_2": 33, "cloud": [33, 37], "cmap": 33, "cmd": [3, 4, 10, 12, 30, 33], "code": [0, 2, 3, 7, 8, 9, 10, 11, 12, 13, 14, 15, 17, 19, 20, 23, 24, 25, 27, 29, 30, 31, 35, 36], "codebas": 35, "codecel": 4, "cognitive_scor": 37, "coin": 33, "coin_search": 33, "cokkiecutt": 35, "col": 37, "colab": [33, 37], "collaps": [5, 6, 14, 16, 32], "collect": 37, "color": [4, 17, 19, 33, 35, 36, 37], "color_palett": 37, "colorbar": 33, "colormap": 17, "column": [5, 14, 17, 19, 30, 32, 33, 36, 37], "com": 35, "combin": [1, 37], "come": [0, 2, 4, 23, 33, 35, 37], "comma": 16, "command": [0, 2, 3, 4, 8, 10, 15, 19, 20, 21, 23, 25, 26, 29, 30, 32, 35], "comment": [12, 16, 32], "commerci": 0, "commit": [5, 15], "common": [0, 2, 4, 5, 10, 27, 28, 32, 36], "commonli": [3, 33, 36], "commun": [0, 2, 24, 36, 37], "compani": [0, 33], "companionship": 37, "compar": [14, 32, 33, 37], "comparison": [14, 32], "compat": [0, 2, 10, 37], "compens": 33, "compil": 35, "complet": [0, 1, 3, 9, 10, 15, 28, 29, 30, 33, 35, 36, 37], "complex": [3, 30, 33, 35, 37], "compon": [9, 33, 34, 35, 37], "compos": [33, 37], "composit": 33, "comprehens": [1, 2, 33, 37], "comput": [0, 2, 5, 20, 30, 32, 33, 34, 35, 36], "concept": [33, 35], "concern": 37, "conclus": 37, "concret": 37, "conda": [0, 19, 20, 21, 23, 24, 25, 29, 30, 35], "condit": 3, "conf": 35, "conf_default": 35, "conf_sect": 35, "conf_vers": 35, "conf_widget_class": 35, "config": [2, 23, 35], "configur": [0, 2, 3, 7, 10, 14, 16, 30, 32, 34], "confirm": [0, 33, 37], "conflict": [2, 33, 37], "confpag": 35, "connect": [0, 1, 2, 7, 18, 33, 35, 36], "connect_info": 10, "consid": [33, 35], "consider": [35, 37], "consist": [4, 26, 29, 33, 35, 36, 37], "consol": [0, 3, 4, 7, 8, 9, 13, 14, 17, 18, 21, 23, 25, 29, 30, 32, 35], "consolid": 35, "constant": [12, 33, 35], "constitut": 37, "constraint": 33, "construct": [33, 37], "constructor": [4, 35], "consult": [2, 4, 24, 27, 33], "contact": 35, "contain": [0, 16, 24, 29, 32, 33, 36, 37], "container_class": 35, "content": [3, 4, 5, 6, 10, 11, 17, 19, 26, 30, 32, 35], "context": [4, 5, 8, 15, 17, 20, 33, 37], "continu": [25, 30, 32], "contract": 17, "contrast": 33, "contribut": [2, 35, 37], "control": [2, 3, 4, 9, 21, 25, 32, 34, 36], "conveni": [10, 33, 35, 37], "convent": [4, 37], "convert": 35, "cookbook": 10, "cookicutt": 35, "cookiecutt": 35, "cool": 33, "copi": [0, 2, 5, 8, 10, 13, 16, 17, 20, 21, 23, 26, 29, 30, 32, 33, 35, 37], "cordoba": 24, "core": [0, 4, 24, 30, 32, 35, 36], "corner": [7, 21, 33, 35, 37], "corr": 33, "correct": [1, 32, 33, 37], "correctli": [0, 37], "correl": [33, 37], "correspond": [4, 5, 10, 11, 12, 16, 25, 32, 33, 35, 36, 37], "could": [33, 35, 36, 37], "couldn": 27, "count": [4, 14, 35, 37], "countdown": 35, "counter": 35, "coupl": [23, 32, 33], "cours": [23, 33, 37], "cov": 33, "covari": 33, "cover": 1, "coverag": 35, "cpr": [27, 28], "cpu": 0, "crash": 27, "creat": [0, 2, 4, 5, 9, 10, 12, 13, 17, 20, 21, 23, 25, 26, 33, 34, 36, 37], "create_act": 35, "create_menu": 35, "create_spinbox": 35, "create_toolbutton": 35, "creation": 35, "criteria": 17, "critic": [14, 37], "crowdin": 1, "crucial": 37, "crypto": 33, "crypto_hist": 33, "crypto_list": 33, "csv": [32, 33, 37], "ctrl": [3, 4, 7, 10, 11, 12, 30, 33, 35], "cumprod": 33, "currenc": 33, "current": [0, 1, 2, 3, 4, 8, 10, 12, 13, 14, 15, 17, 21, 25, 26, 32, 33, 35, 37], "current_year": 33, "cursor": [0, 4, 12, 21, 32], "curv": 37, "custom": [2, 3, 4, 5, 12, 13, 16, 21, 23, 31, 32, 36], "customiz": 16, "cycl": [13, 35], "cython": [2, 10, 25, 33, 37], "d": [11, 14, 15, 16, 32, 37], "d_": 37, "d_age": 37, "d_religion_serios": 37, "daemon": 10, "dai": [24, 33], "dark": 30, "dash": 37, "data": [1, 2, 4, 10, 14, 17, 28, 32, 34, 35, 36], "data_1": 33, "data_2": 33, "datafram": [2, 4, 33, 37], "dataset": 34, "datatyp": 17, "date": [0, 1, 2, 5, 8, 23, 25, 32, 33, 37], "datetim": 32, "deactiv": [3, 13, 17], "deadlin": 35, "deal": 33, "deb": 2, "debug": [1, 4, 9, 26, 28, 37], "debugg": [9, 10, 17, 20], "decad": 33, "decim": [17, 33], "declar": [4, 35], "declin": 33, "decor": [4, 19, 35], "decreas": [33, 35], "dedic": [0, 2, 4, 33, 35, 37], "deep": [0, 1, 37], "deeper": 17, "def": [33, 35], "default": [0, 2, 3, 4, 5, 7, 8, 10, 13, 14, 16, 23, 25, 30, 32, 33], "defin": [3, 4, 6, 30, 32, 33, 35, 37], "definit": [4, 12, 35], "degre": 37, "delet": [5, 8, 23, 30, 33, 35, 37], "delimit": 33, "delta": 14, "demo": 30, "demograph": 37, "demonstr": 30, "denomin": 33, "denot": 36, "densiti": 37, "depend": [0, 2, 23, 29, 33, 35, 37], "deprec": 10, "depth": [1, 35], "deriv": 35, "describ": [0, 2, 4, 25, 26, 29, 33, 37], "descript": [1, 2, 4, 16, 27, 29, 33, 35, 37], "deserv": 35, "design": [1, 33, 35, 36, 37], "desir": [4, 10, 16, 17, 33, 35, 37], "desktop": [35, 36], "despit": 33, "detail": [0, 1, 2, 10, 16, 23, 27, 29, 33, 35, 36], "detect": [16, 32, 37], "determin": [4, 14, 32], "detract": 37, "dev": [0, 2, 35], "dev0": 35, "develop": [0, 1, 24, 30, 33, 34, 36, 37], "deviat": [4, 37], "df": 37, "dfd": 37, "dfn": 37, "diagnos": [23, 29], "diagram": 37, "dialog": [0, 2, 4, 10, 14, 16, 17, 25, 26, 27, 29, 30, 35], "dictionari": [33, 35], "did": [29, 33, 35, 37], "diff": [14, 32, 35], "differ": [1, 3, 4, 5, 17, 23, 26, 30, 32, 33, 35, 36, 37], "differenti": 37, "difficult": [29, 37], "difficulti": [2, 29], "dimens": 17, "dimension": 17, "diminish": 33, "dir": 10, "direct": [2, 16, 35], "directli": [5, 7, 10, 11, 16, 17, 24, 26, 29, 30, 32, 33, 37], "directori": [3, 4, 5, 6, 8, 10, 15, 16, 21, 23, 25, 26, 30, 32, 33, 35], "disabl": [4, 7, 12, 13, 16, 26, 32, 35], "disappear": 26, "discard": 37, "discourag": 10, "discov": [30, 32, 37], "discuss": [2, 24, 33], "disk": [2, 14, 26, 33], "dismiss": 36, "dispers": 37, "displai": [0, 2, 3, 4, 5, 6, 7, 8, 10, 12, 13, 14, 17, 19, 20, 25, 29, 32, 33, 35, 36, 37], "display_tim": 35, "disproven": 37, "disrupt": 10, "dist": 35, "distinct": [4, 33], "distinguish": 37, "distribut": [0, 5, 15, 23, 24, 27, 33, 35], "distro": [0, 2], "divid": [4, 30, 33], "do": [0, 2, 3, 8, 20, 23, 24, 25, 26, 29, 30, 32, 33, 34, 36], "doabl": 23, "doc": [4, 11, 22, 23, 24, 32, 35], "dock": [2, 35], "dockabl": [35, 36], "docstr": [0, 7], "document": [2, 4, 7, 10, 11, 13, 16, 25, 30, 32, 33, 35, 36, 37], "doe": [0, 2, 16, 26, 29, 33, 35, 37], "doesn": [0, 1, 4, 16, 23, 25, 26, 32, 33], "dog": 37, "dog_or_cat": 37, "dog_or_cat_col_nam": 37, "dog_or_cat_pivot": 37, "dog_or_cat_sampl": 37, "doi": 37, "dollar": 33, "don": [0, 1, 17, 20, 23, 25, 30, 32, 33, 35, 37], "done": [23, 33, 35, 37], "dot": [33, 37], "doubl": [2, 4, 5, 10, 14, 17, 26, 29, 30, 32, 33, 37], "doubt": [35, 37], "down": [3, 4, 11, 14, 23, 30, 32, 33], "download": [0, 30, 32, 35], "downward": 37, "dpi": 33, "drag": [2, 4, 30], "draw": [33, 37], "drawn": 33, "drive": 0, "drop": [4, 11, 30, 33, 37], "dropdown": [0, 4, 6, 14, 16, 30, 32, 33, 37], "dropna": [33, 37], "dtype": [33, 37], "dual": 0, "due": [2, 23, 25, 33, 35, 37], "duplic": [17, 29, 36], "durat": 35, "dure": [13, 33, 35], "dynam": [7, 11, 25], "e": [0, 2, 3, 4, 10, 14, 21, 23, 26, 29, 33, 35, 37], "each": [0, 1, 3, 4, 5, 6, 8, 10, 12, 14, 17, 20, 30, 32, 33, 35, 36, 37], "earli": 33, "earlier": [2, 35, 37], "earn": 33, "eas": [32, 35], "easi": [1, 2, 4, 8, 25, 33, 37], "easier": [4, 33, 35, 37], "easiest": [0, 1, 30], "easili": [2, 3, 4, 6, 7, 10, 14, 15, 16, 17, 25, 30, 32, 33, 35, 37], "econometr": 33, "ecosystem": 2, "edit": [1, 2, 3, 9, 16, 17, 20, 30, 32, 33, 35, 36, 37], "editor": [0, 3, 5, 6, 7, 8, 9, 10, 12, 13, 14, 15, 16, 17, 20, 21, 25, 30, 32], "effect": [0, 2, 33], "effici": [4, 32], "effort": 35, "either": [0, 1, 4, 10, 17, 19, 23, 25, 26, 29, 33, 35, 36], "elaps": 10, "element": [4, 12, 14, 17, 30, 33, 35, 36, 37], "elementari": 33, "elimin": 33, "els": [14, 26, 27, 29], "elsewher": [23, 29, 32], "email": 35, "embed": 36, "emerg": [27, 28, 37], "emit": 36, "empir": 37, "emploi": 37, "employe": 0, "empti": [4, 37], "enabl": [2, 3, 4, 6, 7, 10, 13, 14, 26, 32, 33, 35, 37], "encapsul": 35, "encount": [2, 25], "encourag": [1, 33], "end": [0, 16, 32, 33, 35, 37], "end_i": 33, "end_year": 33, "endpoint": 35, "engin": [1, 33, 37], "enhanc": [0, 1, 3, 10, 23, 34], "enjoi": 30, "enorm": 16, "enough": 33, "ensur": [2, 33], "enter": [0, 3, 4, 6, 7, 8, 10, 11, 14, 15, 16, 17, 20, 26, 29, 30, 32, 33, 35, 37], "entertain": 33, "entir": [4, 15, 17, 30, 32, 33, 37], "entri": [2, 4, 12, 15, 16, 30, 32, 35], "entry_point": 35, "env": [0, 2, 23, 37], "environ": [0, 1, 10, 11, 17, 23, 24, 25, 27, 29, 32, 34], "eq": 33, "equal": [33, 37], "equival": 0, "eras": 6, "error": [0, 2, 4, 14, 16, 23, 26, 27, 28, 29, 32, 36, 37], "especi": [22, 24, 25, 33, 35, 37], "essenc": [33, 37], "essenti": 33, "establish": 37, "estim": [33, 37], "etc": [0, 2, 4, 15, 17, 33], "etc_hist": 33, "etern": 37, "eth": 33, "ethereum": 33, "evalu": 32, "even": [17, 23, 24, 33, 35, 37], "event": 3, "eventu": 35, "ever": 30, "everi": [3, 4, 12, 14, 23, 24, 32, 35, 36], "everyon": [1, 27, 30, 32], "everyth": [0, 2, 23, 29, 30, 32, 33, 35, 37], "evid": 37, "exact": 14, "exactli": [3, 29], "examin": [29, 37], "exampl": [0, 3, 4, 13, 14, 16, 17, 30, 32, 33, 35, 37], "exceed": 33, "excel": [33, 37], "except": [2, 26, 33, 37], "exchang": 35, "exclam": 3, "exclud": 6, "execut": [0, 1, 3, 4, 8, 10, 14, 16, 17, 19, 20, 25, 26, 30, 32, 33, 35, 37], "exercis": 35, "exist": [0, 2, 4, 10, 15, 16, 17, 23, 27, 32, 33, 35, 37], "exit": 0, "exp_real_ret": 33, "expand": [5, 6, 10, 12, 14, 16, 17, 32], "expect": [23, 29, 35, 37], "expected_pr": 33, "experi": [1, 4, 33, 35, 37], "experienc": [2, 24, 27, 29], "experiment": 2, "expert": [2, 23, 24], "explain": [29, 35, 37], "explan": 37, "explor": [1, 2, 3, 4, 9, 10, 11, 13, 15, 20, 23, 26, 27, 30, 32, 34, 35], "export": [0, 13, 37], "expos": 35, "express": [4, 6, 10, 32, 37], "extend": [35, 36], "extended_output": 33, "extens": [5, 6, 14, 20, 32, 35, 36], "extent": [33, 37], "extern": [0, 2, 4, 5, 9, 32], "extra": 35, "extract": [33, 37], "f": [0, 4, 11, 12, 32, 33, 35, 37], "f10": [14, 32], "f12": 3, "f2": 4, "f3": 4, "f5": 4, "f6": 4, "f8": [16, 32], "f9": [4, 33, 37], "f_critic": 37, "f_onewai": 37, "f_valu": 37, "fa": 35, "face": 2, "facilit": 35, "fact": [33, 35, 37], "factori": 0, "fail": [14, 16, 26], "fairli": [25, 37], "fals": [33, 35, 37], "famili": 33, "familiar": [1, 3, 22, 27, 30, 32, 33, 37], "faq": 2, "far": 37, "fast": [3, 37], "faster": [2, 32, 35, 37], "fastest": 33, "favor": 33, "favorit": [33, 35], "featur": [0, 1, 2, 6, 7, 9, 13, 17, 20, 23, 24, 30, 32, 33, 36, 37], "fedora": 2, "feel": [35, 37], "few": [2, 25, 35, 37], "ffill": 33, "field": [0, 6, 10, 11, 14, 16, 32, 35, 37], "fifth": 35, "fig": [33, 37], "fig_dim": 37, "figsiz": [33, 37], "figur": [3, 4, 13, 27, 30, 32, 33, 37], "file": [0, 2, 3, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 19, 20, 21, 23, 25, 26, 30, 32, 33, 35, 36], "filenam": [5, 6, 14, 16, 32], "filesystem": 5, "fill": [10, 29, 36], "filter": [5, 6, 17, 37], "final": [0, 2, 3, 4, 6, 10, 13, 14, 16, 17, 20, 22, 25, 27, 30, 32, 34], "financ": 33, "financi": [34, 35, 37], "find": [0, 5, 7, 9, 11, 16, 17, 22, 23, 24, 26, 29, 30, 32, 33, 35, 37], "find_crypto_pair": 33, "finish": [35, 37], "firewal": 26, "first": [0, 1, 2, 10, 14, 17, 25, 26, 28, 29, 31, 32, 34, 37], "fit": [32, 33, 36, 37], "fivethirtyeight": 33, "fix": [0, 1, 2, 23, 25, 26, 27, 29, 32, 35, 37], "fixm": 16, "flag": 4, "float": [33, 35, 37], "float64": 33, "flow": 3, "fluctuat": 33, "fly": 4, "focu": 35, "focus": [0, 10], "folder": [0, 2, 5, 8, 10, 15, 16, 23, 25, 32, 35], "follow": [0, 1, 2, 4, 12, 19, 20, 21, 23, 25, 26, 27, 29, 30, 33, 35, 36, 37], "followup": 14, "font": [4, 11, 30, 33, 35, 36], "forecast": 33, "forg": [0, 2, 19, 20, 21, 23, 33, 35], "forget": 33, "form": [29, 36], "formal": [33, 35], "format": [5, 7, 13, 17, 29, 32, 33, 35], "formatt": 33, "former": 24, "forti": 17, "fortun": [35, 37], "forum": 23, "forward": [11, 13], "found": [0, 6, 23, 33, 35, 37], "four": [30, 32, 35, 37], "fourth": 35, "fpalm": 35, "fragment": 4, "framework": [35, 36], "francesco": 35, "francisco": 35, "free": [0, 1, 24, 35], "freedom": 37, "freeli": [0, 30], "frequenc": [33, 37], "frequent": [1, 25, 33, 37], "fresh": [2, 10, 23], "friendli": 35, "from": [0, 3, 4, 5, 6, 7, 8, 10, 11, 13, 15, 16, 17, 19, 20, 23, 24, 26, 28, 29, 30, 32, 33, 35, 36], "from_dict": 33, "front": 36, "full": [0, 2, 4, 7, 8, 10, 12, 16, 23, 24, 29, 33, 35, 37], "full_nam": 35, "fulli": [0, 2, 3, 17, 29], "fun": [33, 37], "function": [0, 1, 2, 3, 5, 7, 9, 10, 12, 14, 15, 19, 22, 25, 30, 32, 35, 36, 37], "fundament": [34, 35], "further": [2, 23, 26, 30, 32, 34, 36], "furthermor": [3, 17], "futur": [2, 6, 19, 20, 21, 26, 30], "g": [0, 2, 3, 4, 10, 21, 23, 26, 29, 33, 35, 37], "gadget": 36, "gain": 33, "gather": 37, "gb": 0, "gear": 0, "gender": 37, "gener": [0, 2, 3, 4, 11, 13, 16, 17, 24, 25, 27, 29, 30, 32, 35, 36, 37], "gentoo": 2, "get": [0, 1, 2, 9, 10, 11, 22, 23, 24, 25, 26, 27, 29, 31, 32, 33, 34, 37], "get_conf": 35, "get_contain": 35, "get_descript": 35, "get_icon": 35, "get_nam": 35, "get_path": 26, "get_plugin": 35, "get_tooltip": 35, "get_transl": 35, "get_valu": 35, "git": [5, 14, 15, 35], "github": [1, 2, 23, 27, 29, 35], "github_org": 35, "github_usernam": 35, "gitk": 15, "gitter": 2, "give": [4, 5, 16, 17, 27, 33, 35, 36, 37], "given": [0, 2, 3, 5, 14, 15, 25, 33, 35], "glass": 11, "global": [3, 16, 17, 32], "gmail": 35, "gnu": [2, 8, 35], "go": [0, 3, 10, 12, 14, 16, 20, 21, 24, 25, 26, 28, 30, 32, 33, 35, 37], "goal": 34, "gone": 32, "good": [23, 26, 27, 29, 33, 35, 37], "goog": 33, "googl": [2, 29, 33, 37], "got": 24, "gp": [35, 36], "graham": 33, "graph": [33, 36, 37], "graphic": [2, 3, 10, 13, 33, 35, 36, 37], "great": [2, 24, 37], "greater": 37, "green": [30, 32, 35, 37], "grew": 33, "grid": 17, "gross": 33, "group": [2, 12, 33, 36, 37], "group_bi": 33, "groupbi": 37, "grow": 33, "growth": 33, "guarante": 17, "gui": [3, 10, 17, 23, 35, 36], "guid": [0, 1, 7, 22, 23, 24, 29, 30, 33, 35, 37], "guidelin": [23, 33, 35], "guru99": 35, "gz": 35, "h": 32, "ha": [0, 3, 4, 7, 10, 15, 17, 24, 27, 29, 32, 33, 35, 36, 37], "had": 33, "hamburg": [4, 7, 8, 35], "hand": [33, 37], "handi": 4, "handl": [23, 35, 37], "handler": 36, "happen": [17, 29, 33, 36, 37], "happi": [30, 32], "harpercollin": 33, "hasn": 29, "have": [0, 1, 2, 3, 4, 7, 10, 11, 15, 16, 17, 19, 20, 21, 24, 25, 26, 29, 30, 32, 33, 35, 36, 37], "header": 17, "heart": 30, "heat": 17, "heatmap": 17, "heavi": 33, "heavyweight": 33, "height": 37, "hello": [30, 32, 35], "help": [0, 4, 9, 10, 23, 26, 27, 28, 29, 30, 32, 33, 35], "helper": 35, "her": 37, "here": [0, 2, 7, 22, 28, 29, 30, 32, 33, 35, 37], "hesit": 35, "hi": 37, "hidden": [5, 35], "hide": [4, 5, 12, 17, 20, 30, 32], "hierarch": [5, 14, 32], "high": [0, 33, 35], "higher": [33, 37], "highest": [33, 37], "highlight": [0, 3, 6, 8, 12, 16, 23, 30, 32, 35], "hilpisch": 33, "hint": [0, 25], "hist": [33, 37], "histogram": [17, 37], "histori": [3, 9, 10, 16, 30, 33, 35], "historic_crypto": 33, "historicaldata": 33, "histplot": 37, "hit": [19, 33, 37], "hold": [33, 35], "home": [0, 2, 8, 10, 11, 23, 24, 25, 35], "homebrew": 2, "hope": [30, 33, 35, 37], "hopefulli": [26, 27], "horizont": [4, 30, 37], "host": 10, "hostnam": 10, "hour": 29, "hous": 11, "hover": [0, 4, 9, 25], "how": [0, 1, 2, 3, 4, 5, 10, 12, 13, 19, 23, 24, 27, 29, 30, 32, 33, 34, 36], "howev": [0, 2, 5, 25, 30, 33, 35, 37], "html": [35, 37], "http": [33, 35, 37], "hub": 24, "huge": 23, "human": 35, "hurri": 35, "husl": 37, "hyperlink": 32, "hypothesi": 34, "i": [0, 1, 2, 3, 4, 5, 7, 8, 10, 11, 12, 13, 14, 15, 16, 17, 19, 20, 21, 23, 24, 25, 26, 27, 29, 30, 32, 35, 36, 37], "icon": [4, 7, 8, 9, 11, 13, 30, 32, 35], "icon_manag": 35, "id": [2, 4, 10, 22, 23, 24, 25, 35, 37], "id_rsa": 10, "idea": [29, 35, 36], "ideal": [17, 33, 37], "ident": [0, 6, 14, 23], "identif": 37, "identifi": [14, 32, 35, 37], "idl": 0, "ignor": [3, 37], "ill": [0, 27, 28], "iloc": [33, 37], "ima": 35, "imag": [2, 4, 13, 17, 33, 37], "immedi": [2, 20, 26, 37], "implement": [24, 25, 33, 35, 36, 37], "impli": 37, "implicitli": 30, "import": [0, 2, 3, 9, 10, 15, 22, 25, 26, 32, 33, 35, 37], "impos": 15, "imposs": 23, "improv": [0, 4, 17, 31, 37], "includ": [0, 1, 2, 3, 4, 5, 7, 10, 11, 12, 17, 24, 25, 28, 30, 32, 35, 37], "incompat": [0, 2], "incomplet": 25, "inconceiv": 35, "inconsist": 37, "incorpor": 35, "increas": [14, 32, 33, 35], "inde": [27, 37], "indent": 29, "independ": [2, 35], "index": [11, 17, 32, 33], "indic": [14, 17, 30, 32, 33, 35, 36, 37], "indistinctli": 37, "individu": [2, 7, 14, 16, 19, 23, 27, 35, 37], "industri": 33, "influenc": 37, "info": [2, 20, 23, 33, 35], "inform": [0, 2, 10, 14, 17, 20, 23, 24, 26, 29, 30, 32, 35, 36, 37], "infrastructur": 0, "inher": 17, "initi": [33, 35, 36, 37], "inlin": [0, 3, 7, 10, 32], "inner": [17, 23, 35], "inplac": [33, 37], "input": [20, 35, 36, 37], "insert": [0, 17, 29, 35, 37], "insid": [0, 4, 5, 10, 11, 14, 15, 20, 21, 26, 32, 33, 35, 36], "insight": 33, "inspect": [0, 1, 7, 10, 17, 33, 35, 37], "inspector": 17, "instal": [1, 3, 10, 11, 14, 18, 23, 24, 26, 27, 29, 30, 32, 33, 35, 37], "instanc": [10, 17, 23, 25, 26, 35, 36], "instanti": 35, "instantpopup": 35, "instead": [0, 2, 5, 12, 17, 23, 26, 27, 32, 33, 35, 37], "instruct": [0, 2, 23, 33, 35, 37], "instrument": 33, "insuffici": 7, "int": [30, 35, 37], "int64": 37, "integ": 37, "integr": [2, 3, 4, 10, 15, 21, 33, 35, 37], "intel": 2, "intellig": [16, 33, 37], "intend": [33, 37], "intens": 0, "interact": [1, 3, 4, 10, 13, 17, 20, 21, 22, 23, 30, 32, 33, 35, 36, 37], "interchang": 17, "interconnect": 36, "interest": [33, 35, 37], "interfac": [1, 8, 9, 20, 22, 30, 35, 36], "interfer": 26, "intermedi": 33, "intern": [0, 7, 23, 29, 35], "internal_valu": 32, "interpret": [0, 3, 7, 9, 10, 21, 23, 25, 26, 29, 32, 33, 37], "interquartil": 37, "interrupt": [7, 10], "interv": [35, 37], "intro": 34, "introduc": 35, "introduct": [30, 35], "introspect": 25, "invalid": [16, 32], "invest": 33, "investig": 37, "investor": 33, "invis": [5, 8], "invok": 37, "involv": [1, 2, 23, 25, 29, 33, 35, 37], "ip": [0, 10], "ipdb": 9, "ipykernel": [23, 25], "ipynb": 20, "ipython": [0, 3, 4, 7, 8, 9, 13, 14, 17, 18, 21, 23, 24, 25, 27, 29, 30, 32], "ipython_genutil": 0, "is_dark_font_color": 32, "isc": 35, "isn": [2, 23, 25, 26, 32], "isol": [2, 28], "issu": [0, 1, 2, 4, 16, 21, 23, 24, 26, 27, 28, 32, 33, 37], "item": [0, 1, 4, 9, 12, 14, 17, 19, 20, 21, 23, 25, 29, 32], "iterrow": 37, "its": [0, 1, 2, 4, 5, 7, 10, 11, 12, 14, 16, 17, 23, 24, 25, 26, 29, 30, 32, 33, 35, 36, 37], "itself": [0, 2, 10, 14, 17, 23, 24, 26, 33, 35, 36], "j": [33, 37], "jame": 33, "jnj": 33, "job": 35, "john": 35, "johnson": 33, "join": 33, "json": [0, 10, 37], "juanita": [30, 32], "jump": [4, 12], "jupyt": [4, 10, 20, 23, 35, 37], "jupyter_cli": [23, 25], "jupyter_cor": [23, 25], "just": [0, 2, 3, 8, 11, 12, 15, 16, 17, 21, 23, 26, 27, 30, 32, 33, 35, 37], "k": 37, "kde": 37, "keep": [23, 32, 33, 35, 37], "kei": [7, 9, 14, 17, 22, 25, 29, 30, 33, 35], "kera": 37, "kernal": 10, "kernel": [0, 9, 23, 27, 28, 33, 35, 37], "keyboard": [3, 9, 10, 23, 35], "keyerror": 37, "keyfil": 10, "keyword": [4, 11, 32], "kind": [32, 33, 35, 37], "kirkegaard": 37, "kitti": 37, "know": [23, 32, 33, 35, 37], "knowledg": [33, 35, 37], "known": [2, 26, 36], "kurtosi": 37, "l": [0, 3, 4, 30], "la": 0, "label": [0, 35], "lack": 2, "lambda": [33, 37], "languag": [0, 1, 2, 4, 10, 23, 24, 25, 33, 35, 37], "larg": [0, 17, 24, 32, 33, 37], "larger": [32, 33, 37], "largest": 33, "last": [4, 8, 15, 23, 25, 26, 27, 33, 37], "later": [17, 30, 37], "latest": [0, 2, 23, 25], "latter": [7, 24], "laugh": 37, "launch": [0, 2, 5, 10, 23, 25, 26, 27, 29, 30, 32, 37], "launchpad": 2, "layer": 35, "layout": [30, 35], "lead": [2, 24, 29], "learn": [0, 1, 2, 14, 24, 31, 32, 34], "learner": 34, "learnpython": 24, "least": [0, 24, 26], "leav": [33, 37], "left": [2, 3, 4, 6, 7, 8, 11, 14, 21, 26, 30, 33, 35, 37], "legaci": [10, 35], "len": [33, 37], "length": 33, "leptokurt": 37, "less": [29, 33, 35, 37], "lesser": 33, "let": [4, 30, 32, 33, 34, 37], "letter": [0, 33, 36], "level": [1, 4, 12, 14, 16, 17, 32, 33, 35, 37], "leverag": 33, "li": [23, 27], "librari": [2, 3, 11, 25, 30, 32, 33, 35, 36, 37], "libreoffic": 32, "licens": [0, 35], "lie": 25, "life": 35, "light": 30, "lighter": 2, "like": [0, 2, 3, 4, 5, 8, 11, 14, 15, 16, 17, 23, 25, 27, 29, 30, 32, 33, 35, 37], "limit": [4, 21, 25, 35, 37], "limits_group": 35, "line": [0, 2, 3, 6, 8, 14, 16, 18, 23, 25, 26, 27, 29, 30, 32, 33, 35, 36, 37], "linear": 33, "linestyl": 37, "linewidth": 37, "linger": 23, "link": [2, 11, 24, 33, 35], "linux": [0, 8, 16, 23, 25, 35, 37], "list": [0, 3, 4, 5, 6, 8, 10, 11, 12, 13, 14, 16, 20, 23, 24, 25, 27, 29, 30, 32, 33, 35, 37], "listen": 10, "lite": 2, "litecoin": 33, "littl": 37, "ll": [2, 22, 25, 26, 29, 30, 32, 35], "load": [7, 10, 11, 14, 17, 25, 32, 33, 35, 37], "loc": 33, "local": [3, 11, 14, 17, 20, 32, 33, 35, 37], "locat": [0, 4, 6, 11, 12, 15, 29, 35], "lock": [7, 30], "log": [33, 35], "logarithm": 33, "logger": 35, "long": [0, 8, 10, 16, 25, 33, 35, 36, 37], "long_descript": 35, "long_description_content_typ": 35, "longer": [17, 32, 35], "longest": 32, "look": [2, 10, 11, 16, 20, 23, 24, 27, 29, 30, 32, 33, 35, 37], "loop": [33, 36], "loss": 33, "lost": [33, 37], "lot": 33, "lousi": 33, "lovabl": 37, "lover": 37, "low": 33, "lower": [23, 32, 33, 37], "lowercas": 33, "lowest": [33, 37], "lsp": [0, 4, 35], "ltc": 33, "ltc_hist": 33, "lxml": 33, "m": [0, 2, 10, 12, 14, 19, 30, 32, 33], "m1": 2, "ma": 33, "mac": 23, "machin": [0, 10, 17, 23, 32, 33, 35, 37], "maco": [0, 3, 8, 10, 16, 19, 20, 21, 23, 25, 30, 33, 35, 37], "macport": [0, 2, 29], "made": [4, 35, 37], "magic": 3, "magnifi": 11, "mai": [0, 2, 23, 25, 26, 32, 33, 35], "main": [0, 2, 17, 30, 31, 35, 36], "main_contain": 35, "main_fg_color": 35, "main_sect": 35, "mainli": [33, 37], "maintain": [0, 24, 35], "mainwindow": [26, 32, 36], "major": [2, 23, 35], "make": [0, 2, 4, 5, 8, 11, 15, 20, 21, 23, 25, 26, 27, 29, 32, 33, 35, 37], "makefil": 35, "malici": 17, "mamba": [2, 35], "mambaforg": 2, "manag": [0, 1, 2, 5, 10, 17, 23, 24, 32, 33, 35, 37], "mandatori": 35, "mani": [0, 2, 4, 5, 10, 19, 23, 24, 27, 30, 33, 36, 37], "manipul": [33, 35, 37], "manual": [0, 2, 4, 7, 13, 14, 16, 17, 25, 26, 29, 32, 33, 35, 37], "map": [0, 17, 35], "map0logo": 35, "mapologo": 35, "mark": [8, 17, 35, 37], "markdown": 35, "market": 33, "master": 33, "match": [4, 5, 6, 11, 13, 17, 30, 32, 37], "math": [10, 30, 33], "mathemat": 33, "matlab": 4, "matplotlib": [0, 2, 9, 10, 17, 24, 30, 32, 33, 37], "matpotlib": 2, "matrix": 36, "matter": [33, 37], "matur": 37, "max": [17, 33, 37], "max_": 35, "max_ag": 37, "max_ylim": 37, "maxim": [29, 33], "maximum": [6, 33, 37], "md": 35, "mdi": 35, "mean": [0, 1, 2, 23, 25, 26, 32, 35, 36, 37], "meanwhil": 14, "measur": [14, 32, 33, 35, 37], "median": 37, "meet": 35, "memori": [0, 2, 14, 33, 37], "mention": [0, 22, 25, 35, 36], "menu": [0, 2, 3, 4, 6, 7, 9, 11, 14, 15, 19, 20, 21, 23, 25, 29, 30, 32, 35, 37], "mere": 37, "merg": 33, "messag": [0, 2, 10, 16, 23, 25, 27, 29, 32, 35, 36], "message_nam": 16, "met": 37, "meta": 2, "metapackag": 2, "method": [0, 4, 7, 12, 14, 23, 25, 26, 27, 32, 33, 35, 36], "microsoft": 33, "might": [0, 2, 8, 16, 23, 24, 25, 29, 32, 37], "mile": 37, "millisecond": [19, 35], "min": [17, 33, 35, 37], "min_": 35, "min_ag": 37, "min_ylim": 37, "mind": [35, 37], "miniconda": [0, 2, 33, 35, 37], "miniforg": [0, 2], "minim": [0, 2, 33, 35, 37], "minimum": [33, 35, 37], "minor": [23, 35], "mint": 2, "minut": 35, "miss": [2, 29, 35, 37], "misunderstand": 24, "mit": 35, "mix": 2, "mixin": 35, "mkdir": 37, "mkvirtualenv": 2, "modal": 36, "mode": [3, 4, 9, 35], "model": [0, 33, 37], "modern": 0, "modest": [2, 33, 37], "modifi": [0, 4, 5, 10, 17, 20, 30, 35, 37], "modul": [3, 7, 9, 11, 15, 16, 25, 32, 35], "moment": [19, 20, 21, 35], "monei": 33, "monitor": 30, "month": [23, 33], "monthly_data_1": 33, "monthly_data_2": 33, "more": [0, 1, 2, 4, 10, 12, 14, 16, 17, 19, 21, 23, 24, 25, 29, 30, 32, 33, 35, 36, 37], "most": [0, 2, 4, 14, 22, 23, 25, 26, 27, 30, 32, 33, 35, 36, 37], "mostli": 35, "mous": 33, "move": [5, 11, 30, 32, 33, 35, 37], "movement": 33, "mpl": 33, "msft": 33, "much": [0, 2, 4, 17, 23, 29, 32, 33, 35, 37], "multi": [4, 17], "multiindex": 17, "multilin": 3, "multipl": [4, 5, 12, 37], "multiplatform": [35, 36], "multipli": 33, "multitask": 33, "must": [0, 10, 15, 19, 33, 35, 37], "mute": [10, 32], "mvp": 33, "my": 0, "n": [0, 2, 23, 33, 35, 37], "name": [0, 2, 3, 4, 5, 7, 10, 11, 12, 14, 15, 16, 17, 20, 25, 30, 32, 33, 35, 36, 37], "namespac": [4, 10, 17], "narrow": 23, "nativ": [13, 35, 36], "natur": [33, 37], "navig": [0, 2, 6, 8, 9, 11, 12, 23, 26, 30, 32, 33, 35, 36], "neat": 37, "necessari": [10, 30, 32, 35], "need": [0, 1, 2, 4, 6, 8, 10, 25, 26, 29, 33, 35, 36, 37], "neg": [33, 37], "neither": 37, "neovim": 4, "nest": 12, "netflix": 33, "netflix_info": 33, "network": [0, 35, 36], "never": 30, "new": [0, 1, 2, 3, 4, 10, 13, 15, 17, 20, 21, 23, 24, 25, 27, 30, 32, 33, 35, 37], "newer": [2, 24], "newest": 10, "newli": [35, 37], "next": [2, 4, 10, 19, 21, 25, 30, 32, 33, 35, 37], "nflx": 33, "non": [0, 8, 32, 33, 35, 36], "none": [4, 13, 23, 25, 26, 35], "nor": 37, "norm": 33, "normal": [3, 8, 33, 37], "notabl": 33, "notat": 37, "note": [0, 10, 30, 32, 33, 35, 37], "notebook": [0, 4, 10, 18, 24, 25, 37], "noth": [0, 14, 25, 37], "notic": [32, 33, 35, 37], "notif": [35, 36], "notifi": 36, "now": [0, 2, 19, 30, 32, 33, 35, 37], "nowadai": 33, "np": 33, "npy": 17, "null": 37, "num_group": 37, "num_observ": 37, "number": [2, 3, 4, 5, 6, 8, 10, 14, 16, 17, 19, 24, 25, 32, 33, 35, 37], "numer": [2, 17, 37], "numfocu": 0, "numpi": [2, 10, 24, 30, 32, 33, 37], "o": [0, 12, 26, 29, 33, 37], "object": [0, 4, 7, 9, 10, 11, 14, 30, 32, 33, 37], "observ": [26, 29, 33, 37], "obtain": [2, 19, 30, 34, 37], "obviou": 35, "occasion": [25, 26], "occupi": [33, 37], "occur": [0, 14, 25, 27, 29, 37], "occurr": [6, 8, 32], "odp": 37, "off": [7, 10, 13, 16, 32], "offer": [2, 3, 4, 5, 13, 17, 23, 24, 32, 33, 35, 36, 37], "offici": [33, 35, 37], "offset": 33, "often": [2, 10, 23, 27, 29, 30, 37], "ok": [2, 4, 10], "okai": 35, "okcupid": 37, "old": [2, 37], "older": [2, 30, 37], "on_clos": 35, "on_conf_chang": 35, "on_initi": 35, "on_plugin_avail": 35, "on_preferences_avail": 35, "on_statusbar_avail": 35, "on_toolbar_avail": 35, "onc": [0, 4, 5, 10, 15, 25, 26, 29, 30, 32, 33, 35], "one": [0, 1, 2, 4, 5, 10, 12, 13, 15, 16, 17, 23, 25, 26, 29, 30, 32, 33, 35, 36, 37], "ones": [4, 20, 30, 32, 37], "onli": [0, 2, 4, 5, 6, 7, 10, 14, 17, 23, 25, 26, 27, 32, 33, 35, 36, 37], "onlin": [7, 9, 32, 37], "open": [0, 1, 2, 3, 4, 5, 6, 7, 10, 11, 12, 14, 15, 16, 17, 20, 21, 25, 26, 27, 29, 30, 32, 33, 35, 36, 37], "open_source_licens": 35, "opencollect": 0, "opensus": 2, "openteam": 2, "oper": [0, 2, 8, 9, 15, 30, 32, 33, 35, 37], "opt_weight": 33, "opt_weights_1": 33, "opt_weights_2": 33, "optim": [14, 31, 35], "optimal_weight": 33, "option": [0, 2, 3, 4, 7, 9, 15, 18, 21, 23, 24, 30, 32, 33, 35, 36, 37], "option_correct": 37, "order": [1, 8, 12, 19, 20, 21, 23, 29, 33, 35, 37], "org": [2, 33, 35, 37], "organ": [0, 33, 35, 36], "orient": [2, 33, 37], "origin": [23, 25, 37], "other": [0, 3, 4, 8, 10, 14, 16, 17, 23, 24, 26, 27, 29, 30, 32, 33, 35, 36, 37], "otherwis": [0, 2, 10, 25, 29, 33, 35], "our": [0, 2, 22, 23, 24, 27, 29, 30, 32, 33, 34, 37], "out": [1, 2, 4, 11, 16, 20, 21, 23, 25, 27, 29, 30, 32, 33, 37], "outlier": 37, "outlin": [4, 9, 30, 32, 33], "output": [4, 14, 16, 23, 26, 29, 30, 35, 37], "outsid": [4, 20, 25, 37], "over": [4, 5, 7, 14, 30, 32, 33, 35, 36, 37], "overal": [16, 32], "overflow": [0, 23, 27], "overli": 37, "overrid": [25, 35], "overview": [33, 37], "own": [0, 2, 4, 7, 11, 14, 23, 24, 27, 30, 33, 35, 36], "owner": 37, "p": [4, 35, 37], "p_": 37, "p_valu": 37, "packag": [0, 1, 2, 3, 10, 11, 15, 16, 19, 23, 24, 25, 26, 27, 29, 32, 33, 37], "packt": 33, "pad": 20, "page": [0, 2, 10, 11, 23, 29, 32, 34], "paid": [0, 24], "palett": 37, "palm": 35, "palplot": 37, "pan": 3, "panda": [2, 17, 24, 32, 33, 37], "pane": [0, 1, 19, 20, 21, 22, 23, 25, 29, 30, 31, 35], "panel": [2, 12, 30, 33, 36, 37], "paper": [35, 37], "parallel": 36, "paramet": [4, 33, 35, 37], "parent": [14, 35, 36], "parenthes": 37, "parenthesi": [4, 7], "parquet": 37, "pars": [6, 32], "parsed_data_publ": 37, "parser": 32, "part": [0, 4, 5, 22, 26, 33, 35, 37], "parti": [2, 3, 10, 11, 32, 35], "partial": 37, "particip": [33, 35, 37], "particular": [14, 23, 32, 35, 37], "particularli": [2, 5, 23, 24, 26, 32, 33], "partit": 0, "pass": [33, 35, 36, 37], "password": [10, 35], "past": [5, 10, 13, 16, 17, 20, 21, 29, 32, 35], "patch": 28, "path": [0, 4, 5, 10, 12, 14, 15, 16, 19, 23, 26, 30, 32, 33, 35, 37], "pathlib": 35, "pattern": 5, "paus": [26, 35], "pause_pomodoro_tim": 35, "pause_tim": 35, "pause_timer_act": 35, "pct_chang": 33, "pd": [33, 37], "pdb": 3, "peopl": [33, 37], "pep": 4, "per": [0, 4, 19, 33], "percent": 33, "percentag": [19, 33], "perfect": 33, "perform": [0, 5, 11, 14, 15, 17, 23, 32, 33, 35, 37], "period": [33, 35, 37], "permiss": 26, "persist": [17, 33, 37], "person": [2, 35, 37], "pet": 37, "pfe": 33, "pfizer": 33, "phenomenon": 37, "phrase": 8, "pick": 37, "pickl": 17, "pictur": 35, "pid": 10, "piec": [33, 35, 37], "pin": 2, "pip": [0, 23, 25, 29, 33, 35], "pitfal": 23, "pivot": 37, "plabel": 35, "place": [0, 4, 19, 23, 24, 27, 33, 35, 37], "plai": 35, "plain": [7, 16, 29, 30], "plan": 35, "platform": [2, 28, 33, 37], "pleas": [2, 23, 25, 27, 29], "plot": [3, 4, 9, 10, 17, 20, 30, 32, 35], "plt": [33, 37], "plu": [6, 20, 32], "plug": 25, "plugin": [0, 2, 9, 19, 20, 21, 24, 27, 28, 34, 36], "plugin_registr": 35, "plugin_typ": 35, "pluginconfigpag": 35, "pluginmaincontain": 35, "pluginmainwidget": 35, "png": [13, 32], "point": [0, 3, 14, 24, 30, 33, 35, 36, 37], "pointi": 37, "polar": 33, "polish": 37, "pomodoro_button": 35, "pomodoro_default": 35, "pomodoro_limit": 35, "pomodoro_menu": 35, "pomodoro_spin": 35, "pomodoro_tim": 35, "pomodoro_timer_button": 35, "pomodoro_timer_menu": 35, "pomodoro_timer_statu": 35, "pomodoro_timer_toolbar": 35, "pomodoromenusect": 35, "pomodorotimerstatu": 35, "pomodorotoolbaract": 35, "pomodorotoolbarsect": 35, "pop": [2, 4, 30], "popular": [4, 25, 37], "popup": 7, "popupmod": 35, "port": [2, 10], "port_1_exp_r": 33, "port_1_ow": 33, "port_1_sr": 33, "port_1_vr": 33, "port_2_exp_r": 33, "port_2_ow": 33, "port_2_sr": 33, "port_2_vr": 33, "portfolio": 34, "portfolio_return": 33, "portfolio_shap": 33, "portfolio_sharp": 33, "portfolio_volatil": 33, "portion": [7, 29], "pose": 37, "posit": [12, 30, 32, 33, 37], "possibl": [4, 19, 20, 21, 23, 27, 29, 33, 35, 37], "possibli": 37, "post": [2, 24, 26], "pot": 35, "potenti": [2, 4, 16, 32, 37], "power": [1, 4, 16, 20], "powershel": 21, "ppf": 37, "pprint": 33, "pr": 1, "practic": [16, 32, 35, 37], "pre": 36, "preced": 29, "precis": [33, 37], "predefin": 35, "predict": [33, 37], "prefer": [0, 2, 3, 4, 5, 7, 8, 10, 11, 13, 17, 18, 23, 26, 29, 30, 32, 33, 37], "prefil": 29, "prefix": [35, 37], "prepar": 34, "prerequisit": 34, "presenc": 35, "present": [15, 19, 25, 29, 33, 35], "preset": 35, "press": [0, 3, 4, 6, 7, 11, 14, 16, 20, 30, 32, 33, 36, 37], "prettier": 37, "prev_year": 33, "prevent": [10, 13, 32], "preview": [4, 17, 30], "previou": [3, 4, 10, 11, 14, 16, 23, 25, 30, 32, 33], "previous": [7, 20, 30, 32], "price": 33, "primari": [4, 10, 32, 33], "principl": 35, "print": [0, 26, 29, 30, 33, 35, 36, 37], "printf": 17, "prior": [33, 35, 37], "prioriti": [2, 29], "probabl": 37, "problem": [0, 1, 2, 4, 16, 24, 26, 27, 28, 29, 32, 33, 35, 37], "proce": [2, 33, 37], "procedur": [14, 33, 36], "process": [3, 4, 10, 23, 35, 36, 37], "processor": [0, 13, 32], "produc": [13, 37], "product": [26, 33, 35], "profil": [0, 1, 9, 16, 18, 30, 32, 34, 35], "profit": [0, 33], "program": [2, 5, 21, 23, 24, 27, 30, 32, 33, 35, 37], "progress": [14, 35], "prohibit": 0, "project": [0, 1, 4, 5, 6, 9, 12, 32, 35], "project_nam": 35, "project_package_nam": 35, "project_pypi_nam": 35, "project_short_descript": 35, "prompt": [0, 2, 3, 16, 19, 20, 21, 23, 25, 26, 29, 30, 32, 33, 35, 36, 37], "proofread": 1, "properli": 35, "properti": [33, 35], "proport": [33, 37], "protocol": [4, 25], "proven": 37, "provid": [1, 2, 4, 10, 11, 13, 17, 23, 24, 25, 26, 29, 30, 32, 33, 35, 36, 37], "proxi": 37, "psychologi": 37, "psychometr": 37, "pt_limits_layout": 35, "public": [24, 35, 37], "publish": [34, 37], "pure": 7, "purelib": 26, "purpos": [0, 1, 35, 37], "put": [33, 35, 37], "py": [8, 16, 23, 25, 26, 32, 35, 36, 37], "py3": [8, 23, 35], "py39": 2, "pyarrow": 37, "pyc": 35, "pycodestyl": 4, "pydata": [2, 37], "pydoc": 11, "pyenv": 0, "pyflak": 4, "pyl": [0, 25], "pylab": 10, "pylint": [16, 32], "pylintrc": [16, 32], "pypi": [0, 33], "pypi_usernam": 35, "pyplot": [33, 37], "pyqt": [23, 29, 35], "pyqt5": 2, "pysid": 35, "python": [0, 1, 2, 3, 4, 5, 7, 10, 11, 12, 16, 17, 19, 21, 23, 25, 26, 27, 28, 29, 30, 32, 35], "python3": [2, 26], "pythonpath": 15, "pyzmq": [23, 25], "q": [0, 36, 37], "q18154": 37, "q255": 37, "q997": 37, "qaction": [35, 36], "qapp": 36, "qapplic": 36, "qdialog": 36, "qdockwidget": 35, "qevent": 36, "qgridlayout": [35, 36], "qgroupbox": 35, "qhboxlayout": 36, "qicon": 35, "qmainwindow": [35, 36], "qmenu": 36, "qmessagebox": 35, "qspinbox": 35, "qstackedlayout": 36, "qt": [23, 29, 34, 35], "qt5": 3, "qt_mac_wants_lay": 0, "qta": 35, "qtawesom": 35, "qtconsol": [10, 23, 24, 27, 29], "qtgui": 35, "qtimer": 35, "qtoolbar": 36, "qtoolbutton": 35, "qtpy": 35, "qtwidget": 35, "qu4nt": 35, "qualit": 37, "qualiti": [16, 31], "quansight": 0, "quantit": 37, "quantiti": 17, "queri": 33, "question": [1, 2, 24, 27, 33, 37], "question_data": 37, "quick": [2, 20, 24, 30, 33, 37], "quickli": [4, 23, 25, 27, 32, 35, 37], "quickstart": [22, 33, 37], "quirk": 24, "quit": [2, 33, 35, 37], "quotat": 17, "qvboxlayout": [35, 36], "qwidget": [35, 36], "r": [4, 14, 24, 37], "rais": 37, "ram": 0, "ran": 14, "ranaroussi": 33, "random": [29, 33, 37], "randomli": 33, "rang": [1, 16, 24, 33, 37], "rapid": 33, "rate": 35, "rather": [12, 21, 23, 29], "ratio": 37, "raw": 16, "rc": 32, "rcfile": 16, "rcparam": 33, "re": [2, 4, 5, 10, 11, 19, 20, 21, 23, 25, 26, 27, 29, 30, 32, 33, 35, 37], "reach": [1, 33, 35, 37], "read": [2, 4, 23, 26, 27, 34], "read_csv": [33, 37], "read_parquet": 37, "read_text": 35, "readabl": [4, 35, 37], "reader": 35, "readi": [20, 30, 32, 33, 35, 37], "readm": 35, "real": [4, 10, 25, 33, 35, 37], "realist": 33, "realiti": 33, "realized_pr": 33, "realli": [23, 37], "realtim": 11, "rearrang": 30, "reason": [2, 14, 32, 37], "recal": [3, 14, 32], "receiv": [23, 25, 27, 33, 36], "recent": [0, 4, 8, 16, 20, 23, 33, 35], "recogn": [0, 35], "recommend": [0, 2, 26, 27, 28, 33, 35, 37], "record": [26, 33, 37], "recov": 17, "recreat": [2, 33], "recurs": 14, "red": [10, 11, 30, 33], "redistribut": 0, "reduc": [32, 37], "reduct": 37, "refactor": 37, "refer": [2, 3, 25, 26, 33, 35, 37], "refin": 6, "reflect": 33, "refresh": [10, 11, 17, 33], "regardless": [4, 15, 35], "regex": 37, "regist": 10, "register_plugin_prefer": 35, "regul": 37, "regular": [3, 4, 6, 32, 35, 37], "reilli": 33, "reinforc": 33, "reinstal": [0, 26, 27, 28], "rejoic": 37, "rel": [0, 2, 5, 32, 33], "relat": [2, 9, 23, 26, 27, 28, 33, 34, 35, 36], "relationship": [33, 35, 37], "relaunch": 10, "releas": [0, 2, 23, 35], "relev": [4, 23, 25, 27, 29, 37], "reli": 35, "reliabl": [2, 17], "reload": [9, 11, 35], "remain": [32, 37], "remark": 33, "rememb": [8, 10, 16, 33, 35, 37], "remotemachin": 0, "remov": [0, 2, 10, 13, 14, 17, 23, 30, 32, 35, 37], "renam": [5, 10, 17, 21, 25, 33, 35, 37], "rename_axi": 33, "render": [4, 7, 11, 13, 35, 36], "reoccur": 23, "reopen": 23, "reorder": 4, "repair": 26, "repeat": 35, "replac": [0, 16, 25, 26], "repo": [1, 35], "report": [0, 2, 23, 25, 26, 27, 28, 34], "repositori": [0, 1, 2, 5, 14, 15, 25, 33, 34], "repres": [33, 36, 37], "represent": 36, "reproduc": [23, 29], "request": [2, 33, 35], "requir": [0, 1, 25, 33, 35, 36, 37], "resampl": 33, "reset": [0, 8, 23, 26, 30, 35], "reset_index": 33, "residu": 37, "resiz": 17, "resolv": [1, 2, 23, 25, 26, 35], "resourc": [0, 1, 23, 27, 28, 33, 35], "resp": 37, "resp_": 37, "resp_q18154": 37, "resp_q255": 37, "respect": [3, 13, 16, 30, 33, 35], "respond": 35, "respons": [36, 37], "rest": [14, 30, 32, 33, 35, 37], "restart": [0, 8, 10, 19, 20, 21, 23, 25, 30, 35], "restor": [4, 15, 23], "restrict": 0, "result": [0, 4, 6, 9, 11, 16, 17, 19, 25, 26, 27, 30, 32, 33, 35, 37], "retriev": 7, "retrieve_data": 33, "rets_1": 33, "rets_2": 33, "return": [4, 6, 11, 26, 30, 35, 37], "reveal": 37, "review": 33, "rgb": 17, "rich": [2, 7, 30], "right": [0, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 13, 14, 17, 20, 21, 25, 30, 32, 33, 35, 37], "right_answ": 37, "rigor": 37, "ring": 35, "risk": 33, "riski": 33, "robust": 2, "room": 24, "root": [15, 33, 35], "roughli": 33, "routin": 26, "row": [17, 33, 36, 37], "rule": [26, 36, 37], "run": [1, 3, 5, 9, 10, 11, 16, 17, 19, 20, 21, 23, 25, 26, 29, 30, 32, 33, 35, 36], "runtim": [10, 25, 32], "safer": 33, "sage": 37, "sai": [32, 33, 37], "said": 33, "same": [1, 2, 3, 4, 10, 14, 15, 20, 23, 25, 27, 30, 32, 33, 36, 37], "sampl": [29, 37], "satisfi": 37, "save": [2, 4, 6, 10, 13, 14, 15, 17, 20, 32, 33, 36, 37], "savefig": 33, "scalar": 17, "scale": [0, 13, 24, 33], "scatter": 33, "scenario": 33, "scheme": [23, 35], "scienc": [28, 35, 36, 37], "scientif": [0, 1, 2, 32, 33, 34, 35], "scientist": [1, 33, 37], "scikit": 0, "scipi": [2, 28, 33, 37], "scope": [6, 14, 16, 19, 35, 37], "score": [16, 32, 37], "scraper": 37, "scratch": [17, 20], "screen": [20, 25, 36, 37], "screenshot": 33, "script": [0, 2, 4, 5, 10, 16, 19, 23, 30, 32, 33, 37], "scroll": [0, 2, 4, 30, 32], "scrollbar": 4, "sdist": 35, "seaborn": 37, "seamlessli": [33, 37], "search": [2, 4, 9, 11, 17, 24, 29, 32, 33, 37], "second": [14, 30, 32, 34, 35, 37], "section": [0, 1, 2, 4, 16, 23, 25, 26, 27, 29, 30, 32, 33, 35, 37], "secur": [2, 17, 26, 33], "see": [0, 2, 3, 4, 5, 8, 10, 16, 17, 19, 20, 21, 23, 25, 26, 27, 29, 30, 32, 33, 35, 37], "seek": 2, "seem": [25, 33, 37], "seen": [30, 33, 37], "segment": 33, "select": [0, 2, 3, 5, 6, 7, 8, 10, 12, 13, 16, 17, 19, 20, 21, 25, 29, 30, 32, 33, 35, 36, 37], "self": [35, 36, 37], "send": 36, "sens": 33, "sensit": [4, 6, 11], "sep": 37, "separ": [3, 4, 10, 12, 16, 30, 33, 37], "sequenti": 13, "seri": [1, 17, 33, 37], "serif": 33, "seriou": 37, "serv": [20, 33, 35, 36, 37], "servedoc": 35, "server": [0, 4, 11, 20, 25, 35], "servic": [0, 24, 35], "session": [3, 8, 10, 13, 15, 17, 30, 33, 37], "set": [0, 1, 2, 3, 4, 5, 6, 10, 12, 15, 16, 17, 21, 26, 30, 32, 34], "set_axis_label": 37, "set_label": 33, "set_palett": 37, "set_pomodoro_limit": 35, "set_printopt": 33, "setcolumnstretch": 35, "setlayout": 35, "setmenu": 35, "setpopupmod": 35, "setup": [23, 35], "setup_pag": 35, "setuptool": 35, "sever": [3, 4, 5, 10, 13, 17, 29, 30, 32, 33, 35, 36, 37], "sexual": 37, "shape": 37, "share": [33, 34], "sharpe_ratio": 33, "sharpli": 33, "shell": [21, 23], "shift": [0, 3, 4, 12, 33, 35], "short": [30, 33, 35], "shortcut": [0, 2, 3, 7, 8, 9, 10, 14, 16, 23, 26, 32, 35], "shorten": 36, "shotgun": 23, "should": [0, 16, 17, 23, 25, 26, 27, 29, 30, 35, 37], "show": [3, 4, 5, 7, 8, 10, 11, 12, 16, 17, 19, 27, 29, 30, 32, 33, 35, 36, 37], "shown": [4, 7, 8, 10, 13, 15, 17, 19, 29, 32, 35], "side": [33, 35, 37], "sidebar": [4, 32], "sierra": 0, "sign": [4, 12, 33, 37], "signal": 35, "signific": [2, 37], "significantli": [33, 37], "silenc": 32, "sim_weight": 33, "similar": [0, 2, 4, 10, 23, 29, 33], "similarli": 35, "simpl": [1, 33, 35, 37], "simpler": 35, "simpli": [0, 2, 7, 10, 17, 25, 26, 27, 29, 32, 35, 37], "simplic": 37, "sinc": [20, 23, 29, 32, 33, 35, 36, 37], "singl": [5, 16, 26, 33, 35, 36], "site": [0, 24, 35, 37], "situat": [0, 29, 33, 37], "six": [19, 35], "size": [2, 4, 5, 11, 13, 17, 30, 32, 33, 37], "skew": 37, "skill": [33, 35], "skip": [3, 33, 37], "slabel": 35, "sleep": 14, "sleep_wrapp": 14, "slightli": 37, "slow": 0, "slower": 33, "smaller": [2, 33, 37], "smallest": [14, 33], "smarter": 37, "smartscreen": 2, "smoother": 33, "sn": 37, "snippet": [3, 4], "so": [0, 1, 3, 4, 5, 6, 7, 8, 15, 17, 20, 23, 25, 26, 27, 29, 30, 32, 33, 35, 36, 37], "softwar": [1, 26, 35], "sold": 33, "solut": [25, 27, 28], "solv": [0, 1, 2, 23, 26, 27, 29, 33, 37], "some": [2, 4, 7, 22, 25, 26, 27, 30, 32, 33, 35, 36, 37], "someon": 27, "someth": [23, 24, 25, 26, 27, 33, 36, 37], "sometim": [2, 32, 33], "somewhat": [2, 37], "soon": 29, "sort": [4, 12], "sourc": [0, 1, 2, 4, 7, 10, 11, 12, 16, 17, 19, 23, 24, 25, 26, 27, 30, 32, 35], "space": [2, 4, 32, 35, 37], "speak": 37, "special": [9, 12, 25, 29, 33, 35, 36, 37], "specif": [0, 2, 3, 4, 5, 10, 11, 16, 23, 24, 25, 27, 29, 32, 33, 35, 36, 37], "specifi": [14, 29, 32, 33, 35, 37], "speed": [10, 32], "spend": 35, "spent": [14, 19, 32], "sphinx": [7, 35], "spinbox": 35, "spinner": 35, "split": 30, "spoiler": 37, "sponsor": 0, "spot": 4, "spotlight": 2, "spydata": 17, "spyder": [3, 4, 5, 7, 8, 10, 14, 15, 16, 17, 18, 22, 26, 27, 28, 29, 31, 34, 36], "spyder3": 2, "spyder5": 35, "spyder_kernel": [0, 10], "spyder_pomodoro_tim": 35, "spyder_unittest": 25, "spyderpomodorotim": 35, "spyderpomodorotimerconfigpag": 35, "spyderpomodorotimercontain": 35, "spyderwidgetmixin": 35, "squar": [11, 33], "ssh": 10, "sshd": 10, "stabl": [23, 33, 35], "stack": [0, 2, 23, 27, 33, 36], "stage": [0, 37], "stai": [1, 32, 37], "standalon": [0, 19, 20, 21, 29, 33, 35, 37], "standard": [0, 3, 4, 11, 16, 17, 23, 25, 27, 32, 35, 36, 37], "start": [0, 1, 2, 4, 10, 12, 17, 23, 24, 26, 27, 28, 29, 31, 32, 33, 34, 36, 37], "start_i": 33, "start_pomodoro_tim": 35, "start_tim": 35, "start_timer_act": 35, "start_year": 33, "startswith": 37, "startup": [2, 26], "stat": 37, "state": [17, 35, 37], "statement": [3, 8, 14, 35, 37], "static": [7, 13, 33, 37], "statist": [33, 37], "statu": [25, 30, 35, 36], "statusbar": [0, 35], "statusbarwidget": 35, "std": 33, "steadi": 33, "step": [0, 1, 2, 3, 4, 7, 10, 25, 26, 28, 29, 31, 33], "still": [0, 2, 3, 10, 25, 27, 32, 33, 37], "stop": [0, 2, 3, 10, 11, 14, 16, 35], "stop_pomodoro_tim": 35, "stop_tim": 35, "stop_timer_act": 35, "store": [6, 8, 17, 20, 30, 33, 37], "str": 37, "straightforward": [2, 8], "strict": 2, "string": [4, 6, 25, 32, 33, 35, 37], "stroke": [13, 33], "stronger": 19, "strongli": [0, 2, 10, 23, 27], "structur": 32, "style": [16, 17, 30, 32, 33, 35, 37], "stylist": 37, "sub": [14, 27, 32], "subdirectori": 5, "subject": 2, "submenu": 25, "submit": [0, 1, 2, 24, 26, 27, 28], "subplot": 37, "subprocess": 0, "subscrib": 2, "subsect": [4, 12], "subset": 37, "substitut": [2, 35], "subsystem": 0, "succe": 16, "success": [0, 35], "successfulli": 26, "sudo": 2, "suffix": 35, "suggest": [3, 23, 33, 37], "suit": [5, 11], "suitabl": 35, "sum": [33, 37], "summar": [33, 37], "summari": [1, 2, 4, 7, 33, 35, 37], "super": 35, "supervis": 33, "support": [0, 2, 4, 8, 9, 17, 19, 23, 25, 27, 33, 37], "suppos": [14, 33], "suppress": [16, 32, 33], "sur": 0, "sure": [0, 2, 11, 23, 24, 25, 26, 27, 29, 32, 35, 37], "surround": 13, "svg": 13, "switch": [2, 3, 4, 13, 20, 21, 30, 32], "switcher": 12, "sy": [0, 10, 26], "symbol": [10, 33], "symbols_1": 33, "symbols_2": 33, "symmetr": 37, "sympi": [2, 10, 24, 33, 37], "synchron": 32, "syntax": [0, 3, 8, 17, 23, 30, 35], "sysconfig": 26, "system": [0, 2, 5, 8, 10, 15, 21, 23, 26, 29, 32, 35, 36, 37], "systemat": 37, "t": [0, 1, 2, 4, 10, 16, 17, 20, 23, 24, 25, 26, 27, 29, 30, 32, 33, 35, 37], "tab": [0, 3, 5, 10, 12, 13, 19, 20, 21, 30, 32, 33, 36, 37], "tabl": [0, 25, 33], "tag": 35, "tail": 37, "take": [0, 1, 19, 20, 29, 30, 32, 33, 35, 37], "taken": [14, 19, 32, 33, 37], "talent": 35, "tar": 35, "task": [2, 32, 33, 35, 36, 37], "taskbar": 2, "tast": 2, "team": [2, 24, 29, 35], "technic": [10, 37], "techniqu": [26, 35], "technologi": 33, "tell": [27, 32, 35, 37], "templat": [4, 29, 35], "temporari": 20, "ten": 17, "tend": [23, 33], "tensorflow": 37, "term": [0, 33], "termin": [0, 2, 16, 18, 19, 20, 23, 25, 26, 32, 33, 35, 37], "test": [10, 25, 33, 34], "test_item": 37, "text": [0, 4, 5, 6, 7, 8, 16, 17, 21, 30, 32, 35, 36, 37], "textbox": 7, "than": [0, 2, 12, 17, 21, 23, 24, 25, 29, 32, 33, 35, 37], "thank": [2, 33, 37], "thei": [0, 2, 3, 5, 10, 17, 24, 30, 33, 35, 36, 37], "them": [2, 3, 4, 5, 6, 7, 13, 14, 17, 19, 20, 24, 29, 30, 32, 33, 35, 36, 37], "theme": [0, 4, 30], "themselv": 37, "theoret": [33, 37], "theori": [33, 34], "therefor": [2, 14, 32, 33], "thi": [0, 1, 2, 3, 4, 5, 6, 7, 8, 10, 12, 13, 14, 15, 17, 19, 20, 21, 23, 24, 25, 26, 29, 30, 32, 33, 35, 36, 37], "thin": 13, "thing": [35, 36, 37], "think": [34, 35], "third": [2, 3, 10, 11, 32, 34, 35, 37], "this_directori": 35, "thoroughli": 30, "those": [10, 13, 17, 22, 23, 24, 25, 26, 27, 30, 32, 33, 35, 36, 37], "though": [2, 23, 30], "thought": 37, "thousand": [32, 33, 35], "three": [14, 29, 30, 32, 33, 35, 37], "through": [0, 1, 2, 3, 4, 6, 7, 10, 11, 13, 17, 22, 24, 32, 35], "throughout": [22, 33, 35, 37], "thu": [2, 35, 36, 37], "ticker": 33, "time": [3, 4, 10, 14, 15, 19, 25, 26, 29, 32, 33, 35, 36], "timeit": 3, "timeout": 35, "timer": 34, "timestamp": [8, 32], "tip": 35, "titl": [11, 29, 33, 35], "to_datetim": 32, "todai": 37, "togeth": [33, 35, 37], "toggl": [5, 6, 7, 8], "token": 33, "told": 32, "tolist": 37, "too": [16, 17, 20, 30, 37], "took": [14, 32], "tool": [0, 1, 2, 4, 5, 32, 33, 35, 37], "toolabr": 35, "toolbar": [0, 3, 4, 5, 9, 12, 16, 30, 32, 33, 37], "toolbox": 32, "toolkit": [35, 36], "tooltip": 35, "top": [4, 5, 6, 7, 8, 11, 12, 13, 14, 17, 20, 30, 32, 35], "topic": [2, 11, 33, 37], "total": [4, 14, 19, 32], "touch": 35, "tour": 1, "toward": [14, 33, 37], "tqdm": 33, "traceback": [25, 26, 27, 29], "track": [24, 32], "tracker": [1, 2, 23, 27, 29], "trackpad": 33, "trade": 33, "traitlet": 25, "transact": 33, "transcript": [30, 32], "transform": [33, 37], "translat": 35, "transpar": 37, "treat": [4, 17], "tree": [15, 35], "trend": 33, "tri": 29, "triangular": 37, "trick": 28, "tricki": [2, 27], "trigger": [3, 4, 7, 29, 35, 36], "troubleshoot": [1, 2, 4, 24, 25, 27, 29], "true": [33, 35, 37], "trust": 17, "try": [0, 23, 25, 26, 27, 29, 30, 32, 33, 35, 37], "tune": 32, "turn": [7, 10, 14, 16, 32], "tutori": [1, 7, 30, 33, 35, 37], "tweak": 35, "twine": 35, "two": [4, 14, 17, 30, 32, 33, 35, 36, 37], "type": [0, 2, 4, 5, 7, 10, 14, 17, 21, 25, 26, 30, 32, 33, 34, 36, 37], "typic": [0, 2, 4, 8, 10, 35], "tzf": 35, "u": [1, 23, 25, 32, 33, 35, 37], "ubuntu": 0, "ultim": 33, "umr": 10, "un": 14, "unabl": [2, 25], "uncheck": [10, 17, 30, 33], "under": [0, 2, 3, 4, 5, 6, 7, 10, 13, 14, 16, 17, 19, 20, 21, 23, 25, 26, 29, 30, 32, 37], "undermin": 37, "underneath": 14, "understand": [4, 9, 24, 30, 32, 33, 35, 37], "understood": 33, "undesir": 33, "undivid": 35, "undock": [21, 30, 35], "uninstal": [2, 23, 26, 27], "unintend": 2, "uniqu": [1, 37], "unit": [14, 33], "unittest": [0, 25], "unix": 2, "unless": [2, 10, 23], "unlik": [4, 27, 29], "unscientif": 37, "unsupervis": 33, "unsystemat": 37, "until": [23, 33, 35, 36], "unus": 32, "unusu": 29, "unzip": 37, "up": [0, 1, 2, 3, 4, 5, 10, 11, 23, 26, 27, 29, 32, 34], "updat": [17, 23, 25, 30, 32, 33, 37], "update_act": 35, "update_tim": 35, "upgrad": [2, 23], "upper": [21, 33, 35, 37], "uppercas": 33, "upward": 37, "url": 35, "us": [1, 3, 4, 5, 7, 9, 12, 13, 14, 17, 18, 23, 24, 25, 26, 30, 32, 35, 36, 37], "usabl": 0, "usag": [2, 9, 14, 24, 29], "usd": 33, "user": [0, 1, 2, 4, 6, 8, 10, 15, 16, 20, 23, 24, 25, 26, 27, 30, 32, 35, 36, 37], "usernam": [0, 8, 10, 35], "usual": [0, 2, 10, 23, 26, 35, 36], "util": [35, 36, 37], "v": [33, 37], "v3": 35, "valid": [35, 37], "valu": [16, 17, 30, 32, 33, 35, 37], "value_count": 37, "vari": 33, "variabl": [0, 2, 3, 4, 9, 10, 12, 13, 20, 26, 30, 32, 34, 35], "varianc": [33, 37], "variat": [33, 37], "varieti": [0, 1, 4, 17, 23, 25, 32, 33, 37], "variou": [17, 25, 33, 35], "vast": 37, "ve": [0, 1, 2, 5, 8, 10, 17, 23, 24, 29, 32, 35], "vector": 33, "venv": [0, 2, 23], "verbos": 23, "veri": [8, 17, 23, 24, 30, 32, 33, 35, 36, 37], "verifi": [35, 37], "versa": 26, "versatil": 37, "version": [0, 2, 9, 10, 21, 23, 29, 30, 33, 35], "vertic": [4, 30, 35], "via": [0, 2, 3, 7, 10, 15, 17, 26, 35], "viabl": 2, "vibrant": 24, "vice": 26, "video": [0, 1, 23, 24, 30, 32], "view": [3, 4, 5, 6, 8, 11, 12, 15, 16, 19, 20, 21, 23, 25, 27, 29, 30, 32, 33, 35], "viewer": [9, 30], "violat": [16, 37], "virtual": [0, 2, 35, 37], "virtualenv": [0, 23], "virtualenvwrapp": 2, "visibl": [16, 25, 32, 36], "visit": [0, 1, 2, 11, 14, 23, 33, 35, 37], "visual": [1, 17, 33, 34, 35, 36], "vlayout": 35, "volat_ret": 33, "volum": 33, "vscode": [4, 25], "w": [0, 4, 37], "wa": [4, 6, 14, 17, 23, 25, 30, 32, 33, 35, 37], "wai": [0, 1, 2, 3, 5, 8, 13, 19, 20, 21, 23, 28, 30, 32, 33, 35, 36, 37], "walk": 22, "want": [0, 2, 3, 4, 5, 6, 10, 11, 13, 17, 20, 25, 27, 29, 30, 32, 33, 35, 37], "warn": [2, 4, 32, 33, 37], "warren": 33, "watch": [0, 1, 23, 35], "we": [0, 1, 2, 17, 19, 20, 21, 22, 23, 24, 26, 27, 30, 32, 33, 34, 36, 37], "web": [0, 1, 2, 11, 20, 29, 32, 35], "webpag": 0, "websit": [2, 25, 35, 37], "weight": 2, "weights_1": 33, "weights_2": 33, "weim": 33, "welcom": [2, 20, 22, 23], "well": [0, 3, 4, 17, 23, 24, 25, 26, 30, 33, 35, 37], "were": [23, 33, 35, 37], "what": [0, 2, 4, 23, 28, 30, 32, 33, 34, 36, 37], "whatev": [4, 23, 25, 33], "wheel": 35, "when": [0, 2, 4, 5, 7, 8, 10, 11, 12, 17, 19, 20, 21, 30, 32, 33, 35, 36, 37], "whenev": [0, 10, 23], "where": [2, 4, 6, 11, 14, 16, 17, 20, 24, 28, 30, 32, 33, 35, 36, 37], "wherev": [13, 23, 32], "whether": [8, 10, 15, 25, 29, 33, 35, 37], "which": [0, 1, 2, 3, 4, 5, 6, 7, 10, 11, 12, 13, 14, 15, 16, 17, 20, 23, 25, 26, 29, 30, 32, 33, 35, 36, 37], "while": [0, 2, 3, 4, 7, 8, 10, 14, 23, 25, 30, 32, 33, 37], "whisker": 37, "whitespac": 32, "whl": 35, "who": [2, 30, 33, 37], "whole": [0, 4, 16, 32], "why": [16, 23], "wick": 37, "wide": [1, 35, 37], "wider": [0, 32, 37], "widget_class": 35, "width": 33, "wiki": 2, "window": [0, 3, 8, 16, 19, 20, 21, 23, 25, 26, 29, 30, 32, 33, 35, 37], "winpython": [0, 2], "wish": 19, "within": [0, 11, 14, 16, 29, 32, 33, 35, 37], "without": [0, 2, 5, 7, 10, 15, 16, 25, 30, 32, 33, 35, 37], "wizard": 2, "won": [0, 10, 27, 29], "word": [4, 8, 13, 32, 34], "work": [0, 2, 3, 4, 5, 6, 9, 10, 16, 17, 19, 20, 21, 23, 26, 27, 28, 29, 30, 31, 34, 35], "workaround": 0, "workflow": [7, 30], "workon": 2, "workshop": [33, 35, 37], "world": [1, 30, 33, 35, 37], "worri": 37, "worth": 33, "would": [4, 14, 23, 30, 33, 35, 37], "wouldn": 37, "wrap": 8, "write": [32, 33, 34, 35], "written": [1, 23, 25, 27, 30, 33, 37], "wrong": [26, 32, 37], "wrote": 35, "wsl": 0, "wsl2": 0, "x": [32, 33, 37], "x64": 0, "xlabel": [33, 37], "y": [23, 32, 33, 37], "yahoo": 33, "ye": [0, 2, 35], "year": [33, 37], "yet": [2, 33], "yf": 33, "yfinanc": 33, "ylabel": [33, 37], "ylim": 37, "you": [0, 1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 13, 14, 15, 16, 17, 19, 20, 21, 22, 23, 24, 25, 26, 27, 29, 30, 32, 33, 35, 37], "young": 37, "your": [0, 2, 3, 4, 5, 6, 7, 8, 10, 11, 13, 14, 15, 16, 17, 19, 20, 21, 23, 24, 25, 26, 27, 28, 30, 31, 33, 34, 37], "your_usernam": [23, 25], "yourself": [17, 23], "yve": 33, "z": [32, 37], "zeneca": 33, "zero": [33, 35], "zodiac": 37, "zoom": [3, 11, 13, 20, 21, 32], "zsh": 21}, "titles": ["Frequently Asked Questions", "Welcome to Spyder\u2019s Documentation", "Install Guide", "Debugger", "Editor", "Files", "Find", "Help", "History", "Panes", "IPython Console", "Online Help", "Outline", "Plots", "Profiler", "Projects", "Code Analysis", "Variable Explorer", "Plugins", "Spyder Line Profiler", "Spyder Notebook", "Spyder Terminal", "Tour", "Basic First Aid", "Calling for Help", "Common Illnesses", "Emergency CPR", "First Steps", "Troubleshooting", "Submit a Report", "First Steps with Spyder", "Tutorials", "Working with Spyder", "Financial Data Analysis with Spyder", "Workshops", "Plugin Development with Spyder", "Qt Fundamentals", "Scientific Computing and Visualization with Spyder"], "titleterms": {"": [1, 24, 35], "1": 37, "2": 37, "A": 33, "The": [35, 37], "With": [33, 37], "abil": 37, "about": 0, "action": [35, 36], "activ": 37, "add": 35, "addit": [2, 20], "advanc": [3, 8, 16, 17, 26], "ag": 37, "aid": 23, "all": 25, "altern": 2, "an": [20, 29, 33, 37], "anaconda": [2, 24], "analysi": [4, 16, 33, 37], "analyz": 16, "anoth": 25, "anova": 37, "arrai": 17, "ask": 0, "associ": 5, "attributeerror": 25, "automat": [4, 7], "base": 2, "basic": [23, 30, 36, 37], "beyond": 32, "breakpoint": 3, "bug": 25, "build": [2, 35, 37], "button": 17, "call": 24, "can": [35, 37], "cannot": 25, "carlo": 33, "cell": 4, "chang": [10, 35], "channel": 24, "check": 35, "choos": 6, "class": 4, "code": [1, 4, 16, 32, 33, 37], "cognit": 37, "command": [33, 37], "common": [25, 26], "commun": 1, "comparison": 33, "compat": 25, "complet": [4, 25], "compon": [4, 36], "comput": 37, "conda": [2, 33, 37], "configur": [4, 35], "connect": [10, 20], "consol": [10, 20, 33, 37], "contain": 35, "contribut": 1, "control": [5, 7, 15, 35], "cpr": 26, "creat": [15, 35], "cryptocurr": 33, "custom": 30, "daili": 33, "data": [24, 33, 37], "datafram": 17, "dataset": [33, 37], "debian": 2, "debug": [3, 23], "debugg": 3, "default": 35, "depend": 25, "develop": [2, 35], "deviat": 33, "dialog": 36, "dictionari": 17, "directori": 37, "discov": 35, "distribut": [2, 37], "do": [35, 37], "doc": 1, "docstr": 25, "document": [1, 24], "doe": 25, "download": [2, 33, 37], "edit": 4, "editor": [4, 33, 37], "emerg": 26, "enhanc": 35, "environ": [2, 33, 35, 37], "error": 25, "event": 36, "exchang": 24, "expect": 33, "explain": 33, "explor": [17, 33, 37], "extern": 10, "faq": 24, "featur": [3, 4, 10, 35], "file": [4, 5, 37], "final": [33, 35, 37], "financi": 33, "find": [4, 6], "first": [23, 27, 30, 33, 35], "fit": 13, "format": [4, 37], "found": 25, "frequent": 0, "from": [2, 27, 37], "function": [4, 17, 33], "fundament": 36, "further": [33, 35, 37], "gener": 33, "get": [7, 30, 35], "gitter": 24, "glanc": 33, "go": [1, 4, 27], "goal": [33, 35, 37], "googl": 24, "group": 24, "guid": 2, "ha": 25, "help": [1, 2, 7, 11, 24, 25, 37], "here": 27, "highlight": 4, "histor": 33, "histori": 8, "homework": [33, 35, 37], "hover": 7, "how": [35, 37], "hypothesi": 37, "i": 33, "icon": 12, "id": 33, "ill": 25, "import": 7, "importerror": 25, "improv": 32, "includ": 29, "incompat": 25, "inform": 33, "inlin": 13, "instal": [0, 2, 19, 20, 21, 25], "interest": 1, "interfac": 4, "interpret": 14, "intro": [33, 37], "introduct": [33, 37], "introspect": 4, "ipdb": 3, "ipython": [10, 20, 33, 37], "isol": 23, "issu": [25, 29], "item": 11, "join": 1, "jupyt": 24, "kei": 4, "kernel": [10, 25], "keyboard": 4, "layout": 36, "learn": [30, 33, 35, 37], "learner": [33, 37], "let": 35, "line": [4, 19], "lint": 4, "linux": 2, "list": 17, "local": 10, "look": 1, "lsp": 25, "maco": 2, "main": 32, "matplotlib": 3, "me": 37, "mean": 33, "media": 1, "menu": [5, 8, 10, 12, 13, 16, 17, 36], "method": [2, 37], "miss": 25, "mode": 7, "modul": 10, "mont": 33, "monte_carlo_sharp": 33, "monthli": 33, "mute": 13, "my": 37, "navig": 4, "notebook": 20, "now": 1, "numpi": 17, "object": [17, 25], "obtain": 33, "offici": 24, "onlin": [2, 11], "openteam": 24, "oper": 5, "optim": [32, 33], "option": [5, 6, 8, 10, 12, 13, 16, 17, 20], "org": 24, "other": [2, 25], "our": [1, 35], "outlin": [12, 13], "overflow": 24, "packag": 35, "page": [24, 35], "pane": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 32, 33, 37], "panel": 4, "part": 1, "patch": 23, "pharmaceut": 33, "pip": 2, "platform": 24, "plot": [13, 33, 37], "plugin": [14, 18, 25, 35], "pomodoro": 35, "pomodorotimertoolbar": 35, "portfolio": 33, "prefer": [21, 35], "prepar": [33, 37], "prerequisit": [33, 35, 37], "problem": [23, 25], "profil": [14, 19, 33, 37], "project": [15, 24], "propag": 35, "publish": 35, "pypi": 35, "python": [24, 33, 37], "qt": 36, "qualiti": 32, "question": 0, "ratio": 33, "read": [33, 35, 37], "realiz": 33, "recommend": 23, "regist": 35, "reinstal": 23, "relat": [3, 4, 5, 6, 7, 8, 10, 11, 12, 13, 14, 15, 16, 17, 24, 37], "religion": 37, "reload": 10, "remot": 10, "replac": 4, "report": [29, 37], "repositori": 35, "research": 37, "resourc": 24, "result": 14, "return": 33, "review": 35, "run": [0, 2, 4, 14, 37], "scienc": 24, "scientif": 37, "scipi": 24, "search": 6, "second": 33, "section": 24, "select": 4, "selector": 4, "serios": 37, "set": [33, 35, 37], "share": 37, "sharp": 33, "shortcut": 4, "should": 33, "show": 13, "signal": 36, "simul": 33, "slot": 36, "social": 1, "solut": 26, "special": 10, "split": 4, "spyder": [0, 1, 2, 19, 20, 21, 23, 24, 25, 30, 32, 33, 35, 37], "spyderdockableplugin": 35, "spyderpluginv2": 35, "stack": 24, "standalon": 2, "standard": 33, "start": [25, 30, 35], "step": [23, 27, 30, 35, 37], "stock": 33, "stop": 25, "string": 17, "structur": 35, "style": 4, "stylish": 37, "submit": 29, "subreddit": 24, "support": [3, 5, 10, 24], "switcher": 4, "syntax": 4, "tab": 4, "tag": 24, "termin": 21, "test": [35, 37], "testpypi": 35, "theori": 37, "think": 37, "third": 33, "timelin": 33, "timer": 35, "toolbar": [11, 13, 17, 35, 36], "tour": 22, "translat": 1, "trick": 26, "troubleshoot": [0, 23, 28], "try": 2, "tutori": 31, "type": 35, "ubuntu": 2, "understand": 7, "up": [33, 35, 37], "updat": [0, 2, 35], "upload": 35, "us": [0, 2, 6, 8, 10, 11, 15, 16, 19, 20, 21, 33], "usag": 8, "variabl": [17, 33, 37], "version": [5, 15, 25], "viewer": 17, "virtual": 33, "visual": 37, "volatil": 33, "wai": 29, "want": 1, "we": 35, "websit": 24, "weight": 33, "welcom": 1, "what": [29, 35], "where": [1, 27], "why": [33, 37], "widget": [35, 36], "window": [2, 13, 36], "word": [33, 35, 37], "work": [15, 25, 32, 33, 37], "workshop": 34, "write": [1, 37], "yml": 37, "your": [1, 29, 32, 35], "youtub": 24}})
\ No newline at end of file
diff --git a/5/troubleshooting/basic-first-aid.html b/5/troubleshooting/basic-first-aid.html
index 352e362c..448db060 100644
--- a/5/troubleshooting/basic-first-aid.html
+++ b/5/troubleshooting/basic-first-aid.html
@@ -31,7 +31,7 @@
-
+
diff --git a/5/troubleshooting/call-for-help.html b/5/troubleshooting/call-for-help.html
index b2e2b5ce..f51e4b74 100644
--- a/5/troubleshooting/call-for-help.html
+++ b/5/troubleshooting/call-for-help.html
@@ -31,7 +31,7 @@
-
+
diff --git a/5/troubleshooting/common-illnesses.html b/5/troubleshooting/common-illnesses.html
index b37bca71..16d424aa 100644
--- a/5/troubleshooting/common-illnesses.html
+++ b/5/troubleshooting/common-illnesses.html
@@ -31,7 +31,7 @@
-
+
diff --git a/5/troubleshooting/emergency-cpr.html b/5/troubleshooting/emergency-cpr.html
index a525bc1c..84c362df 100644
--- a/5/troubleshooting/emergency-cpr.html
+++ b/5/troubleshooting/emergency-cpr.html
@@ -31,7 +31,7 @@
-
+
diff --git a/5/troubleshooting/first-steps.html b/5/troubleshooting/first-steps.html
index b21a8c50..739a91e7 100644
--- a/5/troubleshooting/first-steps.html
+++ b/5/troubleshooting/first-steps.html
@@ -31,7 +31,7 @@
-
+
diff --git a/5/troubleshooting/index.html b/5/troubleshooting/index.html
index ef58266a..46f3c6bb 100644
--- a/5/troubleshooting/index.html
+++ b/5/troubleshooting/index.html
@@ -31,7 +31,7 @@
-
+
diff --git a/5/troubleshooting/submit-a-report.html b/5/troubleshooting/submit-a-report.html
index 356c83d4..2a52a166 100644
--- a/5/troubleshooting/submit-a-report.html
+++ b/5/troubleshooting/submit-a-report.html
@@ -31,7 +31,7 @@
-
+
diff --git a/5/videos/first-steps-with-spyder.html b/5/videos/first-steps-with-spyder.html
index 18d0ce4e..e5c35985 100644
--- a/5/videos/first-steps-with-spyder.html
+++ b/5/videos/first-steps-with-spyder.html
@@ -31,7 +31,7 @@
-
+
@@ -481,7 +481,7 @@ Getting started