The Julia Language
Julia is a high-level dynamic programming language designed to address the needs of high-performance numerical analysis and computational science. It provides a sophisticated compiler, distributed parallel execution, numerical accuracy, and an extensive mathematical function library.
Here are 3,072 public repositories matching this topic...
In recent versions (can't say from exactly when), there seems to be an off-by-one error in dcc.DatePickerRange. I set max_date_allowed = datetime.today().date(), but in the calendar, yesterday is the maximum date allowed. I see it in my apps, and it is also present in the first example on the DatePickerRange documentation page.
E
So that you can run the tests over and over, without filling your computer's memory.
Take a look at https://github.com/fonsp/Pluto.jl/tree/main/test/frontend and run the tests to learn more about our frontend tests
-
Updated
Mar 18, 2021 - Julia
This is what I get on my phone's github app.
One possible fix is to use a picture with white background...
-
Updated
Mar 30, 2021 - Jupyter Notebook
Matplotlib is able to handle canvas events https://matplotlib.org/stable/users/event_handling.html
Perhaps, after mouse clicking or panning the ticks handling could be delegated back to matplotlib?
So this could perhaps elimate the need in ticks=:native for pyplot backend
-
Updated
Apr 14, 2021 - Julia
-
Updated
Apr 7, 2021 - Jupyter Notebook
-
Updated
Apr 9, 2021 - Julia
-
Updated
Apr 14, 2021 - Julia
I found that function mod2pi is not implemented yet, but mod works. Is there any list of implemented functions? Minimal working example is:
using Zygote
# This is working
gradient(x -> mod(x, 2pi), 1.)
# This is not
gradient(x -> mod2pi(x), 1.)
-
Updated
Apr 14, 2021 - TypeScript
-
Updated
Apr 13, 2021 - CSS
-
Updated
Apr 1, 2021 - Julia
So that other people (like me) can help development of the interactive API. At the moment it is something alien that I Can just use through example. This is not the proper way forward...
(finally found Mouse in interaction/iodevices.jl...)
-
Updated
Apr 2, 2021 - Julia
typo
In Exercises 10.1, the outer product in Take the outer product of a vector v with itself and assign it to variable cross_v should be cross product.
-
Updated
Jul 22, 2020 - C++
-
Updated
Apr 8, 2021 - Julia
-
Updated
Feb 23, 2021 - Makefile
-
Updated
Mar 31, 2021 - Julia
-
Updated
Mar 22, 2021 - Julia
Created by Jeff Bezanson, Stefan Karpinski, Viral B. Shah, Alan Edelman
Released February 14, 2012
- Organization
- JuliaLang
- Website
- julialang.org
- Wikipedia
- Wikipedia
