Navdeep Rana

Results 8 issues of Navdeep Rana

Consider the following dedalus code snippet ```python import numpy as np import matplotlib.pyplot as plt import dedalus.public as de r_basis = de.Chebyshev("r", 32, interval=(0.0, 1.0)) domain = de.Domain([r_basis], grid_dtype=np.float64) system...

## Description I get the following error ``` Package hyperref Warning: Token not allowed in a PDF string (Unicode): removing `math shift' Package hyperref Warning: Token not allowed in a...

In julia repl/jupyter notebooks one can add `;` to the end of the line to suppress the output. However, it doesn't work if the next line is a comment. See...

bug
area-notebook

### Describe the feature Currently `PackerLoad` takes a list of plugin names to load. Is it possible to add an argument to add all optional plugins?

enhancement

I am unable to reopen #304, so opening a new issue. I noticed the following: - If sioyek was launched from gui, for example by double clicking a pdf, then...

At places, the `solve()` output are pretty long, basically a bunch of numbers that doesn't add much to the docs apart from vertical scrolling. Is there a way to truncate/abbreviate...

The following code errors on jupyter notebook, but works fine in Julia REPL. ```julia using Cthulhu function test(x) return x + 2 end @descend test(1) ``` ``` UndefVarError: active_repl not...

In a Julia cell `include("foo.jl")` works, but `using Revise; includet("foo.jl")` does not.