-
I have OpenMP connected, but when I try to parallelize the loop using `#pragma omp parallel` throws this error:
`IncrementalExecutor::executeFunction: symbol '__kmpc_for_static_init_4' unresolved w…
-
I'm experimenting with using xeus-cling to recreate cling examples..
I had two examples of differences. I wanted to inquire if these are expected or not (or if they can be toggled). I'm inquiring …
-
Thinking about the next steps once we get the first version working as a federated extension:
1. we take the xeus lua specific parts out
2. we create a https://github.com/jupyterlite/xeus-kernel r…
jtpio updated
3 years ago
-
This line broke when pre-release is available (e.g., `ipykernel==7.0.0a0`):
https://github.com/widgetti/solara/blob/eb8b827a20586a7e1db716ea532b0d686ef94cee/solara/server/kernel.py#L76
```
> …
-
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…
-
There was some hope that after the recent cling 1.0 release, we may get C++20 in xeus-cling. Optimistic ?
-
### Context
Enable support for using kernels other than `pyolite`, starting with [xeus-python](https://github.com/jupyter-xeus/xeus-python)
### Proposal
_No response_
### Tasks and updates…
-
clone soci into ```/Users/alexey/CLionProjects/untitled1/lib/soci``` with terminal ```git clone``` and write a CMakeLists.txt as in ```example/subdir-include/CMakeLists.txt```
Here is my CMakeLis…
-
Was there any particular reason to license this under the Apache license?
Since Xeus is BSD-3-Clause and Xeus-cling are BSD-3-Clause, it would add some fluidity between these projects to license xe…
-
Tested on these queries in the cloud demo [1]:
```
with t as (select * from employees) select * from t
```
```
with t as (select 1) select 1
```
It doesn't output anything, but also doesn't sho…