Ask Your Question

julesbesac's profile - activity

2020-08-19 10:39:11 +0200 commented question Using ? for help in version 9.1

Some answers:

  • The OS is Windows 10 running on a PC.

  • I installed Sage by downloading the installer from this web page: http://ftp.rediris.es/mirror/sagemath...

  • As fas as I know, the 9.1 version of Sage uses Python 3. I guess I do not understand the third question...

  • The interface I use is Jupyter notebook. The deprecation warning appears the first time the question mark (?) is used. It does not appear when using version 8.9 of Sage on the same PC.

2020-08-17 12:36:53 +0200 received badge  Student (source)
2020-08-17 12:36:11 +0200 asked a question Using ? for help in version 9.1

The use of a question mark (?) for help produces several deprecation warnings:

/opt/sagemath-9.1/local/lib/python3.7/site-packages/requests/models.py:847: DeprecationWarning: invalid escape sequence \*
  """

/opt/sagemath-9.1/local/lib/python3.7/site-packages/requests/api.py:67: DeprecationWarning: invalid escape sequence \*
  """

/opt/sagemath-9.1/local/lib/python3.7/site-packages/requests/api.py:80: DeprecationWarning: invalid escape sequence \*
  """

/opt/sagemath-9.1/local/lib/python3.7/site-packages/requests/api.py:93: DeprecationWarning: invalid escape sequence \*
  """

/opt/sagemath-9.1/local/lib/python3.7/site-packages/requests/api.py:108: DeprecationWarning: invalid escape sequence \*
  """

/opt/sagemath-9.1/local/lib/python3.7/site-packages/requests/api.py:122: DeprecationWarning: invalid escape sequence \*
  """

/opt/sagemath-9.1/local/lib/python3.7/site-packages/requests/api.py:136: DeprecationWarning: invalid escape sequence \*
  """

/opt/sagemath-9.1/local/lib/python3.7/site-packages/requests/api.py:148: DeprecationWarning: invalid escape sequence \*
  """

/opt/sagemath-9.1/local/lib/python3.7/site-packages/requests/sessions.py:498: DeprecationWarning: invalid escape sequence \*
  """

/opt/sagemath-9.1/local/lib/python3.7/site-packages/requests/sessions.py:509: DeprecationWarning: invalid escape sequence \*
  """

/opt/sagemath-9.1/local/lib/python3.7/site-packages/requests/sessions.py:520: DeprecationWarning: invalid escape sequence \*
  """

/opt/sagemath-9.1/local/lib/python3.7/site-packages/requests/sessions.py:533: DeprecationWarning: invalid escape sequence \*
  """

/opt/sagemath-9.1/local/lib/python3.7/site-packages/requests/sessions.py:544: DeprecationWarning: invalid escape sequence \*
  """

/opt/sagemath-9.1/local/lib/python3.7/site-packages/requests/sessions.py:555: DeprecationWarning: invalid escape sequence \*
  """

/opt/sagemath-9.1/local/lib/python3.7/site-packages/requests/sessions.py:565: DeprecationWarning: invalid escape sequence \*
  """

Am I doing something wrong?