-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Will not display any graphs #35
Comments
I'm keen to reproduce the error you have spotted but I could do with ore detail. Can you post a minimal block of code that generates the error? |
This will fix it . I was using pixiedust_node and it would not make a graph stating 'to_json' did not exist. in the file ..../jinja2/filters.py Example: def do_json(value): -- this bottom function exists --- place do_json above it -- Then add ( 'to_json': do_json, ) to the definitions on the bottom of the page: Example: |
@BlogBlocks You may have an old version of JinJa2. Can you try updating it:
|
Upgrading to a more recent version of Jinja2 (2.9.6) fixed the issue for me when I ran into it a little while ago. |
I got it working with jinja2 VERSION 2.8 |
This is the error I got:
def join_path(self, template, parent):
\n in template()
\nTemplateAssertionError: no filter named 'tojson'\n
The text was updated successfully, but these errors were encountered: