Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
SylvainCorlay
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
SylvainCorlay
1mo ago
It also works with Pytensor & PyMC!
2.
▲
by
SylvainCorlay
8mo ago
Thanks! The crazy thing about jupyter-games is that the entire stack entirely runs in the browser (which is not possible with pygame). Jupylet looks awesome!
3.
▲
Jupyter Games on Notebook.link
(notebook.link)
6 points
by
SylvainCorlay
8mo ago
|
4 comments
4.
▲
by
SylvainCorlay
8mo ago
How to create fun, interactive games using box2d and ipycanvas in Project Jupyter. An example of how Jupyter notebooks can be used for creative projects - like game development - while also serving as a blogging platform.
5.
▲
Notebook.link: The Future of Notebook Sharing
(medium.com)
14 points
by
SylvainCorlay
8mo ago
|
2 comments
6.
▲
by
SylvainCorlay
8mo ago
We are thrilled to introduce notebook.link, a new platform that lets you create, share, and run Jupyter notebooks instantly in your browser, with no setup or installation required. Powered by JupyterLite and WebAssembly, it supports Python,
7.
▲
by
SylvainCorlay
2y ago
Excellent catch. This std::move should not have been in this code snippet. It is a copy-paste mistake, carried over from the previous code snippet of the post, and should have been omitted. (The `std::move` does nothing in this snippet, sin
8.
▲
by
SylvainCorlay
2y ago
Excellent catch. The std::move in the snippet is a copy-paste mistake. It was carried over from the previous code snippet.
9.
▲
by
SylvainCorlay
2y ago
This is really not the same thing at all. sp::primitive_array holds memory following the Arrow specification, which can be operated upon in place from e.g. ArrowCpp, PyArrow, etc.
10.
▲
Sparrow, a modern C++ implementation of the Apache Arrow columnar format
(johan-mabille.medium.com)
116 points
by
SylvainCorlay
2y ago
|
25 comments
11.
▲
Collaborative CAD in JupyterLab
(blog.jupyter.org)
11 points
by
SylvainCorlay
3y ago
|
0 comments
12.
▲
by
SylvainCorlay
5y ago
This has nothing to do with Python. The faulty package was xeus-cling, a C++ kernel for Jupyter.
13.
▲
by
SylvainCorlay
5y ago
Voilà author here. This is fixed. I was requiring a wrong version of cling in the example. FYI, xeus-cling is a Jupyter kernel for the C++ programming language. https://github.com/jupyter-xeus/xeus-cling
14.
▲
Open Software Packaging for Science
(medium.com)
13 points
by
SylvainCorlay
6y ago
|
2 comments
15.
▲
Interactive GIS in Jupyter with Ipyleaflet
(blog.jupyter.org)
6 points
by
SylvainCorlay
7y ago
|
0 comments
16.
▲
Building a Calculator Jupyter Kernel
(blog.jupyter.org)
1 points
by
SylvainCorlay
7y ago
|
0 comments
17.
▲
by
SylvainCorlay
7y ago
There are some details about this in the blog post. - no execution request is sent by the front-end. - code is stripped out unless explicitely stated otherwise. For deployment, we are working on several scenarios around JupyterHub.
18.
▲
by
SylvainCorlay
7y ago
Voila author here: a major difference with AppMode is that AppMode is merely hiding the notebook interface, but still allows for arbitrary code execution. Voila is meant for producing secure web apps.
19.
▲
Interpreted C++ for GIS with Project Jupyter
(blog.jupyter.org)
5 points
by
SylvainCorlay
8y ago
|
0 comments
20.
▲
by
SylvainCorlay
8y ago
There is an excellent talk by Brett Cannon about this sort of post on open-source projects getting to the top of Hacker News. I would recommend it to anyone interested in this: https://www.youtube.com/watch?v=y19s6vPpGXA
21.
▲
Show HN: A Diagram Editor for JupyterLab
(blog.jupyter.org)
50 points
by
SylvainCorlay
9y ago
|
3 comments
22.
▲
by
SylvainCorlay
9y ago
This plugin is a classic notebook plugin, not a JupyterLab plugin unfortunately.
23.
▲
by
SylvainCorlay
9y ago
Check out our blog post on the C++ backend to Jupyter widgets: https://blog.jupyter.org/interactive-workflows-for-c-with-ju...
24.
▲
Interactive workflows for C++ with Jupyter
(blog.jupyter.org)
292 points
by
SylvainCorlay
9y ago
|
90 comments
25.
▲
Show HN: NumPy to C++14: the xtensor cheat sheet
(xtensor.readthedocs.io)
6 points
by
SylvainCorlay
10y ago
|
0 comments
26.
▲
by
SylvainCorlay
10y ago
At the moment, we don't have SIMD acceleration, but we are working on it. See the `xsimd` companion project which is at the foundation of the SIMD acceleration work.
27.
▲
Show HN: Xtensor: C++14 tensor expression library with numpy-style broadcasting
(github.com)
7 points
by
SylvainCorlay
10y ago
|
2 comments