Skip to content

Commit 9d78722

Browse files
authored
Update README.md
1 parent 7da3260 commit 9d78722

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,11 @@ import random_color_hex as RCH
128128
color=RCH.main(SuperLightColorsAllowed=False, SuperDarkColorsAllowed=False)
129129
```
130130

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.
131136
---
132137

133138
## Other Useful Functions

0 commit comments

Comments
 (0)