Updating conversion, creating readmes

This commit is contained in:
Jonas Zeunert
2024-04-19 23:37:46 +02:00
parent 3619ac710a
commit 08e75b0f0a
635 changed files with 30878 additions and 37344 deletions

View File

@@ -1,14 +1,12 @@
 Naas Templates!Awesome (https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg) (https://github.com/sindresorhus/awesome)
 Naas Templates!Awesome (https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg) (https://github.com/sindresorhus/awesome)
(aka the "awesome-notebooks") 
What is the objective of this repository ?
The objective of this repository is to create the largest catalog of production-ready Jupyter Notebooks templates. With those templates, it becomes easy to create data products (analytical dashboards, 
automation/AI engines and more).
The objective of this repository is to create the largest catalog of production-ready Jupyter Notebooks templates. With those templates, it becomes easy to create data products (analytical dashboards, automation/AI engines and more).
Each of these templates adheres to a consistent framework, designed to expedite your coding process. While these templates are designed for ease of use, some may require data science skills for setup, 
particularly those that interface with third-party tools via API. These templates can function independently, but they also serve as integral components of data products. Consider them as the essential parts 
needed to assemble your 'car engine'. By developing these templates and ensuring their standalone functionality, we streamline the process of data product development, as we already comprehend the operation of 
some parts within it.
Each of these templates adheres to a consistent framework, designed to expedite your coding process. While these templates are designed for ease of use, some may require data science skills for setup, particularly those that interface 
with third-party tools via API. These templates can function independently, but they also serve as integral components of data products. Consider them as the essential parts needed to assemble your 'car engine'. By developing these 
templates and ensuring their standalone functionality, we streamline the process of data product development, as we already comprehend the operation of some parts within it.
All templates are readily accessible on GitHub (https://github.com/jupyter-naas/awesome-notebooks) or via Naas Search (https://naas.ai/search).
@@ -47,30 +45,30 @@
- Notification of a typographical error
- A simple word of praise (🙂)
Upon clicking this link, you'll be redirected to a Google form where you can provide more information. We will endeavor to contact the notebook creator for improvements or seek community assistance during our 
bi-monthly community calls that aim to create new templates or enhance existing ones.
Upon clicking this link, you'll be redirected to a Google form where you can provide more information. We will endeavor to contact the notebook creator for improvements or seek community assistance during our bi-monthly community calls 
that aim to create new templates or enhance existing ones.
! (https://site.naas.ai/assets/images/Templates_GiveFeedback-0b6357200a2e2ffb4dfd6d4d451b2f57.PNG)
Reporting A Bug
Since all our templates are open-source, errors may occasionally occur. We apologize for any inconvenience that may cause and request your support in reporting these issues to help us rectify them. To report a 
bug, click on the link at the top of the notebook. You will be redirected to GitHub to create an issue. Please attach screenshots to help us understand the bug, and provide any other information that could 
assist us in reproducing the issue. We will strive to respond as quickly as possible to resolve the issue.
Since all our templates are open-source, errors may occasionally occur. We apologize for any inconvenience that may cause and request your support in reporting these issues to help us rectify them. To report a bug, click on the link at 
the top of the notebook. You will be redirected to GitHub to create an issue. Please attach screenshots to help us understand the bug, and provide any other information that could assist us in reproducing the issue. We will strive to 
respond as quickly as possible to resolve the issue.
! (https://site.naas.ai/assets/images/Templates_BugReport-9005de95d2490678d263e65ed41b59e7.PNG)
How to contribute?
Pre-requisites
- Register for the Open Source Contributor Program (https://bit.ly/3F8Jsjr) so we can add you to the team of contributors in the Naas GitHub organization. To start working on our repository, you must be a part 
of our open-source contributors team (https://github.com/orgs/jupyter-naas/teams/opensource-contributors). Please check your email and validate the invitation before you begin working on a new issue.
- Register for the Open Source Contributor Program (https://bit.ly/3F8Jsjr) so we can add you to the team of contributors in the Naas GitHub organization. To start working on our repository, you must be a part of our open-source 
contributors team (https://github.com/orgs/jupyter-naas/teams/opensource-contributors). Please check your email and validate the invitation before you begin working on a new issue.
- Open a free account on Naas Lab (https://app.naas.ai/) so we can test the templates in a similar environment.
Step 1: Create or Select an Issue
Identify or propose an issue you wish to work on. It could be a snippet of Python code, an API integration with a tool you are using, or an automation leveraging existing templates with our scheduler, asset, or 
webhook features. Before you start working on a task, it's important to properly prepare the issue:
Identify or propose an issue you wish to work on. It could be a snippet of Python code, an API integration with a tool you are using, or an automation leveraging existing templates with our scheduler, asset, or webhook features. Before 
you start working on a task, it's important to properly prepare the issue:
- Make sure the description is clear and concise.
- Tag yourself in the Assignees section.
@@ -82,8 +80,8 @@
Step 2: Technical Setup
Create your GitHub personal access token (https://github.com/settings/tokens). Select “No expiration” and tick only the first section repository and keep your token safe as you wont be able to generate it 
again. This token will allow you to commit, push and pull directly on our repository.
Create your GitHub personal access token (https://github.com/settings/tokens). Select “No expiration” and tick only the first section repository and keep your token safe as you wont be able to generate it again. This token will allow 
you to commit, push and pull directly on our repository.
Clone the awesome-notebooks repository on your Naas Cloud account and switch to the branch you created.
Step 3: Work on Your Notebook
@@ -97,8 +95,8 @@
Start working on your notebook. Commit your work every time you make significant progress. You can use the UI interface inside your Naas Lab server to do this.
- All new files will be found in the untracked section, all modified files in the unstaged section.
- Once you want to commit, add your notebook to staged by clicking on the + and create a commit message. We recommend following the commit convention and starting your message with “feat:” if it's an improvement
or “fix:” if it's a bug fix, followed by a clear commit message. Here are some examples:
- Once you want to commit, add your notebook to staged by clicking on the + and create a commit message. We recommend following the commit convention and starting your message with “feat:” if it's an improvement or “fix:” if it's a bug 
fix, followed by a clear commit message. Here are some examples:
- feat: update tags, author, and description
- feat: developing function in model to… 
- fix: adding try except to manage error on…
@@ -115,15 +113,15 @@
Step 5: Promote Your Work
Once merged, promote your work on LinkedIn, Twitter, and other social media channels! (Optional, but people need to know you are awesome 😉). Explain why you did this notebook and how it could be useful. You can
use the certificate generated once the PR is merged to display your work and add the tag open source contributor on your LinkedIn profile. We will be happy to have you in our community.
Once merged, promote your work on LinkedIn, Twitter, and other social media channels! (Optional, but people need to know you are awesome 😉). Explain why you did this notebook and how it could be useful. You can use the certificate 
generated once the PR is merged to display your work and add the tag open source contributor on your LinkedIn profile. We will be happy to have you in our community.
Thank you!
Step 6: Become a Templates Maintainer
If you want to contribute more frequently to Naas, you can become a templates maintainer. This status will offer you the right to be sponsored by Naas for your contributions done every month, ranging from $50 to
$250. To become a templates maintainer, you must have completed at least 5 notebooks (which ensures you've mastered our process) and created 5 social media content promoting your template or Naas.
If you want to contribute more frequently to Naas, you can become a templates maintainer. This status will offer you the right to be sponsored by Naas for your contributions done every month, ranging from $50 to $250. To become a 
templates maintainer, you must have completed at least 5 notebooks (which ensures you've mastered our process) and created 5 social media content promoting your template or Naas.
Then, you will be introduced to our template maintainer program and will have a dedicated team with the core team to assist you in developing integrations, automations, or AI systems.
@@ -135,7 +133,7 @@
- LinkedIn (https://www.linkedin.com/company/naas-ai/) for more elaborated posts and articles
- Youtube (https://www.youtube.com/channel/UCKKG5hzjXXU_rRdHHWQ8JHQ/videos) for demos and tutorials
 Templates list
 Templates list
AI for Work
@@ -186,10 +184,8 @@
⟡ 🌱 Consult an Expert: Career Coach (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Consult_an_Expert%3A_Career_Coach.ipynb)
⟡ 👑 Consult an Expert: Chief Executive Officer (CEO) (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Consult_an_Expert%3A_Chief_Executive_Officer_%28CEO%29.ipynb)
⟡ 💰 Consult an Expert: Chief Financial Officer (CFO) (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Consult_an_Expert%3A_Chief_Financial_Officer_%28CFO%29.ipynb)
⟡ 🤝 Consult an Expert: Chief Human Resources Officer (CHRO)
 (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Consult_an_Expert%3A_Chief_Human_Resources_Officer_%28CHRO%29.ipynb)
⟡ 🔒 Consult an Expert: Chief Information Security Officer (CISO)
 (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Consult_an_Expert%3A_Chief_Information_Security_Officer_%28CISO%29.ipynb)
⟡ 🤝 Consult an Expert: Chief Human Resources Officer (CHRO) (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Consult_an_Expert%3A_Chief_Human_Resources_Officer_%28CHRO%29.ipynb)
⟡ 🔒 Consult an Expert: Chief Information Security Officer (CISO) (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Consult_an_Expert%3A_Chief_Information_Security_Officer_%28CISO%29.ipynb)
⟡ 🚀 Consult an Expert: Chief Marketing Officer (CMO) (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Consult_an_Expert%3A_Chief_Marketing_Officer_%28CMO%29.ipynb)
⟡ ⚙ Consult an Expert: Chief Operating Officer (COO) (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Consult_an_Expert%3A_Chief_Operating_Officer_%28COO%29.ipynb)
⟡ 🎯 Consult an Expert: Chief Strategy Officer (CSO) (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Consult_an_Expert%3A_Chief_Strategy_Officer_%28CSO%29.ipynb)
@@ -198,8 +194,7 @@
⟡ 🌉 Consult an Expert: Civil Engineer (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Consult_an_Expert%3A_Civil_Engineer.ipynb)
⟡ ⚖ Consult an Expert: Civil Rights Lawyer (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Consult_an_Expert%3A_Civil_Rights_Lawyer.ipynb)
⟡ 🧠 Consult an Expert: Clinical Psychologist (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Consult_an_Expert%3A_Clinical_Psychologist.ipynb)
⟡ 💼 Consult an Expert: Compensation and Benefits Specialist
 (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Consult_an_Expert%3A_Compensation_and_Benefits_Specialist.ipynb)
⟡ 💼 Consult an Expert: Compensation and Benefits Specialist (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Consult_an_Expert%3A_Compensation_and_Benefits_Specialist.ipynb)
⟡ 🤳 Consult an Expert: Content Creator (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Consult_an_Expert%3A_Content_Creator.ipynb)
⟡ 📝 Consult an Expert: Content Marketing Specialist (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Consult_an_Expert%3A_Content_Marketing_Specialist.ipynb)
⟡ ✍ Consult an Expert: Content Writer (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Consult_an_Expert%3A_Content_Writer.ipynb)
@@ -243,8 +238,7 @@
⟡ 🥦 Consult an Expert: Health Coach (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Consult_an_Expert%3A_Health_Coach.ipynb)
⟡ 💻 Consult an Expert: IT Manager (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Consult_an_Expert%3A_IT_Manager.ipynb)
⟡ 🎨 Consult an Expert: Illustrator (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Consult_an_Expert%3A_Illustrator.ipynb)
⟡ 🌟 Consult an Expert: Image Consultant or Personal Stylist
 (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Consult_an_Expert%3A_Image_Consultant_or_Personal_Stylist.ipynb)
⟡ 🌟 Consult an Expert: Image Consultant or Personal Stylist (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Consult_an_Expert%3A_Image_Consultant_or_Personal_Stylist.ipynb)
⟡ 🕋 Consult an Expert: Imam (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Consult_an_Expert%3A_Imam.ipynb)
⟡ 🌐 Consult an Expert: Immigration Lawyer (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Consult_an_Expert%3A_Immigration_Lawyer.ipynb)
⟡ 🤳 Consult an Expert: Influencer Marketing Specialist (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Consult_an_Expert%3A_Influencer_Marketing_Specialist.ipynb)
@@ -268,8 +262,7 @@
⟡ 🏦 Consult an Expert: Mortgage Loan Officer (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Consult_an_Expert%3A_Mortgage_Loan_Officer.ipynb)
⟡ 🧠 Consult an Expert: Neurosurgeon (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Consult_an_Expert%3A_Neurosurgeon.ipynb)
⟡ 🥗 Consult an Expert: Nutritionist (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Consult_an_Expert%3A_Nutritionist.ipynb)
⟡ 🤰 Consult an Expert: Obstetrician-Gynecologist (OB-GYN)
 (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Consult_an_Expert%3A_Obstetrician-Gynecologist_%28OB-GYN%29.ipynb)
⟡ 🤰 Consult an Expert: Obstetrician-Gynecologist (OB-GYN) (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Consult_an_Expert%3A_Obstetrician-Gynecologist_%28OB-GYN%29.ipynb)
⟡ 👩 Consult an Expert: Occupational Therapist (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Consult_an_Expert%3A_Occupational_Therapist.ipynb)
⟡ 🗄 Consult an Expert: Office Manager (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Consult_an_Expert%3A_Office_Manager.ipynb)
⟡ 🤝 Consult an Expert: Onboarding Specialist (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Consult_an_Expert%3A_Onboarding_Specialist.ipynb)
@@ -327,8 +320,7 @@
⟡ ⚖ Consult an Expert: Tax Lawyer (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Consult_an_Expert%3A_Tax_Lawyer.ipynb)
⟡ 🍎 Consult an Expert: Teacher (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Consult_an_Expert%3A_Teacher.ipynb)
⟡ 🔧 Consult an Expert: Technical Support Specialist (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Consult_an_Expert%3A_Technical_Support_Specialist.ipynb)
⟡ 🎓 Consult an Expert: Training and Development Specialist
 (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Consult_an_Expert%3A_Training_and_Development_Specialist.ipynb)
⟡ 🎓 Consult an Expert: Training and Development Specialist (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Consult_an_Expert%3A_Training_and_Development_Specialist.ipynb)
⟡ ⚖ Consult an Expert: Trust and Estates Lawyer (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Consult_an_Expert%3A_Trust_and_Estates_Lawyer.ipynb)
⟡ 📚 Consult an Expert: Tutor (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Consult_an_Expert%3A_Tutor.ipynb)
⟡ 🎨 Consult an Expert: UX Designer (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Consult_an_Expert%3A_UX_Designer.ipynb)
@@ -463,14 +455,11 @@
⟡ 📝 Create A Change Requests Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Change_Requests_Document.ipynb)
⟡ 📊 Create A Channel Performance Analysis Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Channel_Performance_Analysis_Document.ipynb)
⟡ 📊 Create A Channel Selection Report (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Channel_Selection_Report.ipynb)
⟡ 💰 Create A Chapter 13 Calculation Of Disposable Income Document
 (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Chapter_13_Calculation_Of_Disposable_Income_Document.ipynb)
⟡ 💰 Create A Chapter 13 Calculation Of Disposable Income Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Chapter_13_Calculation_Of_Disposable_Income_Document.ipynb)
⟡ 📝 Create A Chapter 13 Plan Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Chapter_13_Plan_Document.ipynb)
⟡ 💰 Create A Chapter 13 Statement Of Current Monthly Income
 (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Chapter_13_Statement_Of_Current_Monthly_Income.ipynb)
⟡ 💰 Create A Chapter 13 Statement Of Current Monthly Income (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Chapter_13_Statement_Of_Current_Monthly_Income.ipynb)
⟡ 📝 Create A Chapter 7 Means Test Calculation Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Chapter_7_Means_Test_Calculation_Document.ipynb)
⟡ 💰 Create A Chapter 7 Statement Of Current Monthly Income
 (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Chapter_7_Statement_Of_Current_Monthly_Income.ipynb)
⟡ 💰 Create A Chapter 7 Statement Of Current Monthly Income (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Chapter_7_Statement_Of_Current_Monthly_Income.ipynb)
⟡ 📝 Create A Character Design Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Character_Design_Document.ipynb)
⟡ 🎨 Create A Character Design Sheet (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Character_Design_Sheet.ipynb)
⟡ 📝 Create A Check Request Form (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Check_Request_Form.ipynb)
@@ -590,24 +579,18 @@
 (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Comprehensive%2C_Easy_To_Understand%2C_And_Persuasive_Jury_Instructions_Document.ipynb)
⟡ 📝 Create A Comprehensive And Accurate H-1B Visa Application For Clients Seeking Employment
 (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Comprehensive_And_Accurate_H-1B_Visa_Application_For_Clients_Seeking_Employment.ipynb)
⟡ 📜 Create A Comprehensive And Accurate Land Use Permits Document
 (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Comprehensive_And_Accurate_Land_Use_Permits_Document.ipynb)
⟡ 🧠 Create A Comprehensive And Accurate Psychological Evaluation
 (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Comprehensive_And_Accurate_Psychological_Evaluation.ipynb)
⟡ 📚 Create A Comprehensive And Legally Sound Discovery Request
 (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Comprehensive_And_Legally_Sound_Discovery_Request.ipynb)
⟡ 📜 Create A Comprehensive And Accurate Land Use Permits Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Comprehensive_And_Accurate_Land_Use_Permits_Document.ipynb)
⟡ 🧠 Create A Comprehensive And Accurate Psychological Evaluation (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Comprehensive_And_Accurate_Psychological_Evaluation.ipynb)
⟡ 📚 Create A Comprehensive And Legally Sound Discovery Request (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Comprehensive_And_Legally_Sound_Discovery_Request.ipynb)
⟡ 📚 Create A Comprehensive And Organized Resource List (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Comprehensive_And_Organized_Resource_List.ipynb)
⟡ 📚 Create A Comprehensive And Organized Training Program Outline
 (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Comprehensive_And_Organized_Training_Program_Outline.ipynb)
⟡ 📚 Create A Comprehensive And Well-Researched Business Plan
 (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Comprehensive_And_Well-Researched_Business_Plan.ipynb)
⟡ 📚 Create A Comprehensive And Organized Training Program Outline (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Comprehensive_And_Organized_Training_Program_Outline.ipynb)
⟡ 📚 Create A Comprehensive And Well-Researched Business Plan (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Comprehensive_And_Well-Researched_Business_Plan.ipynb)
⟡ 🏡 Create A Comprehensive Homeowners Insurance Policy (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Comprehensive_Homeowners_Insurance_Policy.ipynb)
⟡ 🌊 Create A Computational Fluid Dynamics Report (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Computational_Fluid_Dynamics_Report.ipynb)
⟡ 🎨 Create A Concept Art Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Concept_Art_Document.ipynb)
⟡ 📝 Create A Concept Sketches Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Concept_Sketches_Document.ipynb)
⟡ 📋 Create A Concise And Accurate Discharge Summary (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Concise_And_Accurate_Discharge_Summary.ipynb)
⟡ 📚 Create A Concise And Accurate Summary Of A Civil Rights Case
 (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Concise_And_Accurate_Summary_Of_A_Civil_Rights_Case.ipynb)
⟡ 📚 Create A Concise And Accurate Summary Of A Civil Rights Case (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Concise_And_Accurate_Summary_Of_A_Civil_Rights_Case.ipynb)
⟡ 📑 Create A Conference Abstracts Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Conference_Abstracts_Document.ipynb)
⟡ 🎤 Create A Conference Presentation (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Conference_Presentation.ipynb)
⟡ 📑 Create A Conference Presentations Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Conference_Presentations_Document.ipynb)
@@ -642,8 +625,7 @@
⟡ 📚 Create A Continuing Education Plan (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Continuing_Education_Plan.ipynb)
⟡ 📚 Create A Continuing Education Record (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Continuing_Education_Record.ipynb)
⟡ 📚 Create A Continuing Education Records Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Continuing_Education_Records_Document.ipynb)
⟡ 📚 Create A Continuing Medical Education Records Document
 (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Continuing_Medical_Education_Records_Document.ipynb)
⟡ 📚 Create A Continuing Medical Education Records Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Continuing_Medical_Education_Records_Document.ipynb)
⟡ 📝 Create A Contraception Counseling Notes Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Contraception_Counseling_Notes_Document.ipynb)
⟡ 📝 Create A Contract Drafts Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Contract_Drafts_Document.ipynb)
⟡ 📝 Create A Contract Review Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Contract_Review_Document.ipynb)
@@ -755,13 +737,11 @@
⟡ 📑 Create A Customer Retention Strategy Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Customer_Retention_Strategy_Document.ipynb)
⟡ 🔒 Create A Customer Risk Assessment Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Customer_Risk_Assessment_Document.ipynb)
⟡ 📋 Create A Customer Satisfaction Survey (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Customer_Satisfaction_Survey.ipynb)
⟡ 📊 Create A Customer Satisfaction Survey Analysis Document
 (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Customer_Satisfaction_Survey_Analysis_Document.ipynb)
