We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7da3260 commit 9d78722Copy full SHA for 9d78722
1 file changed
README.md
@@ -128,6 +128,11 @@ import random_color_hex as RCH
128
color=RCH.main(SuperLightColorsAllowed=False, SuperDarkColorsAllowed=False)
129
```
130
131
+### IF YOUR IN A JUPYTER NOTEBOOK OR VIRTUAL ENVIRONMENT, MAKE SURE TO RUN THE IMPORT LINE LIKE THIS:
132
+```python
133
+import random_color_hex as RCH; RCH.JupyterReset()
134
+```
135
+Everything else is the same.
136
---
137
138
## Other Useful Functions
0 commit comments