asottile-archive / future-fstrings

A backport of fstrings to python<3.6

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

does not work in jupyter-notebook

mickeyperlstein opened this issue · comments

created a very simple setup

virtualenv for 2.7
pip install jupyter-notebook
pip install future-fstring

jupter-notebook

[1]: # -- coding: future_fstrings --
import future_fstrings
[2] thing = 'world'
print(f'hello {thing}')

errors

please search the issue tracker next time #44 #43

read the issues my dude, I don't know what to tell ya <3