⟡ 📊 Create A Customer Satisfaction Survey Analysis Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Customer_Satisfaction_Survey_Analysis_Document.ipynb)
⟡ 📋 Create A Customer Satisfaction Survey Report (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Customer_Satisfaction_Survey_Report.ipynb)
⟡ 📊 Create A Customer Segmentation Report (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Customer_Segmentation_Report.ipynb)
⟡ 📊 Create A Customer Service Kpi Dashboard (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Customer_Service_Kpi_Dashboard.ipynb)
⟡ 📊 Create A Customer Service Performance Metrics Document
 (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Customer_Service_Performance_Metrics_Document.ipynb)
⟡ 📊 Create A Customer Service Performance Metrics Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Customer_Service_Performance_Metrics_Document.ipynb)
⟡ 📄 Create A Customer Service Policy Updates Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Customer_Service_Policy_Updates_Document.ipynb)
⟡ 📚 Create A Customer Service Procedure Manual (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Customer_Service_Procedure_Manual.ipynb)
⟡ 📄 Create A Customer Service Scripts Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Customer_Service_Scripts_Document.ipynb)
@@ -822,15 +802,13 @@
⟡ 💰 Create A Debt Consolidation Proposal (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Debt_Consolidation_Proposal.ipynb)
⟡ 💰 Create A Debt Financing Proposal (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Debt_Financing_Proposal.ipynb)
⟡ 💰 Create A Debt Management Plan (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Debt_Management_Plan.ipynb)
⟡ 📋 Create A Declaration About An Individual Debtor's Schedules
 (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Declaration_About_An_Individual_Debtor%27s_Schedules.ipynb)
