Skip to content

Commit

Permalink
Fix formatting issues in getting_started.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
shanto268 committed Feb 2, 2024
1 parent e110bef commit 91d3165
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Frequently asked questions.
Installation Issues
--------------------

**Q: Getting **``ModuleNotFoundError: No module named 'squadds'``** after running `pip install SQuADDS` in Jupyter Notebook. How can I fix this?**
**Q: Getting**``ModuleNotFoundError: No module named 'squadds'``**after running `pip install SQuADDS` in Jupyter Notebook. How can I fix this?**


**A:** You may need to restart the kernel after installing `SQuADDS`. To do this, go to the `Kernel` menu in Jupyter Notebook and select `Restart`.
Expand All @@ -60,6 +60,6 @@ Installation Issues
Accessing the Database
-----------------------

Q: **If there are errors upon instantiating the **``SQuADDS_DB``** class, what should I do?**
Q: **If there are errors upon instantiating the **``SQuADDS_DB``**class, what should I do?**

**A:** If you encounter errors upon instantiating the `SQuADDS_DB` class, chances are there is an issue with caching. To fix this, please delete the `SQuADDS` dataset from the huggingface cache directory on your local machine. The cache directory is typically located at `~/.cache/huggingface/datasets/`.
**A:** If you encounter errors upon instantiating the ``SQuADDS_DB`` class, chances are there is an issue with caching. To fix this, please delete the ``SQuADDS`` dataset from the huggingface cache directory on your local machine. The cache directory is typically located at ``~/.cache/huggingface/datasets/``.

0 comments on commit 91d3165

Please sign in to comment.