Mahendra Paipuri

Results 173 comments of Mahendra Paipuri

I am facing the same issue right now and it looks like `mistune v2.*` versions had huge revamp and there is no `BlockGrammar` class anymore by the looks of it...

The [PR](https://github.com/miyakogi/m2r/pull/43/files) is waiting to be merged to fix this issue. Seems like this repository is not being maintained anymore.

@mcepl I agree that fixing the issue means revamping `m2r2` with upstream changes in the API of `mistune`. But seems like no one is maintaining this repo anymore. As long...

Wait, I have just realised that this is indeed "old" repository and the new "m2r2" is a fork of this repo and being actively maintained here -> https://github.com/CrossNox/m2r2 . They...

Hello, I know this is a old issue but I am facing a very similar situation with a web server that serves static files. So, I have a web server,...

Hey, As you rightly figured out, this is problem of the environment not being complete when `batchspawner` submitting the job. Under the hood, `batchspawner` submits the job using command `sudo...

Hello @dylex SLURM batch script template is configurable and we can configure it within the `jupyterhub_config.py` file. So you can set it like the way you want in your deployment...

@oldfoz The new mistune (>2) has different API and it breaks `m2r2` that still relies on `mistune

Hello, `dask-jobqueue` is a nice tool but it is limited when it comes to platform portability. Also batch schedulers configuration is very platform dependent. As pointed out in earlier comment,...

Sure. Can do that. Where does it go? `doc/examples/dask`?