aneesha
aneesha
Is there a way to attach a function to run when the select all checkbox is selected? I can't seem to find mention in the documentation. Thanks
Is it possible to delete the selected object?
Is it possible to use nbgrader with jupyterlite? I think it would be great in the educational context to be able to grade and provide feedback to students. https://github.com/jupyter/nbgrader
Preprocessing currently takes a long time for large datasets. One way to improve the speed is to use [Spacy pipes](https://spacy.io/usage/processing-pipelines), particularly for lemmatization. Preprocessing is a very useful class, that...
It would be useful to have the functionality to only return the k largest singular values when numeric.svd() is called. Example: add a parameter the the svd function: numeric.svd(A,k) where...
The code for ExtractUCIStats.scala seems to process the tab delimited combined corpus and not the external WackyPedia corpus. Is there a newer version of ExtractUCIStats.scala that uses WackyPedia? Many thanks.
It would be great to have some example apps in Python.
### What is the issue? ollama run phi3:medium downloads the model but then shows this error: Error: exception error loading model architecture: unknown model architecture: 'phi3' ### OS macOS ###...