⟡ 📋 Create A Declaration About An Individual Debtor's Schedules (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Declaration_About_An_Individual_Debtor%27s_Schedules.ipynb)
⟡ 🗑 Create A Decluttering Action Plan (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Decluttering_Action_Plan.ipynb)
⟡ 📜 Create A Deed Of Trust (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Deed_Of_Trust.ipynb)
⟡ 📦 Create A Delivery Log (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Delivery_Log.ipynb)
⟡ 💼 Create A Demand Letter (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Demand_Letter.ipynb)
⟡ 📊 Create A Demographic Analysis Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Demographic_Analysis_Document.ipynb)
⟡ 🦷 Create A Dental Equipment Maintenance Records Document
 (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Dental_Equipment_Maintenance_Records_Document.ipynb)
⟡ 🦷 Create A Dental Equipment Maintenance Records Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Dental_Equipment_Maintenance_Records_Document.ipynb)
⟡ 🦷 Create A Dental Insurance Claims Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Dental_Insurance_Claims_Document.ipynb)
⟡ 🦷 Create A Dental Laboratory Work Orders Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Dental_Laboratory_Work_Orders_Document.ipynb)
⟡ 🦷 Create A Dental Practice Marketing Materials Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Dental_Practice_Marketing_Materials_Document.ipynb)
@@ -1055,8 +1033,7 @@
⟡ 🔒 Create A Hris System Security Protocol (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Hris_System_Security_Protocol.ipynb)
⟡ 💼 Create A Hud-1 Settlement Statement (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Hud-1_Settlement_Statement.ipynb)
⟡ 📄 Create A Human Resources Policies Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Human_Resources_Policies_Document.ipynb)
⟡ 🛂 Create A J-1 Exchange Visitor Visa Applications Document
 (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_J-1_Exchange_Visitor_Visa_Applications_Document.ipynb)
⟡ 🛂 Create A J-1 Exchange Visitor Visa Applications Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_J-1_Exchange_Visitor_Visa_Applications_Document.ipynb)
⟡ 📄 Create A Javascript File (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Javascript_File.ipynb)
⟡ 📊 Create A Job Classification Report (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Job_Classification_Report.ipynb)
⟡ 📝 Create A Job Description Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Job_Description_Document.ipynb)
@@ -1106,8 +1083,7 @@
⟡ 📝 Create A Lease Termination Agreement (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Lease_Termination_Agreement.ipynb)
⟡ 📝 Create A Leasehold Valuation Report (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Leasehold_Valuation_Report.ipynb)
⟡ 📝 Create A Leave Policy Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Leave_Policy_Document.ipynb)
⟡ 📚 Create A Legal And Regulatory Compliance Guidelines Document
 (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Legal_And_Regulatory_Compliance_Guidelines_Document.ipynb)
⟡ 📚 Create A Legal And Regulatory Compliance Guidelines Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Legal_And_Regulatory_Compliance_Guidelines_Document.ipynb)
⟡ 📝 Create A Legal Brief (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Legal_Brief.ipynb)
⟡ 📄 Create A Legal Briefs Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Legal_Briefs_Document.ipynb)
⟡ 📝 Create A Legal Memorandum (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Legal_Memorandum.ipynb)
@@ -1179,8 +1155,7 @@
⟡ 💡 Create A Marketing Campaign Proposal (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Marketing_Campaign_Proposal.ipynb)
⟡ 📊 Create A Marketing Channel Analysis Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Marketing_Channel_Analysis_Document.ipynb)
⟡ 📢 Create A Marketing Material (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Marketing_Material.ipynb)
⟡ 📣 Create A Marketing Material For Health Coaching Services
 (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Marketing_Material_For_Health_Coaching_Services.ipynb)
⟡ 📣 Create A Marketing Material For Health Coaching Services (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Marketing_Material_For_Health_Coaching_Services.ipynb)
⟡ 📈 Create A Marketing Performance Report (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Marketing_Performance_Report.ipynb)
⟡ 📈 Create A Marketing Plan (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Marketing_Plan.ipynb)
⟡ 📊 Create A Marketing Roi Analysis Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Marketing_Roi_Analysis_Document.ipynb)
@@ -1330,8 +1305,7 @@
⟡ 💰 Create A Paid Advertising Plan (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Paid_Advertising_Plan.ipynb)
⟡ 💰 Create A Paid Social Media Campaign Plan (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Paid_Social_Media_Campaign_Plan.ipynb)
⟡ 📋 Create A Pain Assessment Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Pain_Assessment_Document.ipynb)
⟡ 📝 Create A Parent-Child Relationship Evaluation Document
 (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Parent-Child_Relationship_Evaluation_Document.ipynb)
⟡ 📝 Create A Parent-Child Relationship Evaluation Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Parent-Child_Relationship_Evaluation_Document.ipynb)
⟡ 📝 Create A Parent/Guardian Communication Log (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Parent-Guardian_Communication_Log.ipynb)
⟡ 📝 Create A Parent-Teacher Conference Notes Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Parent-Teacher_Conference_Notes_Document.ipynb)
⟡ 💉 Create A Parenteral Nutrition Order (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Parenteral_Nutrition_Order.ipynb)
@@ -1361,8 +1335,7 @@
⟡ 📚 Create A Patient Education Handouts (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Patient_Education_Handouts.ipynb)
⟡ 📚 Create A Patient Education Material (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Patient_Education_Material.ipynb)
⟡ 📚 Create A Patient Education Materials Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Patient_Education_Materials_Document.ipynb)
⟡ 📚 Create A Patient Education Materials Document For Ob-Gyn Patients
 (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Patient_Education_Materials_Document_For_Ob-Gyn_Patients.ipynb)
⟡ 📚 Create A Patient Education Materials Document For Ob-Gyn Patients (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Patient_Education_Materials_Document_For_Ob-Gyn_Patients.ipynb)
⟡ 📝 Create A Patient Follow-Up Notes Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Patient_Follow-Up_Notes_Document.ipynb)
⟡ 📋 Create A Patient Follow-Up Plan (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Patient_Follow-Up_Plan.ipynb)
⟡ 📋 Create A Patient Handoff Report (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Patient_Handoff_Report.ipynb)
@@ -1410,8 +1383,7 @@
⟡ 📚 Create A Pharmacy Policy And Procedure Manual (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Pharmacy_Policy_And_Procedure_Manual.ipynb)
⟡ 📋 Create A Pharmacy Quality Assurance Report (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Pharmacy_Quality_Assurance_Report.ipynb)
⟡ 📞 Create A Phone Message Log (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Phone_Message_Log.ipynb)
⟡ 📋 Create A Physical Activity Readiness Questionnaire (Par-Q)
 (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Physical_Activity_Readiness_Questionnaire_%28Par-Q%29.ipynb)
