Integrate LeetCode into beloved Jupyter.
This extension is composed of a Python package named jupyterlab_leetcode
for the server extension and a NPM package named jupyterlab-leetcode
for the frontend extension.
- JupyterLab >= 4.0.0
To install the extension, execute:
pip install jupyterlab_leetcode
To remove the extension, execute:
pip uninstall jupyterlab_leetcode
If you are seeing the frontend extension, but it is not working, check that the server extension is enabled:
jupyter server extension list
If the server extension is installed and enabled, but you are not seeing the frontend extension, check the frontend extension is installed:
jupyter labextension list