[FEATURE] Tutorials of fixing common exceptions in Hub
See original GitHub issue🚨🚨 Feature Request
- Related to an existing Issue
- A new implementation (Improvement, Extension)
If your feature will improve HUB
Create a Jupyter notebook that points out some common cases where users might go wrong and get errors. Explain what these errors are, how they’re caused, and how one can fix them.
Examples of errors: Importing hub not working until runtime is restarted in Google Colab.
Note: Please make a Pull Request to our Examples Repository and not to this repository!
Issue Analytics
- State:
- Created 2 years ago
- Comments:17 (7 by maintainers)
Top Results From Across the Web
cs1302-tutorials/exceptions.md at master - GitHub
Exceptions. Approved for: Spring 2022. Prerequisites. This tutorial assumes that the reader has a knowledge of basic Unix commands and experience working ...
Read more >Common Hibernate Exceptions Every Developer Must Know
There are a few exceptions you need to know when working with Hibernate. They tell you about broken database queries, mapping mistakes, and...
Read more >Java Exception Interview Questions and Answers | DigitalOcean
Java Exceptions are hierarchical and inheritance is used to categorize different types of exceptions. Throwable is the parent class of Java ...
Read more >How To Handle Errors And Exceptions In Selenium Python
This tutorial will help you handle errors and exceptions in Selenium Python while performing automation testing.
Read more >Fix common problems and errors with the QuickBooks ...
Get the most recent version of the QuickBooks Tool Hub (Version 1.6.0.1.). This is where you can get tools we have to help...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hey @jaivanti - while you’re working, I just wanted to let you know that if you make a PR with a tutorial notebook, please make it to our Examples Repository and not to this repository! That repository is a central place of notebooks and examples.
Hey @jaivanti - I took a look at your notebook, and I have a small change to request:
ReadOnlyModeError
section of your notebook, you’ve mentioned that “The above command does not download dataset on local and is present only in read-only mode. So, if you want to make modifications, you have to first get it into writing format.”. However, you’re loading a dataset from another account, which will always be in read-only mode unless you have the account credentials. Hence, you could try using theread_only
parameter ofhub.load
instead ofhub.dataset
which toggles between read mode and write.Apart from that, the rest looks okay at first glance. We’ll need to thoroughly review it once you’re done, so please add as many exceptions/errors as you can!
If needed, you could also take a look at our API docs for future reference!