Firas Moosvi
Firas Moosvi
Hello, AFAIK, currently there is only one way to access the "Staff" page to manage permissions - click on the Course on the home page (rather than a particular course...
Hello, I'm excited to migrate to Jupyter Book 2! I just have one question I'm struggling with, which is how assets (PDF files mainly) are treated in JB2 compared to...
### Details I got this error when working with [a question](https://us.prairielearn.com/pl/course_instance/188449/instructor/question/9487471/preview) locally and then pushing it up (actually my TAs were working on getting this question imported from the Canvas...
### What happened? I'm trying to follow the documentation [here](https://altair-viz.github.io/user_guide/interactions/jupyter_chart.html#offline-usage) but I'm getting an error. With this code: ``` import altair as alt alt.JupyterChart.enable_offline() ``` And the output is: ```...
### What is your suggestion? I am updating some labs for a university course that teaches altair, and I wanted to avoid embedding the full dataset into the Jupyter notebook....
I'm trying to achieve an effect similar to `bicubic` interpolation in matlotlib. Here is the minimal code in matlotlib: ``` %pylab inline import matplotlib.pyplot as plt import numpy as np...