-
Currently, more complex parameters (e.g. AcquisitionParameters) have a setup cell containing all the code for its initialization, plus its settings can be easily modified, which will also be applied d…
-
Is there any documentation on the differences between xeus-python and ipykernel?
Are there things that you can do in ipykernel that can't be done in xeus-python, either because they haven't yet bee…
-
## Description
When using `%load` magic, either with a local relative path like:
`%load ../solutions/02_01.py`
or absolute URL like:
`%load https://github.com/HumbleData/online-worksho…
-
Given that we have the wonderful **reticulate** package to support Python and **RJulia** to run Julia code, I think it is good time to support knitting Jupyter notebooks now.
yihui updated
3 years ago
-
Soon or later we'll need the `canonicalizer` pass to be run with no problems from our side or implement and use something similar.
The pass itself is described [here]( https://mlir.llvm.org/docs/Pas…
-
The tutorial gives the impression that it would be possible to create a notebook that both defines the data source (and integrates it in the workflow) and demonstrate its usage. This is not possible i…
-
Postgres uses commands starting with a \ char, but these don't seem to execute in xues-sql. e.g.,
```
\list
```
which should show all databases the user can see on the server, but it gives th…
-
I am using `databricksruntime/standard:11.3-LTS` and regularly build new images from this base image. The images are then used to start a Databricks cluster for data processing. Starting from 2 days a…
-
Seems much better suited for the job.
-
## Description
I am using Azure as per below setting. The api_version I set in the GUI.
When I do so the code complains that I need to set the api_version as parameter or via OPENAI_API_VERSION. eve…