stonebig

Results 57 issues of stonebig

Hello Catherine, Would you be interesting by integrating this feature in ipython-sql (as an option) ? "Common Table Expressions" traductor for Python default SQL motor (SQLite) http://nbviewer.ipython.org/github/stonebig/baresql/blob/master/examples/cte_to_sqlite.ipynb

I see on Christoph Gohlke page that greenlet is available on Python3.4 (http://www.lfd.uci.edu/~gohlke/pythonlibs/#greenlet) What's avoiding this to be Python3.4+ compatible ?

Trying to get this to work ```` %load https://raw.githubusercontent.com/MicrosoftDocs/mslearn-introduction-to-machine-learning/main/graphing.py ```` I get an error: ```` /tmp/xeus-python-kernel/envs/xeus-python-kernel/lib/python3.10/urllib/request.py in unknown_open(self, req) 1417 def unknown_open(self, req): 1418 type = req.type -> 1419 raise...

bug

Would it be possible to get the module sspyrs working, or a replacement ? If I put it or its requirement requests-ntlm in the "environment.yml", the build fails. ... yet...

enhancement

The "SlideShow" mode , that I presume would use the metadata , would be a really nice addition. Main Need is to "hide" some big cells of code. Maybe it's...

enhancement

for security reasons, a wheel would make it easier

This pull request updates the `pyproject.toml` file to include a description for the Cohere Python SDK. - The `description` field is updated to include the text "The Cohere Python SDK".

using pip-25.1.1 normally, I shouldn't get alphas ? a pip bug ? coming from: ``` Collecting jupyterlab=4.1.0 (from jupyterlab-lsp) Downloading jupyterlab-4.5.0a1-py3-none-any.whl.metadata (16 kB) ... Downloading jupyterlab-4.5.0a1-py3-none-any.whl (12.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.3/12.3...

wouldn't it make sense to upgrade the minimal requirements in ipython itself ? crash cause was https://github.com/ipython/traitlets/pull/903 fixed via traitlets-5.14.3 of April 19, 2024