Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4ae2969

Browse filesBrowse files
authored
Add sas_log_viewer to jupyter lab extensions install (#81)
* add sas2nb for binder and SO question * bump version 2.4.4 after merge * add iris.sas test file * change github workflow to not upload wheel. * workaround binder wheel install issue. * fix data packaging for pypi * bump version * fix grammar in message. * clean up binder postBuild * add SASsession magic to reduce prompting * add lst_len property to fix _which_display * Fix typing issue * bump version * Update binder details for connection. * bump version; add sas_log_viewer to jlab_ext * update pip install command in readme.
1 parent d351306 commit 4ae2969
Copy full SHA for 4ae2969

File tree

Expand file treeCollapse file tree

3 files changed

+3
-3
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

3 files changed

+3
-3
lines changed
Open diff view settings
Collapse file

‎Readme.md‎

Copy file name to clipboardExpand all lines: Readme.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Here is the link to the current documentation <https://sassoftware.github.io/sas
2626
This will install the SAS Kernel for jupyter as well as the Jupyter lab extensions (jupyterlab v3+ is required) to make you a more productive programmer within Jupyter. [Here are details](https://github.com/jld23/sas_kernel_ext) about the extensions.
2727

2828
```bash
29-
pip install sas_kernel['jlab_ext']
29+
pip install SAS-kernel['jlab_ext']
3030
```
3131

3232
### The common methods to install are
Collapse file

‎sas_kernel/version.py‎

Copy file name to clipboardExpand all lines: sas_kernel/version.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = '2.4.11'
16+
__version__ = '2.4.12'
Collapse file

‎setup.cfg‎

Copy file name to clipboardExpand all lines: setup.cfg
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ jlab_ext =
4141
jupyterlab >=3
4242
jlab_create_sas_file
4343
sas2nb
44-
# sas_log_viewer_v2
44+
sas_log_viewer

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.