⟡ 📋 Create A Physical Activity Readiness Questionnaire (Par-Q) (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Physical_Activity_Readiness_Questionnaire_%28Par-Q%29.ipynb)
⟡ 📋 Create A Physical Examination Report (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Physical_Examination_Report.ipynb)
⟡ 📊 Create A Pitch Deck (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Pitch_Deck.ipynb)
⟡ 📚 Create A Pitchbook (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Pitchbook.ipynb)
@@ -1503,8 +1475,7 @@
⟡ 📢 Create A Product Webinar Presentation (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Product_Webinar_Presentation.ipynb)
⟡ 📚 Create A Professional Development Plan (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Professional_Development_Plan.ipynb)
⟡ 📚 Create A Professional Development Records Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Professional_Development_Records_Document.ipynb)
⟡ 💼 Create A Professional Liability Insurance Documentation
 (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Professional_Liability_Insurance_Documentation.ipynb)
⟡ 💼 Create A Professional Liability Insurance Documentation (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Professional_Liability_Insurance_Documentation.ipynb)
⟡ 📊 Create A Proficiency Testing Report (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Proficiency_Testing_Report.ipynb)
⟡ 📰 Create A Profile Piece (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Profile_Piece.ipynb)
⟡ 💰 Create A Profitability Analysis Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Profitability_Analysis_Document.ipynb)
@@ -1591,8 +1562,7 @@
⟡ 💼 Create A Recruitment Budgets Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Recruitment_Budgets_Document.ipynb)
⟡ 📊 Create A Recruitment Metrics Report (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Recruitment_Metrics_Report.ipynb)
⟡ 📄 Create A Recruitment Policy Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Recruitment_Policy_Document.ipynb)
⟡ 📝 Create A Recruitment Process Improvement Plans Document
 (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Recruitment_Process_Improvement_Plans_Document.ipynb)
⟡ 📝 Create A Recruitment Process Improvement Plans Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Recruitment_Process_Improvement_Plans_Document.ipynb)
⟡ 📊 Create A Recruitment Report (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Recruitment_Report.ipynb)
⟡ 📊 Create A Recruitment Source Analysis Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Recruitment_Source_Analysis_Document.ipynb)
⟡ 📝 Create A Recruitment Strategy Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Recruitment_Strategy_Document.ipynb)
@@ -1727,10 +1697,8 @@
⟡ 📈 Create A Sales Trends Analysis Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Sales_Trends_Analysis_Document.ipynb)
⟡ 💰 Create A Savings Strategy Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Savings_Strategy_Document.ipynb)
⟡ 📊 Create A Scenario Planning Report (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Scenario_Planning_Report.ipynb)
⟡ 📅 Create A Schedule C: The Property You Claim As Exempt
 (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Schedule_C%3A_The_Property_You_Claim_As_Exempt.ipynb)
⟡ 📆 Create A Schedule D: Creditors Holding Secured Claims Document
 (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Schedule_D%3A_Creditors_Holding_Secured_Claims_Document.ipynb)
⟡ 📅 Create A Schedule C: The Property You Claim As Exempt (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Schedule_C%3A_The_Property_You_Claim_As_Exempt.ipynb)
⟡ 📆 Create A Schedule D: Creditors Holding Secured Claims Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Schedule_D%3A_Creditors_Holding_Secured_Claims_Document.ipynb)
⟡ 📋 Create A Schedule E/F: Creditors Who Have Unsecured Claims Document
 (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Schedule_E-F%3A_Creditors_Who_Have_Unsecured_Claims_Document.ipynb)
⟡ 📅 Create A Schedule G: Executory Contracts And Unexpired Leases Document
@@ -1752,8 +1720,7 @@
⟡ 💰 Create A Security Deposit Refund Letter (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Security_Deposit_Refund_Letter.ipynb)
⟡ 🔒 Create A Security Metrics Report (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Security_Metrics_Report.ipynb)
⟡ 🔒 Create A Security Program Roadmap (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Security_Program_Roadmap.ipynb)
⟡ 🧘 Create A Self-Care And Stress Management Tips Document
 (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Self-Care_And_Stress_Management_Tips_Document.ipynb)
⟡ 🧘 Create A Self-Care And Stress Management Tips Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Self-Care_And_Stress_Management_Tips_Document.ipynb)
⟡ 💰 Create A Seller's Net Sheet (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Seller%27s_Net_Sheet.ipynb)
⟡ 📅 Create A Sem Plan (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Sem_Plan.ipynb)
⟡ 📊 Create A Sensitivity Analysis Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Sensitivity_Analysis_Document.ipynb)
@@ -1847,8 +1814,7 @@
⟡ 📊 Create A Stock Transfer Report (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Stock_Transfer_Report.ipynb)
⟡ 📊 Create A Store Audit Report (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Store_Audit_Report.ipynb)
⟡ 💰 Create A Store Budget (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Store_Budget.ipynb)
⟡ 💰 Create A Store Budget And Financial Projections Document
 (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Store_Budget_And_Financial_Projections_Document.ipynb)
⟡ 💰 Create A Store Budget And Financial Projections Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Store_Budget_And_Financial_Projections_Document.ipynb)
⟡ 💰 Create A Store Budget Report (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Store_Budget_Report.ipynb)
⟡ 💰 Create A Store Budgets Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Store_Budgets_Document.ipynb)
⟡ 📋 Create A Store Closing Checklist (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Store_Closing_Checklist.ipynb)
@@ -2095,9 +2061,8 @@
⟡ 📅 Create A Visual Merchandising Calendar (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Visual_Merchandising_Calendar.ipynb)
⟡ 📋 Create A Visual Merchandising Guidelines Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Visual_Merchandising_Guidelines_Document.ipynb)
⟡ 📚 Create A Visual Merchandising Training Manual (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Visual_Merchandising_Training_Manual.ipynb)
⟡ 📰 Create A Visually Appealing And Engaging Newsletter To Inform And Update Subscribers On The Latest News And Events In The Company 
(https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Visually_Appealing_And_Engaging_Newsletter_To_Inform_And_Update_Subscribers_On_The_Latest_News_And_Events_In_
The_Company.ipynb)
⟡ 📰 Create A Visually Appealing And Engaging Newsletter To Inform And Update Subscribers On The Latest News And Events In The Company
 (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Visually_Appealing_And_Engaging_Newsletter_To_Inform_And_Update_Subscribers_On_The_Latest_News_And_Events_In_The_Company.ipynb)
⟡ 📊 Create A Vital Signs Record (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Vital_Signs_Record.ipynb)
⟡ 📋 Create A Voice Of Customer Report (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Voice_Of_Customer_Report.ipynb)
⟡ 🔒 Create A Vulnerability Management Plan (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Vulnerability_Management_Plan.ipynb)
@@ -2120,8 +2085,7 @@
⟡ 📊 Create A Weekly Performance Review Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Weekly_Performance_Review_Document.ipynb)
⟡ 📚 Create A Well-Researched, Informative, And Engaging Blog Post For The Company'S Website
 (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Well-Researched%2C_Informative%2C_And_Engaging_Blog_Post_For_The_Company%27S_Website.ipynb)
⟡ 📚 Create A Well-Researched And Clearly Written Research Report
 (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Well-Researched_And_Clearly_Written_Research_Report.ipynb)
⟡ 📚 Create A Well-Researched And Clearly Written Research Report (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Well-Researched_And_Clearly_Written_Research_Report.ipynb)
⟡ 🪑 Create A Wheelchair Seating Evaluation Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Wheelchair_Seating_Evaluation_Document.ipynb)
⟡ 📄 Create A Whitepaper (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Whitepaper.ipynb)
⟡ 📄 Create A Whitepaper Template (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_A_Whitepaper_Template.ipynb)
@@ -2287,8 +2251,7 @@
⟡ 📚 Create An Educational Support Strategies Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_An_Educational_Support_Strategies_Document.ipynb)
⟡ 🎓 Create An Elearning Module (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_An_Elearning_Module.ipynb)
⟡ 🔌 Create An Electrical Design Specifications Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_An_Electrical_Design_Specifications_Document.ipynb)
⟡ 💸 Create An Electronic Funds Transfer Authorization Form
 (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_An_Electronic_Funds_Transfer_Authorization_Form.ipynb)
⟡ 💸 Create An Electronic Funds Transfer Authorization Form (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_An_Electronic_Funds_Transfer_Authorization_Form.ipynb)
⟡ 📧 Create An Email Campaign (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_An_Email_Campaign.ipynb)
⟡ 📧 Create An Email Campaign Plan (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_An_Email_Campaign_Plan.ipynb)
⟡ 📊 Create An Email Campaign Report (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_An_Email_Campaign_Report.ipynb)
@@ -2321,8 +2284,7 @@
⟡ 🚨 Create An Emergency Response Plan (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_An_Emergency_Response_Plan.ipynb)
⟡ 🤝 Create An Emotional Connection Exercises Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_An_Emotional_Connection_Exercises_Document.ipynb)
⟡ 📚 Create An Emotional Intelligence Development Guide (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_An_Emotional_Intelligence_Development_Guide.ipynb)
⟡ 📋 Create An Employee Assistance Program Guidelines Document
 (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_An_Employee_Assistance_Program_Guidelines_Document.ipynb)
⟡ 📋 Create An Employee Assistance Program Guidelines Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_An_Employee_Assistance_Program_Guidelines_Document.ipynb)
⟡ 📊 Create An Employee Attendance Record (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_An_Employee_Attendance_Record.ipynb)
⟡ 📊 Create An Employee Benefits Analysis Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_An_Employee_Benefits_Analysis_Document.ipynb)
⟡ 📋 Create An Employee Benefits Summary (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_An_Employee_Benefits_Summary.ipynb)
@@ -2359,8 +2321,7 @@
⟡ 📊 Create An Employee Retention Analysis Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_An_Employee_Retention_Analysis_Document.ipynb)
⟡ 📝 Create An Employee Retention Strategy Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_An_Employee_Retention_Strategy_Document.ipynb)
⟡ 📋 Create An Employee Satisfaction Survey (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_An_Employee_Satisfaction_Survey.ipynb)
⟡ 📊 Create An Employee Satisfaction Survey Results Document
 (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_An_Employee_Satisfaction_Survey_Results_Document.ipynb)
