vasiljevic
vasiljevic
This is a continuation of the work done in PR #592. Two new config values (configurable in conf.py) are introduced: - mchoice_compare_button_show - if False, hide the 'Compare me' button...
openpyxl
## 🐍 Package Request - Package Name and Version: openpyxl - Package URL: https://pypi.org/project/openpyxl/ - Package Dependencies that needs to be resolved first: none (as I know) openpyxl is now...
## References This is proposed solution for jupyterlite/pyodide-kernel#60 ## Code changes The central code change is in the `PyoliteRemoteKernel.initKernel()` method. Those lines are added: ```ts for (const packageName of options.pipliteRequiredPackages)...
## Description Latest version in the winget repository is 3.5.1-1, but the latest publised version is 3.6.1-2 (on March 10, 2023) Since the version 3.6.1-1 is published on Feb 6,...
Micromamba is a great tool for standalone Python Conda envs and the winget package manager is bundled with Windows 11 and newer versions of Windows 10. If we were able...
## Description `urllib` can't handle https URLs in XPython kernel. A similar issue was reported for Pyodide kernel (jupyterlite/jupyterlite#413), but the proposed solution is Pyodide specific. ## Reproduce Using xeus-python-kernel,...