⟡ 📊 Create An Employee Satisfaction Survey Results Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_An_Employee_Satisfaction_Survey_Results_Document.ipynb)
⟡ 📅 Create An Employee Schedule Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_An_Employee_Schedule_Document.ipynb)
⟡ 💼 Create An Employee Stock Option Plan (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_An_Employee_Stock_Option_Plan.ipynb)
⟡ 📝 Create An Employee Termination Checklist (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_An_Employee_Termination_Checklist.ipynb)
@@ -2465,8 +2426,7 @@
⟡ 📊 Create An IT Project Plan (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_An_IT_Project_Plan.ipynb)
⟡ 🔒 Create An IT Risk Assessment Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_An_IT_Risk_Assessment_Document.ipynb)
⟡ 🔒 Create An IT Service Level Agreement (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_An_IT_Service_Level_Agreement.ipynb)
⟡ 🖥 Create An IT Service Management (ITSM) Framework Document
 (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_An_IT_Service_Management_%28ITSM%29_Framework_Document.ipynb)
⟡ 🖥 Create An IT Service Management (ITSM) Framework Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_An_IT_Service_Management_%28ITSM%29_Framework_Document.ipynb)
⟡ 🖥 Create An IT Strategic Plan (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_An_IT_Strategic_Plan.ipynb)
⟡ 🖥 Create An IT Strategy Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_An_IT_Strategy_Document.ipynb)
⟡ 📝 Create An IT Vendor Evaluation Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_An_IT_Vendor_Evaluation_Document.ipynb)
@@ -2550,10 +2510,8 @@
⟡ 📝 Create An Inter-Departmental Memo (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_An_Inter-Departmental_Memo.ipynb)
⟡ 📚 Create An Interactive Elements Documentation (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_An_Interactive_Elements_Documentation.ipynb)
⟡ 📝 Create An Interactive Prototype Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_An_Interactive_Prototype_Document.ipynb)
⟡ 🤝 Create An Interdisciplinary Collaboration Notes Document
 (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_An_Interdisciplinary_Collaboration_Notes_Document.ipynb)
⟡ 📝 Create An Interdisciplinary Team Meeting Notes Document
 (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_An_Interdisciplinary_Team_Meeting_Notes_Document.ipynb)
⟡ 🤝 Create An Interdisciplinary Collaboration Notes Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_An_Interdisciplinary_Collaboration_Notes_Document.ipynb)
⟡ 📝 Create An Interdisciplinary Team Meeting Notes Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_An_Interdisciplinary_Team_Meeting_Notes_Document.ipynb)
⟡ 📊 Create An Internal Audit Report (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_An_Internal_Audit_Report.ipynb)
⟡ 📝 Create An Internal Communication Guidelines Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_An_Internal_Communication_Guidelines_Document.ipynb)
⟡ 📝 Create An Internal Communications Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_An_Internal_Communications_Document.ipynb)
@@ -2617,8 +2575,7 @@
⟡ 📊 Create An Off-Page Optimization Report (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_An_Off-Page_Optimization_Report.ipynb)
⟡ 📄 Create An Offering Memorandum (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_An_Offering_Memorandum.ipynb)
⟡ 💼 Create An Office Budget Report (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_An_Office_Budget_Report.ipynb)
⟡ 📝 Create An Office Equipment Maintenance Records Document
 (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_An_Office_Equipment_Maintenance_Records_Document.ipynb)
⟡ 📝 Create An Office Equipment Maintenance Records Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_An_Office_Equipment_Maintenance_Records_Document.ipynb)
⟡ 📋 Create An Office Event Planning Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_An_Office_Event_Planning_Document.ipynb)
⟡ 📋 Create An Office Inventory Records Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_An_Office_Inventory_Records_Document.ipynb)
⟡ 📋 Create An Office Maintenance Requests Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_An_Office_Maintenance_Requests_Document.ipynb)
@@ -2662,8 +2619,7 @@
⟡ 📋 Create An Organizational Culture Assessment Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_An_Organizational_Culture_Assessment_Document.ipynb)
⟡ 📄 Create An Organizational Structure Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_An_Organizational_Structure_Document.ipynb)
⟡ 📋 Create An Organizational Structure Review Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_An_Organizational_Structure_Review_Document.ipynb)
⟡ 📚 Create An Organizational Tools Recommendations Document
 (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_An_Organizational_Tools_Recommendations_Document.ipynb)
⟡ 📚 Create An Organizational Tools Recommendations Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_An_Organizational_Tools_Recommendations_Document.ipynb)
⟡ Create An Outfit Coordination Guide (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_An_Outfit_Coordination_Guide.ipynb)
⟡ 📊 Create An Outreach Metrics Report (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_An_Outreach_Metrics_Report.ipynb)
⟡ 📝 Create An Outreach Strategy Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_An_Outreach_Strategy_Document.ipynb)
@@ -2727,8 +2683,7 @@
⟡ 👥 Create a Group Therapy Session Plan (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_a_Group_Therapy_Session_Plan.ipynb)
⟡ 🏋 Create a Home Exercise Instructions Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_a_Home_Exercise_Instructions_Document.ipynb)
⟡ 📚 Create a Homework Assignment (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_a_Homework_Assignment.ipynb)
⟡ 📝 Create a Legal Opinions On Immigration Matters Document
 (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_a_Legal_Opinions_On_Immigration_Matters_Document.ipynb)
⟡ 📝 Create a Legal Opinions On Immigration Matters Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_a_Legal_Opinions_On_Immigration_Matters_Document.ipynb)
⟡ 🔒 Create a Loss Prevention Plan (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_a_Loss_Prevention_Plan.ipynb)
⟡ 🔧 Create a Maintenance Plan Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_a_Maintenance_Plan_Document.ipynb)
⟡ 🔧 Create a Maintenance Report (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_a_Maintenance_Report.ipynb)
@@ -2755,8 +2710,7 @@
⟡ 🏋 Create a Pelvic Floor Disorder Treatment Plan (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_a_Pelvic_Floor_Disorder_Treatment_Plan.ipynb)
⟡ 📈 Create a Performance Management System (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_a_Performance_Management_System.ipynb)
⟡ 🛍 Create a Personal Shopping Itinerary (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_a_Personal_Shopping_Itinerary.ipynb)
⟡ 👩 Create a Personalized Fertility Treatment Plan for Patients
 (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_a_Personalized_Fertility_Treatment_Plan_for_Patients.ipynb)
⟡ 👩 Create a Personalized Fertility Treatment Plan for Patients (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_a_Personalized_Fertility_Treatment_Plan_for_Patients.ipynb)
⟡ 🛍 Create a Personalized Shopping List for Clients (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_a_Personalized_Shopping_List_for_Clients.ipynb)
⟡ 🎙 Create a Podcast Script (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_a_Podcast_Script.ipynb)
⟡ 🎙 Create a Podcast Scripts Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_a_Podcast_Scripts_Document.ipynb)
@@ -2778,8 +2732,7 @@
⟡ 🔧 Create a Server Maintenance Plan (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_a_Server_Maintenance_Plan.ipynb)
⟡ 📄 Create a Site Map Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_a_Site_Map_Document.ipynb)
⟡ 📱 Create a Social Media Strategy (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_a_Social_Media_Strategy.ipynb)
⟡ 📝 Create a Software Development Lifecycle (SDLC) Policy
 (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_a_Software_Development_Lifecycle_%28SDLC%29_Policy.ipynb)
⟡ 📝 Create a Software Development Lifecycle (SDLC) Policy (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_a_Software_Development_Lifecycle_%28SDLC%29_Policy.ipynb)
⟡ 📝 Create a Speech and Language Evaluation Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_a_Speech_and_Language_Evaluation_Document.ipynb)
⟡ 📅 Create a Staff Schedule (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_a_Staff_Schedule.ipynb)
⟡ 🛍 Create a Store Appearance Checklist (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_a_Store_Appearance_Checklist.ipynb)
@@ -2834,8 +2787,7 @@
⟡ 🔥 Create an IT Incident Response Plan (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_an_IT_Incident_Response_Plan.ipynb)
⟡ 🔧 Create an IT Infrastructure Maintenance Plan (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_an_IT_Infrastructure_Maintenance_Plan.ipynb)
⟡ 🖥 Create an IT Infrastructure Plan (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_an_IT_Infrastructure_Plan.ipynb)
⟡ 📊 Create an IT Performance Metrics and Reporting Document
 (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_an_IT_Performance_Metrics_and_Reporting_Document.ipynb)
⟡ 📊 Create an IT Performance Metrics and Reporting Document (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_an_IT_Performance_Metrics_and_Reporting_Document.ipynb)
⟡ 🔒 Create an IT Risk Management Plan (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_an_IT_Risk_Management_Plan.ipynb)
⟡ 📊 Create an IT Service Management Plan (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_an_IT_Service_Management_Plan.ipynb)
⟡ 👨💻 Create an IT Staffing Plan (https://github.com/jupyter-naas/awesome-notebooks/blob/master/AI%20for%20Work/AI_for_Work_Create_an_IT_Staffing_Plan.ipynb)
@@ -3141,8 +3093,7 @@
⟡ Parallelize operations on multiple csvs (https://github.com/jupyter-naas/awesome-notebooks/blob/master/Dask/Dask_parallelize_operations_on_multiple_csvs.ipynb)
Data.gouv.fr
⟡ COVID19 - FR - Entrées et sorties par région pour 1 million d'hab.
 (https://github.com/jupyter-naas/awesome-notebooks/blob/master/Data.gouv.fr/Data.gouv.fr_COVID19_FR%20_Entr%C3%A9es_sorties_par_r%C3%A9gion_pour_1_million_hab.ipynb)
⟡ COVID19 - FR - Entrées et sorties par région pour 1 million d'hab. (https://github.com/jupyter-naas/awesome-notebooks/blob/master/Data.gouv.fr/Data.gouv.fr_COVID19_FR%20_Entr%C3%A9es_sorties_par_r%C3%A9gion_pour_1_million_hab.ipynb)
⟡ Récupération données légales entreprise (https://github.com/jupyter-naas/awesome-notebooks/blob/master/Data.gouv.fr/Data.gouv.fr_R%C3%A9cup%C3%A9ration_donn%C3%A9es_l%C3%A9gales_entreprise.ipynb)
⟡ Visualisation de la carte de France des établissements éducatifs (https://github.com/jupyter-naas/awesome-notebooks/blob/master/Data.gouv.fr/Data.gouv.fr_Visualisation_carte_de_France_%C3%A9ducation.ipynb)
@@ -3629,8 +3580,7 @@
⟡ Send connections to a Google Sheets spreadsheet (https://github.com/jupyter-naas/awesome-notebooks/blob/master/LinkedIn/LinkedIn_Send_connections_to_Google_Sheets_spreadsheet.ipynb)
⟡ Send conversation to HubSpot communication (https://github.com/jupyter-naas/awesome-notebooks/blob/master/LinkedIn/LinkedIn_Send_conversation_to_HubSpot_communication.ipynb)
⟡ Send event invitations post engagements (https://github.com/jupyter-naas/awesome-notebooks/blob/master/LinkedIn/LinkedIn_Send_event_invitations_post_engagements.ipynb)
⟡ Send followers demographic data to a Google Sheets spreadsheet
 (https://github.com/jupyter-naas/awesome-notebooks/blob/master/LinkedIn/LinkedIn_Send_followers_demographic_data_to_a_Google_Sheets_spreadsheet.ipynb)
⟡ Send followers demographic data to a Google Sheets spreadsheet (https://github.com/jupyter-naas/awesome-notebooks/blob/master/LinkedIn/LinkedIn_Send_followers_demographic_data_to_a_Google_Sheets_spreadsheet.ipynb)
⟡ Send interactions from post URL to HubSpot notes (https://github.com/jupyter-naas/awesome-notebooks/blob/master/LinkedIn/LinkedIn_Send_interactions_from_post_URL_to_HubSpot_notes.ipynb)
⟡ Send invitation to company followers (https://github.com/jupyter-naas/awesome-notebooks/blob/master/LinkedIn/LinkedIn_Send_invitation_to_company_followers.ipynb)
⟡ Send invitation to profile (https://github.com/jupyter-naas/awesome-notebooks/blob/master/LinkedIn/LinkedIn_Send_invitation_to_profile.ipynb)
@@ -3826,8 +3776,7 @@
⟡ Add numbered list in page (https://github.com/jupyter-naas/awesome-notebooks/blob/master/Notion/Notion_Add_numbered_list_in_page.ipynb)
⟡ Add paragraph with link in page (https://github.com/jupyter-naas/awesome-notebooks/blob/master/Notion/Notion_Add_paragraph_with_link_in_page.ipynb)
⟡ Add to do list in page (https://github.com/jupyter-naas/awesome-notebooks/blob/master/Notion/Notion_Add_to_do_list_in_page.ipynb)
⟡ Automate transcript generation from recording link in page property
 (https://github.com/jupyter-naas/awesome-notebooks/blob/master/Notion/Notion_Automate_transcript_generation_from_recording_link_in_page_property.ipynb)
⟡ Automate transcript generation from recording link in page property (https://github.com/jupyter-naas/awesome-notebooks/blob/master/Notion/Notion_Automate_transcript_generation_from_recording_link_in_page_property.ipynb)
⟡ Create page (https://github.com/jupyter-naas/awesome-notebooks/blob/master/Notion/Notion_Create_page.ipynb)
⟡ Create pages in database from dataframe (https://github.com/jupyter-naas/awesome-notebooks/blob/master/Notion/Notion_Create_pages_in_database_from_dataframe.ipynb)
⟡ Delete all pages from database (https://github.com/jupyter-naas/awesome-notebooks/blob/master/Notion/Notion_Delete_all_pages_from_database.ipynb)
@@ -3873,8 +3822,7 @@
⟡ Visualize Population of Different Age Groups (https://github.com/jupyter-naas/awesome-notebooks/blob/master/OWID/OWID_Visualize_Population_of_Different_Age_Groups.ipynb)
⟡ Visualize economic freedom through the years (https://github.com/jupyter-naas/awesome-notebooks/blob/master/OWID/OWID_Visualize_economic_freedom_through_the_years.ipynb)
⟡ Visualize greenhouse gas per capita (https://github.com/jupyter-naas/awesome-notebooks/blob/master/OWID/OWID_Visualize_greenhouse_gas_per_capita.ipynb)
⟡ Visualize Life expectancy at birth for both sexes throughout the years
 (https://github.com/jupyter-naas/awesome-notebooks/blob/master/OWID/OWID_Visualize_life_expectancy_at_birth_for_both_sexes_through_out_the_years.ipynb)
⟡ Visualize Life expectancy at birth for both sexes throughout the years (https://github.com/jupyter-naas/awesome-notebooks/blob/master/OWID/OWID_Visualize_life_expectancy_at_birth_for_both_sexes_through_out_the_years.ipynb)
⟡ Tourist depature per 1000 (https://github.com/jupyter-naas/awesome-notebooks/blob/master/OWID/OWID_Visualize_tourist_departures_per_1000.ipynb)
⟡ Visualize wealth distribuition of certain major economic powers (https://github.com/jupyter-naas/awesome-notebooks/blob/master/OWID/OWID_Visualize_wealth_distribution.ipynb)
⟡ Visualize world population growth (https://github.com/jupyter-naas/awesome-notebooks/blob/master/OWID/OWID_Visualize_world_population_growth.ipynb)
@@ -4275,8 +4223,7 @@
⟡ Convert volume (https://github.com/jupyter-naas/awesome-notebooks/blob/master/Python/Python_Convert_volume.ipynb)
⟡ Convert weight (https://github.com/jupyter-naas/awesome-notebooks/blob/master/Python/Python_Convert_weight.ipynb)
⟡ Copy files and subdir from directory to another directory (https://github.com/jupyter-naas/awesome-notebooks/blob/master/Python/Python_Copy_files_and_subdir_from_directory_to_another_directory.ipynb.ipynb)
⟡ Create Email Combination with Firstname Lastname Domain address
 (https://github.com/jupyter-naas/awesome-notebooks/blob/master/Python/Python_Create_Email_Combination_with_Firstname_Lastname_Domain_address.ipynb)
⟡ Create Email Combination with Firstname Lastname Domain address (https://github.com/jupyter-naas/awesome-notebooks/blob/master/Python/Python_Create_Email_Combination_with_Firstname_Lastname_Domain_address.ipynb)
⟡ Create Strong Random Password (https://github.com/jupyter-naas/awesome-notebooks/blob/master/Python/Python_Create_Strong_Random_Password.ipynb)
⟡ Create dataframe from lists (https://github.com/jupyter-naas/awesome-notebooks/blob/master/Python/Python_Create_dataframe_from_lists.ipynb)
⟡ Create dict from lists (https://github.com/jupyter-naas/awesome-notebooks/blob/master/Python/Python_Create_dict_from_lists.ipynb)
@@ -4555,8 +4502,7 @@
⟡ World population evolution and projections (https://github.com/jupyter-naas/awesome-notebooks/blob/master/Worldometer/Worldometer_World_population_evolution_and_projections.ipynb)
XGBoost
⟡ Binary classification example with hyper-parameters optimization
 (https://github.com/jupyter-naas/awesome-notebooks/blob/master/XGBoost/XGBoost_Binary_classification_example_with_hyper-parameters_optimization.ipynb)
⟡ Binary classification example with hyper-parameters optimization (https://github.com/jupyter-naas/awesome-notebooks/blob/master/XGBoost/XGBoost_Binary_classification_example_with_hyper-parameters_optimization.ipynb)
XML
⟡ Transform sitemap to dataframe (https://github.com/jupyter-naas/awesome-notebooks/blob/master/XML/XML_Transform_sitemap_to_dataframe.ipynb)
@@ -4572,30 +4518,26 @@
⟡ Chat about Align Technology trends and predictions (https://github.com/jupyter-naas/awesome-notebooks/blob/master/YahooFinance/YahooFinance_Chat_about_Align_Technology_trends_and_predictions.ipynb)
⟡ Chat about Alphabet trends and predictions (https://github.com/jupyter-naas/awesome-notebooks/blob/master/YahooFinance/YahooFinance_Chat_about_Alphabet_trends_and_predictions.ipynb)
⟡ Chat about Amazon trends and predictions (https://github.com/jupyter-naas/awesome-notebooks/blob/master/YahooFinance/YahooFinance_Chat_about_Amazon_trends_and_predictions.ipynb)
⟡ Chat about American Electric Power Company trends and predictions
 (https://github.com/jupyter-naas/awesome-notebooks/blob/master/YahooFinance/YahooFinance_Chat_about_American_Electric_Power_Company_trends_and_predictions.ipynb)
⟡ Chat about American Electric Power Company trends and predictions (https://github.com/jupyter-naas/awesome-notebooks/blob/master/YahooFinance/YahooFinance_Chat_about_American_Electric_Power_Company_trends_and_predictions.ipynb)
⟡ Chat about Amgen trends and predictions (https://github.com/jupyter-naas/awesome-notebooks/blob/master/YahooFinance/YahooFinance_Chat_about_Amgen_trends_and_predictions.ipynb)
⟡ Chat about Analog Devices trends and predictions (https://github.com/jupyter-naas/awesome-notebooks/blob/master/YahooFinance/YahooFinance_Chat_about_Analog_Devices_trends_and_predictions.ipynb)
⟡ Chat about Applied Materials trends and predictions (https://github.com/jupyter-naas/awesome-notebooks/blob/master/YahooFinance/YahooFinance_Chat_about_Applied_Materials_trends_and_predictions.ipynb)
⟡ Chat about AstraZeneca PLC American Depositary Shares trends and predictions
 (https://github.com/jupyter-naas/awesome-notebooks/blob/master/YahooFinance/YahooFinance_Chat_about_AstraZeneca_PLC_American_Depositary_Shares_trends_and_predictions.ipynb)
⟡ Chat about Atlassian Corporation trends and predictions (https://github.com/jupyter-naas/awesome-notebooks/blob/master/YahooFinance/YahooFinance_Chat_about_Atlassian_Corporation_trends_and_predictions.ipynb)
⟡ Chat about Automatic Data Processing trends and predictions
 (https://github.com/jupyter-naas/awesome-notebooks/blob/master/YahooFinance/YahooFinance_Chat_about_Automatic_Data_Processing_trends_and_predictions.ipynb)
⟡ Chat about Automatic Data Processing trends and predictions (https://github.com/jupyter-naas/awesome-notebooks/blob/master/YahooFinance/YahooFinance_Chat_about_Automatic_Data_Processing_trends_and_predictions.ipynb)
⟡ Chat about Baker Hughes Company trends and predictions (https://github.com/jupyter-naas/awesome-notebooks/blob/master/YahooFinance/YahooFinance_Chat_about_Baker_Hughes_Company_trends_and_predictions.ipynb)
⟡ Chat about Biogen trends and predictions (https://github.com/jupyter-naas/awesome-notebooks/blob/master/YahooFinance/YahooFinance_Chat_about_Biogen_trends_and_predictions.ipynb)
⟡ Chat about Broadcom trends and predictions (https://github.com/jupyter-naas/awesome-notebooks/blob/master/YahooFinance/YahooFinance_Chat_about_Broadcom_trends_and_predictions.ipynb)
⟡ Chat about CSX Corporation trends and predictions (https://github.com/jupyter-naas/awesome-notebooks/blob/master/YahooFinance/YahooFinance_Chat_about_CSX_Corporation_trends_and_predictions.ipynb)
⟡ Chat about Cadence Design Systems trends and predictions (https://github.com/jupyter-naas/awesome-notebooks/blob/master/YahooFinance/YahooFinance_Chat_about_Cadence_Design_Systems_trends_and_predictions.ipynb)
⟡ Chat about Charter Communications New trends and predictions
 (https://github.com/jupyter-naas/awesome-notebooks/blob/master/YahooFinance/YahooFinance_Chat_about_Charter_Communications_New_trends_and_predictions.ipynb)
⟡ Chat about Charter Communications New trends and predictions (https://github.com/jupyter-naas/awesome-notebooks/blob/master/YahooFinance/YahooFinance_Chat_about_Charter_Communications_New_trends_and_predictions.ipynb)
⟡ Chat about Cintas Corporation trends and predictions (https://github.com/jupyter-naas/awesome-notebooks/blob/master/YahooFinance/YahooFinance_Chat_about_Cintas_Corporation_trends_and_predictions.ipynb)
⟡ Chat about Cisco Systems (DE) trends and predictions (https://github.com/jupyter-naas/awesome-notebooks/blob/master/YahooFinance/YahooFinance_Chat_about_Cisco_Systems_%28DE%29_trends_and_predictions.ipynb)
⟡ Chat about CoStar Group trends and predictions (https://github.com/jupyter-naas/awesome-notebooks/blob/master/YahooFinance/YahooFinance_Chat_about_CoStar_Group_trends_and_predictions.ipynb)
⟡ Chat about Cognizant Technology Solutions Corporation trends and predictions
 (https://github.com/jupyter-naas/awesome-notebooks/blob/master/YahooFinance/YahooFinance_Chat_about_Cognizant_Technology_Solutions_Corporation_trends_and_predictions.ipynb)
⟡ Chat about Constellation Energy Corporation trends and predictions
 (https://github.com/jupyter-naas/awesome-notebooks/blob/master/YahooFinance/YahooFinance_Chat_about_Constellation_Energy_Corporation_trends_and_predictions.ipynb)
⟡ Chat about Constellation Energy Corporation trends and predictions (https://github.com/jupyter-naas/awesome-notebooks/blob/master/YahooFinance/YahooFinance_Chat_about_Constellation_Energy_Corporation_trends_and_predictions.ipynb)
⟡ Chat about Copart (DE) trends and predictions (https://github.com/jupyter-naas/awesome-notebooks/blob/master/YahooFinance/YahooFinance_Chat_about_Copart_%28DE%29_trends_and_predictions.ipynb)
⟡ Chat about CrowdStrike Holdings trends and predictions (https://github.com/jupyter-naas/awesome-notebooks/blob/master/YahooFinance/YahooFinance_Chat_about_CrowdStrike_Holdings_trends_and_predictions.ipynb)
⟡ Chat about Datadog trends and predictions (https://github.com/jupyter-naas/awesome-notebooks/blob/master/YahooFinance/YahooFinance_Chat_about_Datadog_trends_and_predictions.ipynb)
@@ -4607,23 +4549,18 @@
⟡ Chat about Exelon Corporation trends and predictions (https://github.com/jupyter-naas/awesome-notebooks/blob/master/YahooFinance/YahooFinance_Chat_about_Exelon_Corporation_trends_and_predictions.ipynb)
⟡ Chat about Fastenal Company trends and predictions (https://github.com/jupyter-naas/awesome-notebooks/blob/master/YahooFinance/YahooFinance_Chat_about_Fastenal_Company_trends_and_predictions.ipynb)
⟡ Chat about Fortinet trends and predictions (https://github.com/jupyter-naas/awesome-notebooks/blob/master/YahooFinance/YahooFinance_Chat_about_Fortinet_trends_and_predictions.ipynb)
⟡ Chat about GE HealthCare Technologies trends and predictions
 (https://github.com/jupyter-naas/awesome-notebooks/blob/master/YahooFinance/YahooFinance_Chat_about_GE_HealthCare_Technologies_trends_and_predictions.ipynb)
⟡ Chat about GE HealthCare Technologies trends and predictions (https://github.com/jupyter-naas/awesome-notebooks/blob/master/YahooFinance/YahooFinance_Chat_about_GE_HealthCare_Technologies_trends_and_predictions.ipynb)
⟡ Chat about Gilead Sciences trends and predictions (https://github.com/jupyter-naas/awesome-notebooks/blob/master/YahooFinance/YahooFinance_Chat_about_Gilead_Sciences_trends_and_predictions.ipynb)
⟡ Chat about GlobalFoundries Ordinary Shares trends and predictions
 (https://github.com/jupyter-naas/awesome-notebooks/blob/master/YahooFinance/YahooFinance_Chat_about_GlobalFoundries_Ordinary_Shares_trends_and_predictions.ipynb)
⟡ Chat about Honeywell International trends and predictions
 (https://github.com/jupyter-naas/awesome-notebooks/blob/master/YahooFinance/YahooFinance_Chat_about_Honeywell_International_trends_and_predictions.ipynb)
⟡ Chat about GlobalFoundries Ordinary Shares trends and predictions (https://github.com/jupyter-naas/awesome-notebooks/blob/master/YahooFinance/YahooFinance_Chat_about_GlobalFoundries_Ordinary_Shares_trends_and_predictions.ipynb)
⟡ Chat about Honeywell International trends and predictions (https://github.com/jupyter-naas/awesome-notebooks/blob/master/YahooFinance/YahooFinance_Chat_about_Honeywell_International_trends_and_predictions.ipynb)
⟡ Chat about IDEXX Laboratories trends and predictions (https://github.com/jupyter-naas/awesome-notebooks/blob/master/YahooFinance/YahooFinance_Chat_about_IDEXX_Laboratories_trends_and_predictions.ipynb)
⟡ Chat about Illumina trends and predictions (https://github.com/jupyter-naas/awesome-notebooks/blob/master/YahooFinance/YahooFinance_Chat_about_Illumina_trends_and_predictions.ipynb)
⟡ Chat about Intel Corporation trends and predictions (https://github.com/jupyter-naas/awesome-notebooks/blob/master/YahooFinance/YahooFinance_Chat_about_Intel_Corporation_trends_and_predictions.ipynb)
⟡ Chat about Intuit trends and predictions (https://github.com/jupyter-naas/awesome-notebooks/blob/master/YahooFinance/YahooFinance_Chat_about_Intuit_trends_and_predictions.ipynb)
⟡ Chat about JD.com American Depositary Shares trends and predictions
 (https://github.com/jupyter-naas/awesome-notebooks/blob/master/YahooFinance/YahooFinance_Chat_about_JD.com_American_Depositary_Shares_trends_and_predictions.ipynb)
⟡ Chat about JD.com American Depositary Shares trends and predictions (https://github.com/jupyter-naas/awesome-notebooks/blob/master/YahooFinance/YahooFinance_Chat_about_JD.com_American_Depositary_Shares_trends_and_predictions.ipynb)
⟡ Chat about KLA Corporation trends and predictions (https://github.com/jupyter-naas/awesome-notebooks/blob/master/YahooFinance/YahooFinance_Chat_about_KLA_Corporation_trends_and_predictions.ipynb)
⟡ Chat about Keurig Dr Pepper trends and predictions (https://github.com/jupyter-naas/awesome-notebooks/blob/master/YahooFinance/YahooFinance_Chat_about_Keurig_Dr_Pepper_trends_and_predictions.ipynb)
⟡ Chat about Lam Research Corporation trends and predictions
 (https://github.com/jupyter-naas/awesome-notebooks/blob/master/YahooFinance/YahooFinance_Chat_about_Lam_Research_Corporation_trends_and_predictions.ipynb)
⟡ Chat about Lam Research Corporation trends and predictions (https://github.com/jupyter-naas/awesome-notebooks/blob/master/YahooFinance/YahooFinance_Chat_about_Lam_Research_Corporation_trends_and_predictions.ipynb)
⟡ Chat about Lucid Group trends and predictions (https://github.com/jupyter-naas/awesome-notebooks/blob/master/YahooFinance/YahooFinance_Chat_about_Lucid_Group_trends_and_predictions.ipynb)
⟡ Chat about Marriott International trends and predictions (https://github.com/jupyter-naas/awesome-notebooks/blob/master/YahooFinance/YahooFinance_Chat_about_Marriott_International_trends_and_predictions.ipynb)
⟡ Chat about Marvell Technology trends and predictions (https://github.com/jupyter-naas/awesome-notebooks/blob/master/YahooFinance/YahooFinance_Chat_about_Marvell_Technology_trends_and_predictions.ipynb)
@@ -4632,40 +4569,33 @@
⟡ Chat about Micron Technology trends and predictions (https://github.com/jupyter-naas/awesome-notebooks/blob/master/YahooFinance/YahooFinance_Chat_about_Micron_Technology_trends_and_predictions.ipynb)
⟡ Chat about Mondelez International trends and predictions (https://github.com/jupyter-naas/awesome-notebooks/blob/master/YahooFinance/YahooFinance_Chat_about_Mondelez_International_trends_and_predictions.ipynb)
⟡ Chat about NVIDIA Corporation trends and predictions (https://github.com/jupyter-naas/awesome-notebooks/blob/master/YahooFinance/YahooFinance_Chat_about_NVIDIA_Corporation_trends_and_predictions.ipynb)
⟡ Chat about NXP Semiconductors N.V. trends and predictions
 (https://github.com/jupyter-naas/awesome-notebooks/blob/master/YahooFinance/YahooFinance_Chat_about_NXP_Semiconductors_N.V._trends_and_predictions.ipynb)
⟡ Chat about NXP Semiconductors N.V. trends and predictions (https://github.com/jupyter-naas/awesome-notebooks/blob/master/YahooFinance/YahooFinance_Chat_about_NXP_Semiconductors_N.V._trends_and_predictions.ipynb)
⟡ Chat about Netflix trends and predictions (https://github.com/jupyter-naas/awesome-notebooks/blob/master/YahooFinance/YahooFinance_Chat_about_Netflix_trends_and_predictions.ipynb)
⟡ Chat about O'Reilly Automotive trends and predictions (https://github.com/jupyter-naas/awesome-notebooks/blob/master/YahooFinance/YahooFinance_Chat_about_O%27Reilly_Automotive_trends_and_predictions.ipynb)
⟡ Chat about ON Semiconductor Corporation trends and predictions
 (https://github.com/jupyter-naas/awesome-notebooks/blob/master/YahooFinance/YahooFinance_Chat_about_ON_Semiconductor_Corporation_trends_and_predictions.ipynb)
⟡ Chat about Old Dominion Freight Line trends and predictions
 (https://github.com/jupyter-naas/awesome-notebooks/blob/master/YahooFinance/YahooFinance_Chat_about_Old_Dominion_Freight_Line_trends_and_predictions.ipynb)
⟡ Chat about ON Semiconductor Corporation trends and predictions (https://github.com/jupyter-naas/awesome-notebooks/blob/master/YahooFinance/YahooFinance_Chat_about_ON_Semiconductor_Corporation_trends_and_predictions.ipynb)
⟡ Chat about Old Dominion Freight Line trends and predictions (https://github.com/jupyter-naas/awesome-notebooks/blob/master/YahooFinance/YahooFinance_Chat_about_Old_Dominion_Freight_Line_trends_and_predictions.ipynb)
⟡ Chat about PDD Holdings American Depositary Shares trends and predictions
 (https://github.com/jupyter-naas/awesome-notebooks/blob/master/YahooFinance/YahooFinance_Chat_about_PDD_Holdings_American_Depositary_Shares_trends_and_predictions.ipynb)
⟡ Chat about PayPal Holdings trends and predictions (https://github.com/jupyter-naas/awesome-notebooks/blob/master/YahooFinance/YahooFinance_Chat_about_PayPal_Holdings_trends_and_predictions.ipynb)
⟡ Chat about Paychex trends and predictions (https://github.com/jupyter-naas/awesome-notebooks/blob/master/YahooFinance/YahooFinance_Chat_about_Paychex_trends_and_predictions.ipynb)
⟡ Chat about PepsiCo trends and predictions (https://github.com/jupyter-naas/awesome-notebooks/blob/master/YahooFinance/YahooFinance_Chat_about_PepsiCo_trends_and_predictions.ipynb)
⟡ Chat about QUALCOMM Incorporated trends and predictions (https://github.com/jupyter-naas/awesome-notebooks/blob/master/YahooFinance/YahooFinance_Chat_about_QUALCOMM_Incorporated_trends_and_predictions.ipynb)
⟡ Chat about Regeneron Pharmaceuticals trends and predictions
 (https://github.com/jupyter-naas/awesome-notebooks/blob/master/YahooFinance/YahooFinance_Chat_about_Regeneron_Pharmaceuticals_trends_and_predictions.ipynb)
⟡ Chat about Regeneron Pharmaceuticals trends and predictions (https://github.com/jupyter-naas/awesome-notebooks/blob/master/YahooFinance/YahooFinance_Chat_about_Regeneron_Pharmaceuticals_trends_and_predictions.ipynb)
⟡ Chat about Ross Stores trends and predictions (https://github.com/jupyter-naas/awesome-notebooks/blob/master/YahooFinance/YahooFinance_Chat_about_Ross_Stores_trends_and_predictions.ipynb)
⟡ Chat about Seagen trends and predictions (https://github.com/jupyter-naas/awesome-notebooks/blob/master/YahooFinance/YahooFinance_Chat_about_Seagen_trends_and_predictions.ipynb)
⟡ Chat about Sirius XM Holdings trends and predictions (https://github.com/jupyter-naas/awesome-notebooks/blob/master/YahooFinance/YahooFinance_Chat_about_Sirius_XM_Holdings_trends_and_predictions.ipynb)
⟡ Chat about Synopsys trends and predictions (https://github.com/jupyter-naas/awesome-notebooks/blob/master/YahooFinance/YahooFinance_Chat_about_Synopsys_trends_and_predictions.ipynb)
⟡ Chat about T-Mobile US trends and predictions (https://github.com/jupyter-naas/awesome-notebooks/blob/master/YahooFinance/YahooFinance_Chat_about_T-Mobile_US_trends_and_predictions.ipynb)
⟡ Chat about Tesla trends and predictions (https://github.com/jupyter-naas/awesome-notebooks/blob/master/YahooFinance/YahooFinance_Chat_about_Tesla_trends_and_predictions.ipynb)
⟡ Chat about Texas Instruments Incorporated trends and predictions
 (https://github.com/jupyter-naas/awesome-notebooks/blob/master/YahooFinance/YahooFinance_Chat_about_Texas_Instruments_Incorporated_trends_and_predictions.ipynb)
⟡ Chat about Texas Instruments Incorporated trends and predictions (https://github.com/jupyter-naas/awesome-notebooks/blob/master/YahooFinance/YahooFinance_Chat_about_Texas_Instruments_Incorporated_trends_and_predictions.ipynb)
⟡ Chat about The Trade Desk trends and predictions (https://github.com/jupyter-naas/awesome-notebooks/blob/master/YahooFinance/YahooFinance_Chat_about_The_Trade_Desk_trends_and_predictions.ipynb)
⟡ Chat about Verisk Analytics trends and predictions (https://github.com/jupyter-naas/awesome-notebooks/blob/master/YahooFinance/YahooFinance_Chat_about_Verisk_Analytics_trends_and_predictions.ipynb)
⟡ Chat about Vertex Pharmaceuticals Incorporated trends and predictions
 (https://github.com/jupyter-naas/awesome-notebooks/blob/master/YahooFinance/YahooFinance_Chat_about_Vertex_Pharmaceuticals_Incorporated_trends_and_predictions.ipynb)
⟡ Chat about Walgreens Boots Alliance trends and predictions
 (https://github.com/jupyter-naas/awesome-notebooks/blob/master/YahooFinance/YahooFinance_Chat_about_Walgreens_Boots_Alliance_trends_and_predictions.ipynb)
⟡ Chat about Walgreens Boots Alliance trends and predictions (https://github.com/jupyter-naas/awesome-notebooks/blob/master/YahooFinance/YahooFinance_Chat_about_Walgreens_Boots_Alliance_trends_and_predictions.ipynb)
⟡ Chat about Workday trends and predictions (https://github.com/jupyter-naas/awesome-notebooks/blob/master/YahooFinance/YahooFinance_Chat_about_Workday_trends_and_predictions.ipynb)
⟡ Chat about Xcel Energy trends and predictions (https://github.com/jupyter-naas/awesome-notebooks/blob/master/YahooFinance/YahooFinance_Chat_about_Xcel_Energy_trends_and_predictions.ipynb)
⟡ Chat about Zoom Video Communications trends and predictions
 (https://github.com/jupyter-naas/awesome-notebooks/blob/master/YahooFinance/YahooFinance_Chat_about_Zoom_Video_Communications_trends_and_predictions.ipynb)
⟡ Chat about Zoom Video Communications trends and predictions (https://github.com/jupyter-naas/awesome-notebooks/blob/master/YahooFinance/YahooFinance_Chat_about_Zoom_Video_Communications_trends_and_predictions.ipynb)
⟡ Chat about Zscaler trends and predictions (https://github.com/jupyter-naas/awesome-notebooks/blob/master/YahooFinance/YahooFinance_Chat_about_Zscaler_trends_and_predictions.ipynb)
⟡ Chat about eBay trends and predictions (https://github.com/jupyter-naas/awesome-notebooks/blob/master/YahooFinance/YahooFinance_Chat_about_eBay_trends_and_predictions.ipynb)
⟡ Cryptocurrencies heatmap correlation graph (https://github.com/jupyter-naas/awesome-notebooks/blob/master/YahooFinance/YahooFinance_Cryptocurrencies_heatmap_correlation_graph.ipynb)